Subscribe now!
The Latest
Newsletter
Featured Videos
Set up a secure virtual host in Apache
December 22nd, 2008 by Elliot Isaacson in
Setting up an https server in Apache is easy. This tutorial covers how to create and sign your ssl certificate as well as how to configure the web server.
Recently Popular
From the Magazine
January 2009, #177
It's a battle as old as time: good vs. evil. Fortunately, Linux and FOSS are on our side as we wage the battle against those who try to steal our secrets and invade our systems.
Checking your system's security is best done sooner rather than later. Test the locks with our article on security verification; find out how to use PAM to help secure your systems; use MinorFS and AppArmor to implement discretionary access control; learn more about Samba security in part III of our series; use Darknet to help detect bots and secure your systems; use the Yubikey to increase your site's security; and don't forget to lock the doors, because a cold boot attack could render your security useless if somebody has physical access to your computer.
But, we're not just about sowing the seeds of fear. We also show you how to use memcached in Rails, how to manage multiple servers efficiently, how to deploy applications easily with Capistrano, how to manage your videos with MythVideo, how to mix it up a bit (your audio that is), and even play a few games.






I like trips down memory lane
On June 11th, 2008 Masinick, Brian (not verified) says:
Well, the article did not really go into very much detail about what makes Python well suited to a job, other than to detail Pascal's limitations and to suggest that Ruby has similar limitations, but it was a very interesting trip down memory lane.
Personally, I got my programming start in 1973, working in BASIC on a school district minicomputer accessed by a teletype device.
My first in depth programming was in a FORTRAN IV implementation that was essentially from the FORTRAN 66 specification - no "structured programming" constructs we appreciate today. However, in my first year as an undergraduate student, we used a FORTRAN preprocessor, which provided structured If...Then...Else and Do...While constructs. Shortly thereafter, I used PL/1, Algol 60, and Pascal. Believe it or not, I found PL/1 to be the most complete language for actual development use, and indeed, when I graduated, my first every day programming language was PL/1. I also spent about eight months as a COBOL maintenance programmer before finding an advanced development research project to assess the state of personal computers and small department systems - with Windows, UNIX, minicomputers, and PCs. I learned C at that time and used it on both the PC and the UNIX systems. I also learned the Bourne Shell at that time, and from that time forward spent more time programming in shell and interactive languages more than traditional programming languages.
To this day I like programming in Bash the best, but when I want a graphical interface in my tool, I often write in Bash or C and use small TCL/Tk programs to provide the glue to bring it all together. Works well for me, fast and easy.