Linux basics Pt.2

Part 2: Some files are in a compressed state often in the format xx.xx.xx.tar.gz to get them out you will need to ”untar and unzip” them. use the cmd(command): tar -zxvf filename.tar.gz these files are first tar´red and then compressed (gzipped) to make one of these yourself use: tar -cvf archive.tar files and then once they´re tarred use: gzip file the reason is that gzip only ”takes” one file You probably have a CD-Rom on … Continue reading

Linux Basics Pt.1

This is some OldStuff from back in the days :=) Part 1: Most of you have probably been using Windows for a while and hopefully you know what a DOS-prompt is… Yeah? good. Nope?? Go To.. ->Start (the button) –> Run –> here you type –>cmd and hit the OK button. Now you know too. Commands in DOS aka DOS commands, actually MSdos commands but hey lets keep it simple ;) Now… In Linux you … Continue reading

Gammalt 2 (SV)

=) and again: LINUX KOMMANDON “FOR NEWBIEZ”. Detta dokument är till för dig som vill “lattja” lite I CL-läge (Command Line) och inte har hållit på överhuvudtaget med *NIX. När du väl loggat in: Om du har det ”grafiska” igång, tryck Ctrl+Alt+F2 (detta kommer att växla till console-läget). Logga nu in i det ”Icke-grafiska” läget. Använd användaren root. För att ställa in default(standard) boot till icke grafiskt läge; Skriv: pwd Verifiera att du ”står” i … Continue reading