Quantcast
Channel: 916 Networks
Browsing all 63 articles
Browse latest View live

Printing Background Images In Google Chrome

Basically, Chrome doesn’t seem to offer a simple checkbox to be able to print background images from a webpage.  This fix might work in other browsers as well. Don’t ask me why one of the giants of the...

View Article



Command line script to backup entire Linux Server

Linux is great in many ways. One of those ways is in how easy it is to backup an entire system while it’s running by using the tar command. This command below will backup and gzip an entire Linux...

View Article

iPhone won’t install drivers on Windows 7

Today I ran into an annoying issue – iPhone won’t install drivers on Windows 7.  This one was bugging me for awhile so I figured I’d paste the resolution. It wasn’t very difficult but tracking down the...

View Article

Should I Buy a New Computer?

Easy answer If you have the money, yes.  You make enough to where wasting time on an old computer is doesn’t make sense.  Get the new computer and you’ll get things done faster. If you don’t have the...

View Article

How to Export a Mailbox to PST via PowerShell

Grant yourself full access to the mailbox: Add-MailboxPermission -Identity john -User Admin01 -AccessRights FullAccess Add-MailboxPermission -Identity Export -User Admin01 -AccessRights FullAccess...

View Article


Cleaning up Disk Space on an SBS 2008 Server (Small Business Server)

Cleaning up disk space is critical when managing a server. If you are managing it well, you have logging turned on AND a plan to manage those logs. If you don’t, you end up with disk space problems,...

View Article

Image may be NSFW.
Clik here to view.

Free Animated GIF Maker for your Website

To whoever made this website, THANK YOU.  The coolest, easiest to use animated loading gif maker ever.  Allowed me to finish a project much quicker than if I had to make one of these from scratch....

View Article

Uninstall Microsoft Office Single Image 2010 (and more)

I was specifically having trouble with this “Microsoft Office Single Image 2010″ popup on some computers where I had Office 2003 and Office 2010 installed.  I was unable to solve this until I found a...

View Article


Download Office 2010 Home and Business

Finding the download for Office 2010 Home & Business after they rolled out Office 2013 was nearly impossible.  Thankfully I found a way to do it....

View Article


How to update WordPress Manually

Taken from this link here, I wanted to archive these instructions for my own use – hope they help someone like they helped me. Detailed Instructions Overview of the Upgrade Process Backup your...

View Article

How to disable all WordPress Plugins via the database

Before beginning, make a backup copy of your database. Then, login to your database using phpMyAdmin (or whatever), and navigate to the “active_plugins” column of the “wp_options” table using the...

View Article

Create SQL Admin login

Need to create an SQL admin login? This works. [code] CREATE LOGIN adminuser WITH PASSWORD = 'ABCDegf123'; GO EXEC master..sp_addsrvrolemember @loginame = N'adminuser', @rolename = N'sysadmin' GO...

View Article

How to delete a long path that Windows is unable to delete

We had a robocopy script go out of control and duplicate infinite sub-directories. We could not delete them via Windows because the filename was too long for Windows to handle. Fortunately robocopy is...

View Article


Unhide an Entire Windows Directory

I have no idea why, but a Robocopy job copied my folders, but they were all hidden. It’s easy to unhide via command line – GUI options were greyed out. attrib -H -S C:\your-directory\*.* /S /D The post...

View Article

Adding new SQL User in Micrsoft SQL

I had some trouble adding a new user with full permissions from the GUI in SQL Management Studio. I found this script added a power user equivalent to the SA account that could do everything we needed...

View Article


Image may be NSFW.
Clik here to view.

Adding Page Attributes to Custom Post Types in WordPress

For some reason, the Page Attributes meta box is not available for Posts or Custom Post Types like it is for Pages.  Not exactly sure why that is, but I needed it for a Custom Post Type. I researched...

View Article

Enable CD-ROM Drive when Device Manager shows Disabled

When a CD-ROM drive doesn’t show up under My Computer, but does show the Yellow Exclamation in Device Manager, you can try this. Open a command prompt with Administrator rights and run the following:...

View Article


Contact Form 7 Error “illegal offsite” after plugin update

A routine upgrade this morning resulted in an error on my site and I was unable to login to the Dashboard.  It happened when I updated Contact Form 7 to version 3.4.2. Replacing the add_shortcode...

View Article

Removing Password Expiration for Office 365 Users

While changing passwords is a good practice, and in theory should be done as much as possible, businesses can be negatively impacted by 90-day password change policies, causing delays in projects and...

View Article

How to Change Your WordPress Theme via PHPmyadmin

The following SQL checks to see what theme the database has saved: SELECT * FROM wp_options WHERE option_name = 'template' OR option_name = 'stylesheet' OR option_name = 'current_theme'; The following...

View Article
Browsing all 63 articles
Browse latest View live


Latest Images