Category: Scripts

BigDump for large MySQL Databases

BigDump performs a staggered import of large and very large MySQL dumps similar to those of the phpMyAdmin 2.x dumps into a new or an existing MySQL database. Other reasons for using this script is if in the even access to the server shell is not possible or for what ever the reason the import fails using phpMyAdmin due to…

Read More »

Activate cPanel Hotlink Protection and get 403 and 404 errors.

cPanel has become a standard for turning standalone servers into automated hosting platforms. Tasks are replaced by web interfaces and API-based calls. cPanel is designed with multiple levels of administration and provide multiple levels provide security, ease of use, and flexibility for everyone from the server administrator to the email account user. One of cPanel’s features is under the Security…

Read More »

GZip files with .htaccess and PHP that works with WordPress

Lately, I have been burning through bandwidth. I had thought that I have enabled all possible tweaks until I discovered that there is an additional work-a-round that will use gzip compression for PHP, CSS, and JS files. While there are more simplified solutions for use, WordPress installations create additional obstacles that this code addresses well. The results may be measured…

Read More »

Unlock the McAfee VirusScan Enterprise 8.5i User Interface

A recent installation of McAfee VirusScan Enterprise 8.5i had been locked down to restrict access to the user interface. To further complications, this lockdown was enforced with the McAfee edPolicy Orchestrator. By design, McAfee Virusscan cannot be disabled through task manager, services, or direct registry access; the result will be permission denied. Even if McAfee VirusScan Enterprise 8.5i is somehow…

Read More »

Enable the root user in Ubuntu 8.1.0

Many Linux distributions permit the use of the root user as a primary login, however, the dominant and popular Ubuntu has left some users in a conundrum. In order to perform tasks as a root user, this must be performed within a terminal window with the sudo command. However, here are a set of instructions that will allow the root…

Read More »

No New text document with right click on Vista or XP

On several different machines, each running Windows, the right-click to create a new text document option is not available. I don’t know if it is a service pack related issue or version of Windows or an application that was installed that caused this annoyance. I am leaning against it being the cause of the operating system as one system is…

Read More »

WordPress WP-PostViews plugin to display special characters properly

A useful WordPress plugin is WP-PostViews. This plugin enables the display of number of times a post or page had been viewed. However, it there is an odd behavior when handling special characters. According to one definition, HTML special characters and symbols that cannot be generated in HTML with normal keyboard commands may be produced using HTML entities and/or ISO…

Read More »

How to make Yahoo Mail the default email program for Internet Explorer

Each time an email is to be sent, the default email opens as Outlook Express, where an alternate application is desired. As in this case, where Yahoo! Mail is the desirable email client. Microsoft Internet Explorer offers no alternative or customization. Yahoo apparently offers the available option through Yahoo Messenger through a custom install with the Yahoo! Browser Services selected….

Read More »

WP-Table support for the WordPress Plugin Search Unleashed

There are many great WordPress plugins and Search Unleashed is no exception. It serves as a great replacement to the built-in WordPress search engine. Search Unleashed extends the standard search with a full text search across posts, pages, comments, authors, and meta-data. It even offers modules that support other plugins including NextGEN Gallery. The reason anyone should want to upgrade…

Read More »

Linux script with bad interpreter: No such file or directory error and fix

I had written a script that worked on one machine but not another Linux installation, Red Hat Enterprise Linux 5. The script returned an error with “bad interpreter: No such file or directory” and referenced the first line of code. I could not visually see the error as it looked to be like any other script. The problem turns out…

Read More »

How-to merge JIRA instances UPDATED

A situation developed where two independent installations of JIRA needed to be combined into a single installation. The problem, however, is no native built-in capabilities to allow for this. This would not be such a simple task, however, someone developed a process to achieve this goal. Still not a simple task. This process has not been updated in a while,…

Read More »

Replace text in a text file from the command line using a vbs script

There is a need to replace a value from within a text based file from one variable to another using a command line approach, as everything else in that process was automated. There is however, no native command line support within the Microsoft Windows environment that would allow for this to be accomplished. Someone in the Microsoft forums had written,…

Read More »

AVS DVD Player 2.4.4.144 minimized and repacked with INNO

AVS DVD Player is a compact and easy-to-use program that has a simple user-friendly interface allowing you to start watching DVD movies with no additional software. It is offered for FREE by Online Media Technologies Ltd. In many ways it is comparable to the more popular commercial products offered by Cyberlink PowerDVD or Corel’s WinDVD. This FREE download and application…

Read More »

Map network drive with a visual basic script

Every now and again, I have had requirements to access shared drives on other domains on which I have an account and do not want to create a permanent network connection. A couple of years ago, I stumbled upon this visual basic script that I have been using without any issues. I have tested this script using Microsoft Windows XP…

Read More »

Beyond Compare 2.5.3 INNO repack with license key

Beyond CompareĀ® is the ideal tool for comparing files and folders on your Windows or Linux system. Visualize changes in your code and carefully reconcile them. Beyond Compare is available at Scooter Software. A license was purchased to support a large user community. I wanted a means to simplify the distribution of this application with the license file. I chose…

Read More »

Configure Sockso 1.1.1 Personal Media Server to use MySQL

Sockso is a free, open-source, personal music server. It’s designed to be as simple as possible so that anyone with a mouse and some mp3’s can get their friends listening to their music across the internet or intranet in seconds! Having tested the latest version 1.1.1, I have found that this application to be quite efficent and useful in it’s…

Read More »