Se afișează postările cu eticheta mplayer. Afișați toate postările
Se afișează postările cu eticheta mplayer. Afișați toate postările

9 decembrie 2009

Posta redactiei nr.1



Folosesc Google Analytics asa ca pot afla ce cauta lumea pe google de ajunge pe blogul meu. Si pentru ca vreau sa raspund la intrebarile acestora:

software pentru ubuntu
Recomand folosirea Synaptic
cum schimb wallpaper windows 7 starter
You do'nt. Adica nu prea se poate.
doamna iarna
Cauti vre-o poezie ceva?
gdm karmic login idiot
Mie mi se pare destul de ok, sau userul e "idiot"?
imagini cu doamna iarna
Porno sau...???
instalare mplayer ubuntu
Afla de aici
jocuri de dat cu capu
Cred ca Mario face parte din astea in care dai cu capul.
koala karmic unr
Mi se pare un mare pas in spate...Descarcare
section 8 skidrow cerinte de sistem
Minim:
Windows XP SP3 sau Windows Vista SP1
Pentium 4 la 3Ghz sau mai mare
RAM: 1GB pt XP, 2GB pt Vista/W7
6GB spatiu pe hard
NVIDIA GeForce 7800 sau ATI Radeon X1800 with 256 MB,
DirectX 9.0c si Shader 3.0
site cu cele mai misto chestii
Acuma depinde ce-ti place tie...
windows tiny7
Din pacate nu se instaleaza pe Asus EEE 901.

20 august 2009

Noi surse de software pentru Ubuntu



1. To add Medibuntu repository, run this in a terminal:

sudo wget http://www.medibuntu.org/sources.list.d/jaunty.list --output-document=/etc/apt/sources.list.d/medibuntu.list

Then add your public key with this command:

sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update 

Now you will have access to more proprietary video codecs like Microsoft WMV:
sudo apt-get install non-free-codecs

or encrypted DVD playback:
sudo apt-get install libdvdcss2

along with popular programs such as Skype:
sudo apt-get install skype

GoogleEarth:
sudo apt-get install googleearth

Mplayer:
sudo apt-get install mplayer

more media formats, etc.. If you want to see the complete list of packages, visit Medibuntu: http://packages.medibuntu.org/jaunty/index.html

2. GetDeb.net Repository

A great source to easily find and install applications is GetDeb. This is not the official repository, but one built by the community. To add a terminal type:
echo "deb http://getdeb.masio.com.mx/ jaunty/" | sudo tee -a /etc/apt/sources.list.d/getdeb.list && sudo apt-get update

Once you add this repository, I recommend Guake if you want to have Quake-like drop-down terminal:
sudo apt-get install guake

Songbird to manage your music
sudo apt-get install songbird

Deluge for managing torrents:
sudo apt-get install deluge-torrent

Shutter as complete screenshots application:
sudo apt-get install shutter

FileZilla FTP:
sudo apt-get install filezilla

It is best to visit their website and decide what interests you.

3. Opera repository

Opera browser does not have an official repository, but you can add this one:
wget -O - http://deb.opera.com/archive.key | sudo apt-key add -

echo "deb http://deb.opera.com/opera etch non-free" | sudo tee -a /etc/apt/sources.list.d/opera.list && sudo apt-get update 

then you can install Opera:
sudo apt-get install opera

4. Official Google Repository

wget https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -

echo "deb http://dl.google.com/linux/deb/ stable non-free" | sudo tee -a /etc/apt/sources.list.d/google.list 


Once the repo has been added, you can install Picasa Google Gadgets onto your Ubuntu Desktop:
sudo apt-get install picasa

sudo apt-get install google-gadgets-gtk


Related Posts Plugin for WordPress, Blogger...