Posts

Showing posts from June, 2014

Mainan baru: Raspberry Pi model B

Image
Raspberry Pi w/ sdcard Persiapan Untuk melengkapi Raspberry Pi (raspi), dibutuhkan juga item-item ini: Sdcard (8GB, raspbian butuh 3GB) Usb hub tanpa power (kuat untuk wifi, usb flash, remote) Charger usb 1000 mAh (untuk power up raspi) Wifi dongle (optional kalau pakai ethernet) PC Remote controller (remote kecil infrared colok ke usb) Keyboard+mouse combo wireless (optional) HDMI atau Tv out cable Instalasi Download Raspbian http://www.raspberrypi.org/downloads/ Colok Sdcard ke laptop / sdcard writer Install image tersebut (1) ke sdcard (data akan hilang!!) http://www.raspberrypi.org/documentation/installation/installing-images/README.md Jalankan gparted untuk membuat partisi sisa nya Pindahkan sdcard ke raspi Colok kabel hdmi, keyboard+mouse wireless Colok charger usb/power Boot http://www.raspberrypi.org/help/noobs-setup/ Remote dengan laptop Cara lebih susah, bisa di skip kalau ada keyboard wireless Colok kabel network ke laptop (straight kabel) S

Reset default theme per application

Some applications look ugly when using dark theme. So there is a way to reset theme per application, just change its launch command.   For example to reset pgadmin theme: Try from console: env GTK2_RC_FILES= GTK_DATA_PREFIX= /usr/bin/pgadmin3 Launch shortcut: Edit this file /usr/share/applications/pgadmin3.desktop Change Exec= to env GTK2_RC_FILES= GTK_DATA_PREFIX= /usr/bin/pgadmin3 From: https://superuser.com/questions/513377/how-to-override-gtk3-gnome-shell-themes-per-application