SSH with version control system
SSH with version control system (Github, bitbucket, etc)
Search for a command to run...
Articles tagged with #linux
SSH with version control system (Github, bitbucket, etc)
Here, we are creating ftp server with nginx docker image and mounting multiple directory as volume, so that we can access those file over the network. sudo docker run -d --name nginx-ftp --restart=unless-stopped -p 8080:80 -v /home/user/movie/:/usr/s...
iwconfig This command let you see Signal level, Bit rate, tx-power, Link quality and many more information regarding your connected wifi network, which you can not view from settings > wifi. watch sudo iwconfig Only iwconfig will not give you all th...

nano ~/.Xresources Syntax is: xterm*faceName: <font-name>:size=<font-size> Now add (type/paste) the following line: xterm*faceName: Monospace:size=15 Save the file. Now run the following command: xrdb -merge ~/.Xresources Thats it. Enjoy :-)