0

Scheduling jobs based on filesystem activity with incron

http://www.linux.com

There are numerous documents, tutorials and guides detailing the workings and usage of cron, the de facto tool for scheduling jobs on Linux. While traditional cron jobs are executed at set times, inotify cron, or incron, is a cron clone that watches the filesystem for specified changes and executes the relevant commands.

Read more »
LittleBabyCheeses's picture
Created by LittleBabyCheeses 16 years 7 weeks ago – Made popular 16 years 7 weeks ago
Category: High End   Tags:
0

Emacs and Ocaml

http://koppology.blogspot.com

"Now that I am becoming a "real" programmer, I have made the decision to learn how to use the behemoth of a text editor, Emacs. A feature-rich and highly customizable editor, Emacs is distributed by the GNU project and has historically been one of the most popular text editors in programming history, along with vi [...] Learning Emacs is like learning how to drive stick.

Read more »
can.axis's picture
Created by can.axis 16 years 7 weeks ago – Made popular 16 years 7 weeks ago
Category: High End   Tags:
0

Howto Disable CTRL-ALT-DEL in Ubuntu 8.04 (Hardy Heron) Server

http://www.ubuntugeek.com

Any user that has physical access to the keyboard can simply use the Ctrl+Alt+Delete key combination to reboot the server without having to log on. Sure, someone could simply unplug the power source, but you should still prevent the use of this key combination on a production server.

Read more »
mathewt's picture
Created by mathewt 16 years 7 weeks ago – Made popular 16 years 7 weeks ago
Category: High End   Tags:
0

How do Drigg and Pligg compare?

http://www.freesoftwaremagazine.com

"I am Drigg's founder and developer. Drigg and Pligg are pieces of software that will allow you to create Digg-like sites. People sometimes ask me if they should pick Drigg or Pligg. When it happens, I am not sure what I should answer. This article will hopefully solve the dilemma for most of them. " And some fun comments already :)

Read more »
dave's picture
Created by dave 16 years 7 weeks ago – Made popular 16 years 7 weeks ago
Category: High End   Tags:
0

Git 1.6.0 Released, New Improvements

http://www.phoronix.com

Michael Larabel: «Git, the revision control system used by the Linux kernel, X.Org, and numerous other free software projects (including our very own Phoronix Test Suite at Phorogit), has reached a new important milestone. Git 1.6.0 has been released with a number of changes since the earlier Git 1.5.6 release...»

Read more »
can.axis's picture
Created by can.axis 16 years 8 weeks ago – Made popular 16 years 7 weeks ago
Category: High End   Tags:
0

GNU sed user's manual - (last updated March 07, 2008)

http://www.gnu.org

"sed is a stream editor. A stream editor is used to perform basic text transformations on an input stream (a file or input from a pipeline). While in some ways similar to an editor which permits scripted edits (such as ed), sed works by making only one pass over the input(s), and is consequently more efficient.

Read more »
can.axis's picture
Created by can.axis 16 years 8 weeks ago – Made popular 16 years 7 weeks ago
Category: High End   Tags:
0

sudo !!

http://linuxsoftware.blogsome.com

How many times did you type a command and forgot to type sudo first ? What do you want to say when that happens ? No, not that…you might want to say : sudo !!

Read more »
carlmig's picture
Created by carlmig 16 years 8 weeks ago – Made popular 16 years 8 weeks ago
Category: High End   Tags:
0

Using free software for HTTP load testing

http://www.linux.com

A good way to see how your Web applications and server will behave under high load is by testing them with a simulated load. We tested several free software tools that do such testing to see which work best for what kinds of sites.

Read more »
GTAGod's picture
Created by GTAGod 16 years 8 weeks ago – Made popular 16 years 8 weeks ago
Category: High End   Tags:
0

Queuing tasks for batch execution with Task Spooler

http://www.linux.com

The Task Spooler project allows you to queue up tasks from the shell for batch execution. Task Spooler is simple to use and requires no configuration. You can view and edit queued commands, and you can view the output of queued commands at any time.

Read more »
paul.g.hunter's picture
Created by paul.g.hunter 16 years 8 weeks ago – Made popular 16 years 8 weeks ago
Category: High End   Tags:
0

PLT Scheme v4.1 released

http://blog.plt-scheme.org

"PLT Scheme version 4.1 is now available from http://plt-scheme.org/ ..."

Read more »
can.axis's picture
Created by can.axis 16 years 8 weeks ago – Made popular 16 years 8 weeks ago
Category: High End   Tags:
0

Ruby 1.9: What To Expect

http://www.rubyinside.com

"Ruby 1.9: What To Expect is an online slideshow by Sam Ruby that covers a lot of the differences between the Ruby 1.8 that we all know and love and the currently experimental Ruby 1.9. Sam's examples are to the point, easily digestible, and span 47 slides..."

Read more »
can.axis's picture
Created by can.axis 16 years 8 weeks ago – Made popular 16 years 8 weeks ago
Category: High End   Tags:
0

How to Change MTU (Maximum Transmission Unit) of network interface in Ubuntu Linux

http://www.ubuntugeek.com

Maximum Transmission Unit(MTU), the largest physical packet size, measured in bytes, that a network can transmit. Any messages larger than the MTU are divided into smaller packets before being sent.By optimizing the MTU setting you can gain substantial network performance increases, especially when using dial-up modem connections.

Read more »
beckham's picture
Created by beckham 16 years 8 weeks ago – Made popular 16 years 8 weeks ago
Category: High End   Tags:
0

How to Install and Use xmonad Window Manager on Ubuntu

http://ubuntu-snippets.blogspot.com

This post describes how to install and use xmonad, its keyboard shortcuts, basic terminology involved with tiling window managers. And a little bit info on other available tiling window managers.

Read more »
cooldudevamsee's picture
Created by cooldudevamsee 16 years 8 weeks ago – Made popular 16 years 8 weeks ago
Category: High End   Tags:
0

Andrew Tanenbaum, Creator of MINIX on microkernels vs. monolithic kernels

http://blogs.pcworld.com

Andrew Tanenbaum: «...A microkernel is much better engineered and is more modular and easier to understand. Monolithic kernels are still too big and unreliable. My metric is the TV set. The system should run for 10 years with a total of zero failures for 99.9% of the users...»

Read more »
can.axis's picture
Created by can.axis 16 years 9 weeks ago – Made popular 16 years 8 weeks ago
Category: High End   Tags:
0

Antiweb4: A Next Generation Webserver

http://pxpippen.blogspot.com

"Antiweb4 is a webserver written in Common Lisp, C, and Perl by Doug Hoyte and Hoytech.

Which seems like an interesting twist to me from all the other Common Lisp web servers already out there..."

Read more »
can.axis's picture
Created by can.axis 16 years 9 weeks ago – Made popular 16 years 8 weeks ago
Category: High End   Tags:

Best karma users