While the auto-opening of rhythmbox every time you plug in your MP3 player is probably great for alot of people, especially if you have a large harddrive player and use it to carry most of your music collection, it’s a pain in the ass when you have a small capacity player and its use is mainly for listening to podcasts.

The pre-hardy heron way was to go to System -> Removable Drives and Media -> Click through the tabs till you see Media player or the like, then change the on-load action to load folder. This made alot of sense, its definately a user preference and most users would think of changing this some where global.

Now in the new, flashy, hardy ways, it has moved to being a nautilus preference, while still leaving many of the other hotplug loading actions in the Removable Drives and Media menu. Why they couldn’t move them all to the same place beats me, but if you’re sick of rhythmbox autoloading you need to load nautilus and go to:

Edit -> Preferences -> Media

Solution from:
http://ubuntuforums.org/showthread.php?t=381041

 

If you want to easily swap the debian keyboard layout in console use:


dpkg-reconfigure console-data

As found: http://www.malcolmhardie.com/weblogs/angus/2006/05/02/change-console-keyboard-layout-in-debian/

 

The directory colour from my colour enabled ‘ls’ was unreadable against the usual gray background I have for my terminal background colour.

I did a quick google and found the guide below and changed the directory colour from the text being blue and inverting it so the background is blue and the text white.

http://www.linux-sxs.org/housekeeping/dircolor.html

 

Stumbled across a great Regular Expression cheat sheat, shame I dont have a colour cartridge to print it in all its glory.

http://www.ilovejackdaniels.com/cheat-sheets/regular-expressions-cheat-sheet/

 

If you’re using Gnome and would like to enable the windows style Ctrl Alt Del for bringing up the Gnome System Monitor, the blog arcticle below is the way to go about it.

If you’re using KDE their system monitor is already bound to Ctrl – Esc.

I have the System Monitor panel applet as an alternative, and just left click it for whenever I need the monitor.

http://technowizah.com/2006/11/debian-how-to-task-manager-xp-style_02.html

 

Today I had the rare opportunity to have some one else ssh into my server, and they quickly bought to my attention of keeping track of what command/software they use, and when after a little joke about linking .bash_history to /dev/null. I was none too pleased about it, even if it was a joke, so I asked around and was advised of the acct package.

It keeps a record as above, of all applications run for a user and when, a very nifty tool.

http://www.cyberciti.biz/tips/howto-log-user-activity-using-process-accounting.html

 

While not actually needing MySQL in the end this guide is great for setting up your users and securing it. Definately do not leave the root MySQL user with no password, nor allow access from any host.

http://www.linuxhelp.net/guides/mysql/

 

I used this guide to setup subversion and Websvn on my debian box, it did pretty much what I was hoping but there are a couple of things I need to tweak to be more happy with it.

http://www.howtoforge.com/debian_subversion_websvn

 

To transer a file to a remote server you pass scp the path to the local file, then the user@server/path/ where you want the file to be copied to on the remote server.

scp /path/to/local/file user@remoteserver:/path/to/remote/file

To transfer a file from a remote server back to local host, pass SCP the user@server/path/to/remote/file then the path to where you want it locally.

scp user@remoteserver:/path/to/remote/file /path/to/local/file

Thanks to http://www.arvindatwork.com/.

 

Have been meaning to write this up, but havnt managed to, so to get it out of my Opera tabs I’m just going to paste the URL.

http://www.freebsddiary.org/identd.php

© 2012 Linux Sand Garden Suffusion theme by Sayontan Sinha