Server side
Configure Exim with anti-spam
Spam's off! Make it so with Exim and SpamAssassin
- 2008-03-10
- Server side | Intermediate
-
Write a full post in response to this!
A few comments on my article The perfect network server in issue 17 requested some more in depth follow-up pieces. This is what I hope to be the first of those. It focuses on Exim, the mail transfer agent (MTA), specifically setting it up with spam scanning. It is based on setups I currently use, hosted on Debian GNU/Linux.
Review of FreeBSD 7
At look at the future including finstall, the new graphical installer
- 2008-03-05
- Server side | Easy
-
Write a full post in response to this!
The next major update of FreeBSD 7, due this December, is in the running to be one of the most impressive FreeBSD releases to date. The ULE scheduler has now reached maturity, leading to significant gains across the board (particularly in server workloads). This new scheduler brings notably impressive performance improvements to both MySQL and PostgreSQL.
In the first section of this article, I’m going to take a look at what’s new. In the second section, I will discuss what the future holds for FreeBSD beyond the upcoming FreeBSD 7.0 release, including screen shots of the revamped FreeBSD installer “finstall”.
Running GNU Mailman at home
Putting the most powerful mailing list manager on your desktop
- 2008-02-28
- Server side | Intermediate
-
Write a full post in response to this!
GNU Mailman is the most popular free software mailing list manager, and probably the most configurable; however, it normally requires you have a web and mail server always connected to the Internet. With a little extra work, you can run Mailman from your intermittently-connected GNU/Linux desktop.
All the C you need to know for GTK+
A short refresher on basic C concepts
- 2008-02-18
- Server side | Easy
-
Write a full post in response to this!
If you want to develop applications with GTK+, a graphical toolkit used by the GNOME desktop environment, it is essential that you are comfortable with the C programming language. This article is meant to give you a short refresher on the basics of C that you will need to know when developing GTK+ applications.
- 4 comments
- Read more
- 3362 reads
Protect your server with Deny Hosts
Limiting brute force based dictionary attacks
- 2008-01-28
- Server side | Easy
-
Write a full post in response to this!
Requiring system accessibility via the Internet poses several problems for system administrators. One problem is allowing access by authorized users with the least amount of complexity on the client computer while keeping the system and its services safe from intruders. Common services that may be provided include web server, File Transfer Protocol (FTP) server, and Secure Shell (SSH) server. Each of these services can require different methods of security to ensure only authorized users have access.
Running a free software project
Starting with your eyes open can really help!
- 2007-11-26
- Server side | Intermediate
-
Write a full post in response to this!
Running a free software project can be a rewarding experience if you begin with your eyes open. In my personal experience, starting a free software project with only a head-on view of a few existing free software projects is not really enough. Some basic background information can really help get you started in the right direction.
Historical perspective
- 2 comments
- Read more
- 8887 reads
How to completely ditch GUI internet applications for the command line
The short ‘n’ sweet guide to liberating yourself from the evil graphical user interface
- 2007-11-19
- Server side | Easy
-
Write a full post in response to this!
Today, terminal-based programs have almost disappeared. GUIs are taking over, whether we like it or not. However, there is still a place for the old command line. Take the internet as an example: everyone’s using Firefox, Thunderbird, and Pidgin for their internet activities. Even though these are great, quality, free software apps, they tend to be bloated. That’s where the terminal comes in.
Introduction
- 7 comments
- Read more
- 8865 reads
Run any GNU/Linux app on Windows without any virtualization
Using SSH to access programs from an Ubuntu box
- 2007-11-12
- Server side | Easy
-
Write a full post in response to this!
SSH tools, long used by UNIX gurus to perform complicated administrative tasks over the internet on machines miles away, are a very simple and user-friendly solution for more conventional purposes. Ubuntu users, read on to learn how to use SSH to run your favorite GNU/Linux software on Microsoft Windows—without installing any software on the Windows box.
- 8 comments
- Read more
- 13029 reads
Beginners guide to database administration tools
MySQL, Ubuntu and a drop of PHP and Perl
- 2007-11-05
- Server side | Easy
-
Write a full post in response to this!
Welcome to an introduction for the beginner to the basic manipulation of the MySQL database with free software. The purpose of this article is to show how universally straightforward it is to get started with installing and applying a high-grade enterprise ready database like MySQL, and to learn how to manipulate it via numerous free software approaches.
- 2 comments
- Read more
- 10790 reads
Create a simple application with Hecl
Introducing Hecl, a mobile phone scripting language
- 2007-10-31
- Server side | Easy
-
Write a full post in response to this!
These days, almost everyone has a cell phone; cell phones keep getting faster, smarter, and more capable, yet relatively few applications exist for them. The Hecl programming language makes it easy to script applications for your cell phone—with just a few lines of code, you can create applications that you can carry with you, everywhere.
Easy cell phone applications with Hecl
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.
Gaia Ajax Widgets: no-JavaScript Ajax
Tutorial about how to use Gaia Ajax Widgets with ASP.NET - Mono
- 2007-10-22
- Server side | Easy
-
Write a full post in response to this!
Imagine you need to create an Ajax application, and you’re scratching your head in frustration since you don’t understand prototype.js, you think using ASP.NET Ajax feels like building a car with scissors and paperclips and you don’t know enough Java to use GWT. If this is your problem, Gaia Ajax Widgets could solve your problem: Gaia abstracts away JavaScript, feels like normal ASP.NET, works on both ASP.NET and Mono—and it’s free software.
UPS (Uninterruptible Power Supply) installation and configuration
Preventing unscheduled power related downtime
- 2007-10-15
- Server side | Easy
-
Write a full post in response to this!
An inexpensive way to prevent unscheduled downtime or data loss due to power problems is with a UPS or Uninterruptible Power Supply. However, a UPS by itself is not enough for proper operation. Hardware, software, and configuration together make up a UPS system that will recover from unexpected power loss or power fluctuations that can damage systems and peripherals.
Introduction
- 4 comments
- Read more
- 8602 reads
SSH beyond the command line
File servers made easy with SSH
- 2007-09-26
- Server side | Easy
-
Write a full post in response to this!
If you’re an experienced administrator, you’ve probably used SSH to remotely access a troublesome box or your personal computer. For those who don’t know: SSH it’s a great way to fiddle with a computer from miles away as if you were sitting at its keyboard, but it’s also just about the simplest and most secure way to configure your computer to let you access its files from anywhere. You can use SSH on nearly every operating system to transfer files to and from your computer over the internet or a LAN.
Is SSH for more than commands?
- 12 comments
- Read more
- 24188 reads
The "alias" command
Alias: Speed Dial for your Shell
- 2007-09-24
- Server side | Easy
-
Write a full post in response to this!
You almost certainly have speed dial set up on your home, office and mobile phone. It saves time, ensures against a failing memory and allows you to work smarter.
Devotees of the command line don’t have to be left out in the cold. One of the crown jewels of GNU/Linux is that every user, be he ne’er so base, has at his or her fingertips the kind of power of which even Caligula could not dream. Alright, I’m exaggerating—a little.
- 5 comments
- Read more
- 9125 reads
Create your online project site, start to finish, with Sakai
A flexible Collaboration Learning Environment
- 2007-09-14
- Server side | Easy
-
Write a full post in response to this!
Sakai is an online Collaboration Learning Environment, CLE for short. Indiana University has proactively deployed it for 100,000 students, and over 120 other Universities are involved with their own local deployments or test beds. Clearly, this well received application is worth checking out and taking for a vigorous and thorough test run.
Fast programming with Rexx
Ease of use and power can co-exist
- 2007-09-12
- Server side | Intermediate
-
Write a full post in response to this!
Ever need to code quickly? You can code Rexx like water—yet it’s powerful. Here’s everything you need to start, by studying real-world programming examples.
- 3 comments
- Read more
- 5628 reads
Configure and use the Untangle Gateway
Facing the challenges with network administration, the right way
- 2007-09-10
- Server side | Intermediate
-
Write a full post in response to this!
Connecting a network to the modern day internet can be challenging. Basic infrastructure, like routers, DHCP Servers, and DNS servers, are required to get the network online. The network must also be protected with a firewall and intrusion prevention, and the desktops need protection from viruses and spyware. Next will come a spam and phish filter to stop the continual flood of junk email. Most are then forced to implement some sort of internet usage control, like web filtering, to control what users are doing on the network.
SPIP: Content management for publishers and writers
A powerful tool to manage online publications
- 2007-08-29
- Server side | Easy
-
Write a full post in response to this!
Content Management System (CMS) software comes nowadays in all shapes and colours, so you can afford to be picky and choose the one that fits your needs. And if you happen to be a writer or an editor of an online magazine, SPIP might be what you are looking for. While SPIP is not as well-known as, say, Joomla, it has a huge following in France, its country of origin. Unlike other CMS applications which cater for a broad user base that needs to manage “content”, SPIP is designed for a more specific audience and purpose.
- 2 comments
- Read more
- 3434 reads
Introduction to Firestarter
Additonal security through a simple interface
- 2007-08-24
- Server side | Intermediate
-
Write a full post in response to this!
Most modern GNU/Linux distributions are secure with their default minimal installs, whether desktop or server, while some distributions are designed specifically with security in mind. However, any GNU/Linux distribution that needs services available to other users or systems will need either enhanced or configurable security. There are other situations in which added security is beneficial; for example, a large environment, while secure to the outside world, would be enhanced with additional security measures in place.
Network design
- 2 comments
- Read more
- 10619 reads
Best voted contents
-
The Bizarre Cathedral - 1
Ryan Cartwright, 2008-04-18 -
Interview with Kurt Denke, the man who shut "Monster Cable" up
Tony Mobily, 2008-04-17 -
Google App Engine: Is it evil?
Terry Hancock, 2008-04-24 -
Programming languages and "lock-in"
Terry Hancock, 2008-04-18
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
-
What is the free software community?
Tony Mobily, 2008-03-29 -
Installing an all-in-one printer device in Debian
Ryan Cartwright, 2008-05-05 -
Drigg (the pligg alternative) vs. Pligg: why should people switch?
Tony Mobily, 2008-04-13 -
Why Microsoft should not lose (and free software will still win)
Ryan Cartwright, 2008-04-21 -
How do you replace Microsoft Outlook? Groupware applications
Ryan Cartwright, 2008-03-20
Hot topics - last 21 days
-
Installing an all-in-one printer device in Debian
Ryan Cartwright, 2008-05-05 -
Why Microsoft should not lose (and free software will still win)
Ryan Cartwright, 2008-04-21 -
Things you miss with GNU/Linux
Ryan Cartwright, 2008-05-01 -
Digital Rights Management (DRM): is it in its death throes?
Gary Richmond, 2008-05-07
Dedicated server