Showing posts with label Sysadmin. Show all posts
Showing posts with label Sysadmin. Show all posts

Saturday, 29 April 2017

Learning Linux - Mastering the Command Line: Comparisons in Bash

Learning Linux - Mastering the Command Line: Comparisons in Bash

At some point in your Linux journey you'll start creating shell scripts, and at some point in that process you'll find it necessary to perform logical comparisons. Is this bigger than that? Is that the same as this? And so on. Here's a tutorial to get you started.

#Linux #CommandLine #Sysadmin
http://www.linuxtechi.com/compare-numbers-strings-files-in-bash-script/

Linux Tips & Tricks - Monitoring disk space from the command line with ncdu

Linux Tips & Tricks - Monitoring disk space from the command line with ncdu

ncdu is a great tool for Linux users in general, but especially for sysadmins that administer machines remotely via ssh.
It's a way to view your systems disk usage in a semi-graphical way from a simple ncurses based command line tool.

#Linux #Sysadmin
https://www.ostechnix.com/check-disk-space-usage-linux-using-ncdu/