pts.blog
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 ...
2009-05-04
How to fix RailsBaseUri (sub URI) with Phusion Passenger without setting relative_url_root
›
There is a bug which prevents correct routing with Phusion Passenger 2.2.2 and Rails 2.3.2 (>= 2.2.2) and RailsBaseUri . For example, if ...
3 comments:
2009-04-22
How to fix a broken registry key if Windows XP is not booting
›
Recently I modified the Windows XP registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\CodePage\OEMCP from 437 to 65001 ,...
3 comments:
How to fix Ubuntu Hardy and Intrepid boot hang on a Philips laptop
›
If you have a Philips laptop and you want to boot Ubuntu Hardy and Intrepid on it, the system might hang indefinitely while booting (not rea...
2009-04-18
How to set up an external monitor for watching movies with the nvidia proprietary x.org driver
›
This post describes how to set up your /etc/X11/xorg.conf on Linux if you have a laptop with an NVIDIA video card, and you want to attach a...
‹
›
Home
View web version