Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Volltextergebnisse:

string_operations @bash
49 Treffer, Zuletzt geändert:
value of the variable as a character string. For example, if filename has the value fred.c, then ${#filena... perators can be used in a variety of ways. A good example would be to give a default value to a variable no... right. The operators, with their functions and an example, are shown in the following table: Operator Function Example ${foo#t*is} Deletes the shortest possible matc
pdftk
32 Treffer, Zuletzt geändert:
und eine Graphik mit </p> </div> <div class="example"> <span class="pdftk">pdftk</span> beispiel.pdf ... Verzeichnis entpacken: </p> </div> <div class="example"> <span class="pdftk">pdftk</span> beispie... DF-Dokuments zugeordnet: </p> </div> <div class="example"> <span class="pdftk">pdftk</span> beispiel.pdf ... intergrundbild versehen: </p> </div> <div class="example"> <span class="pdftk">pdftk</span> beispiel.pdf <
startssl @ssl_zertifikate
17 Treffer, Zuletzt geändert:
angeben. Der Befehl <code>openssl req -new -key example.com.key -out example.com.csr</code> liest den öffentlichen Schlüssel a... Zusätzlich trägt das Zertifikat noch den Alt Name example.com ein. Damit funktioniert das Zertifikat sowohl beim Aufruf https://www.example.com als auch mit https://example.com. Im Anschlu... urierten Apache-Webservers ab, beispielsweise als example.com.crt unter /etc/ssl/certs/ und example.com.key unter /etc/ssl/private/. Die Pfade in der... passen: <code> SSLCertificateFile /etc/ssl/certs/example.com.crt SSLCertificateKeyFile /etc/ssl/private/ex
modify @kernel
12 Treffer, Zuletzt geändert:
you may want to rebuild the kernel at times. For example, there is no installation RPM for multiprocessor ... s within the new kernel are highly desirable; for example, the version 2.6 kernel has much more efficient d... /core/updates/<version>/SRPMS/ directory. In this example the sources of an updated Core 4 kernel is downlo... nel to make sure your system boots correctly. For example, routines for basic system functions used in read
squid
11 Treffer, Zuletzt geändert:
p tcp \ --sport 80 </code> **Note:** This example is specific to HTTP traffic. You won't be able to adapt this example to support HTTPS web browsing on TCP port 443, as... The method you use depends on your browser. For example, to make these changes using Internet Explorer ... f this book, but you should be aware of them. For example, for performance reasons, you can configure child
syntax @wiki
9 Treffer, Zuletzt geändert:
links. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: [... inks. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: [... t formats for maximum browser compatibility. For example consider this embedded mp4 video: {{video.mp4|... the video and be either a jpg or png file. In the example above a ''video.jpg'' file would work. ===== Lis
psx
7 Treffer, Zuletzt geändert:
me "example.org"; #option domain-name-servers ns1.example.org, ns2.example.org; #default-lease-time 600; #max-lease-time 720... me "example.org"; #option domain-name-servers ns1.example.org, ns2.example.org; #default-lease-time 600; #max-lease-time 720
oxid
7 Treffer, Zuletzt geändert:
model class is linked with a database table. For example, the oxArticle model is linked with the oxarticle... op v.5.0 and 4.7 on). Let’s take one of them, for example the oxArticle model, and try to fetch the product... description' ); $product->save(); </code> In this example the new record will be inserted into the table. T... description' ); $product->save(); </code> In this example, it will be checked if this ID exists and if so,
linux_commands
7 Treffer, Zuletzt geändert:
ss="nw">find -type f -print0 | xargs -r0 grep -F 'example'</td><td>Search all regular files for 'example' in this dir and below</td></tr> <tr><td>&nbsp;... ss="nw">find -maxdepth 1 -type f | xargs grep -F 'example'</td><td>Search all regular files for 'example' in this dir</td></tr> <tr><td>&nbsp;</td><td c... ><td>&nbsp;</td><td class="nw">wget -c http://www.example.com/large.file</td><td>Continue downloading a par... ss="nw">wget -r -nd -np -l1 -A '*.jpg' http://www.example.com/dir/</td><td>Download a set of files to the c
hardware @raspberry_pi
6 Treffer, Zuletzt geändert:
lernen: python2 /usr/share/doc/python-fingerprint/examples/example_enroll.py #Lesen: python /usr/share/doc/python-fingerprint/examples/example_search.py # Index anzeigen (freier Platz): python /usr/share/doc/python-fingerprint/examples/example_index.py </code> Die Bilddateien werden offenb
sshfs
6 Treffer, Zuletzt geändert:
access it through ssh. Let us use “home-pc” as an example for this guide. “your-username” is your username ... eed on the remote host to your local system! For example, say I want to mount the “/stuff” directory on my home-run server, which has the domain name “example.com”. I would do it by executing the following command: <code>$sshfs example.com:/stuff /media/home-pc</code> Where “/stuff”
htmldoc
5 Treffer, Zuletzt geändert:
nts into and also the type of file it is. In this example it is a PDF file. * filename.html is the name ... be converted and the type of file it is. In this example it is a HTML file. Try the following exercise: Y... All we are doing is adding another file. In this example we are converting two files: file1.html and file2.html. Try this example: Convert one.html and two.html into a PDF file na
test @bash
5 Treffer, Zuletzt geändert:
needs to be escaped within a [ ] construct. See Example 27-11 for an application of this comparison opera... e unquoted string alone within test brackets (see Example 7-6) normally works, however, this is an unsafe practice. Always quote a tested string. === Example 7-5. Arithmetic and string comparisons === <code... th "-ne" and "!=" work. echo exit 0</code> === Example 7-6. Testing whether a string is null === <code>
ecryptfs
5 Treffer, Zuletzt geändert:
<code>sudo mount -t ecryptfs sdtm ldm</code> An example of putting all of this together would be: <code>... kirkland@ubuntu$ cat .profile </code> Here is an example of putting this into action. I attached the threa... sktop Downloads Music Public Videos bzr Documents examples.desktop Pictures Templates zen </code> We can a... pt home. <code>ecryptfs-mount-private</code> An example of this. <code> mint@mint ~ $ ls /media/4fa4e92e-
nfs
5 Treffer, Zuletzt geändert:
rectory. Because no options are specified in this example, several default NFS preferences take effect: **... must specify an option that takes its place. For example, if you do not specify rw, then that export will ... tend to be more exact than you would expect. For example, the use of *.domain.com as wildcard will allow s... their IP addresses within a larger network. For example, 192.168.0.0/28 will allow the first 16 IP addres
torch3vision @face_detection
5 Treffer, Zuletzt geändert:
advancecd @mame
4 Treffer, Zuletzt geändert:
pxes @pxe
4 Treffer, Zuletzt geändert:
du
4 Treffer, Zuletzt geändert:
p2k @xina
3 Treffer, Zuletzt geändert:
subversion
3 Treffer, Zuletzt geändert:
pxe
3 Treffer, Zuletzt geändert:
usermod
3 Treffer, Zuletzt geändert:
stream @mplayer
2 Treffer, Zuletzt geändert:
chrome
2 Treffer, Zuletzt geändert:
dvd @mencoder:vcd:svcd
2 Treffer, Zuletzt geändert:
map @ffmpeg
2 Treffer, Zuletzt geändert:
kismet
2 Treffer, Zuletzt geändert:
docker
2 Treffer, Zuletzt geändert:
webdav @ftp:server
2 Treffer, Zuletzt geändert:
htaccess
2 Treffer, Zuletzt geändert:
router
2 Treffer, Zuletzt geändert:
idle3-tools
2 Treffer, Zuletzt geändert:
obfuscated_programming_languages
2 Treffer, Zuletzt geändert:
html
2 Treffer, Zuletzt geändert:
batocera
1 Treffer, Zuletzt geändert:
mysql
1 Treffer, Zuletzt geändert:
ssd
1 Treffer, Zuletzt geändert:
wiimote-ubuntu-mouse-lightpen @wii
1 Treffer, Zuletzt geändert:
extern_resolution @acer_aspire_one
1 Treffer, Zuletzt geändert:
umask
1 Treffer, Zuletzt geändert:
imagemagickv6 @imagemagick
1 Treffer, Zuletzt geändert:
apc @ups
1 Treffer, Zuletzt geändert:
mount
1 Treffer, Zuletzt geändert:
find_path_of_application
1 Treffer, Zuletzt geändert:
joystick
1 Treffer, Zuletzt geändert:
nfs4 @nfs
1 Treffer, Zuletzt geändert:
tasmota
1 Treffer, Zuletzt geändert:
javascript
1 Treffer, Zuletzt geändert:
supported_cards @mame:advancecd
1 Treffer, Zuletzt geändert:
shiftlock
1 Treffer, Zuletzt geändert:
ubuntu_hardy @fglrx
1 Treffer, Zuletzt geändert:
dlna
1 Treffer, Zuletzt geändert:
convertfromvmware @virtualbox
1 Treffer, Zuletzt geändert:
get_cpu_system_load_average_on_linux
1 Treffer, Zuletzt geändert:
rfid
1 Treffer, Zuletzt geändert:
iso-to-usb
1 Treffer, Zuletzt geändert:
pachislo
1 Treffer, Zuletzt geändert:
xiaomi
1 Treffer, Zuletzt geändert:
see_where_a_package_is_installed
1 Treffer, Zuletzt geändert:
microsoft_natural_ergonomic_keyboard_4000
1 Treffer, Zuletzt geändert:
eclipse
1 Treffer, Zuletzt geändert:
ckeditor @html
1 Treffer, Zuletzt geändert:
oohforms @php
1 Treffer, Zuletzt geändert:
button @dokuwiki
1 Treffer, Zuletzt geändert:
kinect @xbox
1 Treffer, Zuletzt geändert:
jquery
1 Treffer, Zuletzt geändert:
awstats
1 Treffer, Zuletzt geändert:
qr
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