Max Cataraga’s Blog

Only the small secrets need to be protected. The big ones are kept secret by public incredulity (Marshall McLuhan)

Archive for the 'Linux' Category

MoldSoft.net - Moldavian IT Community

A aparut acum un forum destinat persoanelor implicate in sfera IT, se numeste MoldSoft.net, sper pe viitor sa nu moara proiectul dar sa il dezvolte sa devina ceva mai mult decit un forum ;)

No comments

Trackerd process problem on Ubuntu 7.10

After I upgraded my Ubuntu 7.04 to 7.10, appeared proces called “trackerd”, that is eating a lot of processing computer power. I resolved it by disabling this process:

Go System>Preferences>Sessions and uncheck the Tracker entry.

After a little research I learn that trackerd is a background process that indexs files for quicker searches.

No comments

OS number of vulnerabilities

Am gasit in grafic destul de interesant in privinta vulnerabilitatilor a diferitor systeme de operare. Nustiu cind a fost facut acest grafic, precis la momentul actual situatia prezentata pe desen este cu totul alta.

OS bus

No comments

Dezvoltarea Sistemelor de Operare Linux

LinuxNavingind pe net am gasit o imagine, unde sunt reprezentate ciclu de viata a distributivelor Linux, cei drept pina in 2006. Oricum este interesant sa vezi care din OS-uri au supravietuit pina in prezent si care nu. Imaginea o puteti vedea aici.

Linux forever ;)

No comments

Manage repositories in Debian Linux

Pentru a crea lista de repositorii trebuie de deschis fisierul /etc/apt/sources.list cu ajutorul editorului vi. Repositoriile de care ma folosesc sunt:

deb http://ftp.debian.org/debian/ etch main non-free contrib
deb-src http://ftp.debian.org/debian/ etch main non-free contrib
deb http://security.debian.org/ etch/updates main contrib non-free
deb-src http://security.debian.org/ etch/updates main contrib non-free
deb http://debian-multimedia.org/ etch main

Pentru a salva fisierul in vi foloseste “:x”

No comments