Posted on April 29, 2008 by firmit
I just installed CLI from the alternate hardy heron ubuntu iso. I was going to add the necessary repositories to install LXDE from the PCMan’s repository. The only problem was that my keyboard did not want to type the character [tilde]=~.
My workaround
From my main install, I created and uploaded a file called [tilde.txt] which contained [...]
Filed under: Linux | Tagged: character, cli, command line, tilde | No Comments »
Posted on April 29, 2008 by firmit
A beautifull, lightweight, highly customizable X-system monitor - Conky. Works on my Xfce and LXDE Xubuntu install.
Add to Start-up Applications “$ conky -d”, which in Xubuntu will be located here: ~/.config/autostart/conky.desktop
[Desktop Entry]
Encoding=UTF-8
Version=0.9.4
Type=Application
Name=Conky Monitor
Comment=System Monitor
Exec=conky -d
StartupNotify=false
Terminal=false
Hidden=false
My ~/.conkyrc (borrowed mostly from a post on ubuntuforums.org): :
background yes
use_xft yes
xftfont HandelGotD:size=9
xftalpha 0.5
update_interval 1.0
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size [...]
Filed under: Linux, X | Tagged: conky, system monitor | No Comments »
Posted on April 28, 2008 by firmit
I am sold - there is no way I am going back! The LXDE is just amazing!
LXDE is a full desktop environment with OpenBox as window-manager. And believe me - it’s fast! My first run was under Xubuntu 8.04 on a Dell Latitude P4 1.8GHz 1GB ram. It handles Gnome, KDE, Xfce pretty well with [...]
Filed under: Linux, Ubuntu, X | Tagged: DE, desktop environment, Linux, LXDE, wm, X | 6 Comments »
Posted on April 27, 2008 by firmit
I had to try - and it worked perfectly! I got tired of the Xubuntu-usplash loader - then I found this:
http://u-fingerprint.sourceforge.net/
Works like a charm - nice to look at too Need to edit your grub file - at your own risk! I installed the startupmanager as a workaround. There I am able to change [...]
Filed under: Linux, Ubuntu, X | Tagged: grub, startupmanager, usplash | No Comments »
Posted on April 27, 2008 by firmit
Scenario
I want to view a .lin file with the BBO-client, installed in wine under linux, when I click a link to a .lin file in Firefox.
Create a script which is used as a launcher in Firefox - example openlin.sh
#!/bin/bash
loc=”C:\\bbo\\NetBridgeVu.exe”
par=`winepath -w “$*”`
wine “$loc” “$par”
exit 0
Be sure to make it executable chmod +x openlin.sh.
Next time you [...]
Filed under: Firefox, Linux | Tagged: bbo, Firefox, open link in wine, wine | No Comments »
Posted on April 19, 2008 by firmit
A couple of distros have recently caught my attention.
Wolvix - a LiveDistro run from cd or usbflash
OzOs - ubuntu-based distro using the e17 wm/de
I will make a test run of these in VirtualBox under my current Ubuntu 8.04 beta.
Wolvix
This surprised me! A slackware based LiveDistro which comes in two version; cub - the smallest of [...]
Filed under: Linux, X | Tagged: distros, ozos, wolvix, livedistro, e17 | No Comments »
Posted on April 10, 2008 by firmit
This howto sets up my LBP2900. A couple of easy steps - and voila.
https://help.ubuntu.com/community/HardwareSupportComponentsPrinters/CanonPrinters/Canon_LBP_2900
Added:
The ccpd-deamon keeps crashing if the printer is not turned on. I just need to restart the daemon from the command-line for printing to work.
$ sudo /etc/init.d/ccpd start
Filed under: Linux, Ubuntu | Tagged: canon, lbp2900, printer, printing | No Comments »
Posted on April 6, 2008 by firmit
I wanted to use an icon in a windows exe-file. I extractet the ico-file by using a tool called wrestool. It was found in a package, which was easily installed:
sudo apt-get install icoutils
I extracted the ico with this command:
wrestool -x –output=. -t14 file.exe
I could then easily convert the file to whatever, and place the file [...]
Filed under: Linux, Ubuntu | Tagged: extract ico from exe, icon, wrestool | No Comments »
Posted on April 4, 2008 by firmit
Gnome’s Epiphany webbrowser uses the Gecko engine - Mozilla’s engine used in Firefox. It is lightweight and actually faster than Firefox.
Filed under: Ubuntu | Tagged: browser, epiphany, Firefox, gecko | No Comments »
Posted on April 3, 2008 by firmit
Easy, lightweight, easy, and did I say lightweight?
Excellent image viewer with basic functions as resize, crop, rotate, slideshow etc. Picassa was my favorite on w…..s, but it has gotten some bugs when run under linux with Wine. This is a perfect replacement for me.
Mirage homepage
Filed under: Linux | Tagged: imageviewer, mirage | No Comments »