Pages
Home
What is MooLux
Screenshoot
Download MooLux
Install MooLux
MooLux Save
MooLux Modules
Screenshoot
Home
Subscribe to:
Posts (Atom)
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...
How to use the most popular command in Unix - Grep
grep is by far the most popular command that exists in Unix. Though some may argue about that, but once you begin using grep, it would alway...
How To Install Atom Text Editor on Ubuntu 18.04
Atom is an open source cross-platform code editor developed by GitHub. It has a built-in package manager, embedded Git control, smart auto...
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 ...
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...
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, ...
Setting the PATH in linux
This article explains how set your PATH variable under Linux. This has the same use as that of setting the PATH variable under DOS. Under Li...
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’...
Encrypt Filesystems
If you are using modules you need to load these first: modprobe loop;modprobe cryptoloop;modprobe cipher-aes Basically you: losetup -e ...
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...