Linux Tutorials on the topic “programming”
-
Simple Patch Tools
Author: Everweb • Tags: programming, shell • Comments: 1Simple Patch Tools Creating: When all you want to do is build a patch file that contains only the changes you've made today. Installing: I typically want to take a backup of the files that are going to be overwritten so that I can quickly undo the patch if necessary.
-
HowTo: Install Memcached With repcached "Built-In Server Side Replication" On Debian Lenny
Author: MarcusSpiegel • Tags: apache, debian, high-availability, programming • Comments: 5
HowTo: Install Memcached With repcached "Built-In Server Side Replication" On Debian Lenny People probably know about memcached and its high performance name-value based memory object cache interface. Its main purpose is to provide an easy to use distributed caching engine in a multinode environment. Have you ever wanted to let memcached handle replication?
-
Simple Bash Script To Monitor Your Webserver Remotely On Different Ports
Author: marchost • Tags: linux, monitoring, programming • Comments: 2Simple Bash Script To Monitor Your Webserver Remotely On Different Ports Simple bash script to monitor a webserver on different ports (here smtp, dns, http & https but it can be customized); I'm sure there are over 100 available programs doing this but I wanted something with small memory usage. Also, I only wanted to be notified once, notifications are received by SMS on my cell. With the software I was using before, I was getting notified every minute until I could reach a computer and fix the problem or stop monitoring which was quite annoying.
-
-
Gettext For Static Websites
Author: coriordan • Tags: programming • Comments: 0Gettext For Static Websites Here's how I implemented a translation management system for a static website, using GNU gettext. For the impatient, I've distilled it to 11 instructions at the end.
-
Triggering Commands On File/Directory Changes With Incron on Debian Etch
Author: Falko Timme • Tags: linux, programming, server • Comments: 10
Triggering Commands On File/Directory Changes With Incron This guide shows how you can install and use incron on a Debian Etch system. Incron is similar to cron, but instead of running commands based on time, it can trigger commands when file or directory events occur (e.g. a file modification, changes of permissions, etc.).
-
Setting Up Subversion And Trac As Virtual Hosts On An Ubuntu Server
Author: colan • Tags: apache, debian, programming, ubuntu • Comments: 8Setting Up Subversion And Trac As Virtual Hosts On An Ubuntu Server This howto outlines the process by which one can set up the Subversion version control system, and have it work in tandem with Trac, the project manager for software development projects, on a server running Ubuntu (or possibly Debian).
-
Setting Up A Modular Subversion Repository For PHP-Driven Websites
Author: DonQuichote • Tags: programming • Comments: 0Setting Up A Modular Subversion Repository For PHP-Driven Websites Sharing code between projects is still not a trivial matter with subversion. Especially if you are familiar with SourceSafe, you will find that subversion makes it hard to share code. Subversion seems to be really great in creating a version mess and good in solving one, but the reason I need source code control is to prevent such a mess. This is where subversion can be greatly improved, but it is not impossible. This howto will demonstrate a directory setup that takes the subversion sharing mechanism into account, as well as other issues that repositories bring.
-
Getting Started With Ruby On Rails
Author: gundestrup • Tags: other, programming • Comments: 1Getting Started With Ruby On Rails Generally there are 3 installations: OSX, Windows and Linux, and the latter is the most easy one.
-
Installing The Aptana AJAX Development Environment On Ubuntu
Author: Falko Timme • Tags: desktop, programming, ubuntu • Comments: 1Installing The Aptana AJAX Development Environment On Ubuntu This tutorial shows how to install the Aptana IDE on an Ubuntu Edgy Eft system. The Aptana IDE is a free, open-source, cross-platform, JavaScript-focused development environment for building Ajax applications. It features code assist on JavaScript, HTML, and CSS languages, FTP/SFTP support and a JavaScript debugger to troubleshoot your code.