Help: "Newbie" looking to Program


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Help: "Newbie" looking to Program
# 1  
Old 12-24-2007
Question Help: "Newbie" looking to Program

Hey everyone! I'm new to the forums, and very curious in UNIX.

Presently, I'm running my laptop on Windows Vista Home Premium, which I hear is very limiting in the amount of coding it can do. I'm looking to learn how to start programming. I want to learn Python, C/C++, Java, Perl, and LISP, in the most user-friendly OS possible. What UNIX OS is the best for beginner looking to learn the fundamentals of programming?

And aside from that, does anyone here have any advice for me, as a first-time rookie? I have no programming experience whatsoever, save for some SQL databasing that I managed for a private World of Warcraft server that I maintained.

Thanks in advance! Smilie
BSRadcliffe
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Apache 2.4 directory cannot display "Last modified" "Size" "Description"

Hi 2 all, i have had AIX 7.2 :/# /usr/IBMAHS/bin/apachectl -v Server version: Apache/2.4.12 (Unix) Server built: May 25 2015 04:58:27 :/#:/# /usr/IBMAHS/bin/apachectl -M Loaded Modules: core_module (static) so_module (static) http_module (static) mpm_worker_module (static) ... (3 Replies)
Discussion started by: penchev
3 Replies

2. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

3. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

4. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

5. Shell Programming and Scripting

Argument ${1} returning "dev" [newbie inside]

I'm trying to build a korn shell script which will check some information located at a column of one .csv archive. The problem I'm having is that my script is not having the correct response: #!/bin/ksh i = 1 echo "Printing 1" echo "${1}" echo "Printing #" echo "${#i}" echo... (1 Reply)
Discussion started by: felipebb
1 Replies

6. UNIX for Dummies Questions & Answers

Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`"

Hi Friends, Can any of you explain me about the below line of code? mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'` Im not able to understand, what exactly it is doing :confused: Any help would be useful for me. Lokesha (4 Replies)
Discussion started by: Lokesha
4 Replies

7. Programming

how could i make a program mixed with many "|", "<" and ">"

I have written following code to do: ls -l | wc -w, it works: but when there are not only a single "|", if there are more such as: ls -l | sort -r | sort | sort -r, This program does not work, i want to know how could i deal with it when there are more "|", another situation is that, if it mixes... (2 Replies)
Discussion started by: strugglingman
2 Replies

8. UNIX for Dummies Questions & Answers

Unix masters please help newbie on "find" command

please help me figure out how to do this I wont lie, this is for a homework problem and I have searched on google for a long time and still can't figure out what to do. here is the problem So there's a folder let's say called "bare" in it, there are 10 dirs with names from "part1" through... (2 Replies)
Discussion started by: white_raven0
2 Replies

9. UNIX for Dummies Questions & Answers

newbie question about the "bin" file

Hello, I am new to the Unix/Linux world. This is a typical "for-dummies" question. I was trying to setup Java JDK 1.3 on my Red Hat Linux and downloaded a file called "j2sdk-1_3_1_01-linux-i386.bin" on my usr/src directory. Then I do a "chmod a+x j2sdk-1_3_1_01-linux-i386.bin". Then I tried... (1 Reply)
Discussion started by: jaywang
1 Replies
Login or Register to Ask a Question
volumes2image(1Vi)														volumes2image(1Vi)

NAME
volumes2image - convert a volume set representation to raster image representation. SYNOPSIS
volumes2image [infile] [outfile] DESCRIPTION
volumes2image converts an image encoded in a volume set representation into a raster image. If the input volume set contains just one vol- ume, the output image will be of type "bit". Otherwise, it will be of type "short", such that each pixel receives the grey value label of the volume to which it belongs. The input image must be of type "volumes". The output image will be of type "bit" or "short". COMMAND LINE OPTIONS
volumes2image accepts the following options: -help Prints a message describing options. -in infile Specifies the Vista data file containing the input images. -out outfile Specifies where to write the output images as a Vista data file. Input and output files can be specified on the command line or allowed to default to the standard input and output streams. SEE ALSO
VImage(3Vi), Vista(7Vi) AUTHOR
Gabriele Lohmann <lohmann@cns.mpg.de> Vista Version 2.1 15 Februar 1994 volumes2image(1Vi)