Off topic - nice linux stuff

General discussions regarding the program language Java and its API's.

Moderator: Marcus

Post Reply
User avatar
Marcus
Site Admin
Posts: 1860
Joined: 2005.04.04 10:52
Location: Küssnacht am Rigi
Contact:

Off topic - nice linux stuff

Post by Marcus »

How to use your true type fonts on Linux:

Simply copy them from your C:\WINDOWS\Fonts folder to the ~/.fonts/ folder on your linux system (or to /usr/share/fonts/truetype if you want them available for all users).

Very useful when you need to, for example, transform your Word files to pdf files by through Open Office.
User avatar
Marcus
Site Admin
Posts: 1860
Joined: 2005.04.04 10:52
Location: Küssnacht am Rigi
Contact:

Re: Off topic - nice linux stuff

Post by Marcus »

How to clean up your GRUB:

1. Remove old linux kernels (save the two or three latest):
1a. List the ones you have: ls /boot/vmlinuz*
1b. sudo apt-get remove linux-image-<version>-generic, e.g. sudo apt-get remove linux-image-2.6.32-36-generic
1c. (Can also reinstall an old one with apt-get install ...)
2. If needed, re-generate the ram fs images: sudo update-initramfs -u -k all
Post Reply