pts.blog
2009-10-25
How to enable autologin in Ubuntu Jaunty with GDM
›
To enable automatic login in Ubuntu Jaunty running GDM (default) without clicking, add something like this to the [daemon] section of /etc/...
2009-10-23
Using the Hama MCE remote on Linux with MPlayer
›
This blog post describes how to control your MPlayer media playback using the Hama MCE remote control on Linux. The instructions and softwar...
2009-10-22
Design and print your own geek clock with LaTeX and TikZ
›
Would you like to have your custom clock for geeks (geek clock, math clock)? You can design and print the front plate of your own analog ge...
3 comments:
2009-10-21
Screen blanking, DPMS, screen saver control and timeout settings on X11
›
This blog post explains how to blank and unblank the screen manually, how to activate and deactivate display power saving (DPMS), and how to...
1 comment:
2009-10-04
JavaScript and ActionScript performance for big integer multiplication
›
This blog post documents the speed measurement of various JavaScript and ActionScript (and other) implementations multiplying 2048-bit big i...
2 comments:
How to create an ActionScript 3 (AS3) flash movie (SWF) without a GUI
›
This blog post explains how to create a Flash movie completely automatically, without using a GUI, just by writing a program in the language...
1 comment:
2009-10-03
How to compile TraceMonkey for the Linux command-line
›
This blog posts describes how to compile TraceMonkey, Firefox's 3.5 fast JavaScript interpreter at the i386 32-bit Linux command-line. T...
2 comments:
2009-09-29
How to fix F-Spot tags for renamed files on Ubuntu Hardy
›
The photo manager F-Spot stores all picture file names in the SQLite database ~/.gnome2/f-spot/photos.db . This blog post explains how to up...
2009-09-20
How to refresh /dev/disk on Linux
›
To refresh /dev/disk/by-label or /dev/disk/by-uuid on Linux (tested on Ubuntu Hardy), run sudo udevadm trigger and wait a few seconds. It...
2009-09-06
How to get rid of PulseAudio on Debian and Ubuntu
›
This blog post describes how to get rid of pulseaudio (the PulseAudio sound server) on a Debian or Ubuntu system. The solution presented h...
1 comment:
2009-09-05
How to parse optional arguments without braces or brackets in TeX
›
This blog post shows the two winning solutions for the TeX argument parsing problem proposed by Kees van der Laan on the EuroTeX 2009 confe...
2009-08-11
ASRock ION 330 nettop with Ubuntu 9.04 (Jaunty Jackalope)
›
This is a collection of random notes about using the ASRock ION 330 nettop with Ubuntu Jaunty. This nettop is a perfect candidate for a Lin...
36 comments:
2009-08-08
How to disable Skype chat notification popup boxes on the Mac OS X
›
This blog post explains how to disable the notification box with dark gray (black) background in the top right corner of the Mac OS X scree...
40 comments:
How to set up keys PageUp, PageDown, Home and End properly in the Mac OS/X Terminal application
›
This blog post explains how to set up keys PageUp , PageDown , Home and End and their shifted variants in the Mac OS/X Terminal applicatio...
2009-08-05
How to set up static DHCP with OpenWRT
›
This blog post explains how to set up the DHCP server running within OpenWRT so it always assigns the same IP address to some of the hosts. ...
2009-07-29
BibTeX cheat sheet and entry templates
›
See the most up-to-date version of the cheat sheet at http://www.inf.bme.hu/~pts/bibtex-cheat-sheet.txt . A quick copy: * Based on informat...
2009-07-11
How to create a bootable CD running GRUB4DOS on Linux (Ubuntu Hardy)
›
GRUB4DOS is a flexible, feature-extended version of the GRUB boot manager. This blog post explains how to create a bootable CD which boots G...
How to create a bootable floppy running GRUB4DOS on Linux (Ubuntu Hardy)
›
GRUB4DOS is a flexible, feature-extended version of the GRUB boot manager. This blog post explains how to create a bootable floppy which boo...
2009-06-21
How to configure dynamic DNS (dyndns) with OpenWRT and LuCI
›
This blog post tells you how to configure dynamic DNS (using dyndns.org) on your router running OpenWRT Kamikaze. The instructions havene be...
2 comments:
2009-06-15
How to render SVG with sharp text and manual kerning
›
If you want to render SVG vector graphics with text (i.e. convert it to a PNG), you might experience some problems: 1. the antialiasing glit...
2009-06-13
How to make Ghostscript embed a Type 1 font to the PDF in one part, without splitting
›
I was facing a problem with Ghostscript 8.54 -sDEVICE=pdfwrite . When embedding a Type 1 font to the PDF, Ghostscript splitted the font to t...
2009-06-12
Using \romannumeral in TeX to do multiple macro expansions
›
This blog post demonstrates a TeX macro hack: using \romannumeral to expand many macros in a single expansion. The example goal is to defin...
2009-06-09
How to typeset text with bilingual fragments with LaTeX
›
This post gives a possible solution for typesetting two similar versions of the same LaTeX document differing only in some text fragments. H...
2009-06-01
How to migrate or merge a CVS or SVN repository to a remote SVN repository
›
Let's suppose you have one or more local CVS and/or SVN repositories, and you want to merge them (with their change history) to new dire...
2009-05-31
Syntax highlighted Python
›
Example syntax highlighted Python code: (please ignore) def Hello ( self , x , y ): return x * y + "foo" # bar The s...
2009-05-21
Ruby on Rails 2.3 unit tests
›
The blog post Ruby on Rails Unit Tests explains why it is a bad idea to give the unit tests access to the database, and how to set up your ...
2009-05-14
Java .class file converter which makes method and fields public available
›
ClassPublic.Java is a Java .class file converter which makes a Java class public and non-final, its fields public and its methods public and...
1 comment:
2009-05-13
Java class disassembler with offset display available
›
jdisasm.py is a Java class file disassembler implemented as a Python script. jdisasm.py displays a java .class file in a human readable form...
2009-05-05
How to deploy a Ruby on Rails application using Phusion Passenger and Rails Enterprise Edition on Debian Etch or Ubuntu Hardy
›
This post gives step-by-step instructions on deploying a Ruby on Rails application on a Linux-based server using Phusion Passenger and Ruby ...
‹
›
Home
View web version