Search

You can find the results of your search below.

syntax @wiki
23 Hits, Last modified:
is behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled. ... ?php /** * Customization of the english language file * Copy only the strings that needs to be modifie... ats. To mitigate the problem, you can upload your file in different formats for maximum browser compatib... filename as the video and be either a jpg or png file. In the example above a ''video.jpg'' file would
dnsmasq @computers:truenas
7 Hits, Last modified:
sq </code> 4. Prepare the dnsmasq configuration file structure. <code> jexec "ioc-${JAIL_NAME:?}" mkdi... sample </code> 5. Configure dnsmasq to use this file structure. <code> jexec "ioc-${JAIL_NAME:?}" /bin... r/local/etc/dnsmasq.conf" \ <<END # Configuration file for dnsmasq # Include all files in a directory wh... 2-standard.conf" \ <<END # Standard configuration file for dnsmasq # Never forward plain names (without
arduino @computers:arduino
4 Hits, Last modified:
= I've been looking for a way to store data in a file on an SD card connected to an Arduino. I wanted a... essible to users. If a folder name (rather than a file name) is specified, then it is assumed the user w... k at "INDEX.HTM" in that folder. If the requested file is not available, the usual 404 error is returned... sure someone else has already come up with a data file format that describes this - I just need to find
gateway @computers:truenas
4 Hits, Last modified:
F="${CONF_DIR:?}/firewall.conf" # firewall config file NAT_CONF="${CONF_DIR:?}/nat.conf" # net service config file </code> ====== Configure NAT ====== <code> j... NTERFACE:?}" # extra settings for nat are in the file we defined above jexec "ioc-${JAIL_NAME:?}" sysrc... en on the TrueNAS server OUTSIDE THE JAIL in this file... <code>/var/log/security</code> ====== Credits
mail @computers:truenas
3 Hits, Last modified:
s... <code> # Pretty much everything else in this file points to "root", so # you would do well in eithe... administrator </code> 3. Generate the aliases.db file and anything else that's required. <code> jexec "... /code> Search for this section in the inetd.conf file, and add the last line shown... <code> # # exampl
truenas @computers:truenas
3 Hits, Last modified:
nux operating system. It uses the wonderful ZFS file system, which is sometimes known as RAID-Z. This ... nd a new one in before any data is lost. The ZFS file system also provides a feature called //snap shot... g this as a super-fast storage array. Most of the file activity will be across my wired CAT5 network (10
avl_tree @computers:arduino
2 Hits, Last modified:
rd memory is a solid state device, so accessing a file in random order does not add a significant amount... d the documentation (such as it is) in the header file. There's no proper documentation yet, and no exam
fgets @snippets:php
2 Hits, Last modified:
<file php> $filename = 'whatever';   $fh = @fopen($filename, 'r'); if ( ! $fh ) { throw new Except... Failed to open ${filename}"); } while ( ( $text = fgets($fh) ) !== false ) { echo $text; } </file>
breeze @computers:arduino
1 Hits, Last modified:
rom one script to another simply requires the old file to be closed and the new one to be opened. There