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
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...
20 Linux System Monitoring Tools Every SysAdmin Should Know
Need to monitor Linux server performance? Try these built-in command and a few add-on tools. Most Linux distributions are equipped with tons...
Facebook To Launch Meebo Bar Clone On Its Quest To Take Over The Web
In the last few days, we’ve uncovered some major new features that Facebook is going to announce at its f8 developer conference, including i...
Grabbing a screenshot without X
There are plenty of screen-capture tools, but a lot of them are based on X. This leads to a problem when running an X application would inte...
Linux Body Painting
Its, awesome...
Unmount busy drives
You are probably all too familiar with the situation - you are trying to unmount a drive, but keep getting told by your system that it's...
Make Sure You Have A Profile Picture in twitter
Marketing software maker HubSpot has analyzed close to 9 million Twitter profiles based on data collected through its Twitter Grader tool, a...
Kill Linux Processes with pkill
One of the best features in Linux is the way you can control processes from the command line, so if you have an application that locks up yo...
Batch resize images using the command line in Linux
If you have a ton of images that need resizing, you can do it all with the imagemagick package: cd /home/user/images mkdir resized_image...
Use netstat to See Internet Connections
Using netstat, you can monitor programs that are making connections to remote hosts: $ netstat -tpe The -t flag limits the output to show on...