Posted on July 20, 2008 by firmit
Making this Belkin Wireless Notebook G pcmcia card working on my debian system was as easy as a walk in the park. The debian forum had a how-to which used the t2×00 Project. However, the source is now available in the latest kernel - actually from 2.6.24+. It may be somewhat “buggy”, but when I [...]
Filed under: Debian | Tagged: Linux, Debian, belkin, t2x00, ralink | No Comments »
Posted on July 10, 2008 by firmit
There are several ways of doing this. Making subdomains are maybe the most widespread. But I found this much easier - and intuitive
First, I added a couple of new hosts in /etc/hosts
127.0.0.1 localhost
127.0.0.2 alpha
127.0.0.3 beta
127.0.0.4 gamma
In /var/www, I added the folders alpha, beta, gamma containing index.php
<?php echo getcwd(); ?>
Then I added a new [...]
Filed under: Linux | Tagged: apache, virtualhost, webserver | No Comments »
Posted on July 8, 2008 by firmit
I have struggled for a long time with the correct papersize. CUPS printer settings is set to default value A4, and /etc/papersize also is ‘a4′. However, when printing in Evince, the papersize is set to letter. Of course, I could change this manually, but why on earth was this option set as my default setting [...]
Filed under: Debian | Tagged: Linux, printer, cups, papersize, LC_PAPER, locales, GNU/Linux | No Comments »
Posted on July 7, 2008 by firmit
Using SSH is somewhat not easy for a newbie. To copy files over SSH, you need long commands. So, why not just mount the remote filesystem on your local computer!
Fuse is a part of the latest kernel, so you don’t need to install fuse-utils (if you’re not sure if you have fuse, run lsmod | [...]
Filed under: Debian | Tagged: Linux, mount, remote filesystem, ssh, sshfs | No Comments »
Posted on July 6, 2008 by firmit
Getting a printer to work on Linux is pretty straight forward as long as you got the correct .ppd file for the printer. I struggled a couple of days with the PostScript ppd file - when infact it was the pxlmono ppd file that did the trick for me.
First, I installed cups
sudo aptitude install cupsys [...]
Filed under: Debian, Linux | Tagged: cups, Linux, ppd, printing, pxlmono, ricoh aficio MP C2500 | No Comments »
Posted on July 3, 2008 by firmit
I have recently installed LXDE on a Tecra 8100 which mainly is to be used by my father. He is comfortable in WinXP, and to explain the concept of sudo and to have the “why type password”-discussion, is not something he’d gain much sense about. Thus - I’d like for him to be able to [...]
Filed under: Debian, Linux | Tagged: sudo, password | No Comments »
Posted on July 3, 2008 by firmit
I have succesfully installed Debian Lenny and LXDE on an P3 600MHz 300MB ram Toshiba Tecra 8100. You would not believe how fast this machine is! LXDE runs like a charm! I am stunned!
Had some trouble getting the pcmcia to work - the kernel module for the controller did not load on boot. Also some [...]
Filed under: Debian, Linux | Tagged: toshiba, tecra8100, exclude irq, irq, pcmcia | No Comments »
Posted on June 30, 2008 by firmit
To install Skype in Debian, you either need to install the deb-file manually, or update your /etc/apt/sources.list.
deb http://download.skype.com/linux/repos/debian/ stable non-free
sudo apt-get update; sudo apt-get install skype
Now, run alsamixer and turn on the capture-device you need.
Filed under: Debian | Tagged: Debian, skype | No Comments »
Posted on May 27, 2008 by firmit
Long time since last post - thought I’d welcome FF3rc1. They are getting there!
Installing Firefox in Debian is not as straight forward as in Ubuntu due to Iceweasel and something about copyrighted (not GNU) firefox logo (or whatever). I downloaded the source from mozilla.com and run Firefox in the directory. So it’s not really installed [...]
Filed under: Debian, Firefox, Software | Tagged: firefox linux debian | No Comments »
Posted on May 13, 2008 by firmit
Jeez - how annoying that system beep is!
As root, do the following:
echo “blacklist pcspkr” >> /etc/modprobe.d/blacklist
rmmod pcspkr
Filed under: Debian, Linux | Tagged: sound, system beep | No Comments »