🔍

Posts with the tag Linux/BSD...

7

A Confederacy of OSes, Part III

Read Part I and Part II So my strategy is as follows: I use Windows to run web browsers, the odd desktop app like Photoshop, handy GUI utilities like calculators, media playback, and the like. On top of all this, I have installed VirtualBox and the easy-to-install Windows version of Vagrant, running a VM with…

0

A Confederacy of OSes, Part II

Continued from Part I Due to many factors, setting up Linux turned out to be Hell. Both the kernel and GRUB wouldn’t have the ability to recognize the aforementioned pseudo-RAID array as a single disk until later (I’m still not sure if GRUB does), so I first had to effectively wipe the filesystem in its…

0

A Confederacy of OSes, Part I

So, recently I’ve been trying an experiment: I’ve been using Windows 7 as a base OS for my primary development box. Why did I do this, and how has it been? Allow me to explain. I have been a *-nix man for many years, starting with Mac OS X and it’s largely-FreeBSD/NetBSD-derived platform. I have…

0

Your cheatin’ brain

“I’m trying to think, but nothing happens.” – Curly Crib notes, quick guides, Cliff Notes, cheat sheets – whatever you choose to call them, they come in handy when the web developer brain goes ___________ . The guys at Smashing Magazine (we smash you with the information that will make your life easier. really.) have…

1

Innovative Helpdesk/Ticketing System

A friend recently recommended: http://www.cerberusweb.com It is a very popular (and affordable) email management solution for help desks & sales teams. It is a bit complex, so you’ll want to take a moment to review the features and consider ways to synthesize it for your business. It appears that everything is managed through email and…

4

Open Source Office can handle Blackberry

CentreSource has jumped on the Blackberry bandwagon! After complaining for months that I spend too much time with email, I gave up trying to avoid the problem and simply decided to further my addiction :) We purchased three new Blackberry 8703e’s and have now started the painful process of getting them to work in our…

3

Open Source Document Management

Recently, a potential client asked us if we could recommend a viable open source document management system (DMS) for their needs. Despite our deep experience with Open Source business solutions, I didn’t have one to recommend. I think that is primarily because so few businesses have need for a true DMS – even if they…

0

SSH VPN

This is pretty cool. Check out this new feature in OpenSSH 4.3: * Add support for tunneling arbitrary network packets over a connection between an OpenSSH client and server via tun(4) virtual network interfaces. This allows the use of OpenSSH (4.3+) to create a true VPN between the client and server providing real network connectivity…

0

puttycyg

I am a big fan of the cygwin suite of UNIX tools for windows, but one of my biggest annoyances was that the shell you run in cygwin is always displayed in the most horrid terminal environment (basically a glorified DOS window). Enter puttycyg — it allows you to use putty as a raw terminal…

1

LAMP Package Problems

My previous post on PHP Live! reminded me of a rant I’ve been meaning to write about the state of some (note: some, not all) LAMP packages and the difficulties in installing and maintaining them. PHP Live! is an example of how easy and painless it can (and should) be. Others, however, suffer from a…