Monday, September 26, 2011
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 10.04)
This tutorial is Copyright (c) 2010 by Falko Timme. It is derived from a tutorial from Christoph Haas which you can find at http://workaround.org. You are free to use this tutorial under the Creative Commons license 2.5 or any later version.
Labels:
squirrelmail
Saturday, September 24, 2011
VNC on XUBUNTU
install ubuntu 10.4 LTS server, with no desktop
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install vnc4server
restart
sudo apt-get install xubuntu-desktop
restart
setup vnc: vnc4server dikasih password
ubah xstartupnya menjadi:
#!/bin/sh
( while true; do xterm; done ) &
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
#vncconfig -iconic &
#xterm -geometry 1024x768 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &
xfwm4 &
xfce4-panel &
xfdesktop &
restart
run vnc4server n konek dg vnc
KALO TIDAK BISA KELUAR DESKTOP, maka 3 baris terakhir dipanggil di xterm di vnc/remote
coba install wine
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install vnc4server
restart
sudo apt-get install xubuntu-desktop
restart
setup vnc: vnc4server dikasih password
ubah xstartupnya menjadi:
#!/bin/sh
( while true; do xterm; done ) &
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
#vncconfig -iconic &
#xterm -geometry 1024x768 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &
xfwm4 &
xfce4-panel &
xfdesktop &
restart
run vnc4server n konek dg vnc
KALO TIDAK BISA KELUAR DESKTOP, maka 3 baris terakhir dipanggil di xterm di vnc/remote
coba install wine
Labels:
xubuntu
Tuesday, September 20, 2011
Windows XP on Linux VPS
install ubuntu 11
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install vnc4server
sudo apt-get install ubuntu-desktop
sudo apt-get install qemu qemulator
sudo apt-get install qemu-launcher
qemu-img create -f qcow windows.img 4G
install windows xp di qemu --> mouse bergerak tidak sesuai! tp oke lah krn harga murah
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install vnc4server
sudo apt-get install ubuntu-desktop
sudo apt-get install qemu qemulator
sudo apt-get install qemu-launcher
qemu-img create -f qcow windows.img 4G
install windows xp di qemu --> mouse bergerak tidak sesuai! tp oke lah krn harga murah
Wednesday, September 14, 2011
Upgrade ubuntu 10.04 to 10.10 command line
Open up a terminal window and issue these two commands:
sudo apt-get update
sudo apt-get upgrade
Of course, you will have to enter your sudo password for the first command. Once that is complete you may need to restart your computer (depending on if the kernel is updated or not). After that, you are ready for the upgrade. The first step is to issue the following command:
sudo apt-get install update-manager-core
Now we need to make a simple edit to the /etc/update-manager/release-upgrades. This file determines the default behavior for the release upgrader. The line you need to change is at the bottom of this file. Change it from:
Prompt=lts
to
Prompt=normal
Save and close that file and then issue the command:
sudo do-release-upgrade -d
When prompted, click Y to continue on with the upgrade. Once the upgrade is complete, you will need to restart you computer.
sudo apt-get update
sudo apt-get upgrade
Of course, you will have to enter your sudo password for the first command. Once that is complete you may need to restart your computer (depending on if the kernel is updated or not). After that, you are ready for the upgrade. The first step is to issue the following command:
sudo apt-get install update-manager-core
Now we need to make a simple edit to the /etc/update-manager/release-upgrades. This file determines the default behavior for the release upgrader. The line you need to change is at the bottom of this file. Change it from:
Prompt=lts
to
Prompt=normal
Save and close that file and then issue the command:
sudo do-release-upgrade -d
When prompted, click Y to continue on with the upgrade. Once the upgrade is complete, you will need to restart you computer.
Labels:
ubuntu
Wednesday, September 7, 2011
Install wine di ubuntu 10.10
**:rebuild ubuntu 11.04
#sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.3
**terus install vnc untuk VPS Ubuntu
konek ke vnc, cek wine
*tambahkan dll yg perlu / winetricks v???
*tambahkan fonts yg perlu
#sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.3
**terus install vnc untuk VPS Ubuntu
konek ke vnc, cek wine
*tambahkan dll yg perlu / winetricks v???
*tambahkan fonts yg perlu
Subscribe to:
Posts (Atom)