Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Volltextergebnisse:

lemmi-settings.txt @m740av:lemmi
40 Treffer, Zuletzt geändert:
Parameters: <pre> Syntax: '#PARAMETER:' name 'key' key1 [[=]keyN]... '#PARAMETER:' name 'num' def min... Danach folgt genau eines der drei Schlüsselworte 'key', 'num' oder 'str', wobei zukünftig weitere Schlü... den Typ und die weitere Syntax fest. <ul> <li>'''key''' <br> Der Parameter kann als Wert nur einen der folgenden Schlüsselwörter (key1..keyN) annehmen. Gültige Zeichen für die Schlüss
batocera
23 Treffer, Zuletzt geändert:
*-*-bold-*-*-*-38-120-*-*-*-*-*-* -cred -s 3 -d 4 KEY_F10+KEY_LEFTCTRL+KEY_LEFTALT 1 /etc/init.d/S31emulationstation stop KEY_F11+KEY_LEFTCTRL+KEY_LEFTALT 1 chvt 1 KEY_LEFTMETA 1 batocera-brightness cycle KEY_SYSRQ 1 batocera-screenshot B
ssl_zertifikate
23 Treffer, Zuletzt geändert:
den Start einzigeben ist) openssl req -new -x509 -key server.key -out server.crt -days 1095 mkdir /etc/apache2/ss... Es sollte sichergestellt werden, daß der Private-Key ausschließlich zum Signieren anderer Zertifikate verwendet wird. Dieser Key ist der sensibelste Teil einer CA-Infrastruktur. ... und kann von der CA signiert werden. Der Private-Key des Zertifiatsbesitzers ist in client-key.pem gespeichert und sollte sicher aufbewahrt werd... notwendig: <code> openssl rsa -in server-rsa-key.pem > server-key.pem</code> Die Passphrase wird noch einmal benö
shiftlock
23 Treffer, Zuletzt geändert:
e, man xmodmap shows how to swap the left control key and the CapsLock key: <code> ! ! Swap Caps_Lock and Control_L ! r... </code> Many people don't want a CapsLock key at all. They can change the CapsLock key to a ControlKey? by using the following lines in ... ymbols "pc101" { include "ctrl(nocaps)" key <RALT> { [ Mode_switch, Multi_key ] }; augment "us(pc101)" include "iso... This will turn your caps lock into a control key. You won't have a caps lock key anymore, so make sure caps lock is off when you d
wii-remote_on_linux @wii
16 Treffer, Zuletzt geändert:
= BTN_RIGHT Wiimote.Up = KEY_UP Wiimote.Down = KEY_DOWN Wiimote.Left = KEY_LEFT Wiimote.Right = KEY_RIGHT Wiimote.Minus = KEY_BACK Wiimote.Plus = KEY_FORWARD Wiimote.Home
p2k @xina
15 Treffer, Zuletzt geändert:
using these commands recklessly. XINA Function Key Commands. <code>F1 - Help F2 - Flip Screen F3... info KEVENTS Toggle values of key event settings Usage: kevents resource pi... of the EtherEZ network card uses. Here are the key strokes that should effect the change: <code> Re... BIOS setup should appear). Press the RIGHT ARROW key (move to the INTEGRATED PERIPHERALS menu). Press
cracking_wep_and_wpa_wireless_networks
14 Treffer, Zuletzt geändert:
pended onto packets and its based on a pre-shared key that all the authenticated clients know... think of it as the network key you need to authenticate. Well if its on (almost... atter how good or crappy, long or short, your WEP key is, it can be cracked. WPA is different. A WPA key can be made good enough to make cracking it unfea... defined password to initialize the TKIP, temporal key integrity protocol. There is a password and the u... KIP is not really crackable as it is a per-packet key but upon the initialization of the TKIP, like dur
sources.list
13 Treffer, Zuletzt geändert:
# wget -q http://packages.medibuntu.org/medibuntu-key.gpg | sudo apt-key add - && sudo apt-get update deb http://packages... //mirror.ubuntulinux.nl/seveas.gpg -O- | sudo apt-key add - # deb http://mirror.ubuntulinux.nl hardy-s... e.fr/files/morgoth-signkey.gpg.asc -O- | sudo apt-key add - ######## i386-Architecture only!!! # deb ... -backports main ## The Ubuntu NLP Repository (GPG key: 8ABD1965) # wget http://cl.naist.jp/~eric-n/ubu
wminput @wii:wii-remote_on_linux
12 Treffer, Zuletzt geändert:
- Use wminput and the wiimote to generate that key symbol, using xev to find out if the key symbol is already mapped, and find the key code if it is not. - If the code is not mapped ... vent specified on the left-hand side. Button and key symbols are listed in /usr/include/linux/input.h (BTN_* and KEY_* macros), and in [http://abstrakraft.org/cwiid/b
cryptsetup
11 Treffer, Zuletzt geändert:
ius:~# cryptsetup luksOpen /dev/hda3 hda3_crypt --key-file /media/usb/key key slot 1 unlocked. Command successful </code> Damit kann die Partition ähnlich wie mit einem Passwor... : <code> # <target name> <source device> <key file> <options> hda3_crypt /dev/hda3 /media/usb/key luks </code> Das ist allerdings noch ni
startssl @ssl_zertifikate
9 Treffer, Zuletzt geändert:
vers angeben. Der Befehl <code>openssl req -new -key example.com.key -out example.com.csr</code> liest den öffentlichen Schlüssel aus der Key-Datei und erstellt damit einen sogenannten Certif... Endspurt ===== Sowohl die CRT-Datei als auch die KEY-Datei legt man nun in den passenden Verzeichnisse... ple.com.crt unter /etc/ssl/certs/ und example.com.key unter /etc/ssl/private/. Die Pfade in der Apache-
oohforms @php
8 Treffer, Zuletzt geändert:
] = $key; } else { if (($calculation_type & $key) == $key) $t[]= $key; } } $fo->add_element(array("type"=>"checkbox", "name"=>"calculation... culate_type); foreach($picture_calculate_type AS $key => $val){ if ($i++ % 2 == 1) echo "<span s... F4\">"; $fo->show_element("calculation_type", $key); echo " ".$val."</span>\n"; } // finish: $fo
button @dokuwiki
8 Treffer, Zuletzt geändert:
n":"subscript.png", "key":"", "open":"<sub>",... ext_subscript.png", "key":"", "open":"<sub>",... terisk_yellow.png", "key":"", "insert":"((foo... ONIFIED*/ var notes_arr = new Array(); /* array[key]= insertion string , value = icon filename. */
string_operations @bash
8 Treffer, Zuletzt geändert:
m obvious, they have a convenient mnemonic. The # key is on the left side of the $ key on the keyboard and operates from the left. The % key is on the right of the $ key and operated from the right. These operators can ... rating tasks is having to keep hitting the return key after every selection, or when a 'press any key to continue' prompt appears. A command that can help us with not having to hit return to send a key sequence is the dd command. The dd command is use
ssh
8 Treffer, Zuletzt geändert:
rsa & id_rsa.pub) - make a copy of your public key with the name 'authorized_key' - 'cp /<user's home dir>/.ssh/id_rsa.pub /<user's home dir>/.ssh/authorized_key' - copy authorized_key to the .ssh directory of the remote system. (use 'scp' for secure comms) - 'scp /<user's home dir>/.ssh/authorized_key <remote user>@<ip address>:'/<user's home dir>/.s
microsoft_natural_ergonomic_keyboard_4000
7 Treffer, Zuletzt geändert:
joystick
6 Treffer, Zuletzt geändert:
cyrus @mailserver
6 Treffer, Zuletzt geändert:
troubeshooting @acer_aspire_one
5 Treffer, Zuletzt geändert:
oxid
4 Treffer, Zuletzt geändert:
ecryptfs
4 Treffer, Zuletzt geändert:
sonoff
4 Treffer, Zuletzt geändert:
pachislo
4 Treffer, Zuletzt geändert:
ssh_without_password
4 Treffer, Zuletzt geändert:
nginx
3 Treffer, Zuletzt geändert:
mysql
2 Treffer, Zuletzt geändert:
wine
2 Treffer, Zuletzt geändert:
kinect @xbox
2 Treffer, Zuletzt geändert:
umbau @sonoff
2 Treffer, Zuletzt geändert:
regex
2 Treffer, Zuletzt geändert:
wlan_access_point
1 Treffer, Zuletzt geändert:
acrobat
1 Treffer, Zuletzt geändert:
winne @eeepc
1 Treffer, Zuletzt geändert:
green_screen
1 Treffer, Zuletzt geändert:
hardware @raspberry_pi
1 Treffer, Zuletzt geändert:
ubuntu_8.04 @eeepc
1 Treffer, Zuletzt geändert:
install_kde
1 Treffer, Zuletzt geändert:
ffmpeg
1 Treffer, Zuletzt geändert:
opendns @fritzbox
1 Treffer, Zuletzt geändert:
fhem
1 Treffer, Zuletzt geändert:
1.6 @virtualbox
1 Treffer, Zuletzt geändert:
ssh @squid
1 Treffer, Zuletzt geändert:
mplayer @ubuntu
1 Treffer, Zuletzt geändert:
crypt_system @cryptsetup
1 Treffer, Zuletzt geändert:
iso-to-usb
1 Treffer, Zuletzt geändert:
eeexubuntu
1 Treffer, Zuletzt geändert:
backup
1 Treffer, Zuletzt geändert:
 
chimeric.de = chi`s home Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0
DFmW2CEce3htPL1uNQuHUVu4Tk6WXigFQp   Dogecoin Donations Accepted Here    DFmW2CEce3htPL1uNQuHUVu4Tk6WXigFQp  DFmW2CEce3htPL1uNQuHUVu4Tk6WXigFQp