Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Recommendations on my study path Post 302372059 by momo.reina on Tuesday 17th of November 2009 02:15:35 AM
Old 11-17-2009
Recommendations on my study path

i have a little background in C (2 sems in university), and have been studying the bash articles on tldp.org i just wanted to know what you guys recommend i look up next. i'm interested in the server administration side of linux, and in kernel and peripheral interface. so i'm not sure whether to take up mysql, php, go back to C, etc.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Recommendations for a convert

I'm on my way, I've seen the light and it's not a train at the other end of the tunnel :) What tutorial or manual or reference point(s) would you recommend for an experienced DOS and CP/M type, who wants to learn the command equivalents within Unix? I have a good understanding of program... (2 Replies)
Discussion started by: Keith
2 Replies

2. Shell Programming and Scripting

your recommendations

Hi all, I'm trying to teach myself shell programming and scripting. What are good introduction level programming and/or scripting books that you recommend? I will gather your suggestions into a list and check out the IT-related sections of the nearest Barnes & Noble stores. Or if you could... (1 Reply)
Discussion started by: antalexi
1 Replies

3. Solaris

Swap space recommendations for 9

Core dumps on larger systems have become quite large. Sun, is beginning to ship 146Gig drives. What is the recommended partition size for swap? I can not get a good answer to this question. The double your RAM recommendation is quite old and outdated. thanks (1 Reply)
Discussion started by: bgboost
1 Replies

4. New to Unix. Which books should I read?

Additional book recommendations

To my surprise, I found many of my personal favorites to be missing from the book recommendations thread. Although dated, Kernighan & Pike's The Unix Programming Environment is a classical introduction, covering the shell, the scripting languages, make, troff, and some fundamental C programming... (0 Replies)
Discussion started by: era
0 Replies

5. UNIX for Advanced & Expert Users

SAP swap recommendations

Hello all. My company is installing an SAP ERP financials. The consultants are asking me to allocate 30Gbytes of swap. This is on a dedicated Linux box running Redhat 5 64Bit OS. It has 16GB of RAM.I have asked for an explanation but all I'm getting is that this is what SAP recommends. It seems... (2 Replies)
Discussion started by: jhtrice
2 Replies

6. Shell Programming and Scripting

Suggestions/Recommendations for coding

#!/bin/sh #set -x uploaddir="/u01/app/informatica/dev3/sample/GPMDir/UploadDir" processdir="/u01/app/informatica/dev3/sample/GPMDir/ProcessDir" datetime=`date +%Y%m%d` logdir="$processdir/GPMLogFile_$datetime.log" echo "<---------------Start Copying & Moving GPM Files To Process... (0 Replies)
Discussion started by: Ariean
0 Replies

7. UNIX for Advanced & Expert Users

Request for Recommendations

Hello Guru's, I created this shell script to copy over the files from one location to other location and generating a list of files to process them through ETL tool. Could you please review the code and tell me if you have any recommendations or changes for my code or any thing wrong in my code.... (1 Reply)
Discussion started by: Ariean
1 Replies

8. UNIX for Dummies Questions & Answers

Reinstall recommendations?

I'm currently running 32-bit Xubuntu 8.10 and I'm thinking of changing over to 64-bit Ubuntu 9.04. Any recommendations on how to make this go more smoothly? -----Post Update----- Can I shuffle around the partitions and install it as a second OS? Is there a good way to do that? (2 Replies)
Discussion started by: CRGreathouse
2 Replies
NNTPGET(1)						      General Commands Manual							NNTPGET(1)

NAME
nntpget - get Usenet articles from a remote NNTP server SYNOPSIS
nntpget [ -d dist ] [ -f file ] [ -n newsgroups ] [ -t timestring ] [ -o ] [ -u file ] [ -v ] host DESCRIPTION
Nntpget connects to the NNTP server at the specified host and retrieves articles from it. The Message-ID's of the desired articles are read from standard input. The articles are sent to standard output. OPTIONS
-o The ``-o'' option may be used only if the command is executed on the host where the innd(8) server is running. If this option is used, nntpget connects to the specified remote host to retrieve articles. Any article not present in the local history database is then fetched from the remote site and offered to the local server. -v If the ``-v'' option is used with the ``-o'' option then the Message-ID of each article will be sent to standard output as it is processed. -f The list of article Message-ID's is normally read from standard input. If the ``-f'' option is used, then a ``newnews'' command is used to retrieve all articles newer then the modification date of the specified file. -u The ``-u'' option is the same except that if the transfer succeeded, the file will be updated with a statistics line, modifying its timestamp so that it can be used in later invocations. -t If the ``-t'' option is used, then the specified timestring is used as the time and date parameter to the ``newnews'' command. -n If either the ``-t'' or ``-f'' options are used, then the ``-n'' option may be used to specify a newsgroup list. The default is ``*''. -d The ``-d'' option may be used to specify a distribution list when using the ``-t'' or ``-f'' options. The default is no distribu- tion list. HISTORY
Written by Rich $alz <rsalz@uunet.uu.net> for InterNetNews. This is revision 1.2, dated 1998/01/28. SEE ALSO
innd(8). NNTPGET(1)
All times are GMT -4. The time now is 02:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy