Frequently Asked Questions

How To Install Subversion On CentOS 7

From Wikipedia: Apache Subversion (often abbreviated SVN, after the command name svn) is a software versioning and revision control system distributed as free software under...

How To Configure Static IP On CentOS 7

Question: How to switch from Dynamic to static in my CentOS 7? Answer: Before to convert from dynmic to static, please make an copy of resolv.conf under...

Setting Up NFS Server And Client On CentOS 7

NFS, stands for Network File System, is a server-client protocol used for sharing files between linux/unix to unix/linux systems. NFS enables you to mount...

Install LEMP Server (Nginx, MariaDB, PHP) On CentOS 7

LEMP is a combination of operating system and open-source software stack. The acronym LEMP is derived from first letters of Linux, engine-x (Nginx) HTTP...

Install LAMP Server (Apache, MariaDB, PHP) On CentOS/RHEL/Scientific Linux 7

LAMP is a combination of operating system and open-source software stack. The acronym of LAMP is derived from first letters of Linux, Apache HTTP...

‘Ifconfig’ Command Not Found In CentOS 7 Minimal Installation – A...

As we all know, "ifconfig" command is used to configure a network interfaces in GNU/Linux systems. It displays the details of a network interface...

Fix LCD Dimming After Boot / Reboot on Manjaro XFCE 0.8.10

After installing Manjaro XFCE 0.8.10 anytime I boot or reboot my system the LCD backlight reduces to lowest. I can still increase this using...

Add LCD Brightness Control To Manjaro XFCE Panel

Brightness of your laptop's LCD screen can be controlled by key combinations; for those manufactured by TOSHIBA it's mostly Fn + F6 and F7...

Setup PXE Boot Environment Using Cobbler On CentOS 6.5

In our previous tutorials, we had showed you how to setup PXE environment on Ubuntu 14.04, and CentOS 6.5. Install And Configure PXE Server On...

Obmenu: The OpenBox Menu Editor

Obmenu is a menu editor designed for openbox. It's easy to use, allowing to get the most out of the powerful Openbox menu system,...

Create A Whisker Menu Launcher On Manjaro XFCE

Hi Guys, In this tutorial, we are going to create a Whisker menu launcher ourselves, that is manually. Mostly, when we install application they are...

Install Firefox In Debian/Crunchbang

In this post, we're going to install Firefox in Crunchbang 11 'Waldorf' same procedures here works for Debian. By the default Crunchbang come with Iceweseal...

[Quick Tip] Set Default Browser on Debian/Ubuntu Using Terminal

Hey Guys, In this post, we are going to use the terminal to make a browser default. Even though, this can easily be done using the...

ncdu – NCurses Disk Usage Analyzer

Ncdu (NCurses Disk Usage)  is a ncurses-based du viewer. It provides a fast and easy-to-use interface through the well-known du command. It displays percentages of disk usage and...

Transmageddon: A Video Transcoder For Linux And Unix Systems

Transmageddon is a video transcoder for Linux and Unix systems built using GStreamer. It supports almost any format as its input and can generate...

How To Enable Tab Complete Heroku Commands In Oh-My-Zsh

Heroku Client is the (Command Line Interface) CLI tool for creating and managing Heroku apps. Requirements: Heroku toolbelt Oh-My-Zsh (How to Install) Note this post is not talk...

nginx Error: php file not found – Solved

I have installed nginx + php-fpm on my Linux, but got message like below. This my standard nginx configuration:     location ~ .php$ {         fastcgi_split_path_info...

Linux Basics: How To Find Size of Directory Commands

This is the first in a series of posts in coming where I'll be writing about some basic commands that that will be of good...