Frequently Asked Questions

Install CentOS 6.5 Using Kickstart Method

Installing Linux can be done via multiple methods like (DVD/ftp/http/NFS/), but the easiest way is from kickstart file. Its very easy, and fast method. Before...

[Quick Tip] How To Re-enable Save And Quit Feature In Firefox

Mozilla Firefox is a great browser, we all use it. In fact as I type this post am using a Firefox browser. In this...

Solved – PHP Warning: Module ‘PDO’ already loaded in Unknown on...

Question : I got this error  Log in CMS  (Joomla  and  Wordpress) : PHP Warning: Module 'PDO' already loaded in Unknown on line 0. Solution: First...

6 Factors that Make Linux Important for your Small Business

A huge number of modern companies know about Linux firsthand. Many of them have been using various distributions in one form or another for...

How to repair "error loading feed data" in Joomla 1.5?

Question:  I go to an administrator page joomla 1.5.22,  , there is an error message "Error loading feed data".   How to  Solve...

OpenSSH 6.5 Has Been Released!

OpenSSH is set of tools that can be used to connect and manage the remote network computers using SSH protocol. Unlike other communication tools...

ChatCrypt: Let us Chat Secure

Just like most of you, I also really hate to be monitored by third parties when i am communicating with Friends/Colleagues on Internet. Now...

Install qBittorrent 3.1.0 in Ubuntu via PPA

qBittorrent is a cross platform free and open source bittorrent client designed as an alternative the popular µtorrent client written in C++ / Qt4, using the libtorrent-rasterbar library. qBittorrent...

How to avoid sudo password prompt?

Question : How  to avoid sudo password prompt ? Answer  : First Assign the permissions to the sudoers file, by running the following command: chmod 740 /etc/sudoers Second: Edit file ...

restore Add/remove software icon in Fedora Centos

Question:   after   Some  updates  , the  icon of  add and  remove  Software under System>Administration doesn't exit  ant more?   Answer: to  restore the  icon  you  have  to  reinstall...

Linux Commands Every Sysadmin Must Know

If you are a system administrator, then Linux commands are what you use everywhere, you know what they are for and how to use...

sudo: must be setuid root

Qestion: when i  try   to use sudo to lunch aan  application , i  get  this issue :  sudo: must be setuid root $ sudo    yum   install ...

Install RepoForge (RPMForge) Repository On RHEL, CentOS, Scientific Linux 7/6.x/5.x/4.x

Like EPEL, REMI, RPM Fusion repositories, RepoForge, formerly known as RPMForge, is a third party repository that has collection of over 5000 software packages...

Dolphin Can't Move Files to Trash

Question: Dolphin Can't Move Files to Trash. How to solev this ? Answer   I had  the same problems deleting  to the  Trash in OpenSuse 11.4   KDE ...

How to rename or change user name in Linux

Question : How  to  rename or  change user name in Linux? Answer: killall -u old id old usermod -l new old groupmod -n new old usermod -d /home/new -m new usermod...

How To Disable Remember Open Files in Sublime Text 3

Hey Guys, If you use the Sublime Text editor, by default, its settings "remember open files" and also have "hot exit" set to the value true.  If...

Introduction to SSH

Introduction What is SSH? Why use SSH? SSH is a network protocol similar to telnet or FTP, yet slightly different because it offers secure data communication....

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...