Pages
Home
What is MooLux
Screenshoot
Download MooLux
Install MooLux
MooLux Save
MooLux Modules
Linux Body Painting
Its, awesome...
Newer Post
Older Post
Home
Popular Posts
Setting the PATH in linux
This article explains how set your PATH variable under Linux. This has the same use as that of setting the PATH variable under DOS. Under Li...
block consecutive IP address using scripts
How to block long list of consecutive IP address? How to call linux route command inside a script? How to block consecutive IP address usi...
How To Install Atom Text Editor on Ubuntu 18.04
Atom is an open source cross-platform code editor developed by GitHub. It has a built-in package manager, embedded Git control, smart auto...
du - the disk usage linux command
du stands for disk usage. This simple linux command provides a summary of harddisk or storage space disk usage. It has many parameter argume...
What is MooLux
MooLux is a Live USB Linux distribution based on Slackware that utilizes the KDE desktop environment. MooLux is a portable operating sys...
Shutdown a windows PC from linux
A remote Windows PC can easily be shutdown, assuming you have Samba installed on your Linux box, and you have a user account on the Windows ...
Git set Proxy in Linux
Once you have obtained the proxy settings (server URL, port, username and password); you need to configure your git as follows: $ git co...
How to use the most popular command in Unix - Grep
grep is by far the most popular command that exists in Unix. Though some may argue about that, but once you begin using grep, it would alway...
Delete Files Older Than x Days
The find utility on linux allows you to pass in a bunch of interesting arguments, including one to execute another command on each file. We’...
List Open Files
If you try to unmount a partition and get a message like this: # umount /media/usbdisk/ umount: /media/usbdisk: device is busy use the lsof ...