LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 01-31-2012, 05:31 PM   #1
ochieman2000
LQ Newbie
 
Registered: Oct 2011
Posts: 15

Rep: Reputation: Disabled
Need to find a Command Line Server Book...not GUI!!!


Hey all,

I am in search of a command line focused Ubuntu or general Linux server book. All that I have learned is from forums and practice and failure past few years in college and I would like a book that focuses less on all the GUI how to and more on CLI/Command Line/Shell how to.

As I run Ubuntu server at the moment for a ton of different applications and non of it is GUI based. I want to learn more basics that I may have not caught the first time.

But every book I find at stores/Safaribooksonline ect..all GUI focused.

Thanks

-Dan
 
Old 01-31-2012, 07:01 PM   #2
jthill
Member
 
Registered: Mar 2010
Distribution: Arch
Posts: 211

Rep: Reputation: 67
You could start at tldp.org or the Debian Reference, or both.
 
Old 01-31-2012, 07:17 PM   #3
ochieman2000
LQ Newbie
 
Registered: Oct 2011
Posts: 15

Original Poster
Rep: Reputation: Disabled
I would like a physical book. =( Hard to do something in Linux when your in a non GUI environment and can not see those websites.
 
Old 01-31-2012, 10:35 PM   #4
clowenstein
LQ Newbie
 
Registered: Feb 2006
Posts: 4

Rep: Reputation: 0
Quote:
Originally Posted by ochieman2000 View Post
I would like a physical book. =( Hard to do something in Linux when your in a non GUI environment and can not see those websites.
You will want to go back to the classics.
_The Unix Programming Environment_, Kernighan and Pike, Prentice-Hall 1984 ISBN 0-13-937681-X
_The Practice of Programming_, Kernighan and Pike, Addison-Wesley 1999 ISBN 0-201-61586-X
_Effective AWK Programming_, Robbins, O'Reilly 2001 ISBN 0-596-00070-7

This should keep you entertained for quite a while.
 
Old 02-01-2012, 01:07 AM   #5
rvca
LQ Newbie
 
Registered: Dec 2005
Location: Vancouver
Distribution: Debian/Ubuntu
Posts: 29

Rep: Reputation: 15
Wink Official Ubuntu server book.

Hi,

There's an `Official Ubuntu server book' by Kyle Rankin out there. I found it in Amazon:

http://www.amazon.com/Official-Ubunt...8079544&sr=1-2

That's a good start. I personally own the `Linux in a Nutshell' printed by O'Reilly, and found it to be a good quick recipe book to have around when I was starting.

As you gain more knowledge... books will become too `slow'. So I'd recommend getting used to finding information on online manuals, particularly using search queries.

EDIT: Get used to using LYNX (a command-line based browser). The online Debian reference website renders nicely in a console.

Last edited by rvca; 02-01-2012 at 01:10 AM.
 
Old 02-01-2012, 06:27 AM   #6
BobMCT
LQ Newbie
 
Registered: Mar 2005
Location: CT USA
Distribution: Linux Mint/Ubuntu/SuSE
Posts: 21

Rep: Reputation: 0
Thumbs up

One simple one would be to print what you already have (assuming you have a printer available).
use the command: "man bash >bash.prn" and then print the bash.prn file. If you don't have a printer accessible from the server you can transfer the file and print it from anything. If you're not using bash as your shell then substitute the name of your shell in use.

Hope this helps a little -
 
Old 02-01-2012, 06:47 AM   #7
Archiviste
LQ Newbie
 
Registered: Jul 2007
Posts: 5

Rep: Reputation: 0
Quote:
Originally Posted by ochieman2000 View Post
Hey all,

I am in search of a command line focused Ubuntu or general Linux server book. All that I have learned is from forums and practice and failure past few years in college and I would like a book that focuses less on all the GUI how to and more on CLI/Command Line/Shell how to.

As I run Ubuntu server at the moment for a ton of different applications and non of it is GUI based. I want to learn more basics that I may have not caught the first time.

But every book I find at stores/Safaribooksonline ect..all GUI focused.

Thanks

-Dan
As rvca said, you'll have more chance finding what you want online than in a "real book".

If you don't like websites, what about PDFs ?

- The official Ubuntu server guide for version 11.10
https://help.ubuntu.com/11.10/server...erverguide.pdf

- Or any of the PDFs at the Linux Documentation Project:
http://tldp.org/guides.html
 
Old 02-01-2012, 04:24 PM   #8
ochieman2000
LQ Newbie
 
Registered: Oct 2011
Posts: 15

Original Poster
Rep: Reputation: Disabled
Problem for me is these servers are in a closet and are command line only. So a written book be what I am looking for as I cant load a website or read a pdf.
I understand this is an odd question. It More odd in my opinion that no book has been written that is command line centered. As linux works so well at the command line. Better I think thank power shell or any of type of I/O type.

Well throw me a book name if anyone sees this and thinks of a good direction.

The above 3 options given with those ISBNs I will check out. Might be great =)

Thanks
 
Old 02-01-2012, 06:16 PM   #9
jthill
Member
 
Registered: Mar 2010
Distribution: Arch
Posts: 211

Rep: Reputation: 67
Code:
wget -rkp -np http://www.debian.org/doc/manuals/debian-reference/
w3m file:www.debian.org/doc/manuals/debian-reference/index.html
Or links or lynx or whatever text browser you like.
 
Old 02-02-2012, 12:50 AM   #10
b4uistand
LQ Newbie
 
Registered: Nov 2010
Location: Shellharbour
Distribution: Ubuntu and Fedora flavours
Posts: 5

Rep: Reputation: 0
Quote:
Originally Posted by ochieman2000 View Post
Problem for me is these servers are in a closet and are command line only. So a written book be what I am looking for as I cant load a website or read a pdf.
Hi. Quick question: Are you accessing these servers at their consoles? Or via SSH? If it's via SSH, is your workstation without a GUI?

I'm asking these questions because your query suggests you have no computer with a graphical environment you can use to search the web, which seems a little odd.

I know it's not recommended, but I have Xfce installed on my Ubuntu 10.04 servers (none are production servers) along with VNC Server. All I do from there is SSH into the server, start up an X Windows session with VNC attached to it and then connect to the VNC session via an SSH tunnel. I find it a relatively secure way to get a GUI on your server when you need it - I just kill the X session when I'm done.

Having said that, most of my work in Ubuntu Server is at the command line. But I SSH in from my Windows Vista Media Center (my TV tuner card is unsupported in Linux, but it's "Certified" for Windows Vista, go figure), so I always have access to a web browser for when I get stuck.

So basically, unless you really are without any computer with a graphical environment you can use for web browsing, you have quite a few options


Anthony.
 
Old 02-02-2012, 02:12 AM   #11
zhjim
Senior Member
 
Registered: Oct 2004
Distribution: Debian Squeeze x86_64
Posts: 1,748
Blog Entries: 11

Rep: Reputation: 233Reputation: 233Reputation: 233
My altime favorite http://www.slackbook.org/ You can also order a printed version.
 
Old 02-07-2012, 12:58 PM   #12
alderson
LQ Newbie
 
Registered: Apr 2008
Location: Sammamish WA
Distribution: Slackware 14.x
Posts: 6

Rep: Reputation: 0
UNIX and Linux System Administration Handbook (4th Edition), by Nemeth, Snyder, Hein, and Whaley. ISBN: 978-0131480056, available @ Amazon.

I've used this book since the first edition about 20 years ago.

Rich Alderson
Sr. Curator
Living Computer Museum
Seattle, WA

http://www.livingcomputermuseum.org/
 
Old 02-08-2012, 05:07 AM   #13
Reuti
Senior Member
 
Registered: Dec 2004
Location: Marburg, Germany
Distribution: openSUSE 15.2
Posts: 1,339

Rep: Reputation: 260Reputation: 260Reputation: 260
Quote:
Originally Posted by alderson View Post
UNIX and Linux System Administration Handbook (4th Edition), by Nemeth, Snyder, Hein, and Whaley. ISBN: 978-0131480056, available @ Amazon.
You can also buy a PDF version at informIT in case you prefer it.
 
Old 02-08-2012, 06:03 AM   #14
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Ubuntu servers, LOL

Better of with debian IMO.....at least debian doesnt have hard requirements that make no sense for a server, like plymouth.

Quote:
Originally Posted by ochieman2000 View Post
I would like a physical book. =( Hard to do something in Linux when your in a non GUI environment and can not see those websites.
Find the man pages you want/need, print them out and bind them. Easy.
 
  


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
[SOLVED] Do anyone can send in my email the book of linux command line by William E. Shotts, J tailinlinux Linux - Newbie 8 11-14-2010 11:02 PM
[SOLVED] Minimal installed server, I need to put a GUI and VNC via command line? mistabruno Linux - Newbie 6 04-14-2010 05:10 PM
Need good Linux or Unix INTRO book (command line focused) Ethan Linux - General 7 01-09-2007 12:24 AM
command line address book program oneferna Linux - Software 3 02-12-2006 02:24 PM
Command line admin book toolshed Linux - General 2 09-29-2004 08:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

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