Posts Tagged ‘Linux’

Backup and restore MySQL tables/database

If you have a lagre database that you will take backup on you might find it hard to do so with example phpmyadmin. MySQL made commando for this so you easy can do this in your terminal on both Windows and Linux. I will first go with Linux. OBS: The commando are the same for [...]


HowTo install OneSwarm on Ubuntu, Linux

This will lern you how to install OneSwarm on Ubuntu, Linux.
First check that you have Java installed:
sudo apt-get install sun-java6-bin sun-java6-jre
Then you start the download, either you go to: http://oneswarm.cs.washington.edu/download.html
Else for 32-bit OS, making folder Program, download, install and run it:
mkdir Program
wget http://oneswarm.cs.washington.edu/builds/OneSwarm_0_5_linux_x86.tar.gz
tar zxvf OneSwarm_0_5_linux_x86.tar.gz
cd OneSwarm
./OneSwarm
If 64-bit do the same just download the 64-bit file:
mkdir [...]