Iwan Setiawan

22 November 2011

Install Moodle

Filed under: Uncategorized — Tag: — iwansetiawan @ 17:20

wget http://downloads.sourceforge.net/project/moodle/Moodle/stable21/moodle-latest-21.tgz?r&ts=1321687486&use_mirror=nchc
tar -zxf moodle-latest-21.tgz
… mv moodle elearning
chown -R www-data elearning/
mkdir /var/www/moodledata
chown www-data /var/www/moodledata
apt-get install php5-curl php5-xmlrpc php5-intl
/etc/init.d/apache2 reload

start installation through web xxx/elearning

29 Oktober 2011

daftar di xpango

Filed under: Uncategorized — iwansetiawan @ 10:39

My Referral Link: http://www.xpango.com?ref=92569736

9 Januari 2011

Desktop Client Warnet Neutron

Filed under: Linux — iwansetiawan @ 17:25

OS : Linuxmint 9 XFCE

Billing : ccl billing

Browser : Firefox, Opera, Google Chrome

Chat : Pidgin, Xchat IRC, skype

Multimedia : qmmp (mp3 player) , gmplayer (video player ), mmc (mobile media converter )

Office : Openoffice, acrobat reader 9

lain-lain : gimp, games, movies and musics

Screenshot :

Tampilan Billing ccl

Desktop

menu

file manager

Firefox

qmmp (winamp like)

mmc (buat convert ke 3gp)

4 Juli 2010

My Desktop Today

Filed under: Linux — iwansetiawan @ 11:52

my destop today

19 Januari 2010

You are not privileged to mount the volume

Filed under: Linux — iwansetiawan @ 18:57

usb flash tidak bisa automatis mount, setiap kali dibuka muncul error ‘You are not privileged to mount the volume’

ketemu caranya di https://bugs.launchpad.net/ubuntu/+source/gnome-volume-manager/+bug/132349

Error di sebabkan oleh gparted yang membuat file : /usr/share/hal/fdi/policy/gparted-disable-automount.fdi

yang menyebabkan semua drive tidak bisa automotis mount.

hapus file tersebut kemudian reboot.

$ sudo -i
# rm /usr/share/hal/fdi/policy/gparted-disable-automount.fdi
# reboot

usb flash bisa automatis mount kembali :D

11 Januari 2010

menghapus kernel lama di ubuntu

Filed under: Linux — iwansetiawan @ 13:11

Setelah melakukan update kernel, ubuntu tidak menghapus kernel lama untuk berjaga-jaga jika kernel yang baru tidak berkerja.Tapi jika kernel yang baru berjalan dengan baik menghapus yang lama bisa mengurangi space harddisk yang lumayan, juga mengurangi tampilan grub menu yang panjang :D .

jadi root

$ sudo -i

lihat kernel yang dipakai saat ini

# uname -r
2.6.31-16-generic

lihat kernel yang terinstall, gunakan hasil uname -r diatas untuk filter (’2.6.31′)

# dpkg --get-selections | grep '2.6.31'
linux-headers-2.6.31-14                install
linux-headers-2.6.31-14-generic        install
linux-headers-2.6.31-15                install
linux-headers-2.6.31-15-generic        install
linux-headers-2.6.31-16                install
linux-headers-2.6.31-16-generic        install
linux-image-2.6.31-14-generic          install
linux-image-2.6.31-15-generic          install
linux-image-2.6.31-16-generic          install

masih ada 2 kernel lama yang terinstall 2.6.31-14 dan 2.6.31-15, menghapus keduanya bisa menghemat 2 x 172MB space hardisk. hapus dengan perintah :

# apt-get remove --purge 2.6.31-14-*
# apt-get remove --purge 2.6.31-15-*

selesai

ngurutkan kembali tabel partisi

Filed under: Linux — iwansetiawan @ 12:28
$ sudo -i
# fdisk /dev/sda
 press x to enter expert mode
 press f to fix partition order
 press w to write the partition table changes to disk

1 November 2009

My Desktop Today – Ubuntu 9.10 Netbook Remix

Filed under: Linux — iwansetiawan @ 12:05

My Desktop

One or more of the mounts listed in /etc/fstab/ cannot yet be mounted

Filed under: Linux — iwansetiawan @ 11:35

Ubuntu 9.10 booting luamaaa banget, muncul error “One or more of the mounts listed in /etc/fstab/ cannot yet be mounted”.

I solve it by edit /etc/fstab:
- Disable fsck on vfat, like mentioned in here
- and change UUID by /dev/sdxx

hurai :D

Tulisan yang Lebih Tua »

Tema: Shocking Blue Green. Blog pada WordPress.com.

Ikuti

Get every new post delivered to your Inbox.