Collection of Useful Bash Functions and Aliases
http://www.tuxarena.com/2014/10/collection-of-useful-bash-functions-and-aliasesIn this article I’m going to share some of the Bash aliases and functions that I use and I find pretty handy every once in...
View ArticleEasy Watermarking with ImageMagick
http://www.linuxjournal.com/content/easy-watermarking-imagemagick Let's start with some homework. Go to Google (or Bing) and search for "privacy is dead, get over it". I first heard this from Bill Joy,...
View ArticleHow To Use Vagrant To Create Small Virtual Test Lab on a Linux / OS X /...
http://www.cyberciti.biz/cloud-computing/use-vagrant-to-create-small-virtual-lab-on-linux-osxVagrant is a multi-platform command line tool for creating lightweight, reproducible and portable virtual...
View ArticleHow to use NumPy for scientific computing in Linux
http://xmodulo.com/numpy-scientific-computing-linux.htmlGet serious with scientific computing in Linux by learning to use NumPy. NumPy is a Python-based open-source scientific computing package...
View Article8 Tips to Solve Linux & Unix Systems Hard Disk Problmes Like Disk Full Or...
http://www.cyberciti.biz/datacenter/linux-unix-bsd-osx-cannot-write-to-hard-diskCan't write to the hard disk on a Linux or Unix-like systems? Want to diagnose corrupt disk issues on a server? Want to...
View ArticleHow to run SQL queries against Apache log files on Linux
http://xmodulo.com/sql-queries-apache-log-files-linux.htmlOne of the distinguishing features of Linux is that, under normal circumstances, you should be able to know what is happening and has happened...
View ArticleUbuntu Linux Create and Add Swap File Tutorial
http://www.cyberciti.biz/faq/ubuntu-linux-create-add-swap-fileI'm a new Ubuntu Linux version 14.04 LTS user. I need additional swap space to improve my Ubuntu server performance. How can I add a swap...
View ArticleShell Scripting – Checking Conditions with if
http://www.linuxtechi.com/shell-scripting-checking-conditions-with-ifIn Bourne Shell if statement checks whether a condition is true or not. If so , the shell executes the block of code associated with...
View ArticleHow to encrypt files and directories with eCryptFS on Linux
http://xmodulo.com/encrypt-files-directories-ecryptfs-linux.htmlYou do not have to be a criminal or work for the CIA to use encryption. You simply don't want anybody to spy on your financial data,...
View ArticleHow to Get Open Source Android
http://www.linux.com/learn/tutorials/792900-how-to-get-open-source-android-CyanogenMod is one of the best and most popular FOSS Android variants. This is a complete replacement for Google's Android,...
View ArticleHow to scan Linux for vulnerabilities with lynis
http://xmodulo.com/how-to-scan-linux-for-vulnerabilities.htmlAs a system administrator, Linux security technician or system auditor, your responsibility can involve any combination of these: software...
View ArticleHow to turn your CentOS box into a BGP router using Quagga
http://xmodulo.com/centos-bgp-router-quagga.htmlIn a previous tutorial, I described how we can easily turn a Linux box into a fully-fledged OPSF router using Quagga, an open source routing software...
View ArticleHow To Run Android Apps in Chrome on Mac / Linux / Windows
http://www.makeuseof.com/tag/run-android-apps-chrome-mac-linux-windowsIt’s now possible to run Android apps in the Chrome browser — it just takes a little bit of work.Google has officially brought four...
View ArticleeBay open sources a big, fast SQL-on-Hadoop database
https://gigaom.com/2014/10/22/ebay-open-sources-a-big-fast-sql-on-hadoop-databaseSummary: eBay has open sourced a database technology, called Kylin, that takes advantage of distributed processing and...
View ArticleIntro to Systemd Runlevels and Service Management Commands
http://www.linux.com/learn/tutorials/794615-systemd-runlevels-and-service-managementcgroups, or control groups, have been present in the Linux kernel for some years, but have not been used very much...
View Article5 Awesome Open Source Backup Software For Linux and Unix-like Systems
http://www.cyberciti.biz/open-source/awesome-backup-software-for-linux-unix-osx-windows-systemsA good backup plan is essential in order to have the ability to recover fromHuman errorsRAID or disk...
View ArticleWhat are some obscure but useful Vim commands
http://xmodulo.com/useful-vim-commands.htmlIf my latest post on the topic did not tip you off, I am a Vim fan. So before some of you start stoning me, let me present you a list of "obscure Vim...
View ArticleHow to search multiple pdf documents for words on Linux
http://xmodulo.com/how-to-search-multiple-pdf-documents-for-words-on-linux.htmlWhen it comes to text search within a pdf document, pretty much every pdf reader software supports it (be it Adobe Reader...
View ArticleConnect to WiFi network from command line in Linux
http://www.blackmoreops.com/2014/09/18/connect-to-wifi-network-from-command-line-in-linuxHow many of you failed to connect to WiFi network in Linux? Did you bumped into issues like the followings in...
View ArticleHow to run a command on Remote server without login to server shell prompt?
http://www.nextstep4it.com/how-to-run-a-command-on-remote-server-without-login-to-server-shell-promptBy using SSH command, You can run a command on remote server without login to server shell. SSH...
View Article