Tracking the activity of processes with process accounting in Linux
Once activated, every single process will be logged. The logs are stored under /var/account/, but are not in human-readable form.
View ArticleFind command usage in Linux with excellent examples
Find is an excellent command. Not everyone knows the proper usage of find command, it is one of the most awesome utilities in Linux and can be used in numerous ways. This article demonstrates it all.
View ArticleHow to change hostname, IP Address in Linux CentOS/Redhat
Hostname is a label that is assigned to a device connected to a computer network and that is used to identify the device in various forms of electronic communication such as the World Wide Web, e-mail...
View Article5 Best Email Clients for Open Source Environment
An email client, also known as Mail User Agent (MUA) is an application used to manage the emails. Linux has a lot of email clients, terminal and GUI based. I have collected the top 5 GUI based email...
View ArticleHow to add extra swap space on CentOS 6
If you have a low memory CentOS machine (such as a virtual machine) that is running out of memory, you should look into adding swap to leverage the disk space and prevent crashes. Learn how to easily...
View Article5 most awesome desktop environments for Ubuntu
Are you using Ubuntu and bored of using Unity desktop all the time? Then, you should check out other options available that can replace unity for you. I have collected 10 desktop environments that are...
View ArticleTutorial - Calling Java from a Bash Script
In this tutorial I’ll be using a Java jar which converts files automatically to HTML5 with a Bash Script as an example of running a Java program from Bash. I will also cover how to run a really useful...
View ArticleUbuntu Applications for Android you should not miss
Are you a die hard fan of Ubuntu? Do you love playing a lot with your Android phone? Well then, this article is for you. I have been using some Ubuntu related android apps on my Nexus 5 for almost a...
View ArticleHow To Set Up Nginx Virtual Hosts on Ubuntu
Nginx is one of the fastest HTTP servers available at the moment. Learn how to setup virtual hosts in Nginx easily in this tutorial.
View ArticleDocker Registry or How to Run your own Private Docker Image Repository
How to setup a private Docker registry to host your Docker images with fully working examples on GitHub and Docker Index
View ArticleReasons you might not consider Linux over Windows
I have been through several posts that provide you several reasons to switch from Windows to Linux. This is not one of those anti-microsoft posts. However, it mentions what exactly sets back users from...
View ArticleWildFly – A New Improved JBoss Application Server for Linux
As we all know that JBoss AS has been renamed to WildFly. A lots of new features has been added and lots of has been upgraded.
View ArticleTrack each process with PSACCT in Linux
The completion of every process running on linux machines can be tracked using psacct (process accounting). This can be useful for security, load optimization and other administrative purposes. It may...
View ArticleHow To Setup Your Own VPN With PPTP on Linux (CentOS, Ubuntu, Debian)
VPNs allow you to communicate securely over a public network by encrypting communication between two or more servers. In this tutorial, you’ll learn to install a PPTP VPN on all Linux flavours.
View ArticleComparison of C/POSIX standard library implementations for Linux
The table below and notes which follow are a comparison of some of the different standard library implementations available for Linux, with a particular focus on the balance between feature-richness...
View ArticleLinux job market heats up
Want a tech job? Then polish up your Linux skills and you will be handsomely rewarded.
View Article10+ Linux terminal commands you would love to know
Being a Linux Administrator, the life becomes quite like a terminal, black and white. You need to find out ways to make it happening with small time funs every now and then. Well, there are lots of...
View Article10+ Funny or Useless Linux Commands!
Being a Linux Administrator, the life becomes quite like a terminal, black and white. You need to find out ways to make it happening with small time funs every now and then. Well, there are lots of...
View ArticleFind command usage in Linux neatly explained with examples
Heard of find command in linux but not sure how to use it? This article is a must read for you.
View ArticleDeadly mistakes that you would want to avoid on your Linux box
Linux is a powerful operating system and its command line terminal is even more powerful which can be used to control everything in the os. There are lots of things that you should keep in mind while...
View Article