Pages
Home
What is MooLux
Screenshoot
Download MooLux
Install MooLux
MooLux Save
MooLux Modules
Check laptop battery in Command Line
If you run Linux off a laptop, you might want to check your battery status alt least once a year:
grep -F capacity: /proc/acpi/battery/BAT0/info
This will output something like
design capacity: 7800 mAh
last full capacity: 6414 mAh
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...
Slackware 13.1 Released
Great news!!! Slackware 13.1 has been officially released. In the last few days, there has been no activity in -Current tree and they have p...
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...
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...
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 ...
Linux Body Painting
Its, awesome...
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...
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...