Pages
Home
What is MooLux
Screenshoot
Download MooLux
Install MooLux
MooLux Save
MooLux Modules
Screenshoot
Home
Subscribe to:
Comments (Atom)
Popular Posts
block consecutive IP address using scripts
How to block long list of consecutive IP address? How to call linux route command inside a script? How to block consecutive IP address usi...
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...
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’...
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...
Screenshot Grabbing
Using imagemagick imagemagick is a collection of tools and libraries for image manipulation. Most distribustions come with imagemagick . ...
Encrypt Filesystems
If you are using modules you need to load these first: modprobe loop;modprobe cryptoloop;modprobe cipher-aes Basically you: losetup -e ...
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...
List Open Files
If you try to unmount a partition and get a message like this: # umount /media/usbdisk/ umount: /media/usbdisk: device is busy use the lsof ...
How to install Opera Browser on Ubuntu 18.04 Bionic Beaver Linux
Add Opera browser Repository Let's start by adding an Opera repository and keyring. Open up terminal and enter: $ wget -qO- https://d...
Git set Proxy in Linux
Once you have obtained the proxy settings (server URL, port, username and password); you need to configure your git as follows: $ git co...