Jump to content

A couple of quick Linux tricks


teacher

Recommended Posts

If you are in a real hurry to do an email, try pressing the Alt key and the F2 key. This gives you a run command box where you can type in mailto:linuxnut@someisp.com. This will then open Kmail if that is your default in KDE or in my case Evolution! You can also type in an Internet address and it will open your default browser.

Link to comment
Share on other sites

Another quick one:Can't figure out why your drive won't umount? Here's an easy way to find out what is typing up the drive so you can kill the app (it shows the ID number)

# lsof +D /mnt/hda10

Link to comment
Share on other sites

I learned another quick one tonight. I went in to update my urpmi in Cooker. It froze up after the line "write config file {/etc/urppmi/urpmi.cfg). It would not cancel so I logged out as user and logged back in.Then I got a urpmi locked when I tried again.Found this:

rm -f /var/lib/urpmi/.LOCKrm -f /var/lib/urpmi/.RPMLOCK

Now I have the command back. So now I just nee dto figure out why it is freezing on write config.file (/etc/urpmi/urpmi.cfg).

Link to comment
Share on other sites

Another quick one:Can't figure out why your drive won't umount?  Here's an easy way to find out what is typing up the drive so you can kill the app (it shows the ID number)
# lsof +D /mnt/hda10

I didn't know about lsof. Thanks ;)
Link to comment
Share on other sites

Thanks. The more I study Linux the more I find out that I don't really know much. :hmm: So many neat tricks out there. Don't know where we would be without Bruno's tips. ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...