Archives
-
roundcube directadmin upgrade
cd /usr/local/directadmin/custombuild ./build update perl -pi -e ‘s/clean_old_webapps=no/clean_old_webapps=yes/’ options.conf ./build clean ./build roundcube
Yorumlar KapalıOca 9th, 2009 | Filed under DirectAdmin -
How to create a full backup of all accounts via the command line.
If your server is on it’s way to being full dead, or your license has expired, you can still create backups via the command line. To do so, run the following command: echo “action=backup&local%5Fpath=%2Fhome%2Fadmin%2Fadmin%5Fbackups%32&owner=admin&type=admin&value=multiple&when=now&where=local&who=all” >> /usr/local/directadmin/data/task.queue And make sure that the dataskq is running by checking /var/log/cron. If it isn’t you can run the dataskq [...]
Yorumlar KapalıNis 28th, 2008 | Filed under DirectAdmin -
Steps for changing server ip and creating images.
Steps for changing server ip and creating images.**** Change server ip **** Boot the server with the new server ip. (the new one you want to use) DirectAdmin will not be running, as the license file will be invalid. Contact DirectAdmin to obtain a new license file. They will change the ip in the license. [...]
Yorumlar KapalıNis 28th, 2008 | Filed under DirectAdmin -
perl -pi -e ‘s/OLD_IP/NEW_IP/’ *.db
cd /var/named perl -pi -e ‘s/OLD_IP/NEW_IP/’ *.db service named restart
Yorumlar KapalıNis 28th, 2008 | Filed under DirectAdmin -
directadmin de resetlenmeyen aylik bandwidth
In the case that the monthly reset did not run, an admin can run: echo “action=cleanreset&value=all” >> /usr/local/directadmin/data/task.queue in order to only remove the previous months data. This will do a standard reset of bandwidth.tally files and user.usage files, but will not follow with a tally. You’d need to run the “action=tally&value=all” command afterwards to [...]
Yorumlar KapalıMar 3rd, 2008 | Filed under DirectAdmin -
roundcube upgrade for directadmin
cd /usr/local/directadmin/scripts mv roundcube.sh roundcube.old.sh wget http://files4.directadmin.com/services/all/roundcube.sh chmod +x roundcube.sh ./roundcube.sh sonra 1- /config/main.inc.php dosyasini calisandan kopyala 2- /skins/default/images altina logolari at 3- /templates/login.html dosyasini calisandan kopyala 4- /etc/httpd/conf/httpd.conf dosyasini editle. Alias /webmaileski /var/www/html/webmail/ Alias /squirrelmail /var/www/html/squirrelmail/ Alias /webmail /var/www/html/roundcube/ Bitti.
Yorumlar KapalıAra 12th, 2007 | Filed under DirectAdmin