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 05-05-2009, 12:28 PM   #1
ECRocker
Member
 
Registered: May 2007
Distribution: RHEL 5, Ubuntu 9.10, Fedora 12
Posts: 85

Rep: Reputation: 17
Lightbulb Linux Tasks - Suggestions?


At home I've got Ubuntu running on an old thinkpad for net surfing and ebook reading.
At work I've got openSuSE running as a host for VMware.
I recently completed my biggest project to date, in which I got my work machine to fully connect to the active directory domain. This was a necessity if I were to be able to use Linux in my office.

Now that I don't have any thing left to configure, I'm looking for ideas to task myself with to continue my Linux knowledge. Got any Linux "word problems?"
What should a Windows power user do to transform into a Linux guru?

Thanks for reading.
 
Old 05-05-2009, 01:10 PM   #2
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Load SlackwareŽ and use it!
 
Old 05-05-2009, 02:19 PM   #3
SlowCoder
Senior Member
 
Registered: Oct 2004
Location: Southeast, U.S.A.
Distribution: Debian based
Posts: 1,250

Rep: Reputation: 164Reputation: 164
Learn DNS, Samba, DHCP, iptables, etc. configuration. There are lots of different services used in the workplace.
 
Old 05-05-2009, 02:21 PM   #4
David1357
Senior Member
 
Registered: Aug 2007
Location: South Carolina, U.S.A.
Distribution: Ubuntu, Fedora Core, Red Hat, SUSE, Gentoo, DSL, coLinux, uClinux
Posts: 1,302
Blog Entries: 1

Rep: Reputation: 107Reputation: 107
Quote:
Originally Posted by ECRocker View Post
What should a Windows power user do to transform into a Linux guru?
  1. Learn how to write bash and Perl scripts
  2. Install MySQL or PostreSQL, create a simple database, and experiment with SQL
  3. Write some simple C programs using GCC as your compiler
  4. Install Apache and setup a local web server
  5. Install Drupal and Joomla and play with them (requires Apache or equivalent)
  6. Set up a private Wiki (requires Apache or equivalent)
  7. Install PHP and use it to write some server side scripts for your web server (requires Apache or equivalent)

That should keep you busy for a few days...
 
Old 05-05-2009, 02:33 PM   #5
SlowCoder
Senior Member
 
Registered: Oct 2004
Location: Southeast, U.S.A.
Distribution: Debian based
Posts: 1,250

Rep: Reputation: 164Reputation: 164
Quote:
Originally Posted by David1357 View Post
[LIST=1][*]Learn how to write bash
Duh, that should have been number one on my list.
 
Old 05-05-2009, 06:52 PM   #6
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,362

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Yep, learn to install and configure services:
NFS
DNS / bind
sendmail
Apache
IPTables
xinetd
tcp_wrappers
NIS
LDAP
MySQL
cron / crontabs
Samba
SSH
Squid
FTP

That should keep you going...

Definitely Bash and at least one of Perl/Python for when you need a more sophisticated/powerful approach.
 
Old 05-05-2009, 07:16 PM   #7
yzhong
Member
 
Registered: Jun 2007
Location: sydney
Distribution: redhat , ubuntu, centos
Posts: 56

Rep: Reputation: 16
Better buy a book and follow the book install some service and do some practice.
 
Old 05-05-2009, 07:38 PM   #8
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,362

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
No need to buy a book, plenty of free stuff on the net, see people's links above. Also, http://rute.2038bug.com/index.html.gz
 
Old 05-06-2009, 02:27 PM   #9
ECRocker
Member
 
Registered: May 2007
Distribution: RHEL 5, Ubuntu 9.10, Fedora 12
Posts: 85

Original Poster
Rep: Reputation: 17
I graduated with plenty of programming experience. Unix scripting and C aren't a problem.
There are plenty of people out there that want to switch from Windows to Linux, but have no desire to code. Do you feel like Linux and Programming go hand in hand?

Thanks, Those are some great suggestions!

I thought of one more to add myself, *learn more about linux partitioning. As many noobs do, I have everything (besides the swap) on one mounted partition.
Wow, now I see why that's such a bad idea. Putting /home on its own mounted partition makes upgrading or changing distros so easy!
(Now that I really think about it, this is what I already do on my Windows box, having "My Documents" on a separate partition.)
 
Old 05-06-2009, 04:19 PM   #10
David1357
Senior Member
 
Registered: Aug 2007
Location: South Carolina, U.S.A.
Distribution: Ubuntu, Fedora Core, Red Hat, SUSE, Gentoo, DSL, coLinux, uClinux
Posts: 1,302
Blog Entries: 1

Rep: Reputation: 107Reputation: 107
Quote:
Originally Posted by ECRocker View Post
Do you feel like Linux and Programming go hand in hand?
I feel like computers and programming go hand in hand. I write software for a living. I find that people feel a sense of empowerment when they learn even the simplest form of programming. I find that Linux makes it easier to put a toe in the water of programming. If I wanted to teach someone to program, I would set them up with a Linux box.

But, of course, there is much more to Linux than programming. That is why I mentioned databases and web servers and wikis, and so on. I tried to think of the top reasons people try Linux. However, my list will always be biased because of my programming background.

If you really want to have some fun, install "Frets on Fire" and play that for a while. No prior programming experience (or musical ability) required.
 
Old 05-07-2009, 06:59 AM   #11
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

The utility of GNU/Linux is that you don't have too pay the big $$ to get anything done. If you need/want to program then that can be achieved even if you don't have the experience. More than enough free information to get the desired task(s) completed. Plus you'll have the forums here at LQ when you do get stuck.
 
Old 05-07-2009, 07:27 AM   #12
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
One of the only reasons I subscribe to several Linux magazines is for the interesting articles they have. sometimes the smalles newsbyte in the side column will send me off tracking down a new program I hadn't seen before, or an article will motivate me to install or try what is being discussed. Might want to frequent the Linux magazine websites if you are not up to paying the ridiculously high subscription fees a couple of these charge for the magazines. Also sites like the Debian Package of the Day are nice for exposing you to different things.

I enjoy the following publications.

Linux Format
Linux Pro
Linux Journal

enjoy !!
 
Old 05-07-2009, 07:39 AM   #13
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
Quote:
Originally Posted by ECRocker View Post
I recently completed my biggest project to date, in which I got my work machine to fully connect to the active directory domain.
Thanks for reading.
Did you use Likewise to connect your SuSe machine to active directory network? I am using it but I am also looking for some other alternatives for my Ubuntu Hardy.
 
Old 05-07-2009, 12:57 PM   #14
ECRocker
Member
 
Registered: May 2007
Distribution: RHEL 5, Ubuntu 9.10, Fedora 12
Posts: 85

Original Poster
Rep: Reputation: 17
@linuxlover.chaitanya, I never got Likewise to work appropriately for me. All it did was give me false hope on my Fedora machine. SuSE, IMO, is the best free distro for enterprise use. After trying many many different distros, SuSE provided all the tools I needed (in a stable and organized package) to connect to different network services (i.e. "Windows Domain Membership" button in YaST). "PAM" is a large area of Linux I still don't fully comprehend, but once you figure out how to successfully edit your PAM files the way you want, I'm confident you'll be able to get Ubuntu to connect...

@David1357, Frets on Fire was fun (I even bought a PS2 to PC adapter for my guitar).

@farslayer, Sweet idea. I like magazines, although I guess these won't have too many pretty pictures.



This weekend, I'm going to practice creating a new partition, moving my /home there, and permanently mounting it.
My apt. relies on Mac products so heavily, I don't think I could do without iTunes. I'd really like to transform my Windows web/file server into Linux. Then I could really make use of the apache suggestions.
 
Old 05-07-2009, 01:28 PM   #15
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Plenty of pictures in those publications : )

and if you want to see what an app would look like. you can check out http://screenshots.debian.net/

Whoever came up with the screenshots site, now there was an interesting idea..

Last edited by farslayer; 05-08-2009 at 08:00 AM.
 
  


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
MS Outlook Tasks : Good GNU/Linux Equivalent yeehi General 5 02-12-2007 10:21 AM
Can I add tasks to starup in linux jagannathan.r Linux - Newbie 8 12-21-2006 10:14 AM
LXer: Linux System Administration: First Tasks LXer Syndicated Linux News 0 04-22-2006 06:21 AM
linux tasks lennysokol Linux - Software 1 04-28-2005 12:47 AM
something on Linux like Scheduler Tasks on NT ashley75 Linux - General 4 09-26-2003 11:14 AM

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

All times are GMT -5. The time now is 07:16 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