INIT: cannot execute "/command/svscanboot" Debian
Sunday, August 26, 2007
if you have experienced of the error INIT: cannot execute "/ command / svscanboot ? solution to overcome this problem [is] fox fill from file / etc / inittab, look for the script SV:123456:RESPAWN:/COMMAND/SVSCANBOOT, usually there are in shares most under.
saying the word # in front of the script. later;then restart your computer ... tereng have walked smoothly without message error again.

reference from: http://www.debian-administration.org

Labels:

 
posted by Nur Cholik Hasyim at 11:08 AM | Permalink | 0 comments
Protection directory web with .htaccess and .htpasswd
Saturday, August 25, 2007
Way of this used for the protection of access the directory web, user will be asked to enter the username and password moment access the web page

First step is cheque of configuration apache, edit the file http.conf and alter some configuration become like following:
……………………………
Allowoverride Authconfig
……………………………
Accessfilename . htaccess

  1. Step the hereinafter is make the file . htpasswd in directory web which wish the protection, for example directory “/ var/www/data”, make the file . htaccess in the directory.
Later, Then type the comand of following to enter the username:
# htpasswd / var/www/data/.htpasswd nama_user
# New Password
# Re-Type New password
# Adding Password for user nama_user

2. Later,Then make the file . htacces in directoy “/ var/www/data” and edit the file .
htaccess become like following
Authname " enter Username & Password"
Authtype Basic
Authuserfile / var/www/data
require valid-user
Keep the configuraton file and restart your apache.

reference from : www.pikko.org

Labels:

 
posted by Nur Cholik Hasyim at 11:03 AM | Permalink | 0 comments
Problem Partition Harddisk
Thursday, August 23, 2007
if you have experienced of the missing problem partition harddisk because something matter, you can use the Active partition recovery, this software nicely and very assisting to all computer technician. if you hanker please download here:

http://rapidshare.com/files/20532309/AVD.rar

pass:http://www.thesaltinez.com

useful hopefully :)

Labels:

 
posted by Nur Cholik Hasyim at 6:30 AM | Permalink | 0 comments
Make Deep Freeze for Linux

This Deepfreeze differ from the deepfreeze which is [in] using in windows, this deepfreeze [is] its nucleus;core only compress of file and mengestraknya return at the (time) of botting, step early untu make the deepfreeze for the linux of:

  1. step into the directory home
  2. compress of directory user, tar - cvf pc1.tar pc1
  3. gzip pc1.tar
  4. make the script which join at the time of booting for example; its file is so called of deepfreeze, with the content scriptnya #!/ bin / sh -> enter cd / home;rm-rf ws01;tar - zxvf ws01.tar.gz
  5. afterwards chmod + x deepfreeze
  6. test to make the lah folder or copy the file to directory of home user later;then restart the, jik folder have there no meaning deepfreeze which you make to walk better

note:
pc1 is name user
source of article http://febdian.net/

Labels:

 
posted by Nur Cholik Hasyim at 6:25 AM | Permalink | 0 comments