Ubuntu Tidbits

Introduction

I created this post to document all of the small things I do on my Ubuntu systems to make them customized for me. My hope is that people who want to do similar things will learn from my experiences.

Add a password to the screensaver (a common policy at work)

  1. System > Preferences > Screensaver
  2. Select the screensaver you want to use (you can also choose "Random" or "Blank Screen")
  3. Use the slider to choose the amount of idle time before the screensaver starts
  4. Check this box: "Activate Screensaver"
  5. Check this box: "Lock screen when screensaver is active"

Make "List View" the default in the File Browser (Nautilus)
  1. Places > Home Folder
  2. Edit > Preferences
  3. Find "View new folders using:" and select "List View"

4. After you change this setting, you can browse your files like this:


Increase the Terminal scroll-back history
  1. Applications > Accessories > Terminal
  2. Edit > Current Profile
  3. Click on the tab labeled "Scrolling"
  4. Find "Scrollback:" and increase the number to something like 100,000 lines

Add a button on the top panel to start an application (such as Terminal)
  1. Applications > Accessories
  2. Right-click on "Terminal" and select "Add this launcher to panel"

Making applications start automatically after a reboot (such as xchat)
  1. System > Preferences > Sessions
  2. Click on the tab labeled "Startup Programs"
  3. Click on the button labeled "Add"
  4. Type in the command used to launch the application

Display the usage of your system resources

  1. Right-click on the top panel and select "Add to Panel..."
  2. Click on "System Monitor" and then click "Add"
  3. Drag the System Monitor icon to where you want it to go
  4. Right-click on the System Monitor icon and choose "Preferences"
  5. Select the values that you want to measure, such as "Processor", "Memory", "Network", "Harddisk", etc.

Monitor the weather in your area
  1. Right-click on the top panel and select "Add to Panel..."
  2. Click on "Weather Report" and then click "Add"
  3. Drag the Weather icon to where you want it to go
  4. Right-click on the Weather icon and choose "Preferences"
  5. Click on the tab labeled "Location" and input your location
  6. Another way to monitor the weather is to use the Forecastfox plugin for Firefox.

Monitor your Gmail account
  1. System > Administration > Synaptic Package Manager
  2. Search for "checkgmail"
  3. Install "checkgmail"
  4. Run "checkgmail" from a Terminal session to start it
  5. Right-click on the mail icon and choose "Preferences"
  6. Configure CheckGmail by adding your account and password information
  7. Add "checkgmail" to your startup programs as described above

Comments

  1. Thank you. Good post.

    ReplyDelete
  2. Thanks for the useful tips.

    I have a question that you may be able to answer: How do I put an icon for KAlarm in the Applications > Accessories menu? It is possible to install KAlarm in Ubuntu using Applications > Add/Remove... but no icon for it appears. I know KAlarm is written for the KDE desktop, not the Gnome desktop, but I wondered if there is a way I can launch it more easily by manually putting an icon under Applications. Any ideas?

    ReplyDelete
  3. anonymous,

    Yes, there is a way to manually add an application to the menu system. You can do this by clicking on System > Preferences > Menu Layout. This opens the menu editor which will allow you to create the new entry where you want it to go.

    ReplyDelete
  4. Great tip thanks - I searched fruitlessly for ages to find the system monitor widget till I found your tip.

    ReplyDelete
  5. thanks for a great tips roundup, I've gotten a few more things straightened as a result - one question though: what is the command needed to launch checkGmail? I can't get it to autostart with the Sessions tip you've provided.
    thanks

    ReplyDelete

Post a Comment

Popular posts from this blog

Using the Cisco console in Linux

What it takes to make Ubuntu ready for use

Five ways to use Windows apps in Linux