Articles related to technology, how to use software, ways to work around technology problems, install hardware, install software, upgraded software, etc.
There are a couple things that need to be considered when creating an htaccess file to redirect all traffic from a domain to www.domain. Follow the instructions below to make sure you have your bases covered and traffic is redirected properly. mod rewrite:Make sure the rewrite_module is being loaded. You should see a line like…
I was taking a picture of some electronics equipment but every time I would click the button to take a picture my Nikon Coolpix s700 would click twice and show the image on the screen after the second click. I tried to change various settings on the s700 but nothing seemed to help. I finally tried to…
To create a desktop shortcut to your ICDSoft webmail that automatically logs you in follow the below instructions. Visit Webmail URL: Open IE or FireFox and type in your domain forward slash webmail such as: http://www.example.com/webmail. You will be redirected to http://mbox.example.comwhich is your webmail login and will look like the below.
You can convert fonts from .t1 to .TTF for free Its easy to convert a font from Mac to Windows and if you are like me where this will only happen once in a blue moon then you can download a trial version of CrossFont to get the job done. One warning is that the font…
If you have turned off remember passwords in Internet Explorer it is easy to turn them back on. Follow the instructions below to turn on remember passwords in IE. Open IE: Open your Internet Explorer Open IE Options: Click Tools from the menu above and then click Internet Options Navigate to Content Options: Click the…
Sometimes a process will get stuck in a loop on a server either because it has run out of memory, buggy code has been pushed live, or any other number of reasons. One of the first steps in this situation before killing (kill -9) the process should be to try to figure out why the…
The Taragana Translator Plugin is the best translation software I have found for WordPress . Not only is it easily customizable but for only $30 you can have your entire blog translated into 13 languages in less than 15 minutes. It is however beneficial to customize some of the settings and especially to add a…
Its fairly straight forward to monitor a postgresql table’s activity with the wonderful script check_postgres.pl created by Greg Sabino Mullane. This script is useful for so many things I will surely be writing about other ways to use this script with Nagios and Cacti. Download Script: Download the check_postgres.pl script here.
In Linux you can list the contents of a users crontab from root by issuing the below command: [root@server ~]#crontab -u username -l How do you list crontabs for all of the users on your Linux server? The easiest way is to list the contents of /var/spool/cron which will provide you a list of all…