Monthly Archives: June 2012

Badoo Just Another Fake Scam Complaint

i got a message on badoo that someone was interested in meeting me in “encounters” i was curious to know who so i clicked on it and when i found the person, it said she hasn’t been online for over … Continue reading

Posted in everyday tips | Tagged | Leave a comment

Linux Webserver Security Checklist Setup

linux security checklist: create new temporary upload directory for apache and make it read/write only mkdir a directory and chown/chgrp it apache and make it read write only (760) vi /etc/php.ini to set new temporary directory you might have to … Continue reading

Posted in everyday tips | Leave a comment

Rules For Life

1. Don’t smoke do drugs or drink 2. Your body energies are extremely subtle. Give your subtle body energies some time each week and listen to them. Feel your body and let thoughts come up and form an opinion about … Continue reading

Posted in everyday tips | Leave a comment

How To Be Happy And Successful

1. don’t do alcohol, drugs, smoking, gambling 2. stay away from materialism 3. eat healthy food 4. do some sports 5. spend time in nature 6. have sex only if you heart is truly with it 7. concentrate on your … Continue reading

Posted in everyday tips | Leave a comment

Optimize Mysql Mysqld Performance

you can use the perl script mysqltuner just download it on your linux box wget http://mysqltuner.com/mysqltuner.pl and then perl mysqltuner.pl follow suggestions

Posted in everyday tips | Leave a comment

Increase Security Linux Server Webserver

change SSH port from 22 to another port next block ssh access from all IPs except yours all database connections should be with Parameters like bindParam using PDO or mysqli get all scripts like phpmyadmin etc. up to date. all … Continue reading

Posted in everyday tips | Tagged | Leave a comment

Per Source FTP Limit Proftpd

I found this valuable info if your proftpd FTP server blocks several concurrent connections worked perfectly FTP per_source_limit Error Submitted by Paulus on Mon, 10/11/2010 – 15:54 While trying to download and upload files via FTP, I was getting Oct … Continue reading

Posted in everyday tips | Tagged , , , | Leave a comment

Reseting Httpdocs Permissions For Plesk

chown -R username:psacln /your/httpdocs/directory chown username:psaserv /your/httpdocs/directory the username is your FTP plesk username important here is to use the full directory … i tried a relative path and it didnt work so an absolute path is a must.

Posted in everyday tips | Tagged | Leave a comment

Invalid User Psacln Chown

just check cat /etc/passwd for all users and use the correct username from there for your chown most of the time its going to be your FTP username for the site you are trying to CHOWN on plesk chown -R … Continue reading

Posted in everyday tips | Leave a comment

Get All Last Accepted Logins SSH On Linux

$ cat /var/log/secure* | grep ssh | grep Accept here are other excellent methods if your server was hacked. Steps to investigate hacked linux server Check your server is hacked or not Following are the few to investigate whether the … Continue reading

Posted in everyday tips | Tagged , , , | Leave a comment