Managing MySQL server is one of the interesting thing for every sys admins. In this article I’m just sharing a quick fix for the error that I got while restoring the database from its backup file. I hope this will…
Author: Heba Habeeb
0% [Connecting to archive.ubuntu.com] – Ubuntu
apt-get error ubuntu I got one error with “apt-get” command in one of our server which has Ubuntu 12.04 OS. After the Y/N confirmation of apt-get installation command the server went to un-responded state for 4-6 minutes. Error details are pasted…
Softlink and Hardlink in Linux a detailed explanation
Good day techies!!! Softlink and Hardlink. This is essential to know about links (both softlink or Symlink and hardlink) because we are Linux techies.. It’s vital to knowing about how Linux/Unix environment works!! Here I’m explaining both Soft and Hard links…
Find and Kill all Zombie processes running on server
Did you ever notice some processes with status “Z” on your server/system? Find and Kill all Zombie processes running on server. These are Zombies. On this article I’m explaining the ways to find and kill all Zombies on the server.…
SSH connection error – Permission denied cPanel server
ssh permission denied error, that what we are discussing here. The word SSH is the abbreviation for Secured Shell. SSH is a command-line program to login to remote Linux server which has SSH server. The SSH is using for remote…
lsof command usages with example – Unix/Linux
lsof command usages with example lsof command usages is a mandatory thing that every sys admin must know. lsof command lists open files. It’s the short form of “LiSt Open Files.” This command has a vital role in server Administration.…
How to change the database user password – cPanel?
Changing the database user password using bash script? Change the database user password, need simple solution!! The MySQL community has depreciated “old_passwords” option since MySQL 5.6 version. So we won’t be able to recollect the password from an old password…