Tuesday, 5 June 2018

Linux for sysadmins | Linux from the command line -- Advanced drive usage and partitioning with LVM

Linux for sysadmins | Linux from the command line -- Advanced drive usage and partitioning with LVM

This article gives you the basics for using the powerful LVM tool in conjunction with multiple Linux file-systems. This is the basic command line method for the two basic Linux types, RH and Debian, and it's a good way for you to grasp the concepts. However keep in mind that most systems have other, preferred tools to perform these operations so RTFM for your Distro. OpenSUSE users, for example, should use the "Partitioner" module of the YaST2 administration tool to perform these functions.
https://www.linuxnov.com/create-lvm-partition-with-xfs-ext4-file-systems-on-rhel-and-debian/

Linux from the command line -- Pulling info out of proc with procinfo

Linux from the command line -- Pulling info out of proc with procinfo

Most of the system information you could ever want from your Linux system is ready and waiting for you in the proc folder. Remember, everything is a file in Linux (or at least it was until it was infected with systemd) so you can use simple tools like ls and cat to find and display this info in any way you wish. Throw in grep, sed, awk, and watch and you can create some pretty impressive output of your system's innards. However, for a quick and simple way to get the most commonly used data out, procinfo has you covered.
https://www.tecmint.com/procinfo-shows-proc-system-information/

Saturday, 2 June 2018

Linux from the command line -- Using arrays in Bash

Linux from the command line -- Using arrays in Bash

The command line in Linux is more than just a dumb terminal. It's a powerful tool that you can program. It even includes arrays. Here's an introduction to those arrays.
https://opensource.com/article/18/5/you-dont-know-bash-intro-bash-arrays

Linux for sysadmins -- Installing Webmin on Debian 9

Linux for sysadmins -- Installing Webmin on Debian 9

Webmin is a great admin tool that allows you to do extensive administration tasks on a Linux system remotely using only a web browser. It not only handles basic system administration, but administration of applications and services like web servers, database servers, etc.

https://www.rosehosting.com/blog/how-to-install-webmin-on-debian-9/

Friday, 1 June 2018

Linux for sysadmins | Linux from the command line -- Monitoring servers with Glances

Linux for sysadmins | Linux from the command line -- Monitoring servers with Glances

Being a good sysadmin requires a lot of things, two of which are monitoring in order to spot trends which may indicate impending issues so you can head them off before they do, and diagnosis skills to find problems quickly when they do happen. Good monitoring tools and skills are a major part of achieving those two things.
Luckily Linux has a huge portfolio of monitoring tools available for every kind of task and resource. Glances is one of them.
http://www.linuxbuzz.com/monitor-linux-servers-glances-tool/

Linux from the command line -- Converting multiple media files at once with FFMPEG

Linux from the command line -- Converting multiple media files at once with FFMPEG

This article is a good example of the kinds of things you can do with a little command line knowledge.
https://linuxconfig.org/how-to-use-ffmpeg-to-convert-multiple-media-files-at-once-on-linux