Leave a Reply

Related Post

Useful Unix Commands

Useful Unix commands To search text in files and all subdirectories find [directory] -name [files] | xargs grep [text to search for] Example to find “insert” in the odb directory (search all files in that directory): find odb -name “*” | xargs grep “insert” Run job in batch now at -s now < thejob.sh List […]

Oracle DBA Notes

Useful Oracle DBMS Tips and Tricks CHECKING WORKSPACE ALLOCATION On DW’s NT box, click on the svmgr button on the toolbar. Log in as SYSTEM. Click Storage and the Tablespace tab. The percentages are shown for date files (name ends with a ‘D’) or index files (name ends with a ‘X’). GRANTING RIGHTS TO DBA […]

Hardening WordPress Security

Wordpress out of the box is fairly secure but there are still some pretty big holes. In addition, hosting environments and installation requirements often introduce gaping security holes in the Wordpress framework. Below are a few best practices to help secure your Wordpress framework.