• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 21:19
CEST 03:19
KST 10:19
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
TL.net Map Contest #21: Voting2[ASL20] Ro4 Preview: Descent4Team TLMC #5: Winners Announced!3[ASL20] Ro8 Preview Pt2: Holding On9Maestros of the Game: Live Finals Preview (RO4)5
Community News
5.0.15 Patch Balance Hotfix (2025-10-8)61Weekly Cups (Sept 29-Oct 5): MaxPax triples up3PartinG joins SteamerZone, returns to SC2 competition295.0.15 Balance Patch Notes (Live version)119$2,500 WardiTV TL Map Contest Tournament 154
StarCraft 2
General
PartinG joins SteamerZone, returns to SC2 competition TL.net Map Contest #21: Voting 5.0.15 Patch Balance Hotfix (2025-10-8) TL.net Map Contest #21 - Finalists Geoff 'iNcontroL' Robinson has passed away
Tourneys
SC2's Safe House 2 - October 18 & 19 Sparkling Tuna Cup - Weekly Open Tournament RSL Offline Finals Dates + Ticket Sales! SC4ALL $6,000 Open LAN in Philadelphia $2,500 WardiTV TL Map Contest Tournament 15
Strategy
Custom Maps
External Content
Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment Mutation # 493 Quick Killers Mutation # 492 Get Out More
Brood War
General
Any rep analyzer that shows resources situation? [ASL20] Ro4 Preview: Descent Whose hotkey signature is this? BW General Discussion BGH Auto Balance -> http://bghmmr.eu/
Tourneys
[ASL20] Semifinal A [Megathread] Daily Proleagues [ASL20] Ro8 Day 4 Small VOD Thread 2.0
Strategy
Current Meta BW - ajfirecracker Strategy & Training Siegecraft - a new perspective TvZ Theorycraft - Improving on State of the Art
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread ZeroSpace Megathread Dawn of War IV Path of Exile
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
SPIRED by.ASL Mafia {211640} TL Mafia Community Thread
Community
General
US Politics Mega-thread The Games Industry And ATVI Stop the Construction YouTube Thread Things Aren’t Peaceful in Palestine
Fan Clubs
The herO Fan Club! The Happy Fan Club!
Media & Entertainment
Anime Discussion Thread [Manga] One Piece Movie Discussion!
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023 NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
Inbreeding: Why Do We Do It…
Peanutsc
From Tilt to Ragequit:The Ps…
TrAiDoS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1578 users

Unix/Linux help?

Blogs > Phyre
Post a Reply
Phyre
Profile Blog Joined December 2006
United States1288 Posts
February 25 2008 21:12 GMT
#1
So I may be interviewing for a job that would require me to know a bit about Linux/Unix but currently have no experience with either. It was suggested to me that I either install Linux or make a bootable disc (not sure if that's the correct term) that I can just run Linux off of without any installation. I vaguely remember trying out something called Knoppix that let me run Linux just off the CD, no installation.

In any case, my question is what do any of you tech heads/fellow Comp Sci guys suggest? I've heard the names Ubuntu and Kubuntu thrown around, do you guys suggest either? I don't have a ton of time to really learn the intricacies but I'd like to become as familiar as I can in the next week or so.

By the way, while I may not have a ton of experience using console/command line interfaces I know enough to get around. I've been reading through a Unix For Dummies book to get the basics as well.

***
"Oh no, I got you with your pants... on your face... That's not how you wear pants." - Nintu, catching 1 hatch lurks.
Argoth.
Profile Joined December 2004
Germany1961 Posts
February 25 2008 21:23 GMT
#2
I advise you to install Virtualbox, a piece of software, which allows you to install an OS on a virtual machine. The easiest GNU/Linux distributions are (K)Ubuntu (better gnome integration) and PClinuxOS and Opensuse (best KDE integration). Just try them without any risk with virtualbox.
zatic
Profile Blog Joined September 2007
Zurich15352 Posts
February 25 2008 21:50 GMT
#3
You will probably learn exactly nothing what they might ask you from clicking around in one of the nice new linux distros like Ubuntu.

To get the basics it doesn't really matter which one you choose anyway, as they are all the same on the core.

But yeah, if you just want a quick get to know tour, take one of the live CDs like Knoppix or Ubuntu (or any other flavor as a matter of fact) offer them and play around with those.
ModeratorI know Teamliquid is known as a massive building
Cambium
Profile Blog Joined June 2004
United States16368 Posts
February 25 2008 23:01 GMT
#4
If it's a programming job, it probably means command lines only.

Installing Ubuntu won't help that much, I think you are better off printing a quick Unix/Linux cheatsheet off the internet.
When you want something, all the universe conspires in helping you to achieve it.
Skew
Profile Blog Joined October 2006
United States1019 Posts
February 25 2008 23:04 GMT
#5
If it says it's required you know some *nix, then it probably means command line... I'd use one of the versions as said above and then find a quick cheat sheet with basic commands so you use and learn them; It only takes a day to memorize 10 commands or so, and if they're the right ones (changing directories, moving, copying and deleting files, etc) then you should be good to go.

But really I can't think of anything you should learn in particular if they didn't say... just learning how to navigate the filesystem and manipulate files sounds about as basic as they ask.
yenta
Profile Blog Joined April 2006
Poland1142 Posts
Last Edited: 2008-02-25 23:39:13
February 25 2008 23:37 GMT
#6
Pick this book up:
http://www.amazon.com/Linux-Nutshell-OReilly-Ellen-Siever/dp/0596009305

know how to move around. (., .., ~, ls, cd, ln (symbolic links))

mv (move files), cp (copy files), learn what NOT to do with rm (remove files).

probably know bash. know how to add things to your $PATH. (yeah they ask this - most people fall flat on their face).

su -, sudo. (aka god mode)

Pick vi, emacs, or pico - learn how to use one (they are text editors) - i advocate these as they are looking for command line knowledge probably.

Learn how to use grep, awk, and pipes.

Know what chown, chmod do.

/sbin/ifconfig for basic networking. ping, tracert - you should know these from windows.

ssh, telnet (to connect to other devices)

scp, rsync (to move files around b/w devices)

svn. (versioning control, its easier to learn than cvs)

top (tells you whats chewing up your cpu/mem). ps -ef (tells you what processes are running). free (tells you what your memory is doing).

kill -KILL (stops things gone wrong)

love logs. know basically whats in them (/var/log/allmessages)

know what cron is. yay cron (scheduling)

Knowing a scripting language is nice.

That should get you a basic understanding of how linux works in comparison to windows.

Like stated before - dual boot or live cd ubuntu (or suse, or blah, or blah, or w/e really - those two i find the easiest) and force yourself to use it as a desktop for about a week or two.
Trutacz Practice Discord - https://discord.gg/PWF7Pv
JeeJee
Profile Blog Joined July 2003
Canada5652 Posts
February 26 2008 00:00 GMT
#7
On February 26 2008 08:37 yenta wrote:

su -, sudo. (aka god mode)


this cracked me up
reminded me of
http://xkcd.com/149/
(\o/)  If you want it, you find a way. Otherwise you find excuses. No exceptions.
 /_\   aka Shinbi (requesting a name change since 27/05/09 ☺)
Cambium
Profile Blog Joined June 2004
United States16368 Posts
February 26 2008 00:16 GMT
#8
LOL

I was thinking about that!
When you want something, all the universe conspires in helping you to achieve it.
omgbnetsux
Profile Blog Joined April 2004
United States3749 Posts
February 26 2008 00:19 GMT
#9
If you don't have a machine to sacrifice as a Linux box or want to dual boot, your best bet is to either use a live CD like Knoppix or create a virtual machine as someone else mentioned above. I'm partial to VMWare Server (its free) for my virtual machines, but whatever you can figure out fast works best.

It'd help to know a little more about the job you're applying for. As other have mentioned, if it is a coding job they probably just require you to be comfortable writing and compiling code in a Linux environment. It is likely that you'll need to use make and gcc to build your code and vim or emacs to write it. You can probably figure a lot of that stuff out with some google searches.

If you're applying for an IT job, you'd be best off working on a virtual machine in my opinion. Command line would also be a good idea, as you usually won't have a gui if you just SSH into the various Linux boxes (that's what we do here). Use a server based Linux distribution like Ubuntu server. CentOS is also a good distro to use since a lot of places use Red Hat Enterprise (CentOS is essentially the free version of RHEL).
haduken
Profile Blog Joined April 2003
Australia8267 Posts
February 26 2008 00:40 GMT
#10
pick up a book in unix tools etc and learn how to use programs like ssh, sftp, top, kill or just grep etc...

you will probably need to edit or write a shell script for some functionality. try to google it since most of the common ones are on the net.

vim is essential if you don't have gnome or kde. but if you do, you can use gedit, kate, kwrite or even kdevelope etc... but yeah you really have to elaborate more about the job.

i suggest openSUSE 10.3 for newbies tho.
Rillanon.au
Cambium
Profile Blog Joined June 2004
United States16368 Posts
February 26 2008 01:28 GMT
#11
Forgot to mention... learn VI if you don't know it... (yea, there are others, but vi > all)

Now, someone post the xkcd link about editor wars
When you want something, all the universe conspires in helping you to achieve it.
Phyre
Profile Blog Joined December 2006
United States1288 Posts
Last Edited: 2008-02-26 02:02:41
February 26 2008 01:36 GMT
#12
Thanks for all the tips guys, I'll try to get VMWare and Ubuntu up and running as soon as I can.

Some details about the job:
- It seems to be more IT related, server and user maintenance stuff. If a user requires more space, allocate more to them. If they have PATH issues, fix it. etc. If I get hired, I'd be replacing this other guy that already walked me through what he does on the day to day basis and that's what it sounds like. Support mainly. There are basically a ton of servers that run jobs for users and I would be working to maintain those and help the users.

- Most of the coding is writing scripts to simplify tasks. He said he uses something called Kornshell I believe. The only scripting language I have some experience with is PHP, not sure if that's at all similar but for the few seconds he showed me some of the code for his scripts it looked fairly simple.

- While it was recommended that I learn Linux, there will be Unix and AIX stuff too.

Not sure if that's the relevant info you wanted, ask away if there is anything else important to know. Thanks so much for the help guys, really appreciate it.

Edit: By the way, is this the correct VMWare server thing I want?

Edit: Also, I'm looking at the various versions of Ubuntu and I assume I want the Server Edition correct? I'm assuming the non-LTS version as well as it is the newer version.
"Oh no, I got you with your pants... on your face... That's not how you wear pants." - Nintu, catching 1 hatch lurks.
JeeJee
Profile Blog Joined July 2003
Canada5652 Posts
February 26 2008 03:22 GMT
#13
On February 26 2008 10:28 Cambium wrote:
Forgot to mention... learn VI if you don't know it... (yea, there are others, but vi > all)

Now, someone post the xkcd link about editor wars


ask and ye shall receive
http://xkcd.com/378/
xkcd is too good
(\o/)  If you want it, you find a way. Otherwise you find excuses. No exceptions.
 /_\   aka Shinbi (requesting a name change since 27/05/09 ☺)
Cambium
Profile Blog Joined June 2004
United States16368 Posts
February 26 2008 04:54 GMT
#14
On February 26 2008 10:36 Phyre wrote:
Thanks for all the tips guys, I'll try to get VMWare and Ubuntu up and running as soon as I can.

Some details about the job:
- It seems to be more IT related, server and user maintenance stuff. If a user requires more space, allocate more to them. If they have PATH issues, fix it. etc. If I get hired, I'd be replacing this other guy that already walked me through what he does on the day to day basis and that's what it sounds like. Support mainly. There are basically a ton of servers that run jobs for users and I would be working to maintain those and help the users.

- Most of the coding is writing scripts to simplify tasks. He said he uses something called Kornshell I believe. The only scripting language I have some experience with is PHP, not sure if that's at all similar but for the few seconds he showed me some of the code for his scripts it looked fairly simple.

- While it was recommended that I learn Linux, there will be Unix and AIX stuff too.

Not sure if that's the relevant info you wanted, ask away if there is anything else important to know. Thanks so much for the help guys, really appreciate it.

Edit: By the way, is this the correct VMWare server thing I want?

Edit: Also, I'm looking at the various versions of Ubuntu and I assume I want the Server Edition correct? I'm assuming the non-LTS version as well as it is the newer version.


Afaik, AIX is based on Unix, and from your description, you will be MUCH better off reading that Linux in a nutshell book than getting Ubuntu.

It sounds like it will mostly be done from x-term or cigwin or w/e they use, but there will probably be no UI.
When you want something, all the universe conspires in helping you to achieve it.
yenta
Profile Blog Joined April 2006
Poland1142 Posts
February 27 2008 13:25 GMT
#15
A shell is what a user gets to input commands into a *nix flavor system (command line, think awesomely emo-black screen). There are many flavors of shell, with KSH (http://www.kornshell.com/) being one of them. Each of the newer shells support their own scripting language, so if they use kornshell, look over some korn scripting

Php can be used to write maintenance scripts as well - most popular is perl and python i would think - but ive seen pretty much any language used for scripts. Why these instead of C/C++/java for scripts? Well, basically, fast prototyping and proof of concept. I can get a script out in perl to generate some reports, or fix some user PATHing in way less time than C/C++/java. The languages have built in functionality to them which makes them really good at shreading text files, which is basically what youll be seeing alot of in a *nix environment.

I guess on a last note - you'll probably want to look over regular expressions a bit. Being a scripting guy, they help alot
Trutacz Practice Discord - https://discord.gg/PWF7Pv
Phyre
Profile Blog Joined December 2006
United States1288 Posts
Last Edited: 2008-02-28 23:41:04
February 28 2008 23:40 GMT
#16
On February 27 2008 22:25 yenta wrote:
A shell is what a user gets to input commands into a *nix flavor system (command line, think awesomely emo-black screen). There are many flavors of shell, with KSH (http://www.kornshell.com/) being one of them. Each of the newer shells support their own scripting language, so if they use kornshell, look over some korn scripting

Php can be used to write maintenance scripts as well - most popular is perl and python i would think - but ive seen pretty much any language used for scripts. Why these instead of C/C++/java for scripts? Well, basically, fast prototyping and proof of concept. I can get a script out in perl to generate some reports, or fix some user PATHing in way less time than C/C++/java. The languages have built in functionality to them which makes them really good at shreading text files, which is basically what youll be seeing alot of in a *nix environment.

I guess on a last note - you'll probably want to look over regular expressions a bit. Being a scripting guy, they help alot

Cool, thanks for your input. Funny you mention reg expressions since I used them quite a bit in php already. Lucky me.
"Oh no, I got you with your pants... on your face... That's not how you wear pants." - Nintu, catching 1 hatch lurks.
Please log in or register to reply.
Live Events Refresh
Next event in 8h 41m
[ Submit Event ]
Live Streams
Refresh
StarCraft: Brood War
Britney 13957
Artosis 672
Larva 218
Dota 2
PGG 138
monkeys_forever86
LuMiX2
League of Legends
Cuddl3bear4
Counter-Strike
Coldzera 788
Super Smash Bros
Mew2King59
Heroes of the Storm
Khaldor154
Other Games
summit1g8122
FrodaN3142
Grubby2571
JimRising 409
PiGStarcraft194
ViBE189
Skadoodle167
Maynarde138
kaitlyn41
Organizations
Other Games
gamesdonequick930
BasetradeTV21
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 16 non-featured ]
StarCraft 2
• davetesta56
• intothetv
• AfreecaTV YouTube
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• WagamamaTV573
• Ler51
League of Legends
• Doublelift3368
• Scarra1338
Other Games
• Shiphtur262
Upcoming Events
Afreeca Starleague
8h 41m
Barracks vs Snow
Wardi Open
9h 41m
Monday Night Weeklies
14h 41m
Replay Cast
22h 41m
Afreeca Starleague
1d 8h
Soma vs Bisu
OSC
1d 12h
OSC
1d 16h
PiGosaur Monday
1d 22h
The PondCast
3 days
OSC
3 days
[ Show More ]
Wardi Open
4 days
CranKy Ducklings
5 days
Safe House 2
5 days
Sparkling Tuna Cup
6 days
Safe House 2
6 days
Liquipedia Results

Completed

Acropolis #4 - TS2
WardiTV TLMC #15
HCC Europe

Ongoing

BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
C-Race Season 1
IPSL Winter 2025-26
EC S1
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025

Upcoming

SC4ALL: Brood War
BSL Season 21
BSL 21 Team A
RSL Offline Finals
RSL Revival: Season 3
Stellar Fest
SC4ALL: StarCraft II
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Disclosure: This page contains affiliate marketing links that support TLnet.

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.