Posts tagged 'ubuntu'

levien

On Filesystems

This article was originally written in 2011, and was slightly updated in 2014.

Filesystem types and (lack of) compatibility

Despite the fact that we're no longer living in the 1980s, filesystem-compatibility between operating systems seems to remain an issue in computer-land. The filesystem basically defines the way in which files …

levien

Tweaking Ubuntu for the Lenovo Flexpad

I don't like to get new equipment if I have old equipment that still works fine. My Asus A2500S laptop is now more than 10 years old, and although it has received a few small repairs and a memory upgrade over the years, it still works fine. Its Pentium 4 …

levien

Assorted Ubuntu Problems (and how to solve them)

This article was written in 2010 and was slightly updated in 2013 and 2017.

I've been running Ubuntu as my main operating system since around 2004, and I must say I love it. However, every OS has its problems, and Ubuntu is no exception. Here's a few I ran into …

levien

Fixing video drivers in Linux

One of the drawbacks of a monolithic kernel is that you're often stuck with outdated drivers that don't work for your hardware. Even if a fix is available upstream, there's no easy way to update just a single driver. Luckily, LinuxTV now at least offers a script to automatically recompile …

levien

Faxing in Ubuntu

It seems hard to believe, but fax-machines have been around for over a century, and the current digital fax technology stems from the 1980s. Back in the days, for most people faxing a document was the only fast alternative to sending it by normal (as in non-electronic) mail. These days …

levien

OSS4 on Ubuntu (Lucid Lynx)

After upgrading to Ubuntu 10.4 LTS, I was happy to notice that audio in all applications (including Skype) was finally working perfectly! However, I was less happy to notice that Pulseaudio was using quite a lot of CPU-time, and that the sound quality was absolutely awful... So I decided …

levien

Printing a multi-page CD booklet

Creating and printing a multi-page CD booklet can be a bit of a headache. Firstly, not all programs support the re-ordering of pages required to make a foldable double-sided booklet. Moreover, the page-size is non-standard, which may give difficulties with commandline-tools such as Ghostscript and psnup. It took me a …

levien

Embedding fonts in PDF-files

A while back I wrote a course-reader in OpenOffice.org Writer on Ubuntu. When I submitted it for printing, it turned out that not all fonts were embedded in the document, which led to various printing- and layout-problems. Here's some advice on how to create PDFs that are suitable for …

levien

Recompressing (optimising) PDF files

There are at least three ways to do this in Ubuntu. You will need the packages ghostscript (for all methods, but installed by default) and pdftk (for method 2), and optionally a Java Runtime Environment (for method 3).

Method 1: ps2pdf

The ps2pdf script that comes with Ghostscript is meant …

levien

Batch search & replace in PDF files

The other day I found out I had misspelled a word in a whole batch of automatically generated PDF files. Regenerating all of them would be a lot of work, as the PDF files were plots created using perl/PDL, gnuplot and epstopdf (available in texlive-extra-utils), and the input data …