Pages
Home
What is MooLux
Screenshoot
Download MooLux
Install MooLux
MooLux Save
MooLux Modules
Run commands on logout
If a file named $HOME/.logout (a file named .logout in your home directory) exists, and the following trap statement is in your .profile, .logout is executed when you logout.
Add this to .profile:
trap "$HOME/.logout" 0
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, ...
How to Install Google Chrome OS
HOW TO INSTALL GOOGLE CHROME OS : Do you want to install Google's very own operating system called Chrome OS? If yes, then just follow t...
Features in Linux kernels 2.6.28 and 2.6.29
Linux kernel has in recent times seen numerous advances. And the latest versions of the Linux kernel namely 2.6.28 and 2.6.29 have some fabu...
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...
Backing up Master Boot Record
The MBR is a 512 byte segment on the very first sector of your hard drive composed of three parts: 1) the boot code which is 446 bytes long...
Download MooLux
MooLux is available as zip format. Extract the file to your USB Disk, run a command, boot your computer with first boot to USB Disk. You mi...
The KDE vs. GNOME
The KDE vs. GNOME debate — which we sincerely hope we aren't sparking anew — is one of the great legacies of the Linux world. Everyone s...
Introduction to Shell Scripting in Linux
Shell scripting is a way to write programs that run on Unix/Linux systems. It's a powerful skill to have since it allows users to automa...
Bypass firewalls using ssh
Ever wanted to access a service behind a firewall that has port 22 open for ssh connections? This is a common setup known as using a jump-bo...