Posts
Rahul Chandna
Cancel

These should be executed on a Linux machine, most of them should work via git-bash as well Current Working directory $ # print current working directory is used to see the cu...

Watch Explanation on YouTube how wget retry can cause some unintended problems Link URL : https://youtu.be/ph6lxqne55Q To make sure that wget does not do a retry $ wget https://www.google.c...

Enable tls1.2 support via system parameter $ java -Djdk.tls.client.protocols=TLSv1.2 Enable tls1.2 support via JAVA_OPTS $ java -Djdk.tls.client.protocols=TLSv1.2 $ JAVA_OPTS=$JAVA...

ubuntu r debian install cifs/smbfs $ sudo apt-get install smbfs mount command $ sudo mkdir /mnt/public $ sudo mount -t cifs //192.168.0.12/Public /mnt/public

youtube-dl Download the binary form youtube-dl website $ tar -xvf youtube-dl-xxxx.xx.xx.tar.gz $ cp youtube-dl to /usr/local/bin $ cd /usr/local/bin $ chmod u+x youtube-dl download vi...

create a file with duplicate records $ echo "test" > space.txt $ echo " test" >> space.txt $ echo " test " >> space.txt $ echo "test " >> space.txt $ echo "test1" >...

TrustManagerFactory uses the following steps to try to find trust material: system property javax.net.ssl.trustStore java-home/lib/security/jssecacerts java-home/lib/security/cacerts (shi...

get an openvpn file and connect using openvpn $ openvpn connection.ovpn

bmon Screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells). $ sudo apt install screen Reading package lists... ...

bmon bmon is a portable bandwidth monitor with multiple input methods and output modes. A set of architecture specific input modules provide the core with the list of interfaces and their cou...