Skip to main content

Linux tips every geek should know | TuxRadar

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Related Lists

Bookmark History

Saved by 37 people (-2 private), first by anonymouse user on 2009-02-28


Public Sticky notes

Linux tips every geek should know

Highlighted by djiezes

tricks, tips and techniques that turn long jobs into a moment's work

Highlighted by trinix

You can now select to preload Konqueror instances. Effectively, this means that Konqueror is run on startup, but kept hidden until you try to use it

Highlighted by trinix

#24: Unmount busy drives

  • Difficulty: Easy
  • Application: bash

You are probably all too familiar with the situation - you are trying to unmount a drive, but keep getting told by your system that it's busy. But what application is tying it up? A quick one-liner will tell you:

lsof +D /mnt/windows

This will return the command and process ID of any tasks currently accessing the /mnt/windows directory. You can then locate them, or use the kill command to finish them off.

Highlighted by gibarian

To get more speed, you may want to enable dma mode, and certainly adjust I/O support

Highlighted by trinix

Want to run a specific application whenever a particular device is added? The USB hotplug daemon can help you!

Highlighted by trinix

dpkg --get-selections > debianlist.txt

Highlighted by trinix

you would also need to copy over configuration files from /etc when copying your system to a new computer.

Highlighted by trinix

To actually install the selections

Highlighted by trinix

Slow down ping rates

Highlighted by trinix