FINAL DESIGN STUDIOS
FDS Services | FDS Repository | Search our Services | Bookmark FDSFDS London UK


Ubuntu Super and Hyper Key assignments

xmodmap -e “keycode 234 = Super_L”
xmodmap -e “keycode 233 = Super_R”

Userland method (of course you’re using GNOME and FC6):
First method:
Create in $HOME a .Xmodmap file. It must be as such:
! Xmodmap for IBM Thinkpad T30: ! map browser keys to Super (Windows) and Hyper keys keycode 233 […]

Ubuntu CPU Frequency Management

Having changed the CPU frequency to ‘Performance’ I decided to go back to ‘On Demand’ so that the processor would not get so hot. My laptop’s Intel Centrino 1.7Ghz processor was heating up to 81 degrees celcius! Intel say that the maximun operating temperature for this processor is 100 degrees, but I think I would […]

Unicode Characters

Decimal Code

Char

Description

Entity

Notes

PostScript Name

ISO-8859-1 Characters (Supplementary Characters in bottom section)

� - 

Unused

Horizontal tab

Line feed

-

Unused

Carriage Return

 - 

Unused

Space

space

!
!
Exclamation mark

exclam

"

Quotation mark
"

quotedbl

#
#
Number sign

numbersign

$
$
Dollar sign
[…]

Ubuntu Animated Desktop

For Compiz Users
An embedded screensaver is light on memory usage, but won’t play nice with Compiz Fusion.
gconftool‐2 ‐‐type bool ‐‐set /apps/nautilus/preferences/show_desktop false /usr/lib/xscreensaver/glmatrix ‐root

If you don’t like the Matrix look, you can substitute any listed screensaver instead of “glmatrix.”
For Compiz Fusion Users:
XWinWrap is not available in the Ubuntu repositories. I […]

Ubuntu Themes

Imitating OSX by Lauri Taimila
GTK Only
MacForLin (Mac4Lin) by infra_red_dude. Additional Support and Official Linux Forums Thread

Shift + Backspace Killing Ubuntu

Ever been typing on your computer with an Ubuntu installation and find the screen go black or that you have been logged out, shutting down all your open applications because you forget and hit the backspace key whilst holding down the Shift key? Major pain.
Here’s a solution I have come accross:
Open your terminal […]

Wine Sub-Programs

These sub-programs are usually accessible by running ‘wine <wineprogram>’ . With some exceptions, the programs can be also be accessed with just ‘<wineprogram>’ (if Wine was installed in the user’s $PATH), although it is usually safer to use the former invocation.
A complete list of these programs can be found in the source […]

Bush’s Betrayal

Over and over, President Bush confidently promised to “solve problems, not pass them on to future presidents and future generations.” As the clock runs out on his eight-year presidency, a tall stack of troubles remain and Bush’s words ring hollow.
Iraq, budget deficits, the looming insolvency of Social Security and Medicare, high health and energy costs, […]

Adding New True Type Fonts to Linux Ubuntu

In GNOME GUI
Here is a method for doing this via Gnome. In gnome, choose Places | Home Folder from the menu panel (ie open nautilus). When file browser opens, enter “fonts:///” as the Location. Then simply drag the new font into the fonts directory.
Alternately, you can get to the fonts directory by going to System […]