User Tools

Site Tools


configuration

This is an old revision of the document!



Warning: Declaration of syntax_plugin_wrap_div::handle($match, $state, $pos, Doku_Handler &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /var/www/kucjica/emperors-wiki/lib/plugins/wrap/syntax/div.php on line 43

Warning: Declaration of syntax_plugin_wrap_div::render($mode, Doku_Renderer &$renderer, $indata) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /var/www/kucjica/emperors-wiki/lib/plugins/wrap/syntax/div.php on line 81

Warning: Declaration of syntax_plugin_wrap_closesection::handle($match, $state, $pos, Doku_Handler &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /var/www/kucjica/emperors-wiki/lib/plugins/wrap/syntax/closesection.php on line 23

Warning: Declaration of syntax_plugin_wrap_closesection::render($mode, Doku_Renderer &$renderer, $indata) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /var/www/kucjica/emperors-wiki/lib/plugins/wrap/syntax/closesection.php on line 29

Warning: Declaration of syntax_plugin_wrap_span::handle($match, $state, $pos, Doku_Handler &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /var/www/kucjica/emperors-wiki/lib/plugins/wrap/syntax/span.php on line 43

Warning: Declaration of syntax_plugin_wrap_span::render($mode, Doku_Renderer &$renderer, $indata) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /var/www/kucjica/emperors-wiki/lib/plugins/wrap/syntax/span.php on line 63

Warning: Declaration of syntax_plugin_gallery::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /var/www/kucjica/emperors-wiki/lib/plugins/gallery/syntax.php on line 51

Warning: Declaration of syntax_plugin_gallery::render($mode, &$R, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /var/www/kucjica/emperors-wiki/lib/plugins/gallery/syntax.php on line 147

Warning: Declaration of syntax_plugin_vshare::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /var/www/kucjica/emperors-wiki/lib/plugins/vshare/syntax.php on line 47

Warning: Declaration of syntax_plugin_vshare::render($mode, &$R, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /var/www/kucjica/emperors-wiki/lib/plugins/vshare/syntax.php on line 107

Warning: preg_match(): Compilation failed: invalid range in character class at offset 3444 in /var/www/kucjica/emperors-wiki/inc/parser/lexer.php on line 118
A PCRE internal error occured. This might be caused by a faulty plugin

====== command line network howto ====== * which network card(s) do i have? <code>lshw -C network</code> * external wireless card connected <code>lspci | grep USB</code> * display and configure network interfaces <code>ifconfig</code> * display and configure wireless network interfaces <code>iwconfig</code> connect to a network: <code>iwconfig [iface(wlan0)] essid "[essid]" key s:[password]</code> need to have wpasupplicant installed, and also allow [iface] in /etc/network/interfaces <code> #allow-hotplug wlan0 auto wlan0 #bring it on boot, optional iface wlan0 inet dhcp #optionally, hardcode the network settings here wpa-ssid [essid] wpa-psk [password] </code> then, start the [iface] <code>ifup wlan0</code> or restart it <code>ifdown wlan0 ifup wlan0 </code> * put the interface in promiscuous mode <code>ifconfig [interface] down iwconfig [interface] mode Monitor ifconfig [interface] up </code> ====== x and desktop configuration ====== ===== customize x ===== Customizing X basics: [[http://www.phildev.net/linux/x.html]] change window manager: <code>update-alternatives --config x-window-manager </code> ===== showing icons on desktop ===== idesk [[http://fluxbox-wiki.org/index.php?title=Idesk]] <code> aptitude install idesk </code> create the .ideskrc in the home folder <code> table Config FontName: tahoma FontSize: 8 FontColor: #ffffff Locked: false Transparency: 150 HighContrast: true Shadow: true ShadowColor: #000000 ShadowX: 1 ShadowY: 2 Bold: false ClickDelay: 300 IconSnap: true SnapWidth: 55 SnapHeight: 100 SnapOrigin: BottomRight SnapShadow: true SnapShadowTrans: 200 CaptionOnHover: false end table Actions Lock: control right doubleClk Reload: middle doubleClk Drag: left hold EndDrag: left singleClk Execute[0]: left doubleClk Execute[1]: right doubleClk end </code> and a .idesktop folder put a description of each icon together with the image if should display in this folder <code> table Icon Caption: Mozilla Firefox Command: firefox Icon: /path/to/image/firefox.png X: 100 Y: 50 end </code> then add (or uncomment) this line in the ~/.fluxbox/startup file (to make idesk autostart): <code>idesk &</code> ====== autologin ====== http://b.fluff.cc/2012/02/xbmc-auto-login-auto-start-auto-restart.html mindgetty

configuration.1349522366.txt.gz · Last modified: 2012/10/06 11:19 by 85.218.109.130