Tuesday, June 23, 2015

Remotly Manage Linux Servers In Azure with Webmin

To managing Linux servers in Azure is not that easy some times the server SSH sessions are dropped and cant connect to server to manage. To this we can use "Webmin" this tools is Like a c panel for managing Linux servers. Install dependency packagers for for Webmin. # sudo apt-get install perl...

How to Automate MySQL Backup - Ubuntu

Recently i want to backup some MySQL Database  to this i have used Automysqlbackup tool. this tool backup the Databases daily weekly and Monthly. To Install the automysqlbackup          # sudo apt-get install automysqlbackup Start the Service         # sudo automysqlbackup Config Files are stored in /etc/default/automysqlbackup       ...

Monday, June 22, 2015

Cant SSH to Linux VM - Azure

Did you encounter that the SSH connection is suddenly not working with Azure Linux machine. This happens to me quit a lot with Azure Ubuntu VM. and there were not much help in the internet about this and had to call the Microsoft support, This are the steps what we have done to resolve this issue. First...

Saturday, June 20, 2015

Saturday, June 13, 2015

Can't Delete Blob - ''There is Currently a lease on the blob and no lease ID was specified in the request."

If you got following error when your deleting a storage contaner. '' There is Currently a lease on the blob and no lease ID was specified in the request '' this mainly because when you deleting vm some times it dosen't  the disks. to resolve this. Go to Virtual Machines and select Images....

Thursday, June 4, 2015