Archive for the Linux Category

The third level in backup security and one of the most important is to be able to store backups in a place different than the production place, well known as Keep backups off-site. Currently taking advantage of free services like gmail, it´s much easier to fulfill this third level of backup security and to have all your backups available through an internet connection. Here I show a homemade script that does the following steps.

  1. Compress your web server, database and svn repository
  2. Encrypt compressed files with openssl
  3. Send those files to a gmail account
  4. Clean gmail account removing old backups

more »

SSH editing & WinSCP

| December 29th, 2007

winscp

  1. Do you want to edit files on your remote linux server from your windows desktop using your favorite editor (Crimson Editor may be)?
  2. Have your linux server already an SSH server properly configured?
  3. Is your linux configuration mana low?(WOW addicts will understand this question)
  4. If you have answered YES to all the former questions, this blog entry may be helpful for you.

After several internet searches I found that the free software, WinSCP, the one that I use to copy files from/to linux, currently support this feature for any editor and also works great with Crimson editor, enabling remote editing almost transparently. When you edit a remote file, it opens one temporary file in your local machine and monitors the file status, updating the remote file when any change is detected.
more »

Debian Etch + Quickcam Chat

| November 9th, 2007

webcam

This is the key feature for my next sad and freak project. I need a webcam working on my linux server. I’ve failed several times to configure it properly, but I finally achieved it. Here you will find how to configure a Logitech Quickcam Chat on an Etch Debian.
more »

Debian Etch + Temperature Logging

| October 12th, 2007

Database

Time to store the data. Being able to sense the temperature it’s just the first step, storing and plotting the resulting data is the power, muhahaha, muhahaha
more »

Arduino + Temperature + Linux

| September 17th, 2007

debianIcon

With the temperature sensor ready to be tested, I need them to be on all the day and a PC storing the temperature values. My laptop is too lazy, always hibernating as soon as I leave it alone. But what about my Linux server? He is always on, with its low consumption VIA processor and 5 free USB connections. That’s my target.
more »