net use command Penguin Technology - 20:40 0 Edit Delete a mapped drive in windows CMD net use z: /delete Delete all mapped drive net use * /delete
codecommit clone git repository Penguin Technology - 01:21 0 Edit Install package sudo apt install python-pip pip install git-remote-codecommit generate ssh pub key ssh-keygen Upload id_rsa.pub file to IAM ...
Mount ftp remotly in RHEL/CentOS Penguin Technology - 01:09 0 Edit Download rpm for curlftpfs https://rpmfind.net/linux/rpm2html/search.php?query=fuse-curlftpfs Set variable ftphost=192.168.0.10 user='r...
shell scipt git code deploy on linux Penguin Technology - 22:47 0 Edit #!/bin/bash cd /home/ubuntu/code-deploy/php-code/ date >> /home/ubuntu/code-deploy/gitpull git pull >> /home/ubuntu/code-deploy...
multiple if condition in shell script Penguin Technology - 22:44 0 Edit #!/bin/bash echo "Type 1 for stage" echo "Type 2 for prod" echo "" read -p "Type your value: " Env ...