Dari hasil perintah man dapat diketahui kegunaan, cara menggunakan, dan option yang berkaitan dengan perintah. Untuk keluar dari man tekan tombol q, untuk berpindah layar tekan tombol space-bar. 525 Resume ringkas Perintah di Linux Konvensi : [ ] : berisi option dari perintah <> : berisi variabel a|b : pilihan, a atau b Alias Deskripsi [...]
Posts Tagged ‘Syntax’
uninstall LAMP ubuntu 9.10
Posted: 11th December 2009 by arYo in noteTags: database, linux, mysql, ngoprek, php, server, Syntax, tips, ubuntu, web
berikut langkah2nya sudo invoke-rc.d mysql stop sudo invoke-rc.d apache2 stop sudo update-rc.d -f apache2 remove sudo update-rc.d -f mysql remove hasil dari commend di atas seperti ini Removing any system startup links for /etc/init.d/apache2 … /etc/rc0.d/K09apache2 /etc/rc1.d/K09apache2 /etc/rc2.d/S91apache2 /etc/rc3.d/S91apache2 /etc/rc4.d/S91apache2 /etc/rc5.d/S91apache2 /etc/rc6.d/K09apache2 Removing any system startup links for /etc/init.d/mysql … /etc/rc0.d/K21mysql /etc/rc1.d/K21mysql /etc/rc2.d/S19mysql /etc/rc3.d/S19mysql /etc/rc4.d/S19mysql [...]
play mp3 di ubuntu 9.10
Posted: 11th December 2009 by arYo in noteTags: desktop, linux, ngoprek, Syntax, tips, tutorial, ubuntu
awalnya sudah putus asa koq ga dapet2 ya aplikasi or codec tuk play mp3 di linux ubuntu 9.10, akhirnya setelah mencari2 akhirnya dapat juga. ini dia panduannya. Get EasyUbuntu! Note: For Feisty, Gutsy, and future releases Please do not use EasyUbuntu on these systems. It is unsupported, and will definetly crash your system. The functionality [...]
Sharing printer Linux UBUNTU dengan client Windows XP
Posted: 10th December 2009 by arYo in ngoprek, noteTags: desktop, linux, ngoprek, Syntax, tips, tutorial, ubuntu
Sebelumnya kita asumsikan bahwa printer sudah berjalan di system Linux UBUNTU. Sharing printernya bisa supaya bisa diakses menggunakan mesin Windows sebagai client bisa menggunakan Samba. Maka untuk pertama kalinya kita cek dulu apakah paket samba sudah terinstall di system. $sudo apt-cache search samba Jika sudah terinstall maka akan muncul : $samba – a LanManager-like file [...]
error NO_PUBKEY 2EBC26B60C5A2783 saat update ubuntu 9.10
Posted: 10th December 2009 by arYo in ngoprek, noteTags: desktop, linux, ngoprek, Syntax, tips, ubuntu
saat mengupdate ubuntu 9.10 melalui system – administration – update manager, ada keterangan ERROR seperti dibawah ini. W: GPG error: http://packages.medibuntu.org intrepid Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783 solusinya: buka terminal/konsole, dan ketik/copy paste perintah berikut: sudo apt-get remove medibuntu-keyring ini akan menampilkan error,… kemudian [...]
nge-Tweak untuk Ubuntu
Posted: 9th December 2009 by arYo in noteTags: desktop, linux, ngoprek, perawatan, Syntax, tutorial, ubuntu
The package is suitable under Hardy, Intrepid, Jaunty and Karmic. Visit to this link to download the latest package and source code https://launchpad.net/ubuntu-tweak/0.4.x/0.4.9.2 Old version of Ubuntu Tweak is available here: http://code.google.com/p/ubuntu-tweak/downloads/list How to add the source of Ubuntu Tweak open your terminal, first import the key: sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com FE85409EEAB40ECCB65740816AF0E1940624A220 type [...]
Ubuntu Linux: Uninstall / Remove Any Installed Software
Posted: 8th December 2009 by arYo in noteTags: linux, server, Syntax, tutorial, ubuntu
Q. I’d like to save some disk space so I’d like to remove unwanted software from my HP laptop. How do I uninstall software under Ubuntu / Debian Linux? A. Both Ubuntu and Debian Linux provide command line as well as GUI tools to delete / remove binary packages. GUI Package Management Tool synaptic is [...]