Day: June 20, 2017

Linux System Administration – Part 3

How to monitor the loaded kernel modules A Linux system administrator may be required to watching the loaded kernel modules. The command that help to achieve this is “lsmod”. Example :

Another way to list all currently loaded kernel modules is to use “cat /proc/modules”. Example :

Getting information about files The “ls …

Linux System Administration – Part 3 Read More »

Powershell – A brief technical introduction: 1

Windows Powershell is a great tool for writing Windows based administration scripts. It is getting popular day-by-day due to its object oriented capabilities. Also the administrators find it very handy for writing scripts  in a Windows platform much similar to the Unix based shell scripting. How to Install PowerShell ISE and Enable PowerShell Scripts PowerShell 2.0 …

Powershell – A brief technical introduction: 1 Read More »

Scroll to Top