Bash script: Find specific folder in linux wget https://raw.githubusercontent.com/korkutozcan/Unix/master/find_large_files.sh Source Code
mgmt@expert#: find / -name wget mgmt@expert#: chmod +x upgrade_export.sh Example; mgmt@expert#:/sysimg/CPwrapper/linux/MiniWrapperForMajor/linux/Actions/wget https://raw.githubusercontent.com/korkutozcan/Checkpoint/master/upgrade_export.sh Hazırlamış olduğum script kodunu GitHub ‘da bulabilirsiniz.
Checkpoint Provider-1 için CMA üzerindeki logların yedeğini almak için script‘i kullanabilirsiniz. Alternatif, find / -name wget cd /tmp Example, /sysimg/CPwrapper/linux/MiniWrapperForMajor/linux/Actions/wget https://raw.githubusercontent.com/korkutozcan/Checkpoint/master/cma_logs_backup.sh /full_path/wget https://raw.githubusercontent.com/korkutozcan/Checkpoint/master/cma_logs_backup.sh veya curl…
Böyle bir script’e ihtiyacım oldu o yüzden paylaşmak istedim. sudo curl http://korkutozcan.com/wp-content/uploads/2015/03/pingtrace.sh -o /tmp/pingtrace.sh && sudo chmod +x /tmp/pingtrace.sh Scripti kullanmak için; ./tmp/pingtrace.sh www.google.com.tr Kod;…