Tag Archives: server
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 ......
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 a......
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 Linu......
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-n......
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 dis......
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 ......
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 ......
linux imut df = untuk melihat struktur direktori (mount)
dmesg = melihat system/mendeteksi hardware (usb)
MOUNT
sudo mount /dev/sdb2 /backup = /dev/sdb2 dapat di lihat dengan dmesg, /backup adal......
komentar anda