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 [...]
Posts Tagged ‘server’
uninstall LAMP ubuntu 9.10
Posted: 11th December 2009 by arYo in noteTags: database, linux, mysql, ngoprek, php, server, Syntax, tips, ubuntu, web
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 9.10 (LAMP)
Posted: 10th December 2009 by arYo in noteTags: apache, database, linux, mysql, ngoprek, php, server, tips, tutorial, ubuntu, web
LAMP singkatan dari Linux, Apache, MySQL, PHP. tutorial ini memperlihatkan cara install Apache2 webserver di Ubuntu 9.10 server dengan PHP5 support (mod_php) dan MySQL support. I do not issue any guarantee that this will work for you! 1 Preliminary Note In this tutorial I use the hostname server1.example.com with the IP address 192.168.0.100 atau localhost. [...]
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 [...]
apt-cacher-ng – chache deb packages and sources.
Posted: 8th December 2009 by arYo in noteTags: linux, proxy, server, Syntax, tips, tutorial
To this date installing apt-cacher-ng is the most simple way to setup apt proxy in ubuntu. Install apt-cacher-ng sudo apt-get -y install apt-cacher-ng Lets call the system which has apt-cacher-ng as server and other systems that are going to use this cache as client. After installing the apt-cacher-ng on the server you have to make [...]
Linux: Should You Use Twice the Amount of Ram as Swap Space?
Posted: 8th December 2009 by arYo in noteTags: FreeBSD, linux, ngoprek, server, tutorial
by Vivek Gite Linux and other Unix-like operating systems use the term “swap” to describe both the act of moving memory pages between RAM and disk, and the region of a disk the pages are stored on. It is common to use a whole partition of a hard disk for swapping. However, with the 2.6 [...]
How to be a more productive Linux systems administrator
Posted: 8th December 2009 by arYo in noteTags: linux, ngoprek, server, Syntax, tutorial
Lazy Linux: 10 essential tricks for admins How to be a more productive Linux systems administrator The best systems administrators are set apart by their efficiency. And if an efficient systems administrator can do a task in 10 minutes that would take another mortal two hours to complete, then the efficient systems administrator should be [...]
20 Linux System Monitoring Tools Every SysAdmin Should Know
Posted: 7th December 2009 by arYo in noteTags: linux, server, Syntax, tips, tutorial, ubuntu
by Vivek Gite Need to monitor Linux server performance? Try these built-in command and a few add-on tools. Most Linux distributions are equipped with tons of monitoring. These tools provide metrics which can be used to get information about system activities. You can use these tools to find the possible causes of a performance problem. [...]