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 ‘php’
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. [...]
How to Make a Drupal Theme
Posted: 27th November 2009 by arYo in noteTags: css, drupal, HTML / XHTML, php, tips, web
Making a custom Drupal theme is actually quite easy. A Drupal theme is just a few PHP files, a CSS file, and an info file. I prefer the PHPtemplate theme engine (the default one) but you have several choices. See the bottom of this post for a link to the official Drupal Theme Developer’s Guide [...]
lindungi file anda dengan .htaccess
Posted: 22nd November 2009 by arYo in noteTags: hosting, php, web
Salah satu hal yang tidak boleh dilakukan oleh seorang programmer adalah mengaliaskan file bahasa pemrograman PHP kedalam tipe file yang tidak dilindungi oleh webserver. Contoh, file koneksi, ataupun file fungsi yang menyimpan data-data penting dari web kita disimpan dalam file yang berektensi *.inc atau *.dat dan lain-lain dimana type file tersebut tidak dilindungi oleh webserver [...]