Archives pour octobre, 2009

Arguments pour le démarrage de Counter Strike Source

Arguments pour le client steam

Arguments pouvant être ajoutés au lancement de Counter Strike par l’intermédiaire de Steam :

-noforcemaccel -noforcemparms -noforcemspd -w xxx -32bpp
-heapsize xxxxxx -freq xxx -dxlevel xx -nojoy
-applaunch xx -gl -full -noipx
Fill in the x's with one of the proper choices listed below.
512MB System Memory: -heapsize 262144
1GB System Memory: -heapsize 524288
2GB System Memory: -heapsize 1048576
Dedicated Server: -applaunch 5
Counter-Strike: -applaunch 10
Team Fortress Classic: -applaunch 20
Day of Defeat: -applaunch 30
Half-Life: -applaunch 70
Half-Life High Definition: -applaunch 96
Condition Zero: -applaunch 80
Condition Zero Deleted Scenes: -applaunch 100
Source Dedicated Server: -applaunch 210
Source SDK: -applaunch 211
Half-Life 2: -applaunch 220
Half-Life 2 Deathmatch: -applaunch 321
Half-Life 2 Lost Coast: -applaunch 340
Counter-Strike: Source: -applaunch 240
Half-Life Source: -applaunch 280
Day of Defeat: Source: -applaunch 300
Darwinia: -applaunch 1500
640x480 = -w 640 -h 480
800x600 = -w 800 -h 600 (Recommended)
1024x768 = -w 1024 -h 768
etc...
-freq xxx (Recommend 100Hz);Changes the Hertz while playing
on the HL engine.
-refresh xxx (Recommend 100Hz);Changes the Hertz while
playing on the HL2/Source engine.
-gl ; Enables OpenGL rendering mode.
-nojoy ; Disables joystick to reduce memory usage.
-32bpp ; Enables 32Bit rendering.
-16bpp ; Enables 16Bit rendering. (Not Recommended)
DirectX 9: -dxlevel 90
DirectX 8.1: -dxlevel 81
DirectX 8: -dxlevel 80
DirectX 7: -dxlevel 70

Interface openoffice en anglais Ubuntu

Pour résoudre le problème de l’interface d’openoffice en anglais sur Ubuntu, vérifier que le paquet openoffice.org-l10n-fr est installé.
Sinon :
apt-get install openoffice.org-l10n-fr

Source : http://forum.ubuntu-fr.org/viewtopic.php?id=218022

Configurer sa carte réseau sur Linux

auto eth0
iface eth0 inet dhcp

Adresse IP Fixe

  • Editer le fichier /etc/network/interfaces

/etc/network/interfaces
auto eth0
iface eth0 inet static
address xxx.xxx.xxx.xxx
netmask xxx.xxx.xxx.xxx
gateway xxx.xxx.xxx.xxx

wireless_keymode open
wireless_mode managed
wireles_nick Laptop
address 192.168.1.4
netmask 255.255.255.0
gateway 192.168.1.1
wireless-essid 9T_B800A
wireless-key XXXXXXXXXXXXXXXXXXXXXXXXXX
wireless-channel 11

  • Redémarrer l'interface configurée :


ifdown eth0
ifup eth0

Dokuwiki on wordpress

Articles dokuwiki sur wordpress

  • Pour ceux qui voudraient intégrer des articles depuis Dokuwiki vers Wordpress, il existe un plugin assez sympa : WP-Dokuwiki

Titre 1

Titre 2

Voici un extrait d'un code dokuwiki sur wordpress

apt-get install dokuwiki

Sources

Haut de Page