Linux Mysql Apache php Perl Python - LAMP
Free Code Collection
Home
·
Linux - Windows - Apache - Perl -Shell - Scripts - Mysql - Songs - Lyrics -Fun
<<PREV
Showing 0 to 10
NEXT>>
0) linux - ps command to kill process particular user
kill a users process
Te below command will kill the process of a particular user
kill -9 `ps -u w3calculator -o "pid="` .......
1) linux - How to update clamav antivirus database
Update clamv antivirus database
Try running freshclam as root. You can also daemonize it to automatically check after specified time. Look for /etc/freshclam.conf file that has.......
2) mysql - mysqldump backup and restore data
Export and Import mysql database
To backup a database named 'tutorials_DB' with the username 'root' and with no password to a file tut_backup.sql, you should accomplish th.......
3) mysql - Restore Mysql database from command prompt in lampp
Import mysql database in lampp
Consider that you have installed your lampp under /opt director
So you lampp folder seems to be like /opt/lampp/, by default th.......
4) mysql - Mysql command prompt from lampp
Lampp connect mysql socket
Consider that you have installed your lampp under /opt director
So you lampp folder seems to be like /opt/lampp/, by default the path.......
5) love - man women boot your romance
romancing tips to boost your married life
- Try a change of scenery. Rent a hotel room for a night, light candles and try massage oils. Even pop in a video and see who gets arouse.......
6) love - how to date again after a bad relationship
love never ends
Are you hesitant to date again after a bad relationship? The key is to ease your way into it.
Clinical psychologist Judith Sil.......
7) mysql - trigger super user permission
set user as a super user
When you want to set super user permission for particular user in mysql then you can use the below command to set such permission.
GRAN.......
8) whm-cpanel - cpanel scripts and backend files
Cpanel exim and configuration files
Apache
/usr/local/apache + bin - apache binaries are stored here - httpd, apachectl, apxs + conf - configuration files .......
9) LINUX - how to find MAC address
Find mac address in linux machine
# ifconfig | awk '/^eth0/' the above command will print the Mac address as
OUTPUT:
eth0 Link enc.......
<<PREV
Showing 0 to 10
NEXT>>
All LINUX Stuff