Online Security Top 10 Tips for businesses

June 2, 2013

Most of us know that the best way to stay ahead of the threats is to keep yourself informed and follow specific security measures. Here is a list of online security top 10 tips for businesses: Implement a combination of security protection solutions (anti-virus, anti-spam, firewall/s) Carry out regular security updates on all software and [...]

Read the full article →

Useful Microsoft Windows Networking Commands

June 1, 2013

This is a short list of useful Microsoft Windows Networking commands for system administrators. 1. To quickly reset your NIC back to DHCP with no manual settings, run this command: 2. To quickly generate a text summary of your system, run this command: 3. To see all network connections your client has open, run this [...]

Read the full article →

Everyday Active Directory tips for Sys Admins

June 1, 2013

This is a short simple list of useful Microsoft Active Directory commands for system administrators.   1. To quickly list all the groups in your domain, with members, run this command: 2. To find all users whose accounts are set to have a non-expiring password, run this command: 3. To list all the FSMO role [...]

Read the full article →

Cross-platform desktop virtualization software

May 29, 2013

Oracle VM VirtualBox is powerful Cross-platform, open-source desktop-based virtualization software. Oracle VM VirtualBox is a program that you can install on your existing operating system and then using Oracle VM VirtualBox to create and run multiple Virtual Machines, running different operating systems, on the same computer at the same time. This way, you can run software [...]

Read the full article →

Troubleshooting blue screen of death (BSOD)

May 29, 2013

The Blue Screen of Death or short BSOD appears when Windows crashes or locks up. A BSOD is the result of low-level software crash or faulty hardware. One of the most frustrating things about troubleshooting random Blue Screen of Death errors is that the computer reboots before you have a chance to write down the [...]

Read the full article →

Free High Quality WordPress Themes 2013 vol. 3

May 28, 2013

With thousands of WordPress themes out there on the web, it can be an overwhelming task trying to find one right for you and your content. We have put together some of the best free WordPress themes that you should take in consideration. Azsimple [Demo | Download] Koresponsive [Demo | Download] Busby [Demo | Download] [...]

Read the full article →

Free High Quality WordPress Themes 2013 vol. 2

May 24, 2013

With thousands of WordPress themes out there on the web, it can be an overwhelming task trying to find one right for you and your content. We have put together some of the best free WordPress themes that you should take in consideration. The Morning After DOWNLOAD | DEMO Rockstar DOWNLOAD | DEMO Academica DOWNLOAD [...]

Read the full article →

Learn how to theme WordPress

May 24, 2013

Learn how to theme WordPress with the Naked WordPress theme. This is not your ordinary bare bones theme, Naked WordPress assumes that you know nothing about WordPress theme creation. This theme is designed for designers that don’t have the time to learn the WordPress Codex. Every single piece of the template files is commented so [...]

Read the full article →

Restrict page view to authenticated users

May 21, 2013

This is a nice little WordPress code snippet when you wish to restrict page view to authenticated users only. We can achieve this using WordPress is_user_logged_in() function. This function will return true if user is logged in, false otherwise. In WordPress individual pages can be set to use a specific custom page template which you [...]

Read the full article →

Force a file to download instead of display

May 21, 2013

Forces a user to download a file, for example you have an image but you want the user to download it instead of displaying it in a web browser.

Read the full article →