Author Archive
If you want to only download an RPM package without installing it, you'll need to install the yum-plugin-downloadonly.noarch package first. This will then add options to the yum command allowing only downloads of RPM packages without installing them. This is particularly handy if you just want to download a package for extracting single files […]
November 11th, 2012 | Posted in NIX Posts | No Comments
There's several ways to determine the ksh version. All will print different results depending on the KSH you're running. Here are the methods for finding the versions:
November 10th, 2012 | Posted in NIX Posts | No Comments
While testing the NIC connectivity and speed for my HTPC / Home Backup system, I get this unpleasant surprise. Needles to say the issue was really due to the high transfer speeds on my 1GB/s network that that intel card has appeared to have a bit of difficulty with. The difficulty has now been resolved […]
November 4th, 2012 | Posted in NIX Posts | No Comments
So while making a copy of my page for testing purposes, I try to run it from my LAMP configuration only to receive a redirect to my online page. Tinkering with the .htaccess file did absolutely nothing in this case. Page keeps redirecting from http://localhost/wordpress to http://www.microdevsys.com/WordPress with a line like this in the /var/log/httpd/access_log […]
October 13th, 2012 | Posted in Web | No Comments
So I'm in the process of making a copy of my blog to my Linux installation and LAMP configuration I have there. The purpose of this exercise is to upgrade my blog to the latest available WordPress available, 3.4.2 at the time of this writing. (I'm way overdue). I want to test the upgrade before […]
October 13th, 2012 | Posted in Web | No Comments
Here's how to enable core dump files to write for analysis on application crashes: # cat /etc/sysctl.conf|grep core # Controls whether core dumps will append the PID to the core filename. kernel.core_uses_pid = 1 # Core patterns, if you want to write to directories other then where the process is currently running from (which could […]
October 13th, 2012 | Posted in NIX Posts | 1 Comment
Now, arguably, the art of auto login and automated access may be frowned upon if not done securely but the concept of doing so is in itself something of a could-it-be done question that can simply be too tempting not to answer. Long time ago I decided if beyond the easy approach to this using […]
September 19th, 2012 | Posted in NIX Posts | No Comments
DD-WRT run what's known as a busybox, which is a single tiny executable designed to run on enbedded devices. busybox provides common UNIX utilities normally found on larger UNIX / Linux installations such as desktop computers. Unfortunately it's limited and even with the shell it provides, alot of functionality such as common shell loops no […]
September 10th, 2012 | Posted in NIX Posts | No Comments
So I bought myself an intel GigE card with the 82574L chip to deal with a certain problem I've been having with the RealTek one (cough). So I wanted to try another chip other then RealTek ones to see if that would make a difference. I suppose one could argue I should have done more […]
September 10th, 2012 | Posted in NIX Posts, Web | 6 Comments
When trying to change the port server name (I have a USB printer hooked up to a router) for the network attached printer, you get this message, Windows Port Error: 0x000000aa when trying to change printer properties in Windows 7. What to do?
September 8th, 2012 | Posted in NIX Posts | No Comments