Using sources.list file If you want to add repositories for ubuntu you need to add in /etc/apt/sources.list file before adding any new repositories take backup of this file and add more repositories. #cp -p /etc/apt/sources.list /etc/apt/sources.list_backup
Continue reading…
Posts by ruchi
Bind DNS Server Web interface,Frontend or GUI Tools
WeBBind WeBBind is a Web interface for admin BIND DNS servers. It is written in PHP for everyday usage.
Continue reading…
Mysql Database backup using AutoMySQLBackup
AutoMySQLBackup is a script to take daily, weekly and monthly backups of your MySQL databases using mysqldump. Features – Backup mutiple databases – Single backup file or to a seperate file for each DB – Compress backup files – Backup remote servers – E-mail logs – More
Continue reading…
Mysql Database Server Installation and Configuration in Ubuntu
MySQL is a widely used and fast SQL database server. It is a client/server implementation that consists of a server daemon (mysqld) and many different client programs/libraries.
Continue reading…