Skip to main content

How to Copy and Move Email in IMAP Accou...

  Following steps require TWO mail serves with POP enabled on source Server and IMAP enabled on Destination Server.   Source Server = Server from where you want to copy the emails (will be referred as Old Server) Destination Server = Server where you want to copy your emails (will be referred as New Server)   […]

Connect MySQL from Remote CentOS7

I just Installed CentOS7 and faced some issues in installing and connecting MySQL from remote location. I used to do a yum install mysql-server, which is no more supported and for that I have to install mysql repo rpm first. i will write that some other time, login to centos7 box with root and disable the […]

Boot CentOS in CLI (Change runlevel)

After in installed CentOs VM in vmWare using easyInstall, it booted in GNOME GUI, which I do not really like, so i needed to change CentOs to boot in CLI. for that we need to edit /etc/inittab vi /etc/inittab Change the last line if you reboot the centos now it will start with the splash screen and loading […]

Automated Sql server Backup

Sql Server administrators often need to backup databases and preferably automated. following script will create backups of all databases other than specified, Script will create separate directory of backups, currently this script runs daily and creates daily directory. to create physical directory using Sql we need to enable a stored procedure “xp_cmdshell” and that can only be enabled when […]