Monday, December 30, 2019

memfungsikan alt tab di gnome session fallback di ubuntu 12.04



sudo apt-get install gnome-shell
sudo apt-get install gnome-session-fallback

Install first CCSM with this command from the terminal:
sudo apt-get install compizconfig-settings-manager compiz-plugins

Start now CCSM with this command:
ccsm


In the left pane of the window, click Window Management, then in the right side of the window, check on "Application Switcher":

You have now enabled the ALT-TAB behavior!

A bug has been reported to Launchpad on this issue. Until it's resolved, install Compiz Config Settings Manager, then use the "Scale" settings there to set ALT-TAB as you want it. Works nicely, actually.

Menghapus aplikasi ubuntu secara paksa

Pergunakan perintah berikut, tambahkan nama aplikasi di belakangnya
dpkg --remove --force-remove-reinstreq

cara copy disk di ubuntu

Untuk lihat daftar harddisk:
lshw -C disk
Untuk lihat partisi harddisk:
fdisk -l
copy dari /dev/sda ke /dev/sdb
dd if=/dev/sda of=/dev/sdb bs=64K conv=noerror,sync
Opsi bs adalah block untuk copy.

cara alternatif yang dibilang lebih cepat:
cat /dev/sda >/dev/sdb
ukuran block agar copy bisa cepat:
dd if=/dev/sda of=/dev/sdb bs=1024k

Thursday, December 12, 2019

Mematikan UAC agar bisa menulis di root drive c di windows 7 / 10

Seting registry:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System
buat key tipe dword:
EnableLUA
isi dengan nilai 0
Untuk mematikan prompt konfirmasi, buat variabel berikut:
ConsentPromptBehaviorAdmin
Isi dengan nilai 0