125 Posted Topics
Re: If your using grub type $ grub [code] grub> root (hd0,0) grub> setup (hd0) grub> quit [/code] Note: hd0,0 is hda1, hd0,1 will be hda2 etc. hd1,0 is hdb1 root(hd0,0) should be the partition where your grub booting information is (kernel images and grub config) if you dont know where … | |
Re: Gnome is the unpopular option, but i would have to say best :) kde is just ugly bloat ![]() | |
Re: This dude seems to have a good tutorial on makeing isometric tiles [url]http://www.angelfire.com/rpg2/vertexnormal/tutorials/tile_tutorial.html[/url] Theres no real reson to do make the tiles isometric as it runs, so its better to do what this guy does really and make your tiles isometric and then save em :) | |
Re: [QUOTE=jure]as somone know i have a url graber script, and i want to get commands from standard inn how do i do that?[/QUOTE] get a command and run it ? [CODE] #!/bin/bash read command $command [/CODE] should work |