November 8, 2009

4 Great Sites to Visit as a New Linux User

I wanted to create a short list of sites to visit for new Linux users. I have been using Ubuntu for a few years now and I still visit some of these sites (especially when new versions come out and I have to fix some bugs).

1. http://www.linux.org/lessons/beginner/toc.html is a very detailed site to help with many of the problems people have when they are new to Linux. The twenty lessons offer info from partitioning to the ‘grep command’ to even X-Window Configuration.

2. http://www.linuxrsp.ru/win-lin-soft/table-eng.html shows a great comparison chart of Windows programs and the Linux equivalent. Simply look for the program you would usually use in Windows and see the available Linux programs that does the same (or similar) thing(s).

3. http://ubuntuforums.org/ – this is the main forum site for Ubuntu users. If you use another distro then their particular forum site will be useful to you. Simply google your distro and the word forums. The Ubuntu forums have helped solve many of my little problems. Forums also give you the opportunity to ask for help with your particular problem (provided you can’t find that problem anywhere else in the forums).

4. http://tuxradar.com/content/linux-tips-every-geek-should-know – this site simply lists a bunch of tips ‘every geek should know’. Take a read through and you will learn something new, even if you’re an experienced Linux user. If you’re new to Linux, I would recommend you stick to the ‘Easy’ difficulty tips on this site.

Written by Michael

August 1, 2008

Power Poll #1 (Linux Friday)

I decided to come up with a poll in the hope to provoke some comments. I want your opinions!

Which is your favorite Linux distro, and why?

View Results

Loading ... Loading ...

I’ll start:

I am an Ubuntu user. I have used Mandriva and OpenSUSE before but decided on Ubuntu in the end. The biggest thing I like is the community. I can find out how to do anything because there is such a big community of users. I managed to get things done a lot faster as an Ubuntu beginner than I managed with either Mandriva or OpenSUSE before.

I would have to say Ubuntu is a great beginner Linux distro. The ’safe’ choice. It’s also nice because I know it’s going to work for me day in and day out. If you are someone who loves to delve into the mysteries of computer systems then you will probably find another distro more appealing, but for now I will be sticking with Ubuntu.

Which is your favorite desktop environment, and why?

View Results

Loading ... Loading ...

I will also say that I am a GNOME user. I tried KDE first and disliked it so much that GNOME was such a breath of fresh air. I have not used any other environment I’m sorry to say, but may be willing to try if you persuade me in the comments.

Written by Michael

July 25, 2008

Force Quit Unresponsive Applictions (Linux Friday)

One of the hardest things for former Windows users to get used to is you can’t press Ctrl-Alt-Del to bring up the task manager. So what do you do when there is a program that has become unresponsive???

There is a simple solution and you actually have a couple different options.

Option 1: (my favorite, also the easiest)
The easiest way to quit a program that stopped responding is by using the force quit button.  In Ubuntu this button can be added to any panel by right clicking on the panel and choosing ‘Add to Panel.’ Then scroll down and select ‘Force Quit.’

Then, when there is a program you need to stop, just click on the force quit button (which is now on your panel) and your mouse cursor will change into a set of cross hairs. At this point, click on the program window that you would like to stop.  If you decide you don’t want to quit any programs after already clicking the force quit button, just press Esc to cancel.

Option 2:
The second way to stop an unresponsive program is to use the System Monitor. This can be found under System->Administration->System Monitor. I like to add the System Monitor to my top panel so I can keep tabs on what my computer is doing.This can be done by using the same process as above.

Once the System Monitor is running, click on the ‘Processes’ tab.

Then, similar to Windows, click on the process you want to stop and then click the ‘End Process’ button in the bottom right corner. One nice feature of the System Monitor is you can sort processes by name, status, CPU usage, and memory usage.

Option 3:
This option is for more advanced users, and those who wish to use the terminal.  If you already know the name of the process you wish to terminate, all you need to do is type the following command:

killall process-name

Here, “process-name” is the name of the process you wish to terminate.

If you don’t know the name of the process, you could type in a command such as ‘top’ to see which programs are using the most resources.

Written by Eric

July 18, 2008

Compiz Fusion Icon (Linux Friday)

Do you remember the beryl icon and it’s menu? Here it is:

It wasn’t long ago that Linux users used a thing called beryl and compiz fusion hadn’t been heard of. Maybe you remember these days, maybe you don’t.

For those of you who did use beryl, I bet you miss that red jewel icon in your task bar that allowed you to do such easy tasks as change window managers and even access beryl’s options with just a right click. Well, now you can have these same options for compiz fusion with the Compiz Fusion Icon.

I find it a lot easier to get access to compiz’s settings manager when all I have to do is right click on a little icon instead of going through the menu bars. This is what the icon and options look like:

If you want to download it, it can sometimes be found in the repos, under the name ‘fusion-icon’ but if not, here’s a link to a .deb package.

Once downloaded and installed, you will find it in Applications -> System Tools

If you want to make the icon appear in the panel on startup, be sure to add it to your ‘Sessions.’ If you aren’t sure how to do this, I mentioned it in a recent post on Ubuntu Tweak.

For more information on the Compiz Fusion Icon, take a look at the Compiz Fusion wiki.

Written by Michael

July 11, 2008

Customize Your Settings with Ubuntu Tweak (Linux Friday)

Are there some settings in Ubuntu you aren’t sure how to change? Is something still not exactly the way you want it?  If so, you should give Ubuntu Tweak a try.

Ubuntu Tweak allows you to change hidden system and desktop settings.  Ubuntu Tweak is ONLY available for the GNOME Desktop Environment (not Kubuntu, or Xubuntu, etc).  However, the author states that Ubuntu Tweak will run on other distributions. If you have any experience with this please post in the comments!

To download Ubuntu Tweak, visit their download page.  There you can either download the source files, the .deb package (easiest method) or download the package via the command line.  The download page provides more information on the different ways to download Ubuntu Tweak.

Once you download Ubuntu Tweak, you can run the application by clicking Applications->System Tools->Ubuntu Tweak or by typing ‘ubuntu-tweak‘ in the terminal.

When the program starts you should see the following Welcome screen:

The main screen gives you a little information about Ubuntu Tweak.  As you can see, along the left side are several subpages.

The first one we will look at is the ‘Computer’ page.  If you click on ‘Computer’ you should see System and User information like this:

This is very useful for troubleshooting if you need to know which kernel version you have.  This page also displays some information about your computer such as the processor type and amount of memory.

The next subpage is ‘Applications.’ When I tested this I was unable to get software to install or uninstall.  However, this page does give you a nice little description of each application.  So, if you see an application you want to try but can’t get it to install, take a look at my previous post on How to Install/Uninstall Software in Ubuntu. If you had luck installing or uninstalling software from this page, please post in the comments.

Next is the ‘Startup’ page.  Here you can edit settings such as whether or not to show the logout prompt, whether or not to show a splash screen, and what applications run on startup.  Here is a look at the settings for the startup applications:

Each program that has a checkmark next to it will run on startup.  You can stop it from running by unchecking the mark.  You could also remove it by clicking on the application name and then clicking the remove button.

However, if you wish to add an application, click the add button and then enter the name and terminal command.  This is useful for such programs as window managers.  These same settings can be accessed by clicking System->Preferences->Sessions.

The next setting is one that I usually have to lookup since it either requires a terminal command or using the Configuration Editor.  However, Ubuntu Tweak makes adding icons to your desktop a breeze.

To do so, click the ‘Desktop’ tab on the left and you will see the following screen:

Next is the ‘Personal’ tab.  This allows you to change such settings as where your default folders are located, document templates, scripts, and keyboard shortcuts.

Here is a picture of the default user folder settings:

If you change these settings to where your data is stored it will save you time when importing music, pictures, video etc.  So now, when you go to save a document it will go to where your documents are, instead of simply to your home folder.

Lastly, the ‘System’ tab has some very cool settings for both GNOME and Nautilus.  However, the settings I would like to talk about are the Power Manager settings.

Some of these settings are hidden by default in Ubuntu. The only way I know to edit these settings is by using Ubuntu Tweak.  Here you can enable hibernation, suspend (aka standby), and CPU scaling:

The CPU frequency control is a great setting especially for laptops since you probably don’t want your system running at full speed when on battery power.  If you want to prolong your battery life in Ubuntu try reading these posts on battery saving: CPU Scaling and Save Battery Life with PowerTOP

Of course these are not the only settings you can change. I went over the settings I felt were most important.

If you have a setting I didn’t cover, please post in the comments!

Written by Eric

Looking for something?

Still can't find what you're looking for? Let us know by dropping a comment on a post or email us at admin[at]wlmtips.com!

Archives

All entries, chronologically...

 

 

Check us out!

Some of our other links...

Visit our friends!

A few highly recommended friends...