Posted by rockpenguin on March 5, 2009
Here is one that took a bit o’ detective work to solve. A client of mine was lamenting how they couldn’t print multiple copies to their HP4200 printers, unless the document was longer than one page. If the document was one page, you could set the number of copies to one bazillion and it would still only print one copy.
A Google search turned up a boatload of hits, but no fix. The solutions ranged from unchecking/checking “collate”, disabling “mopier/job storage” options, etc., etc. Tried them all to no avail.
But then the answer came down from high, so I’ll spare you the boring details of how I arrived at the solution. Actually it was part luck, and part deductive reasoning (well, OK, mostly luck). The answer simply boiled down to the Print Processor setting. Read the rest of this entry »
Posted in TechSupport | Tagged: hewlett-packard, printing | Leave a Comment »
Posted by rockpenguin on November 1, 2008
Posted in TechSupport | Leave a Comment »
Posted by rockpenguin on October 10, 2008
I use Virtualbox for all of my virtual machining needs. For some of my guest vms I like to use “host” networking, meaning that essentially the vm will share the hosts network adapter using a bridge and a TAP interface on the host computer to perform its virtual networking magic. However, it can be a little more tricky to setup than using Virtualbox’s other type of networking, NAT.
However, with two packages “bridge-utils” and “uml-utilities” the chore of setting up a bridge interface on Ubuntu (and maybe even Debian) is almost pain free. Read the rest of this entry »
Posted in Recipes, TechSupport | Tagged: linux, networking, virtualbox | Leave a Comment »
Posted by rockpenguin on May 21, 2008
Using SMB/CIFS under Nautilus was too slow. For Windows shares that I use regularly I figured it would be faster and easier to have the share mounted permanently as part of the file system. This also has the benefit of all Linux programs being able to access the files, not just Gnome based apps. Here is how I mounted a R/W Windows share under Linux. Read the rest of this entry »
Posted in Recipes, TechSupport | Tagged: linux, samba | Leave a Comment »
Posted by rockpenguin on March 16, 2008
Below are the steps to remove a virtual machine from the command line:
- Remove the disk from the VM:
VBoxManage modifyvm xfce-test -hda none
- Unregister the VM:
VBoxManage unregistervm xfce-test
- Unregister the disk (vdi):
VBoxManage unregisterimage disk /path/to/vdi
Posted in Recipes | Tagged: virtualbox | Leave a Comment »
Posted by rockpenguin on February 24, 2008
Posted in Recipes | Leave a Comment »
Posted by rockpenguin on February 23, 2008
So, what is pfSense, and more importantly what the heck is an alix2c1? pfSense is a complete purpose-built firewall software that can be installed on a PC, as well as embedded platforms such as PC Engines ALIX boards. The focus of this recipe is to build an embedded firewall appliance. Why would I do this when a cheap firewall can be purchased off of the shelf? Simple, the cheaper firewalls don’t come with very many features (VPN built in, RRD network graphs, 3rd LAN port for “orange” DMZ setups, etc.). To get these features in a commercial firewall appliance means spending in the neighborhood of $300 as well as being locked into a certain vendor for VPN, etc. Making my own costs about $150 and give me a lot of flexibility.
So, this is a story of how I spent the past two nights sitting cross-legged on the floor with a laptop connected to a tiny motherboard that would become a firewall/router. Read the rest of this entry »
Posted in Recipes, TechSupport | Tagged: alix, embedded, firewall, geekspeak, m0n0wall, pfsense | 6 Comments »
Posted by rockpenguin on February 3, 2008
Well, every time I install SAMBA I go through fits trying to remember how to link it up with Windows AD. Well, now that I’ve got this handy blog I am going to record it once and for all. I take no credit for any of the steps below. They are all taken from various sources I found on the ‘net. YMMV… Read the rest of this entry »
Posted in Recipes | 2 Comments »
Posted by rockpenguin on February 2, 2008
Cancelled my hosted Exchange account. It was cool, but I was only testing. Anyhoo, I had to purge Outlook and the BB of the BES settings. So, here’s what seems to have worked:
- Before I cancelled the hosted Exchange account, I exported the data from Outlook – just to be safe!
- Control Panel -> Mail -> blew away the profile. Probably not necessary, but I had a backup of the data in case…
- Created a new Outlook profile with regular ol’ POP3 mail (oh, when will Microsoft ever get IMAP4 right. Strikeout deleted mail??? WTF!)
- Uninstalled BB Desktop Manager software. Again, probably not necessary but I figured what the hell.
- Reinstalled BB Desktop Manager and chose only Blackberry Internet Service this go round.
- Went into BB Desktop Manager and configured the requisite settings to synch with Outlook.
- Went into the following apps -> Options on the BB itself and set the “Wireless Sync” to NO.Address Book, Tasks, Memo
That seems to have done the trick. Still receiving messages on my Internet mail accounts, so that’s good.
Update: 2008-02-03
Kept getting these messages on the BB, and oddly enough, in one of my IMAP accounts:
This message is used to carry data between the BlackBerry handheld and an associated server. Please do not delete, move or respond to this message - it will be processed by the server.
BEGINETP 111
ENDETP -1946816486
Turns out BES was still in the mix somewhere. I tried resending the Service Books to no avail. The trick that worked was to delete the Service Book called “Desktop [OTA...]“. I can’t remember exactly what was inside the brackets, but it had something to do with OTA (over the air) synchronization. Once I deleted that service book, I went into the BB email setup and resent the service books. Viola!
Posted in Recipes | Tagged: blackberry, exchange, outlook | Leave a Comment »