training for ubuntu


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu training for ubuntu
# 1  
Old 08-06-2010
training for ubuntu

Hi

I recently changed os from win xp to ubuntu. I am not new to LInux in general but new to this particular distribution.

Could you advice me some training related administration of ubuntu on desktop platform (sth like 70-270 win xp from mcs).

The best would be some audio and video course.

thx for help.

---------- Post updated 06-08-10 at 10:24 AM ---------- Previous update was 05-08-10 at 05:29 PM ----------

I got it:
Linux Professional Institute Certification - Wikipedia, the free encyclopedia
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Ubuntu

[UBUNTU] mount.nfs fails in Ubuntu / Works on Red Hat!!!

Gurus, I want log in locally to my Lucid (10.04) workstation and have my code saved over the network on my samba account At work, all developers have samba user ids and when we were running Red Hat, we went thru the following procedure to get setup. * open a shell session to NFS server... (2 Replies)
Discussion started by: alan
2 Replies

2. Ubuntu

Ubuntu / Ubuntu File Manager / Config

I am using Ubuntu 9.10 with Gnome 2.28. I use the default Nautilus File Manager to view / manage files. Is there a way to add icons or customize the icons that are above the location bar and below the menus? There is a bar that has icons for "Back" "Forward" "Parent" above the location bar. I... (6 Replies)
Discussion started by: drewk
6 Replies

3. UNIX for Dummies Questions & Answers

Would like to install x86 desktop Ubuntu over AMD64 Ubuntu server

My intention was to build a dual boot XP Pro 64 and Ubuntu media server. I had installed the AMD64 version of Ubuntu 8.10 server and thought that I would be able to install Apache server. I need a GUI to work in. I tried to boot and install Mythbuntu 32 bit 8.10, but my machine now won't recognize... (0 Replies)
Discussion started by: docflyboy
0 Replies
Login or Register to Ask a Question
FBAUTOSTART(1)							fbautostart Manual						    FBAUTOSTART(1)

NAME
fbautostart - Autostart all XDG applications SYNOPSIS
fbautostart [options] DESCRIPTION
fbautostart(1) is an XDG complaint startup tool. This will go through the directories set up by the spec, and start all applications that match it's current identifier. You may change that identifier with the FBXDG_DE env var. This tool has almost no library dependencies and was written to be smart about that sort of stuff. There is a greater then average chance that you will find a bug, since it is a from-scratch implementation of the .desktop spec. Pleas report bugs. Please. FILES
~/.config/autostart This folder contains the default user XDG dot-desktop files that will be run ( unless it's overridden by an ENV variable ) /etc/xdg This folder contains the default system XDG dot-desktop files that will be run ( unless it's overridden by an ENV variable ) OPTIONS
Sadly, there are no flags in this particular release. ENVIRONMENT VARIABLES
XDG_CONFIG_HOME The XDG root directory for the user's startup files, which may override the global startup files. XDG_CONFIG_DIRS The root XDG directory, where global XDG files are maintained. FBXDG_DE Development environment that we should act upon. This defaults to "FLUXBOX", since this is a fluxbox project, after all. Please note this is case sensitive. FBXDG_EXEC This dictates if we should execute the application that we've been told to or not. This is particularly useful for debugging the app. HOME The location of one's home directory, such that ~/ will be expanded to /home/user/ EXAMPLE
fbautostart AUTHORS
Paul Tagliamonte <paultag@ubuntu.com[1]> for fbautostart 2.718281 SEE ALSO
fluxbox(1) AUTHOR
Paul Tagliamonte <paultag@ubuntu.com> Author. NOTES
1. paultag@ubuntu.com mailto:paultag@ubuntu.com fbautostart.txt 7th September 2011 FBAUTOSTART(1)