How to use TrueType Fonts in xterm or uxterm

This post has moved to eklausmeier.goip.de/blog/2013/05-29-how-to-use-truetype-fonts-in-xterm-or-uxterm.

See how to use ttf fonts in xterm in the NetBSD tutorial.

To get TrueType fonts by default in uxterm or xterm I added the following lines in .Xdefaults:

XTerm*faceName: Bitstream Vera Serif Mono
XTerm*faceSize: 14
UXTerm*faceName: Bitstream Vera Serif Mono
UXTerm*faceSize: 14

Continue reading

The New Digital Company: Distributed, Online, and Transparent

This post has moved to eklausmeier.goip.de/blog/2013/05-21-the-new-digital-company-distributed-online-and-transparent.

Very good article on open company communication by Sara Rosso, who works for WordPress.

The article below centers around these headlines.

  1. Be distributed
  2. Be Online
  3. Be Transparent
  4. Work Hard, Play Hard

When I Have Time by Sara Rosso

Update: I gave a similar presentation at LeWeb about the Future Way of Working: the Distributed Company.

I gave a presentation in Italian at the Digital Communication Forum in Milan in February, and I spoke about “The New Digital Company: Online, Distributed, and Transparent.” I wanted to make those slides available immediately, but since the talk was an Ignite, a flash talk given in 5 minutes with 20 slides that appear on the screen for only 15 seconds, the slides are usually more visual than descriptive, so in lieu of recording my speech in English, I’ll walk you through a few of my slides.

At the bottom are both the complete Italian and English slide decks in Slideshare in case you feel the need to share or embed them. 🙂 There’s also a video of my presentation in Italian available.

The first few slides were…

View original post 1,292 more words

CUDA without X Window System

This post has moved to eklausmeier.goip.de/blog/2013/05-16-cuda-without-x.

Instead of starting X like

xinit /usr/bin/icewm

and therefore loading the NVidia CUDA environment, one can simply add

[ -c /dev/nvidia0 ] || mknod -m 666 /dev/nvidia0 c 195 0
[ -c /dev/nvidiactl ] || mknod -m 666 /dev/nvidiactl c 195 255

Continue reading

John Raff / Dmitry Sandalov: Access Google translate from a terminal

This post has moved to eklausmeier.goip.de/blog/2013/05-06-john-raff-dmitry-sandalov-access-google-translate-from-a-terminal.

See an article by a guy named johnraff, Access Google translate from a terminal, or reblogged by Dmitry Sandalov here Access Google translate from a terminal.

Works great.

Here are some examples:

translate Weg
Way

translate "Ich gehe nach Hause"
I'm going home

A Praise for IceWM

This post has moved to eklausmeier.goip.de/blog/2013/05-01-a-praise-for-icewm.

Since more than ten years I use IceWM, a clean and compact window manager for X. I can only recommend it.

IceWM in its own words: The goal of IceWM is speed, simplicity, and not getting in the user’s way.

These goals are nicely met.

Continue reading