y need to refer to just the directory or just the file name parts of a given full file specification.
Usually these commands are used w... ction
Checks that all the arguments in ARGV are file names of existent file. Returns with code zero if no errors, else prints... of files: one for each module to be tested.
The file mbfltest.sh must be sourced at the beginning of each test file.
The function dotest should be invoked at the en... does what nl does best – numbering the lines in a file. The original file is not overwritten.
number_file()
# number_f
and numeric comparison operators as well. If the file argument to one of the primaries is of the form `/dev/fd/N', then file descriptor N is checked. If the file argument to ...
-a file
True if file exists.
-b file
True if file exists and is a block special file.
-c file
True if file exists and is a character special file.
-d file
True if file exists and is a directory.
-e file
True if file exists.
-f file
True if file exists and is a regular file.
-g file
True if file exists and its set-group
Multi Processor), and the relevant configuration file is then copied to become the new /usr/src/linux/.config file to be used during the kernel compilation.
<code>... cated partition and uses the /boot/grub/grub.conf file to determine the valid kernels and their locations. The grub.conf file not only defines the available kernels, but also ... Note:** In Fedora Linux, the /boot/grub/grub.conf file can also be referenced via the symbolic link file named /etc/grub.conf.
=== Modules And The grub.c... d to run scripts to create a kernel configuration file called /usr/src/linux/.config. This file lists all the kernel options you wish to use.
==
change harddrive-name with the name of your .vmdk file and raw-file with the name of the new converted file you want to create. After a few minutes, the conv... l without any other option.
Let's optimize the file size of the newly converted .vdi file, let’s call it new-file.vdi and from the terminal in the dir where you’ve... lib/virtualbox /usr/lib/virtualbox/vditool DD new-file.vdi old-file.bin
LD_LIBRARY_PATH=/usr/lib/virtualbox /usr/lib/virtualbox/vditool SHRINK new-file.vdi
</code>
(These commands should actually work
filename as the video and be either a jpg or png file. In the example above a ''video.jpg'' file would work.
===== Lists =====
Dokuwiki supports... needs to be added to the [[doku>entities|pattern file]].
There are three exceptions which do not come from that pattern file: multiplication entity (640x480), 'single' and "d... ples) or by using the tags ''%%<code>%%'' or ''%%<file>%%''.
This is text is indented by two spaces.
y the following exercise: You want to convert the file myhtml.html into a PDF file. The new file will be called mypdf.pdf. How would you do this? ... , type:
<code> htmldoc --webpage -f output.pdf file1.html file2.html ENTER</code>
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... ML files:
<code> htmldoc --book -f output.html file1.html file2.html ENTER
htmldoc --book -f output.pdf file
downside of this work around is that it turns off file locking altogether so two people could open a file for writing. If you have a small network and most... uch of an issue.
===== Solution One: Turning Off File Locking =====
Open the file /usr/lib/openoffice/program/soffice (generally /opt/openoffice2/program/s... es) and comment out the following lines:
<code>
# file locking now enabled by default
SAL_ENABLE_FILE_LO
. Here is how it's done:
1) Create the password file. The name of the password file should be /etc/squid/squid_passwd, and you need t... the htpasswd program to add users to the password file. You can add users at anytime without having to r... [root@bigboy tmp]#
</code>
3) Find your ncsa_auth file using the locate command.
<code>
[root@bigboy tm... er is logged in the ''/var/log/squid/access.log'' file. This can get quite large on high usage servers.
abei sollen beide Server auf das gleiche Passwort-File zugreifen, um doppelte Pflege der Datei zu verhin... erver|Anleitung hier]].
Das gemeinsame Passwort-File ist:
<code>/var/www/webdav-ftp-password</code>
An... nde ''/etc/vsftpd.conf'':
<code>
# Example config file /etc/vsftpd.conf
#
# The default compiled in settings are fairly paranoid. This sample file
# loosens things up a bit, to make the ftp daemon
skip directories on different filesystems
* -X FILE, --exclude-from=FILE Exclude files that match any pattern in FILE
* --exclude=PATTERN Exclude files that match PA... --max-depth=N print the total for a directory (or file, with --all) only if it is N or fewer levels belo
fmpeg to pull the video in from the original .vob file and the audio from the reworked .wav audio file and transcode it on-the-fly.
Solution 1 is alrea... o, this assumes that the first stream in the .vob file is the video stream, so you'll need to adjust the... tream that'll be used for the video in the output file. The audio stream is mapped to "-map 1:0".
The "1" means "second file" (remember, the list is zero-based) and the ":0"
o search for files, go to Actions -> Search for a file. Once you specify the name of the file you want to look up (Baobab supports * and ? wild... look into, Baobab displays the results under the File Search tab. To delete a file or directory, select it, bring up the context men
> filename</code>
'filename' will now be a text file listing the mailboxes. You can
directly edit this file. When you are done making changes to it you can
... boxes.db out of the way before importing
the text file:
<code>mv mailboxes.db mailboxes.db.bak</code>
... ar/imap/server.pem # Schützt den Key
echo tls_ca_file: /var/imap/server.pem >> /etc/imapd.conf
echo tls
apply the image manipulation to the original JPEG file, not the temporary PPM file that I used to detect the face position.
<code>
c... "$crop"
}
for file in $@; do
echo "Processing file: $file"
find_center $file
crop_image $file
done
</code>