Category: General Commands

TMUX quick guide

Whats is tmux https://en.wikipedia.org/wiki/Tmux tmux is basically an everlasting terminal that does not disappear when you logoff or get disconnected. Think of it as having an always open SSH session that will never go away unless you chose to close it. It is the easiest way and in my opinion best way to run commands […]

Read More »

Posted in %1$s

Linux run a command over and over

This is a great way to monitor a directory for changes every 5 seconds as an example, or monitor a large files changing size as you move it from one server to another. the watch command. So that: will run the command every second (well, technically, every one second plus the time it takes for command to run as watch (at […]

Read More »

Posted in %1$s

20 should know linux commands

Original Article tecmint.com 21. Command: Find Search for files in the given directory, hierarchically starting at the parent directory and moving to sub-directories. root@tecmint:~# find -name *.sh ./Desktop/load.sh ./Desktop/test.sh ./Desktop/shutdown.sh ./Binary/firefox/run-mozilla.sh ./Downloads/kdewebdev-3.5.8/quanta/scripts/externalpreview.sh ./Downloads/kdewebdev-3.5.8/admin/doxygen.sh ./Downloads/kdewebdev-3.5.8/admin/cvs.sh ./Downloads/kdewebdev-3.5.8/admin/ltmain.sh ./Downloads/wheezy-nv-install.sh Note: The `-name‘ option makes the search case sensitive. You can use the `-iname‘ option to find something regardless of […]

Read More »

Posted in %1$s

20 must know linux commands

Original Article tecmint.com 1. Command: ls The command “ls” stands for (List Directory Contents), List the contents of the folder, be it file or folder, from which it runs. root@tecmint:~# ls Android-Games Music Pictures Public Desktop Tecmint.com Documents TecMint-Sync Downloads Templates The command “ls -l” list the content of folder, in long listing fashion. root@tecmint:~# ls -l […]

Read More »

Posted in %1$s

20 advanced linux commands

Original Article tecmint.com 41. Command: ifconfig ifconfig is used to configure the kernel-resident network interfaces. It is used at boot time to set up interfaces as necessary. After that, it is usually only needed when debugging or when system tuning is needed. Check Active Network Interfaces [avishek@tecmint ~]$ ifconfig eth0 Link encap:Ethernet HWaddr 40:2C:F4:EA:CF:0E inet addr:192.168.1.3 […]

Read More »

Posted in %1$s

50 most used linux commands

Original article thegeekstuff.com 1. tar command examples Create a new tar archive. $ tar cvf archive_name.tar dirname/ Extract from an existing tar archive. $ tar xvf archive_name.tar View an existing tar archive. $ tar tvf archive_name.tar More tar examples: The Ultimate Tar Command Tutorial with 10 Practical Examples 2. grep command examples Search for a given […]

Read More »

Posted in %1$s
Theme by Flythemes
x  Powerful Protection for WordPress, from Shield Security
This Site Is Protected By
Shield Security