Linux Pod Machines Help & Hints

General Suggestions

  1. All Pod Linux machines arer currently running Ubuntu Desktop 7.10Gutsy Gibbon
  2. Send Ideas, Observations and Comments to linuxlab@binghamton.edu
  3. For common usage GNOME is the recommended desktop.
  4. All help and hints will use GNOME as the example.
  5. Do not lock the machine.
  6. Do not engage the screen saver.
    1. Either of these will lock you out of the machine while you are logged in.
  7. Several dialog boxes may appear reporting applications or hardware is missing.
      ... xscreensaver is disabled
      ... sound card is missing or disabled
    1. Check the "Do not show this again" (or similar message) box.
    2. Close the dialog box.

    Doing this will stop the dialog box from reappearing, which it will do every time you login until the previous steps are followed.
     
  8. Click on the top bar of the screen and right button the mouse. Applications can be added to this panel.
    1. Add Force Quit. This will function similar to Ctrl-Alt-Del >> Task Manager in Windows.
    2. Add Log Out. Faster then going from the menu.
    3. There are other useful and amusing apps you can add.
    4. When you log out remember to checkbox the Save Current Setup.

Sluggish Logouts

At logout time, after selecting System >> Quit - it can take several minutes for the dialog box to appear to select and click an icon.

Once the logout icon is clicked it can take several minutes more for the machine to disconnect and the login screen to appear.

Over Quota Effects

  1. If you are over quota you can't login via a Linux machine.
  2. If you are close to quota you can login but starting some programs will put you over quota and the program will lock.
      Watch out for these in particular, but others will lock as well.
    1. Netbeans
    2. Eclipse
  3. To Check your current quota.
    1. Open a terminal (the little monitor icon on the top bar/panel.
    2. ssh bingsuns.cc.binghamton.edu
    3. Login.
    4. You quota stats will appear when you login.
    5. Usage is the space used; Quota is what your max space is.
    6. The difference is what you have left.

Program Hang Ups

  1. Use Force Quit to stop the hung program from your desktop
  2. Open a terminal (the little monitor icon on the top bar/panel.
    1. ps -ef |grep <YOUR USER ID> | more
    2. Look for the name of the application that is hung.
    3. kill -9 <APPLICATION PID1> <APPLICATION PID2> ... <APPLICATION PID>
    4. EG ...
        ps -ef | grep student3
        .
        .
        student3  1950  1948  0 08:22 ?        00:00:00 /usr/bin/gnome-app
        .
                        
        kill -9 1950 1948

X-Windows Usage

  1. On Linux pod machine.
    1. Open terminal window (you will be in your Bingsuns account).
    2. ssh bingsuns.cc.binghamton.edu #You must use SSH
  2. In Bingsuns Account.
    1. Run the X-application
    2. When finished, logout

Saving Files

  1. Notice that opening a terminal window puts you into your Bingsuns account.
    1. Save to this account.
  2. Saving should be disabled to the local HDD, but like the Windows PC's, the local HDD will be deleted at logoout.
     
  3. Linux lab machines are now hotpluggable!

Printing

  1. To print from a webpage Mozilla must be used.
  2. Open Office will print documents, spreadsheets, etc.
  3. For text files GEdit must be used. (Usually labled as "Text Editor")
    Applications >>Debian Menu >>Apps >>Editors >>GEdit

X-CD-Roast

    Usage - Also see the manual at the home page: http://www.xcdroast.org/
  1. Applications >> Accessories >> XCDRoast
  2. The first time X-CD-Roast is used a config file will need to be saved.
    1. Click [Setup] button.
    2. Click [Save configuration].
    3. Click [OK] in dialog box.
    4. Click [OK] on main menu.
  3. To Make a Data CD.
    1. Click [Create CD] button.
    2. Click [Master Tracks] button.
    3. Under the |Master Source| TAB.
      1. Make sure the <Display directories only> checkbox is unchecked.
      2. Select files in the Files/Directory View window by clicking on a file or directory name (unselect by clicking a second time).
      3. Click the [Add] button when all files and directories are selected.
      4. A dialog box appears offering path prefix options for the files and directories selected.
  4. Under the |Create Session/Image| TAB
    . * see CD-R notes below when using a CD-R.
    1. To make the CD-RW clean and empty click the [Blank CD-RW] button
      . You do not need to do this and should not if adding to a set of files pre existing on the CD-RW.
    2. The default settings should work for a CD-RW.
    3. Click the [Master and write on-the-fly] button when ready to burn.
    4. Click [OK] in the dialog box.
    5. A progress dialog box appears.
      1. To save the text output, from the burn, click the [Save Output] button.
    * CD-R Notes

XVMount

USB Auto-Mounting

  1. Machines now have a 2.6.20 kernel.
  2. Hot pluggable USB devices should appear.
  3. Be sure to stop the device before removing it.

02-September-2005 v 1.2