Archives

You are currently viewing archive for 05 September 2007
Category: Linux tips
Posted by: hajime osako
Use Evolution with Microsoft Exchange : Ubuntu (6.06 / 6.10) : Ubuntu Tutorials : Dapper - Edgy - Feisty - Gutsy

Server Type: “Microsoft Exchange”
Username: domain/username (ie; your windows domain and user account)
OWA URL: The URL for your office / domain webmail. (ie; https://webmail.domain.com/exchange/)
Category: Linux tips
Posted by: hajime osako
[Ctrl] + [Alt] + [F1] : Change to CUI (command console)
[Ctrl] + [Alt] + [L] : Lock the screen
[Alt] + [F2] : Run command
Category: Linux tips
Posted by: hajime osako
How To Use NTFS Drives/Partitions Under Ubuntu Edgy Eft | HowtoForge - Linux Howtos and Tutorials
$ sudo vi /etc/apt/sources.list
Add deb http://flomertens.keo.in/ubuntu/ edgy main main-all
$ sudo apt-get update
$ sudo apt-get install pmount
$ sudo apt-get install ntfs-3g
$ sudo mkdir /media/windows
$ sudo mount -t ntfs-3g /dev/sdd1 /media/windows (-o force)
Category: Linux tips
Posted by: hajime osako
How To Install VMware Server On Ubuntu 7.04 (Feisty Fawn) | HowtoForge - Linux Howtos and Tutorials
How-to for 8.04

# sudo vmware-install.pl

Before running VMware Server for the first time, you need to configure it by invoking the following command: "/usr/bin/vmware-config.pl". Do you want this program to invoke the command for you now? [yes] NO

# sudo ./runme.pl (vmware-any-any-updateXXX)
This time, we can run vmware-config.pl.