sobota, 5 kwietnia 2008

lol

http://www.megadownload.pl/pobierz/mu/tjeqlqrp/01-finlandia.mp3

poniedziałek, 17 września 2007

How to view rar files on Ubutu?

That's really easy;)

sudo apt-get install rar

And from this moment all archive managers will be able to open rar files ;).

How to play in Atari games on Ubuntu? Yes, thats possible!;)

I think if you read this you have played sometime Arkanoid or smth. On Ubuntu you can remind old times. Simply follow this commands:

sudo apt-get install atari800

sudo mkdir /usr/share/atari800

Then download file:

http://downloads.sourceforge.net/atari800/xf25.zip?modtime=1007510400&big_mirror=0

And copy downloaded file to created directory:

sudo cp xf25.zip /usr/share/atari800

Now:

cd /usr/share/atari800

sudo unzip xf25.zip

Now we're going to create config file:

cd ~/

touch .atari800.cfg

gedit .atari800.cfg

Now in opened file paste:

Atari 800 Emulator, Version 2.0.2
OS/A_ROM=atariosa.rom
OS/B_ROM=/usr/share/atari800/ATARIOSB.ROM
XL/XE_ROM=/usr/share/atari800/ATARIXL.ROM
BASIC_ROM=/usr/share/atari800/ATARIBAS.ROM
5200_ROM=5200.rom
H1_DIR=
H2_DIR=
H3_DIR=
H4_DIR=
HD_READ_ONLY=1
PRINT_COMMAND=lpr %s
SCREEN_REFRESH_RATIO=1
MACHINE_TYPE=Atari XL/XE
RAM_SIZE=64
DEFAULT_TV_MODE=PAL
DISABLE_BASIC=1
ENABLE_SIO_PATCH=1
ENABLE_H_PATCH=1
ENABLE_P_PATCH=1
ENABLE_NEW_POKEY=1
STEREO_POKEY=0
SPEAKER_SOUND=1

Ok, now let's create directory for atari files:

mkdir .atari

And time to play! ;)

Download any game from http://atari.fandal.cz/

(Extensions of atari games are usually .xex)

Unpack game to ~/.atari

and run emulator

atari800

Now press F1 and choose "
Run ATARI program" find game file and have fun! ;)


Controls are buttons on number keyboard and ctrl;)

Article is based on: http://forum.ubuntu.pl/viewtopic.php?t=17575

Regards! ;)

How to install pdf printer?

Hiho! Today i'm going to show you how to install pdf printer which will print everything what you want into a pdf document. Just do it:

sudo apt-get install cups-pdf

Now, open your browser, for example firefox and go to:

http://localhost:631/

Click on "Add printer", on "Name" write name of yours pdf printer for example: My fantastic pdf printer;)

On two other fields you don't have to write anything. And click 'next'. Now choose: Virtual Printer(PDF printer) and click next.

Now, as producer choose Generic and click Add printer, in next window as Model choose:

Generic PostScript Printer Foomatic/Postscript

And click on Add Printer, now write your username and password. That's all you can now change settings or test your Pdf printer:

Click on file->Print->Choose printer wihich you just added and click Print, then check your home directory/PDF to find pdf u just created. ;)

Regards! ;)

How to send any application to tray?

That's really easy and very helpful. ;)

1. Add unofficial repositories:

sudo gedit /etc/apt/sources.list

I
n file which just opened paste:


deb http://asher256-repository.tuxfamily.org edgy main dupdate french
deb http://asher256-repository.tuxfamily.org ubuntu main dupdate french



2.
Next step is to update:

sudo apt-get update

And install alltray:

sudo apt-get install alltray

3. Using alltray.

It's really easy, simply:

alltray name_of_application

For example:

alltray gimp

Regards ;)

niedziela, 16 września 2007

How to view *.chm files on Ubuntu?

If u want to view some *.chm files(for example Php manual) simply execute command:

sudo apt-get install gnochm

A
nd just double-click on *.chm file or Applications->Accessory->Gnochm


or in terminal:


gnochm


R
egards! Yours spoondream;)

How to make user login automatically?

sudo gedit /etc/X11/gdm/gdm.conf

And change:

AutomaticLoginEnable=true
AutomaticLogin=username

username = name of user which will login automatically.