Introduction This usually takes a day should only take an hour, but always miss something and have to troubleshoot for at least 5 hours. Made these instructions just in case, god forbid when have to do it again i might not screw it up. Using the setting below they are pretty obscure and leaves room… Continue reading Changing networking Setup in Solar System
Author: c0mputerking
Apache rewrite
Here is how to make a redirct work, first add this A record to your database file on the DNS server that manages the the ServerAlias below. Don’t forget to update the serial # if you are old school and still manually edit your database files like me. cool.computerking.ca IN A XXX.XXX.XXX.XXX Next add the… Continue reading Apache rewrite
Hello world!
Welcome to Computer King this is my first post on the new site i will it leave it here to mark the date i started this site.
After imageing Proxmox to a new server
To get pve-cluster going even if not in use mv /etc/pve /etc/backup.pve mkdir /etc/pve /etc/init.d/pve-cluster restart To get networking back vi /etc/udev/rules.d/70-persistent-net.rules
Apache Open SSL
This is how i did it on Ubuntu 12.04 LTS, and might work with Debian Squeeze too. sudo a2enmod ssl sudo a2ensite default-ssl /etc/init.d/apache2 restart
BackupPC
Adding backuppc using backports apt-get install backuppc/lucid-backports Change backuppc password sudo htpasswd /etc/backuppc/htpasswd backuppc ??Change user home dir to /home/backuppc ? so i do not have to update sshid everytime i reinstall backuppc to fix the external drive setup ??Change user uid and gid to match proxmox? dosnt really matter anymore not using bindmounts or… Continue reading BackupPC