Pages
Home
What is MooLux
Screenshoot
Download MooLux
Install MooLux
MooLux Save
MooLux Modules
Backing up the bootsector
Afraid you might mess up your MBR? Back up the bootsector:
dd if=/dev/hda of=bootsector.img bs=512 count=1
If anything goes wrong, you can boot from a LiveCD and restore the bootsector with
dd if=bootsector.img of=/dev/hda
Newer Post
Older Post
Home
Popular Posts
Configuring Proxies for Yarn, NPM, Git, NVM, Yum, and Apt
When developing applications, it is common to interact with various tools that require a network connection to function correctly. However, ...
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...
Develop website using bluefish
Linux is at the forefront of web development. Recently, I've been developing web applications using frameworks, and Linux in general mak...
Android App: Nesoid (NES emulator)
It is good to know that it's possible to play those classicNintendo NES games on any Android device with physical keyboard (Motorola Bac...
set your default gateway using route
Want to quickly set the route for your machine from the terminal. Start by opening up a terminal window, and type the following, just make s...
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...
Defragment your XFS partition
If one beautiful morning, you like me found yourself having performance problems with reading from your huge XFS partition, you probably wil...
Block Yahoo Messenger, AOL, MSN and ICQ using IPTABLES
If you’re a network administrator and you’re using Linux on your servers, you can stop the rest of the users from using IM applications by b...
Improve the speed of Firefox 3
We all know Firefox is a memory hog. To speed things up greatly, do the following: Open Firefox and in the address bar type about:config. Cl...
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’...