Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Volltextergebnisse:

linux_commands
15 Treffer, Zuletzt geändert:
="scripts/newest">newest</a> and <a href="scripts/find_mm_yyyy">find_mm_yyyy</a></td></tr> <tr><td>•</td><td class="nw">ls /usr/bin | pr -T9 -W$COLUMNS</td>... nal</td></tr> <tr><td>&nbsp;</td><td class="nw">find -name '*.[ch]' | xargs grep -E 'expr'</td><td>Sea... /a></td></tr> <tr><td>&nbsp;</td><td class="nw">find -type f -print0 | xargs -r0 grep -F 'example'</td
vim
11 Treffer, Zuletzt geändert:
ies wird mit folgendem Befehl gemacht: '':cscope find g main'' vim öffnet die Datei in der sich die ma... gen (Verwendung: add file|dir [pre-path] [flags]) find : Muster suchen (Verwendung: find c|d|e|f|g|i|s|t name) c: Find functions calling this function d: Find functions called by
find @shell
10 Treffer, Zuletzt geändert:
{{tag>find_files count_lines}} ====== Dateien nach Inhalt durchsuchen ====== Mit der Shell lassen sich mittels //find// alle/bestimmte Datei nach vorgegebenen Inhalten durchsuchen: <code> find . -name "*.php" -print -exec grep 'Suchtext' \{\}... "{}" und ";" Coll, weil nur Ergebnisse: <code> find / -type f -exec grep -H 'text-to-find-here' {} \;
history @acer_aspire_one
8 Treffer, Zuletzt geändert:
d a 90 ls 91 rm var/ -rf 92 ls 93 find 94 ls 95 find etc 96 find usr/ 97 ls 98 vi etc/keyboard_layout/keyboard_layout.conf 99 ls 100 tar... 19 file * 220 cd connection/ 221 ls 222 find 223 file 224 file * 225 vi %gconf.xml
ecryptfs
7 Treffer, Zuletzt geändert:
w for it to work properly. Use this command to to find your Linux partitions. <code>~ $ sudo fdisk -l</... to manually mount your partitions. Next you need find your ".Private" directory. It is possible to have... vate" symlink. So be careful. Use this command to find it. <code>~ $ sudo find / -type d -iname '.Private' 2>/dev/null</code> You should get something simil
string_operations @bash
6 Treffer, Zuletzt geändert:
onstruct is valid in Korn shell and bash -- and I find it easier to read (since I don't have to squint a... can't be found, true otherwise. mbfl_program_find program Function A wrapper for: type -ap ... ariables Manipulating arrays mbfl_variable_find_in_array element Function Searches the array ... element Function A wrapper for mbfl_variable_find_in_array that does not print anything. Node:
cracking_wep_and_wpa_wireless_networks
5 Treffer, Zuletzt geändert:
nding the Network ==== First step is we need to find a netork to crack. Start up kismet and start snif... can get a lot of this from airodump as well but I find the channel is important. ==== Capturing IVs ===... is on. * Using airodumps screen you can find the MAC address of authenticated users so just ch... your chances of a crack, but take much longer. I find that doubling the previous fudge factor is a nice
shiftlock
4 Treffer, Zuletzt geändert:
aybe you have to change the keycode 0x7e. You can find the keycodes with xev. I Furthermore, this only w... lution which uses xkb. For that, you will have to find the sybols directory on your unix system. There, ... do this. ;) -- KevinStone? If you get stuck and find yourself without a control key use xev to find the keycode of your control and caps lock keys. Then use
torch3vision @face_detection
4 Treffer, Zuletzt geändert:
"$HOME/local/models/mlp-cascade19x19-20-2-110" # Find the center of the face in the image. Crop the ima... und, get it from torch3vision" FACE_CENTER="" # Find the center of the face. Takes a jpeg and finds the face. function find_center() { jpeg="$1" temp="/tmp/crop_center_fac... for file in $@; do echo "Processing file: $file" find_center $file crop_image $file done </code>
find_path_of_application
3 Treffer, Zuletzt geändert:
Quelle((http://www.howtogeek.com/howto/ubuntu/find-path-of-application-running-on-solaris-ubuntu-suse-or-redhat-linux/)) ====== Find Path of Application Running on Solaris, Ubuntu, S... installed. <code> which <commandname> </code> To find the path of the application, you can use the whic
wiimote-ubuntu-mouse-lightpen @wii
3 Treffer, Zuletzt geändert:
nstall wminput wmgui lswm</code> Next, we need to find the bluetooth device address of your Wii remote, ... ode>gksudo gedit /etc/cwiid/wminput/ir_ptr</code> Find these lines <code> Plugin.ir_ptr.X = ~ABS_X Plug... de>gksudo gedit /etc/cwiid/wminput/buttons</code> Find these lines <code> Wiimote.A = BTN_LEFT Wiimote.
change_ssh_welcome_banner
2 Treffer, Zuletzt geändert:
r as well as the Ubuntu warranty message. I don’t find this particularly useful, so I removed all of it ... e in <code>sudo mode: /etc/ssh/sshd_config</code> Find this line in the file and change the yes to no as
exif
2 Treffer, Zuletzt geändert:
"\\n Processing EXIF metadata now... \\n\\n" find $(cd "$CWD") -depth -iname "*.jpg" | while read f... "\\n Processing EXIF metadata now... \\n\\n" #find $(cd "$CWD") -depth -iname "*.jpg" | while read f
replace
2 Treffer, Zuletzt geändert:
ien zu ersetzen, nehme ich sed. Kann man auch mit find kombinieren. Ersetzt alle <code> sed -i 's/ori... ei den Dateien, bei denen er was ändert) <code> find . -name "*.php" -print -exec sed -i 's/original/e
see_where_a_package_is_installed
2 Treffer, Zuletzt geändert:
now the name of the executable, you can use the [[find_path_of_application|which command]] to find the location of the binary, but that doesn’t give you infor
ati @dualhead
2 Treffer, Zuletzt geändert:
ubuntu_hardy @fglrx
2 Treffer, Zuletzt geändert:
nfs @m740av
2 Treffer, Zuletzt geändert:
wii-remote_on_linux @wii
2 Treffer, Zuletzt geändert:
p2k @xina
2 Treffer, Zuletzt geändert:
wminput @wii:wii-remote_on_linux
2 Treffer, Zuletzt geändert:
android
1 Treffer, Zuletzt geändert:
dingoo
1 Treffer, Zuletzt geändert:
disk_usage
1 Treffer, Zuletzt geändert:
du
1 Treffer, Zuletzt geändert:
eeexubuntu
1 Treffer, Zuletzt geändert:
face_detection
1 Treffer, Zuletzt geändert:
hexeditor
1 Treffer, Zuletzt geändert:
led
1 Treffer, Zuletzt geändert:
lvm2_member
1 Treffer, Zuletzt geändert:
mysql_turn_on_logging
1 Treffer, Zuletzt geändert:
router
1 Treffer, Zuletzt geändert:
shell
1 Treffer, Zuletzt geändert:
squid
1 Treffer, Zuletzt geändert:
extern_resolution @acer_aspire_one
1 Treffer, Zuletzt geändert:
kernelmodule @acer_aspire_one
1 Treffer, Zuletzt geändert:
button @dokuwiki
1 Treffer, Zuletzt geändert:
compiz_on_xandros @eeepc
1 Treffer, Zuletzt geändert:
fastshutdown @eeepc
1 Treffer, Zuletzt geändert:
mplayer @eeepc
1 Treffer, Zuletzt geändert:
compiz_on_xandros @eepc
1 Treffer, Zuletzt geändert:
remove_unionfs @eepc
1 Treffer, Zuletzt geändert:
lang @error
1 Treffer, Zuletzt geändert:
opendns @fritzbox
1 Treffer, Zuletzt geändert:
modify @kernel
1 Treffer, Zuletzt geändert:
nfs @openoffice
1 Treffer, Zuletzt geändert:
ushare @upnp
1 Treffer, Zuletzt geändert:
convertfromvmware @virtualbox
1 Treffer, Zuletzt geändert:
remote @xbox
1 Treffer, Zuletzt geändert:
dvd @mencoder:vcd:svcd
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