Archive for the ‘HowTo’ Category

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 [...]


Install font in Ubuntu, Linux

This is how i did when i needed to add some windows fonts under Ubuntu. Go to your home folder, filesystem > home > yourusername. Now show hidden files and folders by press: ctrl+h Look for .fonts, if its not exist just make a new folder with name: .fonts Just drag your ttf files into [...]


World of Warcraft on Ubuntu, Linux

To get World of Warcraft work on Ubuntu is not hard. Acutely its really simple and it works good. Start with install wine by “sudo apt-get install wine” in terminal if you do not have it already. Either you install wow on your Ubuntu machine by insert all disces or do as I did, copy [...]


Headphones and microphone Ubuntu, Acer 5738ZG Dolby

I had some mess with my headphones and microphone on my Acer 5738ZG Dolby while using Ubuntu. This may help you fix it, at least helped me. Right click on your speaker icon just beside the clock then Open Volume Control. Then you click on settings… Check all that are unchecked and close. Take surround [...]


Install Sony Ericsson MD400 on Ubuntu, Linux

Did just get my usb modem from my ISP today and was going to install in on my Ubuntu machine. Like many times before there is no drivers for Ubuntu (Linux) in this time “only” for mac and win. So, here comes a little howto install this Sony Ericsson MD400 modem on Ubuntu. Do not [...]


Drivers for Nvidia Geforce G105M

At this moment of time while I am writing this howto there is no driver for this card (Nvidia Geforce G105M) that I just got with my new laptop who I installed Ubuntu on. In this case I solve this problem with download the newest drivers for Linux at Nvidias homepage and edited xorg.conf. Obs, [...]


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 [...]


Send mail via PHP

First of all you have to change in your php.ini file if you do not have any mail server installed on your server/computer. You can send through your ISP SMTP server. Change this line in php.ini: SMTP = localhost To any vaild SMTP server, in my case I use my ISP smtp-server: SMTP = smtp.bredband.net [...]


Apache2, PHP 5, MySQL 5, phpMyAdmin for Windows

Here comes a little howto install Apache2, PHP 5, MySQL 5 and phpMyAdmin for windows. In this tutorial I will use easyPHP which is a packed for these applications. First, go to www.easyphp.org for downloading easyphp 3. After you have download it just install easyphp. When it is installed run it and go to http://127.0.0.1/home/ [...]


Internet Explorer 6 on Ubuntu

This howto will learn how to install Internet Explorer 6 on Ubuntu. Update apt-get: sudo apt-get update Install Wine and Cabextract: sudo apt-get install wine cabextract If any questions appear select yes. Now, install IEs4Linux (NOT as root!): cd ~ wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz tar zxvf ies4linux-latest.tar.gz cd ies4linux-* ./ies4linux Select the explorer versions you want to [...]