Unreal Tournament 2004 is my all time favorite FPS. However, a few things have changed on the OS side since 2004, and I ran into
Just managed to upgrade to Slackware Linux 14.2. Install the following packages as well: libsigsegv, libevdev, and libepoxy
Ma ezt a levelet kaptam Wolf Gábor spammertől: Viszlát. Ez az UTOLSÓ email tõlünk. Kérlek olvasd el. Értesítünk, hogy inaktivitás miatt leirattunk a Marketing Commando
echo -e “APT::Install-Recommends \”0\”;\nAPT::Install-Suggests \”0\”;” > /etc/apt/apt.conf.d/recommends
Perhaps I was the last person on Earth who moved from 32-bit Linux to 64-bit Linux. Finally, it has happened. The reason is simple: I
Embrace carbs Take BCAA Foam roll Ice baths to bring down inflammation Streching Small naps at daytime Balanced diet Take a week off, and go
virt-install -c slackware-14.1-install-d1.iso –network network=default,model=e1000 -n vm1 –disk path=vm1.img,size=30 –ram 384 virt-install -c debian-8.3.0-amd64-CD-1.iso –network network=default,model=e1000 -n vm2 –disk path=/home/sj/vm2.img,size=30 –ram 2048 Ez így RAW
Recommended CFLAGS value for extra checking: CFLAGS=”-O2 -Wall -Wextra -Wuninitialized -g”
A few variables, settings, etc to describe my desktop .exrc: set nu set showmode .fluxbox/keys: Mod1 l :ExecCommand xlock -mode blank Mod1 t :ExecCommand xterm
Initialise the repository on the remote server: ssh git@yourserver.com mkdir test/project1 cd test/project1 git init –bare On the local host: cd somedir/project1 git init echo