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
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, ...
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...
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...
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...
Using a swapfile to increase the swap space on your system
This can be a very handy function if we want to use a file, instead of a partition, and with modern filesystems the performance is almost on...
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...