Все публикации

Wake up Neo...

do math at the command line in #linux

use pgrep to get PID of any process given its process name.

use shuf to shuffle input lines in #linux

use tr to replace characters in a string in #linux.

use head to display the first n lines of a file in #linux

use date to show dates and times in #linux

use diff to show the differences between two files in #linux

use clear to ...erm... clear the terminal screen in #linux

use alias to create quick shortcuts for longer commands in #linux

use dig to find a domain's nameservers in #linux

use source to evaluate a script in the current shell in #linux

use nslookup to find the IP address of a server in #linux

use top to monitor your processes and the resources they use in real-time in #linux.

use split to divide file into smaller parts in #linux

use usermod to add a user to a new group in #linux.

use man to display the manual pages for a #linux command

use free to show the amount of used and available memory in #linux.

use swapon to display information about swap space in your #linux system.

use which to find the location of a command in #linux

change the hostname of your #linux machine

use ifconfig to find you IP address within the local network in #linux

use shutdown to reboot your computer from the command line in #linux

use systemctl to check the status of a running service in #linux.