Selesai mengkonfigurasi di desktop target, sekarang tinggal otak-atik di Lubuntu. Beberapa aplikasi yang bisa di install di Lubuntu.
unaisah@Aspire-3620:~$ sudo apt-get install xvnc4viewer
/ ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'wordpress');
/** MySQL database username */
define('DB_USER', 'root');
/** MySQL database password */
define('DB_PASSWORD', 'password');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
No configuration file found and no installation code available. Exiting...Penyelesaian :
unaisah@Aspire-3620:/var/www/joomla.1.5$ sudo mv configuration.php-dist configuration.phpKedua
Database Error: Unable to connect to the database:Could not connect to MySQLPenyelesaian :
unaisah@Aspire-3620:/var/www/joomla.1.5$ sudo nano configuration.php
sudo apt-get install tasksel sudo tasksel [x] LAMP server okKalo mau tambah phpmyadmin
sudo apt-get install phpmyadmin
unaisah@Aspire-3620:~$ sudo nano /etc/NetworkManager/NetworkManager.conf
[main]jadi
plugins=ifupdown,keyfile
[ifupdown]
managed=false
[main]
plugins=ifupdown,keyfile
[ifupdown]
#managed=false
managed=true
ddns-update-style none;
option domain-name "example.org";
#option domain-name-servers 145.253.2.75, 193.174.32.18;
option domain-name-servers ns1.example.org, ns2.example.org;
default-lease-time 86400;
max-lease-time 604800;
authoritative;
subnet 192.168.10.0 netmask 255.255.255.0 {
range 192.168.10.200 192.168.10.229;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.10.255;
option routers 192.168.0.15;
}Kemudian restart DHCP server
root@debian:~# apt-get install apache2 php5 libapache2-mod-php5Jreng....
root@debian:~# apt-get install mysql-server mysql-client php5-mysql
root@debian:~# apt-get install phpmyadmin
unaisah@debian:~$ su
Password:
root@debian:/home/unaisah# gedit /etc/apt/sources.list
deb http://repo.ugm.ac.id/debian squeeze main non-free contrib deb-src http://repo.ugm.ac.id/debian squeeze main non-free contrib
apt-get update
apt-get gnome-screenshot
sudo apt-get install usb-creator-common usb-creator-gtkSetelah selesai instalasi, aplikasi ini berada di Menu > System Tools
sudo gedit /etc/network/interfacesKira-kira isinya seperti ini (sesuaikan dengan konfigurasi jaringan yang ada)
# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet static address 192.168.10.18 netmask 255.255.255.0 network 192.168.10.0 broadcast 192.168.10.255 gateway 192.168.10.15
sudo gedit /etc/init.d/networking restart
sudo apt-get install ltsp-server-standalone
sudo gedit /etc/ltsp/dhcpd.conf
# Default LTSP dhcpd.conf config file.
authoritative;
subnet 192.168.10.0 netmask 255.255.255.0 {
range 192.168.10.20 192.168.10.250;
option domain-name "ltsp";
option domain-name-servers 192.168.10.1;
option broadcast-address 192.168.10.255;
option routers 192.168.10.15;
# next-server 192.168.10.1;
# get-lease-hostnames true;
option subnet-mask 255.255.255.0;
option root-path "/opt/ltsp/i386";
if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
filename "/ltsp/i386/pxelinux.0";
} else {
filename "/ltsp/i386/nbi.img";
}
}
# Defaults for dhcp initscript # sourced by /etc/init.d/dhcp # installed at /etc/default/dhcp3-server by the maintainer scripts # # This is a POSIX shell fragment # # On what interfaces should the DHCP server (dhcpd) serve DHCP requests? # Separate multiple interfaces with spaces, e.g. "eth0 eth1". INTERFACES="eth0"
sudo ltsp-update-sshkeys && sudo ltsp-update-image
Bahasan ini sudah banyak yang bahas, oleh karena itu gw singkat aja bahasannya.
download download virtualbox, pilih sesuai distro yang dipakai dan arsitekturnya.
Kemudian install, dengan double klik file virutalboxxx.deb atau melakukan
sudo dpkg -i virutalboxxx.deb && sudo apt-get install -f
Kalo gak ada masalah, si virtualbox udah ter-install dengan benar.
Selanjutnya pasang LTSP
Gara-gara lagi musim razia nongol lagi, jadi harus nyediain satu server LTSP tuk ditaro di kantor cabang. Kemaren sempet install ubuntu 11.10 i386 di satu pc yang akan dijadikan server, karena RAM 4 GB jadi harus install kernel pae (maksudnya biar si RAM yang 4 GB itu bisa dibaca semua). Info cari info..... katanya LTSP di ubuntu 11.10 berat (belom nyoba sih) jadi harus install di ubuntu 10.04.3 LTS.
Sengaja install yang 64 bit, biar gak usah install si kernel pae lagi, sekalian nyoba ngerasain ubuntu 64 bit.
Pengaturan dan proses instalasi sama seperti install ubuntu yang lain, hanya pada pemilihan untuk partisi, gw pilih semua HDD tanpa dibagi-bagi untuk / (root), swap dan seterusnya.
Berikut (kita) jeroan mesin yang gw maksud :
tes@tes-desktop:~$ lscpu Architecture : i686 CPU op-mode(s) : 32-bit, 64-bit Byte Order : Little Endian CPU(s) : 2 On-line CPU(s) list : 0,1 Thread(s) per core : 1 Core(s) per socket : 2 CPU socket(s) : 1 Vendor ID : AuthenticAMD CPU family : 16 Model : 6 Stepping : 3 CPU MHz : 800.000 BogoMIPS : 6027.36 Virtualization : AMD-V L1d cache : 64K L1i cache : 64K L2 cache : 1024K tes@tes-desktop:~$ lspci 00:00.0 RAM memory: nVidia Corporation MCP61 Memory Controller (rev a1) 00:01.0 ISA bridge: nVidia Corporation MCP61 LPC Bridge (rev a2) 00:01.1 SMBus: nVidia Corporation MCP61 SMBus (rev a2) 00:01.2 RAM memory: nVidia Corporation MCP61 Memory Controller (rev a2) 00:01.3 Co-processor: nVidia Corporation MCP61 SMU (rev a2) 00:02.0 USB Controller: nVidia Corporation MCP61 USB Controller (rev a3) 00:02.1 USB Controller: nVidia Corporation MCP61 USB Controller (rev a3) 00:04.0 PCI bridge: nVidia Corporation MCP61 PCI bridge (rev a1) 00:05.0 Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2) 00:06.0 IDE interface: nVidia Corporation MCP61 IDE (rev a2) 00:08.0 IDE interface: nVidia Corporation MCP61 SATA Controller (rev a2) 00:08.1 IDE interface: nVidia Corporation MCP61 SATA Controller (rev a2) 00:09.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2) 00:0b.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2) 00:0c.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2) 00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 7025 / nForce 630a] (rev a2) 00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration 00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map 00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller 00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control 00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control 04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03) tes@tes-desktop:~$ cat /proc/meminfo | grep MemTotal MemTotal: 3859704 kBSekian........