Showing posts with label ubuntu. Show all posts
Showing posts with label ubuntu. Show all posts

Wednesday, August 3, 2016

xdotool

coba xdotool utk auto send key

Thursday, February 6, 2014

Install desktop on ubuntu server 12.04

xfce4:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get -y install ubuntu-desktop tightvncserver xfce4 xfce4-goodies
reboot

---------------

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

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.

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

Wednesday, August 10, 2011

Configure Network Interface Using Command-Line

You can configure a network interface from the command line using the networking utilities. You configure your network client hosts with the command line by using commands to change your current settings or by editing a number of system files.
Configuring DHCP address for your network card
If you want to configure DHCP address you need to edit the /etc/network/interfaces and you need to enter the following lines replace eth0 with your network interface card
sudo vi /etc/network/interfaces

Monday, August 8, 2011

Install desktop on ubuntu server remote

1. Ubuntu VPS linux also doesn’t have window manager (GUI) hence we must install it first:
sudo apt-get install ubuntu-desktop or sudo apt-get install kubuntu-desktop