Advanced
Virtualization in OpenSolaris
Virtualization techniques in OpenSolaris
- 2007-10-29
- Server side | Advanced
-
Write a full post in response to this!
Recently there’s been a lot of news about OpenSolaris, more specifically in reference to the great progress made by virtualization technologies in it. In this article, I will exam some of these technologies, and compare them with the state of the art on other platforms.
Zones
OpenSolaris’ Zones is a mechanism that provides isolated environments with a subset of the host operating system’s privileges, allowing applications to run within the zone without any modifications (Xen is also capable of this). This makes zones useful for server consolidation, load balancing and much more.
Firewall Builder
A firewall configuration GUI
- 2007-07-04
- User space | Advanced
-
Write a full post in response to this!
Have you ever wanted to configure a personal firewall for your GNU/Linux box, but were scared of the complexity of iptables? Well, I might not be able to make you a security expert, but I can show you a tool that will help you to configure your personal firewall the easy way. The secret? Firewall Builder (also known as fwbuilder for short).
- 7 comments
- Read more
- 16540 reads
Asterisk, the easy way
Undertanding the basics of the Asterisk (the free software phone system)
- 2007-02-19
- Server side | Advanced
-
Write a full post in response to this!
Did you know that it’s possible to build an entire telephony system centered around computers? One which is free of licensing costs too? Asterisk is a free software application written to do just that, and much more. Why? For the uninitiated, here’s why…
Wherever you go, your free software PBX follows!
- 8 comments
- Read more
- 46324 reads
A media center based on GNU/Linux
Hacking the living room
- 2007-02-12
- Server side | Advanced
-
Write a full post in response to this!
When my DVD player stopped working, I definitively proved to myself (and to people I know) that if there is a simple and effective solution to a problem and a complex one which promises unpredictable results, I always choose the second option. Instead of buying a new DVD/DivX/MP3 player for the modest price of $40-50, I decided to build a home-made device that would allow me to record the TV, receive podcasts, view webtv, play games, and a lot of other things that I considered cool. So my modest adventure with Freevo, GNU/Linux and a lot other free software begins…
Introduction
- 17 comments
- Read more
- 38313 reads
Control machines with your machine
Digital speed controller using RTAI/Linux
- 2007-01-24
- Server side | Advanced
-
Write a full post in response to this!
This article is intended for new Linux users who wish to use their Linux-box for some real work. Speed control of an industrial motor? Sounds complicated?
- 3 comments
- Read more
- 19831 reads
Secure email servers from scratch with FreeBSD 6 (Part 2)
Configuring the core components
- 2006-12-13
- Server side | Advanced
-
Write a full post in response to this!
In the last article we parted ways after configuring a base FreeBSD system, enabling it with upgrades via cvsup and portsupgrade, and securing it with a simple ipfw2 firewall. The previous article created a solid foundation which this article will build on, covering the configuration of Postfix, amavisd-new, ClamAV, SpamAssassin, MySQL and finally SquirrelMail for web mail.
- 19 comments
- Read more
- 67925 reads
Hardening Linux Web Servers
Comprehensive security spans several disciplines, learn how to secure a system, to host securely coded PHP and Java web services
- 2006-06-28
- Server side | Advanced
-
Write a full post in response to this!
Security is a process, not a result. It is a process which is difficult to adopt under normal conditions; the problem is compounded when it spans several job descriptions. All the system level security in the world is rendered useless by insecure web-applications. The converse is also true—programming best practices, such as always verifying user input, are useless when the code is running on a server which hasn’t been properly hardened.
- 6 comments
- Read more
- 101900 reads
Writing device drivers in Linux: A brief tutorial
A quick and easy intro to writing device drivers for Linux like a true kernel developer!
- 2006-04-26
- Server side | Advanced
-
Write a full post in response to this!
“Do you pine for the nice days of Minix-1.1, when men were men and wrote their own device drivers?” Linus Torvalds
Pre-requisites
In order to develop Linux device drivers, it is necessary to have an understanding of the following:
- C programming. Some in-depth knowledge of C programming is needed, like pointer usage, bit manipulating functions, etc.
- Microprocessor programming. It is necessary to know how microcomputers work internally: memory addressing, interrupts, etc. All of these concepts should be familiar to an assembler programmer.
- 97 comments
- Read more
- 535745 reads
What is X?
Discover the versatility and power of the X Window System
- 2006-02-24
- User space | Advanced
-
Write a full post in response to this!
Everyone likes pretty pictures. The newsagent’s stand is now crowded with glossy magazines, roadside advertisements glare out at you as you drive along the freeway, you see a wondrous mosaic as you look at all the packaging on supermarket shelves. Television long ago replaced the radio as standard home entertainment and the fact that you cannot judge a book by its cover doesn’t prevent the vast majority of the human population from doing so. The same applies to computers now.
- 3 comments
- Read more
- 46180 reads
The Libre Culture Manifesto
A manifesto for free/libre culture
Write a full post in response to this!
We have written this manifesto always wishing to unfold the concept and practice of free/libre and open-source. We wanted it to stretch out so that it might take us in new directions. To start off with, we were sure that the practice of non-proprietary software code production was not a narrowly technical or economic affair, but something that was always also socio-political.
Poking at iTunes
A developer’s guide to the iTunes platform
- 2005-03-13
- Server side | Advanced
-
Write a full post in response to this!
One comment: No wireless. Less space than a nomad. Lame.
Rob “CmdrTaco” Malda introduced the iPod to the Slashdot crowd with a statement rivalled only by Bill Gates’ quip “640 KB should be enough for anybody”.
Since that post in 2001, Apple’s iPod quickly became one of the most successful products in consumer electronics history. While its success largely derives from its “hip” factor and stylish design, the iPod’s integration with the iTunes music application and the iTunes Music Store has made the device a favorite among music listeners.
Mail servers: resolving the identity crisis
How to get Dspam, Postfix, and Procmail to play well together
Write a full post in response to this!
Dspam filters spam with the best. In my installation, it stops over 98% of all spam: I’ve only had one false positive in the last year, and that was a message to the Dspam list that contained a real spam!
Administering Dspam is a breeze. No rules to configure, new users can automatically benefit from a global dictionary and quarantine management is simple. But getting a Dspam quarantine set up the first time, without losing any email, can challenge the most seasoned mail administrators.
Filtering spam with Postfix
Effective ways to reduce unwelcome mail
Write a full post in response to this!
If you are responsible for maintaining an internet-connected mail-server, then you have, no doubt, come to hate spam and the waste of resources which comes with it. When I first decided to lock down my own mail-server, I found many resources that helped in dealing with these unwanted messages. Each of them contained a trick or two, however very few of them were presented in the context of running a real server, and none of them demonstrated an entire filtering framework.
- 17 comments
- Read more
- 158360 reads
Every engineer’s checklist for justifying free software
Free software is not just about “no license fees”!
- 2005-02-07
- Server side | Advanced
-
Write a full post in response to this!
In a few years viewing source code within the major components of software infrastructure will probably be a routine way of doing business. In the meantime it seems that the only reason managers want free software is because it is free (as in free of costs). That’s not a good reason in itself: in the long run there are compelling reasons that robust, mission critical infrastructure software should be made free software.
Best voted contents
-
The Bizarre Cathedral - 1
Ryan Cartwright, 2008-04-18 -
Free Software Magazine Awards 2008
Tony Mobily, 2008-04-22 -
Google App Engine: Is it evil?
Terry Hancock, 2008-04-24 -
The Bizarre Cathedral - 2
Ryan Cartwright, 2008-04-27
Buzz authors
All news
From the FSM staff...
- The Top 10 Everything (Dave). The good, the bad and the ugly.
- Free Software news (Dave & Bridget). A site about short stories and writing.
- Book Reviews: Illiterarty (Bridget). Book reviews, blogs, and short stories.
Hot topics - last 60 days
-
Installing an all-in-one printer device in Debian
Ryan Cartwright, 2008-05-05 -
What is the free software community?
Tony Mobily, 2008-03-29 -
Things you miss with GNU/Linux
Ryan Cartwright, 2008-05-01 -
Drigg (the pligg alternative) vs. Pligg: why should people switch?
Tony Mobily, 2008-04-13 -
How do you replace Microsoft Outlook? Groupware applications
Ryan Cartwright, 2008-03-20
Dedicated server