http://www.puppylinux.ca/members/Irihapeti/
File download
*scim-1.4.7-i486.pet
*scim-bridge-0.4.15-i486.pet
and then add key board layout with shortcut key switch settingPuppy Linux, create live CD and other Puppy Linux , Linux, Puppy, Small OS, Small Computer OS, Small Linux platform, Linux, Ubuntu Server
1. download jdk 6 for net bean at http://java.sun.com/javase/downloads
2. copy to opt directory
3. goto rxvt (command run windows)
4. chmod +x
5. type file name to install
6. copy netbeans install file (*.sh) to opt directory
7. chmod +x
8. type file name to install
9. Type at the command prompt: /netbeans-install-directory/bin/netbeans
http://www.apachefriends.org/en/xampp-linux.html
http://www.apachefriends.org/en/xampp-linux.html#372
install
cd /folder/where/I/have/xampp
copy xampp-linux-1.7.tar.gz to opt
extract it using this line code: tar xvfz xampp-linux-1.7.tar.gz -C /opt
open an other terminal
and go to /opt/lampp
go to the lampp directory
and type: ./lampp start
for try your php scripts, you must save all it at the htdocs folder inside lampp directory
test:
http://localhost if finish start lampp
(how to create short cut to start xampp)
create script to make a shortcut
#!/bin/sh
cd /
cd opt/lampp
./lampp start