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
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...
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, ...
Linux Body Painting
Its, awesome...
Convert UTF-8 to WIN-1251
Function to convert UTF-8 to WIN-1251 charset. function iconv-win1251 { if [ ${1%\.*} == ${1##*\.} ]; then newfile="$1-win1251...
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...
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 ...
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...
Display dd progress during dd
Started a dd but wondering what the progress is? I haven’t found a way to do a verbose mode for dd, but this command seems to do the trick. ...
Pidgin 2.6.2 released
Pidgin, previously known as Gaim, is a multi-protocol instant messaging client for Linux, BSD, MacOS X, and Windows. Pidgin messenger is com...
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...