Entries Tagged as 'Linux'

Windows 7 to kill Linux; Linux to retaliate and firebomb Windows 7

It’s the same old story every year: Linux will finally dominate Windows, Windows will finally kill off that pesky open-source Linux. My dad’s better than your dad; my mashed potatoes can beat-up your mashed potatoes. The truth simply is it’s not going to pan out like that. Linux will still dominate the server world and Windows will still dominate the desktop world (and if you think vista’s failing is a sign of Microsoft’s slipping, I kindly ask you to remember Windows ME followed by the popularity of XP). So what’s new to the battle front? Well, honestly, it’s not really ‘new’ it’s just what people are talking about these days. ‘Netbooks’. And I highly doubt it will be some epic battle of Good Vs. Evil, either. [Read more →]

Cloning drives for free, no matter the operating system.

Pretend you’ve got 5 identical windows 2003 servers (or any server for that matter – cent os, windows 2003, 2008, and mac os even!) to setup in one work shift. Why break your back trying to install them one at a time on top of doing all the updates? You can just do one base install and ‘ghost’ the drive. “That’s expensive”, you might proclaim! Not so – in fact, I’ll let you in on a little secret – Gparted. Why spend $700 on cloning software when you can just do the same job for free? Yeah, free! Free as the air you’re breathing right now (unless you’re in space, reading from the ocean, or maybe reading from Mt. Everest).
[Read more →]

Building Web Sites for Profit and Fun – Tools of the Trade

Every trade has it’s tools and web development is no exception. It has quite a few in fact. Throughout the years of doing web development I have used many different tools and have settled on a core group of half a dozen or so. It is definitely worth your while examining those I recommend, and possible a few that will receive honorable mention here. While it’s true that tools don’t make talent, they certainly speed it along!
[Read more →]

cr0wnd

Maybe this will save you some headaches – if you’re tailing your cron log (tail -f /var/log/cron) and find a bunch of “account expired” records and you know that specific account is not expired, this might help. Try suspending and unsuspending the account. Still no go? This is a rare and very odd issue we ran into, but you may want to check (especially if you’re receiving these errors after repartitioning hard drive space) the crond file itself in /etc/pam.d. In this case it was blanked-out after repartitioning some drive space. If it is blanked out, it will revert to /etc/pam.d/other – which be default, in most cases, is deny. A quick and easy fix is to copy the entires in SSHD – save and restart crond.

Ruby on Rails – Tutorial 1 – Creating a Rails Project

I heard about Rails back when I was a programmer at BlueHost / Hostmonster since they are one of the “preferred” web hosting companies for Ruby on Rails type applications. There weren’t very many clients who used it, but when questions came in about it, I always seemed to be approached with them. I guess tech support people think that if you are generally willing to help them out and you know a programming language, you know them all. Well, I eventually got sick of saying I don’t know and got some basic knowledge going of Ruby on Rails, and was pleasantly surprised!
[Read more →]