Thursday, September 9th, 2010
Likewise open is the software to add ubuntu Linux machine to active directory domain To install likewise open simply type the following command sudo apt-get install likewise-open After installation using the following command to add to domain sudo domainjoin-cli join <domain name> Administrator it will prompt the admin password enter your domain admin password and [...]
Continue reading about How to add linux machine ubuntu to active directory domain »
Posted in Linux | No comments yet, be the first » |
Wednesday, July 28th, 2010
This article describes how you can back up MySQL databases without interrupting the MySQL service with a crontab service in linux. Normally, when you want to create a MySQL backup, you either have to stop MySQL or issue a read lock on your MySQL tables in order to get a correct backup; if you don’t [...]
Continue reading about Mysql Scheduled Backup Using Crontab in Linux »
Posted in Linux | No comments yet, be the first » |