Difference between revisions of "Linux"
Jump to navigation
Jump to search
m |
m |
||
Line 38: | Line 38: | ||
* List files by size - "du -xmS | sort -g" | * List files by size - "du -xmS | sort -g" | ||
* Identify processes using files or sockets - "fuser" | * Identify processes using files or sockets - "fuser" | ||
+ | * [[Registering a New Firefox Protocol Handler]] | ||
===Troubleshooting=== | ===Troubleshooting=== | ||
* [[Starting LVM manually]] | * [[Starting LVM manually]] |
Revision as of 17:05, 9 September 2006
Contents
System Settings
- Writing udev rules
- Setting Evolution's default browser using gconftool-2
- SENDMAIL configuration
- File Associations
- Enabling VMWare To Use Alsa Sound Support
- Automatic Login (KDE)
- Tweaks for WINE
Building System Components
System Setup
- Setting up MythTV on a barebones Shuttle SB83G5
- Setting up Fedora Core 4 on a ThinkPad Z60m
- Setting up Fedora Core 5 on a ThinkPad Z60t
- Using a Sprint PCS Connection Card (Novatel Merlin S620) On Linux
- Resizing a logical volume
IBM Intranet Tweaks
- Printing On IBM printers
- Lotus Notes:
HowTo
- Burning CDs
- Enabling Remote X-Windows Sessions In Linux
- Finding large files - "du -amxS | sort -rn -k 1,1 | less"
- List files by size - "du -xmS | sort -g"
- Identify processes using files or sockets - "fuser"
- Registering a New Firefox Protocol Handler