Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Unix vs linux in the job place and other questions Post 302662385 by RedSpyder on Tuesday 26th of June 2012 12:48:38 PM
Old 06-26-2012
Well, Im going to give you my experience... I recently got a job for programin Bash Scripts, dealing with FTPs and lots of Linux crap Ive never dealt with before. (Including setting up servers/configurations/mail servers) And yeah... I was hired to be a "programmer". (note that I've never had experience with none of the above before)

Month and a half later I can tell you that Linux is awesome. I even installed Mint on my home desktop (Im an Android enthusiast). The best of it? ITS SUPER WELL DOCUMENTED!!! Theres NOTHING you wont find in the internet related any Unix/Linux problem/how to ect... So far I havent been assigned something that I already know how to do it, they give my my orders, I google and I come out victorious! Smilie

My biggest regret is not having learned linux in my college years.

Through my career I've learned that everything you learn is an asset to you, youll never know when you are going to use it again for professional o personal matters. So go ahead make the jump, you are doing your professional career a favor.

Last edited by RedSpyder; 06-26-2012 at 01:56 PM..
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Is there a place like this for LINUX questions?

Is there some place like this unix.com for linux questions? a forum like area to ask questions? I love this site, i've learned a lot (use unix - solaris, and linux - redhat). Unfortunately redhat.com has gotten rid of their support forums, everything is in a list type format and I don't want to... (6 Replies)
Discussion started by: kymberm
6 Replies

2. UNIX for Dummies Questions & Answers

Absolute n00b questions about Unix / Linux

Hi All, I have absolutely no experince with either one, and would LOVE to start from somewhere! So please guide me to some web sites (beside these great forums of course!) that I can obtain n00b information. (Books, links, resources, etc.) What software OS? should I begin with? I have heard... (2 Replies)
Discussion started by: CodeHunter
2 Replies

3. What is on Your Mind?

Questions about Unix/Linux

Hello all. Im a young lad with very limited experience with computers, even though I have been playing with them the past 5 years. I have the experience of the random World of Warcraft player that plays games all day. I have a huge interest in learning everything about computers and I was... (5 Replies)
Discussion started by: Vallzi
5 Replies

4. UNIX for Dummies Questions & Answers

Unix/Linux Scripts questions

Hi All, You have a very large file, named 'ColCheckMe', tab-delimited, that you are asked to process. You are told that each line in 'ColCheckMe' has 7 columns, and that the values in the 5th column are integers. Using shell functions (and standard LINUX/UNIX filters), indicate how you would... (7 Replies)
Discussion started by: am2007
7 Replies

5. UNIX for Dummies Questions & Answers

What are job prospects for Unix Linux administrator?

What are job prospects for Unix Linux administrator? How much does the Linux administrator suppose to earn nowadays? I notice that the IT wage scale has been dropping across the board in Canada so I wonder if Linux administrator enumeration is affected too. (3 Replies)
Discussion started by: sito
3 Replies

6. Advertise with Us

How to Post to The UNIX and Linux Forums Job Board

The UNIX and Linux Job Board is a service provided by the The UNIX and Linux Forums to help employers connect with UNIX and Linux professionals. All proceeds from this service go towards supporting the forums. Please PM Neo or email with any questions about this service. Promotion A: $99 ... (0 Replies)
Discussion started by: Neo
0 Replies

7. Windows & DOS: Issues & Discussions

UNIX/Linux for Windows? and a few other questions...

1) I want UNIX but I don't want to partition my hard drive. I have heard of programs that allow you to start UNIX from Windows but I don't know which one is good. Something like WinLinux (not too sure???) Anyone know which programs I'm talking about? 2) Is Linux UNIX? 3) How do you pronounce... (9 Replies)
Discussion started by: CornNuts
9 Replies

8. UNIX for Dummies Questions & Answers

Few questions on unix/linux

Hi , please give few answers for this questions:confused::confused: ...thanks in advance What shell do you use when you log in to a UNIX/Linux host? What command will show you the shell you're using? Describe 5 things you can do in Linux/UNIX. (1 Reply)
Discussion started by: hecker007
1 Replies

9. UNIX for Dummies Questions & Answers

Unix and Linux questions

Sorry for the dumb question......I got my B.S. in computer science Amazing how I don't these answers).....I wrote mostly in the language C in my college career. I wrote all my programs using a windows application for writing C.....and then after testing it, I would upload it to a UNIX system and... (1 Reply)
Discussion started by: Bruuuuce78
1 Replies
iecset(1)						      General Commands Manual							 iecset(1)

NAME
iecset - Set or dump IEC958 status bits SYNOPSIS
iecset [options] [cmd arg...] DESCRIPTION
iecset is a small utility to set or dump the IEC958 (or so-called "S/PDIF") status bits of the specified sound card via ALSA control API. When iecset is started without arguments except for options, it will show the current IEC958 status in a human-readable form. When the commands are given in the arguments, they are parsed and the IEC958 status bits are updated. The resultant status is shown as well. The commands consist of the command directive and the argument. As the boolean argument, yes, no, true, false, or a digit number is allowed. EXAMPLES
iecset -Dhw:1 Displays the current IEC958 status bits on the second card. This is equivalent with -c 1. iecset -x Displays the current IEC958 status bits in a style of the arguments for the PCM stream. The output string can be passed to the iec958 (or spdif) PCM type as the optional argument. iecset pro off audio off Sets the current status to the consumer-mode and turns on the non-audio bit. The modified status will be shown, too. OPTIONS
-D device Specifies the device name of the control to open -c card Specifies the card index to open. Equivalent with -Dhw:x. -n index Specifies the IEC958 control element index, in case you have multiple IEC958 devices and need to choose one of them. -x Dumps the status in the form of AESx bytes. -i Reads the command sequences from stdin. Each line has single command. COMMANDS
professional <bool> The professional mode (true) or consumer mode (false). audio <bool> The audio mode (true) or non-audio mode (false). rate <int> The sample rate in Hz. emphasis <int> The emphasis: 0 = none, 1 = 50/15us, 2 = CCITT. lock <bool> Rate lock: locked (true), unlocked (false). This command is for the professional mode only. sbits <int> Sample bits: 2 = 20bit, 4 = 24bit, 6 = undefined. This command is for the professional mode only. wordlength <int> Wordlength: 0 = No, 2 = 22-18 bit, 4 = 23-19 bit, 5 = 24-20 bit, 6 = 20-16 bit. This command is for the professional mode only. category <int> Category: the value is from 0 to 0x7f. This command is for the consumer mode only. copyright <bool> Copyright: copyrighted (true), non-copyrighted (false). This command is for the consumer mode only. original <boo> Original flag: original (true), 1st generation (false). This command is for the consumer mode only. AUTHOR
Takashi Iwai <tiwai@suse.de> 23 Oct 2003 iecset(1)
All times are GMT -4. The time now is 06:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy