Setup

Using a PHP Upload Script for ShareX

Posted by on May 22, 2013 at 5:26 am

I have started using a ShareX for all of my Screen Grabbing needs as it’s supports a lot of different features  that I can’t seem to find with any other program. I first started to use uploadscreenshot.com for uploads, I then I noticed The Website was down more then it was up so I needed a […]

Stealth Encoder Build

Posted by on January 11, 2013 at 7:20 am

Right now I’m building a Encoder to Encoder a live stream to JTV/LiveStream/Ustream in real time up to 1080p using FFMPEG Cause we wanted the maximum CPU Cycles for the Encoder to do it’s work we are building this on Debian as “Headless” and I’m building a Web GUI for monitoring and controlling the encoder remotely   Here is what is […]

Git based Server Backups

Posted by on October 4, 2012 at 9:07 am

One of the thing I have to do as a System Administrator is run Backups. There are many ways to do Backups the only issue I have is it has to be easy and work. There are many commercial Backup systems from EMC2 to Full QNAP, and even Home based FreeNAS Solutions. I find that […]

Top 10 sysadmin apps

Posted by on October 3, 2012 at 11:34 am

Right so you been running a web server for a long time now… How do you know that every thing is running right? and how do you monitor every thing?  Well here is a list of 10 Sysadmin apps every system admin should know of:   htop – This is htop, an interactive process viewer for Linux. iotop […]

How to remove X-PHP-Originating-Script

Posted by on October 3, 2012 at 11:09 am

X-PHP-Originating-Script Will show the line and script of the file witch sent the email within php.  You may want to disable this for security reasons. To do so… Just edit /etc/php5/cgi/php.ini and change the following to: mail.add_x_header = Off   While your in there change: expose_php = Off

How to setup Domain Keys (DKIM) using Debian and Postfix

Posted by on October 3, 2012 at 9:11 am

DomainKeys is an e-mail authentication system designed to verify the DNS domain of an e-mail sender thereby allowing a person, or organization to claim some responsibility for the message and helps verify that your mail is legitimate. This will help your emails not get flagged as spam or fraud, especially if you are doing bulk […]