Installing Teamspeak 2 on Ubuntu 11.04 server
If you use the 64-bit version of ubuntu you need to first download a 32-bit library (libgcc_s.so.1)for teamspeak otherwise you will get the error libgcc_s.so.1 must be installed for pthread_cancel to...
View ArticleSyncing data between servers with rsync, ubuntu 11.04
Part 1 – Setting up SSH key authentication If you have important data or you need to replicate data between 2 or more computers running Ubuntu (or any other Linux), you can easaly do this with rsync...
View Articlewordpress/ubuntu: PHP curl functions not available! Most backup destinations...
If you get this problem in the BackWPup plugin you don’t have the cURL library installed. This is easily fixed with this command sudo apt-get install php5-curl Apache should automatically restart but...
View ArticleWordPress/Ubuntu: Image could not be processed. Please go back and try again.
This very cryptically error message took me awhile to figure out. You get this if the gd support is missing in php so fixing it is easy sudo apt-get install php-gd restart the apache server to be on...
View ArticleUsing Ubuntu 12.04 as router/firewall
You need to have a server with 2 network cards, 1 for WAN RED (external internet access) and 1 for NAT GREEN (internal access) The article describes the following. Use a computer with 2 network cards...
View ArticleChanging disk on a laptop and copy restore partion to new disk
Nowadays computers doesn’t come with installation media but a restore partion on the computer disk. Here I’ll show you how to make a copy of the restore partion to the new disk and start a restor from...
View ArticleBackup with Crashplan on Ubuntu
Many people don’t understand how easily you can loose allot of data very fast. It usualy happens fast without any warning and then you are out of all you photos or other stuff that’s important. Most...
View Article