[solved] remove directory non empty pada linux via SSH

Di dalam folder ada folder lagi.. dan dialam folder tersebut ada sebuah file, pada folder lain juga memiliki isi atau sub-folder lain dan banyak sekali berisikan file didalamnya.

Tapi pengen menghapus main folder misalnya : folder appz didalamnya banyak folder2 dan isi didalam folder ataupun pada sub-folder.

administrator@server1:~$ rmdir /media/store/appz
rmdir: failed to remove `/media/store/appz': File exists
administrator@server1:~$

ketika menjalankan command rmdir namadirektori
akan muncul pesan failed seperti ini : rmdir: failed to remove `/media/store/appz': File exists

sekarang kita coba dengan command berikut:

rm -Rf namadirektori

note: -R stands for recursive, f stands for force (i.e. won't ask any questiones).

contoh:
administrator@server1:~$ rm -Rf /media/store/appz
administrator@server1:~$

Selesai.. masalah terpecahkan.. maka tidak akan muncul pesan error atau menandakan kalau folder / direktori tersebut ada isinya..

Uninstall Yahoo! Toolbar pada Firefox

lihat judulnya emang sepele..pertama gw uninstall Yahoo! toolbar lewat Add or Remove Programs yang telah disediain Windows. Untuk melihat efeknya program ini udah hilang apa belum.. gw restart komputer... karena emang kebiasaan pake Firefox (karena tadinya gw lihat yahoo toolbar disana.. ) akhirnya gw buka lagi Firefox. Eh, loh kok! gak ilang2? pada udah gw uninstall?

Penasaran sih.. akhirnya gw googling.. sampek gw temuin tutorial ini.

There are two ways to remove the Yahoo! Toolbar for Mozilla Firefox.
The easiest way is to use the "Uninstall" menu item:
  1. Click the Pencil menu.
  2. Click "Uninstall".
  3. Enter any feedback you'd like to send to Yahoo! about why you're uninstalling the toolbar.
  4. Click "Uninstall".
  5. Restart your browser.

If that doesn't work, you can also use the Extension Manager in Firefox to remove the Yahoo! Toolbar extension:

  1. Click the "Tools" menu in the Firefox browser.
  2. Click the "Extensions" menu item.
  3. In the Extensions Manager window scroll until you find the Yahoo! Toolbar extension.
  4. Click the Yahoo! Toolbar extension.
  5. Click "Uninstall".
  6. Click "OK" in the "Uninstall Yahoo! Toolbar" window.
  7. Exit Extensions Manager and restart your browser.

Either one of these methods will uninstall Yahoo! Toolbar from your browser. If neither works, your user profile is corrupt. You might need to create a new user profile for your browser.

Sumber : dari sini

Setelah gw restart firefox (tutup terus buka lagi).. berhasil deh..