LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-15-2019, 02:32 PM   #16
DennyY
Member
 
Registered: May 2018
Location: San Francisco, CA
Distribution: CentOS 7
Posts: 85

Original Poster
Rep: Reputation: 1
Smile Linux career


Hi Mara,

Thank you for the advice.

Yes, I did setup a server at home already, with DHCP and web server.
I also have SAMBA and NFS configured, and also learned how to do port forwarding.

It's hard to volunteer right now as I am also working full time.

Thanks again,
Denny





Quote:
Originally Posted by Mara View Post
If you haven't done it before, get an inexpensive (older) platform and set up a server with web, email, databases etc. Configure it correctly. You may ask someone to do security testing for you or just look around in the system to find out what you can do differently. You can also volounteer as a part-time admin for a school, local group etc. They always need admins and you can get your first experience this way.
 
Old 01-16-2019, 05:33 PM   #17
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by wpeckham View Post
Ruby is used for Web Apps, but is not limited to that use.
Perl is used for EVERYTHING, including SSA, WebApps, and system utilities. It is, perhaps, the most powerful and limitless scripting language around: thus its nickname "The Swiss Army Chainsaw". (The Author once claimed PERL stood for "Pathologically Eclectic Rubbish Lister" due to the power it had handling text: we THINK he was kidding.) Python is the only newer scripting language that comes close to it for general utility and power. I prefer to use both of them, although seldom at the same time.

If you become a strong BASH coder, that makes you a power to be considered. If you add PERL, you become a solution master. Every additional power tool you master makes you more desirable as a candidate.
Is Perl easier to learn than Python?
 
Old 01-16-2019, 06:49 PM   #18
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,360

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Well, Perl isn't OO by default, which I believe Python is... (I'm not a Python user)

You can do OO in Perl and some modules are written that way, but the Descriptions/examples in CPAN https://metacpan.org/ are generally very good.
Personally I'm not OO myself, but I can still use those modules.
 
Old 01-16-2019, 08:43 PM   #19
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by chrism01 View Post
Well, Perl isn't OO by default, which I believe Python is... (I'm not a Python user)

You can do OO in Perl and some modules are written that way, but the Descriptions/examples in CPAN https://metacpan.org/ are generally very good.
Personally I'm not OO myself, but I can still use those modules.
I managed to read the Python book by O'Riley and did the exercises online. It's been a while so I've forgotten most of it:-

Thanks for explaining about Perl.
 
Old 01-16-2019, 08:49 PM   #20
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Learning Perl looks good here:

http://learn.perl.org/
 
Old 01-16-2019, 10:46 PM   #21
AnanthaP
Member
 
Registered: Jul 2004
Location: Chennai, India
Posts: 952

Rep: Reputation: 217Reputation: 217Reputation: 217
It's not clear whether you are looking for an opening in an IT company or in the Linux Administrator position in a non IT company.

The difference is that in an IT company you are likely to be part of a bigger team and with people to tell you what to learn and how to do things in Linux. OTOH in a non IT company, the employer may expect a level of experience and an ability to do many things independently from day 1.

IMHO, you need to focus on trying to understand the openings in your geographical area, the type of processes they have and how you can understand the processes.

OK

Last edited by AnanthaP; 01-16-2019 at 10:51 PM.
 
Old 01-20-2019, 06:59 PM   #22
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,360

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
If you are interested in Perl, and like books, then "Learning Perl" is easy to follow, then I highly recommend "The Perl Cookbook" ..
 
Old 01-20-2019, 07:42 PM   #23
individual
Member
 
Registered: Jul 2018
Posts: 315
Blog Entries: 1

Rep: Reputation: 233Reputation: 233Reputation: 233
Quote:
Originally Posted by chrism01 View Post
Well, Perl isn't OO by default, which I believe Python is... (I'm not a Python user)

You can do OO in Perl and some modules are written that way, but the Descriptions/examples in CPAN https://metacpan.org/ are generally very good.
Personally I'm not OO myself, but I can still use those modules.
Perl has OO by default. It's just...different. But, there are modules such as Moose or Moo that make OO much easier.

Last edited by individual; 01-20-2019 at 07:43 PM. Reason: Punctuation.
 
Old 01-20-2019, 10:34 PM   #24
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,327
Blog Entries: 3

Rep: Reputation: 3726Reputation: 3726Reputation: 3726Reputation: 3726Reputation: 3726Reputation: 3726Reputation: 3726Reputation: 3726Reputation: 3726Reputation: 3726Reputation: 3726
Quote:
Originally Posted by Ztcoracat View Post
Is Perl easier to learn than Python?
In general, I'd say yes, but there is a lot of good training material for python at the moment so it is feasible to learn both and then learn when to use either one.

However, a big reason to use perl is that is is easier, more flexible, and more powerful specifically in regards to handling text: Log files, except systemd log files, are text. So is a lot of other stuff like HTTP communication and various other protocols and even configuration files. Anything in JSON or XML is text, and so on. So you'll find it used a lot as well as find a lot of use for it yourself.

Perl is also rather high performance, if you write it well, and I've even read recent anecdotes where for certain text-related tasks it is faster than C.
 
Old 01-21-2019, 03:12 PM   #25
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Turbocapitalist View Post
In general, I'd say yes, but there is a lot of good training material for python at the moment so it is feasible to learn both and then learn when to use either one.

However, a big reason to use perl is that is is easier, more flexible, and more powerful specifically in regards to handling text: Log files, except systemd log files, are text. So is a lot of other stuff like HTTP communication and various other protocols and even configuration files. Anything in JSON or XML is text, and so on. So you'll find it used a lot as well as find a lot of use for it yourself.

Perl is also rather high performance, if you write it well, and I've even read recent anecdotes where for certain text-related tasks it is faster than C.
Thanks for the details and information.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Are there books available to help a linux newbie prep for a career using linux? RobBecker Linux - Certification 4 07-22-2011 09:03 AM
Was Linux the right choice of career HadesThunder General 30 07-07-2004 11:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration