linux

Skype Call Recording In Linux

I was looking for a Skype recorder that works in Linux and I came across this application:
http://atdot.ch/scr

I went to downloads and tried out their RPM version, and it (almost) worked right away. There were a few awkward steps for my distro (Fedora 14) and I can't say how it performs in other distros, but it seems by and large this works well, once you've fixed any dependency problems.

For my reference, and for the good of others, here are the steps required to make this work in Fedora 14:

Updating From Fedora 12 To Fedora 13

Free tagging: 

Fedora 12 "end of life" just came around, so I decided to update to Fedora 13 while things were quiet over Christmas. Fedora ships with a preupgrade app which manages the update process, so in theory this should do it:

su -c "preupgrade"

For my own sanity I'm blogging this, since every time I have to do it I end up jumping through the same hoops and cursing myself for not blogging it!

I have a USB external drive on one of my machines. I want it shared across the network. It's an old Windows drive formatted as NTFS. Here are the steps:

1. On the "server" install required services and applications. As root:

$ yum install nfs-utils ntfs-3g ntfs-config fuse

FUSE should be there already, but just in case. The GUI for ntfs-3g is optional.

2. Make sure the NFS services is enabled and loads on boot:

Installing 3G USB Modems On Linux

So, last night I lost not inconsiderable amounts of time and sleep to a Vodafone Italy 3G USB key. Trying to get these things set up is supposed to be fairly straightforward, however the end-to-end process is not really documented anywhere, as far as I can tell. Maybe for individual devices, but not in any generic way.

Since this is the second time I've done this now, and in both cases it was a pain in the ass, I am documenting some generic steps so I don't forget what I need to do all over again!

Free SSL With VPS.NET

Free tagging: 

Ok, so this is *purely* for my memory, a kind of bookmark. But VPS.NET, the hosting company I often use for virtual machines, does free SSL certificates for all customers:
http://www.vps.net/forum/public-forums/announcements/233-free-and-unlimi...

Here's how you get one and configure it. (Using the VPS.NET Centos 5.4 64 bit LAMP image, and with ISPmanager Pro - also free from VPS.NET - as the server control panel. This is my usual set-up.)

  • Set up your VM in the usual way

How Drush Make Just Changed My Life

Note: Apparently it works fine with Windows too! See comments.

I'm pretty excited right now. I just tried drush make for the first time. Download it here:
http://drupal.org/project/drush_make

That's an order! You'll need drush too, if you don't have it yet (in which case, shame on you ... call yourself a Drupal developer?!)
http://drupal.org/project/drush

Wrapping Up: A Linux Script For The End Of The Day

Here's another one of my little Linux admin scripts for all you Drupal developers out there. It's a Linux shell script requiring Drush, MySQL and Subversion, but could be easily modified to work with other databases and repositories and should work fine on a Mac, I think.

Those familiar with Windows (and I guess Mac OSX too) will probably be aware that you can get an é character from your keyboard by pressing AltGr + E. You may not be aware that in Linux you can't. This was a bit of a problem for me, as I live in France, a country who's native language relies rather heavily on the accents in the special character set. For example, the town I'm in is called Uzès and my daughter is called Moïra. It's also been driving my wife bananas, since she actually needs to write emails and letters in French but we have British keyboard layouts.

Drupal And Linux, A Deployment Script

Quick post today, no politics *whatsoever*. ;-)

I just wrote another little batch script for deploying my Drupal sites from local to stage. Before I post the code, here's the workflow here in our office at CMS Professionals:

  • Code is stored in Subversion away on the Internet (svn.cmspros.co.uk)
  • Each developer has a working copy on their laptop
  • Database during development is held on central (dedicated) CentOS/MySQL machine on our office LAN

Drupal 6.x And Ubuntu 8.04 (Hardy)

A few weeks ago I wrote a post about how to bring a stock CentOS 5 server up to spec to run Drupal 6. It seems only fair I do the same for Debian and Ubuntu, since it seems they too are not without their little issues when a stock install. This quick post was written after configuring a server running Ubuntu 8.04.2 (or Hardy Heron, as it was codenamed).

The first (and main) problem with a stock Debian install is it does not include the necessary GD support for manipulating images. There is a long internal squabble in the Debian ticketing system here:

Pages

Subscribe to RSS - linux
© 2010 Greg Harvey. Drupal theme by Kiwi Themes.