Linux training and MA thesis


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Linux training and MA thesis
# 1  
Old 07-08-2012
Linux training and MA thesis

Hello.

First, sorry for me English. I'm new here. I need help.
I'm from Poland and I write MA thesis about Linux courses in Europe and USA. Please write name company (and www. if You know) in ours country how offer training from Linux, no matter authorized or not (e.g. RH or Debian) . I want to make combination how many trainings are in another country, what they learning and how (good or bad), in which level (e.g. for beginner).

Thanks for Yours help.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Red Hat

Idea for master thesis related to Linux : Redhat.

Hello Team, I am on last semestr on my studies. I have a problem with choosing right thesis topic. Do You have maybe any ideas for thesis related to Linux area? I really need your help - the most important thing is that there should be research element in the topic because of master degree... (3 Replies)
Discussion started by: protos27
3 Replies

2. What is on Your Mind?

Recommended skill and training for Linux system administrator

Hi Friends ! I'm sorry if this not right place to ask questions like this. I'm working as a Linux system administrator in one of the Indian hosting company that provides tech support to various UK and US based clients. I have now total 3+ years of web hosting technology experience and good... (2 Replies)
Discussion started by: pratik_rao
2 Replies

3. News, Links, Events and Announcements

Linux online training resources

Dear all, I am preparing the RHCE Linux certification and I need to practise, practise and practise linux administration ...I wold be very pleasen if somebody lists here online training resources that can be used in order to prepare any kind of Linux Certification.. Actualy I am following the... (1 Reply)
Discussion started by: userlinx
1 Replies

4. Linux

Linux Certification/Training suggestions ?

I have been working linux administration for 2.5 years. I would like to have a certification in this. Yes RHCE is an option. I think already know most of the RHCE stuff. But I would like to have some thing advanced. I ready to for a full time course as I not getting the exposure in my current... (2 Replies)
Discussion started by: nitin09
2 Replies

5. UNIX for Dummies Questions & Answers

Another Thesis Problem

Hey All Just have another quick question (2 Replies)
Discussion started by: gerperrett
2 Replies

6. UNIX for Dummies Questions & Answers

Thesis Problems

Hey All i want to be able to run command line commands in a java program, ive heard about java runtime, am i on the right track? Cheers for the help (4 Replies)
Discussion started by: gerperrett
4 Replies
Login or Register to Ask a Question
Bio::Biblio::Thesis(3pm)				User Contributed Perl Documentation				  Bio::Biblio::Thesis(3pm)

NAME
Bio::Biblio::Thesis - Representation of thesis SYNOPSIS
$obj = Bio::Biblio::Thesis->new(-title => 'Perl on the edge'); #--- OR --- $obj = Bio::Biblio::Thesis->new(); $obj->title ('Perl on the edge'); DESCRIPTION
A storage object for thesis. See its place in the class hierarchy in http://www.ebi.ac.uk/~senger/openbqs/images/bibobjects_perl.gif Attributes There are no specific attributes in this class (however, you can set and get all attributes defined in the parent classes). SEE ALSO
o OpenBQS home page: http://www.ebi.ac.uk/~senger/openbqs/ o Comments to the Perl client: http://www.ebi.ac.uk/~senger/openbqs/Client_perl.html FEEDBACK
Mailing Lists User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to the Bioperl mailing list. Your participation is much appreciated. bioperl-l@bioperl.org - General discussion http://bioperl.org/wiki/Mailing_lists - About the mailing lists Support Please direct usage questions or support issues to the mailing list: bioperl-l@bioperl.org rather than to the module maintainer directly. Many experienced and reponsive experts will be able look at the problem and quickly address it. Please include a thorough description of the problem with code and data examples if at all possible. Reporting Bugs Report bugs to the Bioperl bug tracking system to help us keep track of the bugs and their resolution. Bug reports can be submitted via the web: https://redmine.open-bio.org/projects/bioperl/ AUTHORS
Heikki Lehvaslaiho (heikki-at-bioperl-dot-org), Martin Senger (senger@ebi.ac.uk) COPYRIGHT
Copyright (c) 2002 European Bioinformatics Institute. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. DISCLAIMER
This software is provided "as is" without warranty of any kind. perl v5.14.2 2012-03-02 Bio::Biblio::Thesis(3pm)