View & Kill – Processes in Linux

Better to kill one bad process than let the whole system crash. Catch the hogs and let your uptimes grow!

Posted in Uncategorized | Tagged , , , | Comments Off on View & Kill – Processes in Linux

Command Line Basics

Table of Contents Command Line Basics Moving and looking around Relative and Absolute Path File Manipulation SSH Remote Control Help History and Guessing Usefull commands Important directories What Next? Command Line Basics Below, dollar sign “$” is the normal user … Continue reading

Posted in Old Site | Tagged , , , | 40 Comments

Commands for Admin

Table of Contents Commands for Admin Sudo – Give a Single Commands with Root Priviledges Package Management – Installing Software Notes on Nethack Commands for Admin Some of the most important commands for admin. This article is a work in … Continue reading

Posted in Old Site | Tagged , , | 34 Comments

Ohjelman kääntäminen lähdekoodista ./configure && make

Ohjelman kääntäminen lähdekoodista ./configure && make Esimerkkinä GNU wget. Lataa ohjelman viimeisin lähdekoodi. Etsimisessä auttaa http://freshmeat.net , lähdekoodin voi ladata ohjelman kotisivulta (wget kotisivu). Puretaan tervapallo $ tar -zxvf wget*.tar.gz Configure tunnistaa ympäristön, kuten arkkitehtuurin ja kokonaisluvun koon: $ ./configure … Continue reading

Posted in Old Site | Tagged , , | Comments Off on Ohjelman kääntäminen lähdekoodista ./configure && make