Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Volltextergebnisse:

string_operations @bash
69 Treffer, Zuletzt geändert:
of a path. Here's a command pair that echos each directory from the root down to the "current working directory": p=$(pwd) until [ $p = $d ]; do p=${p#*/}; d=${... # New filename suffix. if [ -n "$1" ] then directory=$1 # If directory name given as a script argument... else directory=$PWD # Otherwise use current working directory. fi # Assumes all files in the target directory ar... tring, is a file and is writable. mbfl_file_is_directory directory Function Returns true if directory is not the
modify @kernel
27 Treffer, Zuletzt geändert:
ps. 1. Each installed kernel has a dedicated subdirectory for its modules in the /lib/modules directory. Get a listing of this directory. Here there are two installed kernels; versions 2... med isolinux.cfg, both located in the isolinux subdirectory of the CD. This example mounts the newly created
ecryptfs
27 Treffer, Zuletzt geändert:
ounting at /home/bob. Since this is a live cd the directory will not exist, so you need to create it. Use this command to create your directory. <code>sudo mkdir /home/username</code> After y... st likely means that you did not mount ".Private" directory. It is also possible that you mounted the wrong directory. This happened to me and was quite difficult to f... said this method is more difficult. If your home directory is installed on your / root partition it makes li... v/sda6 is my /home partition. If you have a home directory and / root partition do this. http://blog.dustink
disk_usage
22 Treffer, Zuletzt geändert:
imple du will print usage for the present working directory and its subdirectories, along with the size of each directory. If you want the size of an particular directory... d it yourself. On startup it asks you to select a directory, then scans the directory while a Pac-Man animation moves about in the Tool... ity. You can scan all the filesystems, a selected directory, or a remote filesystem from the Actions menu. Baobab prints the directory tree as soon as it starts scanning. Alternatively, you can also enter baobab path-to-directory at the command line. If you select a particular
htaccess
16 Treffer, Zuletzt geändert:
Config Limit In der 'httpd.conf' hatte ich die Directory-Rules auch schon, auch ohne Erfolg. Wo liegt der... raus erstellt) --- <code>DocumentRoot /var/www/ <Directory /> Options FollowSymLinks AllowOverride FileInfo </Directory> <Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride FileInfo Order allow,deny all
du
15 Treffer, Zuletzt geändert:
~]# </code> ==== To get the size of file and directory in current directory. ==== <code> [root@fedora ~]# du -sh * 14M ... edora ~]# </code> ==== Check the size of home directory. ==== The example below show the use of du command to get the disk usage of each user home directory on the system. <code> [root@fedora home]# pw... </code> ==== To produce grand total of the /home directory size. ==== <code>[root@fedora home]# pwd /ho
listen_to_htaccess @apache
15 Treffer, Zuletzt geändert:
hinzugefuegt. In der 'httpd.conf' hatte ich die Directory-Rules auch schon, auch ohne Erfolg. Wo liegt der... daraus erstellt) <code> DocumentRoot /var/www/ <Directory /> Options FollowSymLinks AllowOverride FileInfo </Directory> <Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride FileInfo Order allow,deny all
exif
11 Treffer, Zuletzt geändert:
ndow (command prompt) and navigate to the working directory i.e. cd /path/to/directory. Type ./SAA.sh and hit enter. The script will ta... rent working directory CWD=$(pwd) #create directory and create variable META to store path, create LOGFILE in META directory mkdir metadata cd metadata META=$(pwd... " cd "$CWD" echo -ne "\\n Current working directory is: \\n" $CWD "\\n" #create variable EXCL to exc
nfs
10 Treffer, Zuletzt geändert:
e bob.domain.com host will be able to mount /some/directory and 192.168.0.3 can mount /another/exported/directory. Because no options are specified in this example... rom bob.domain.com read-write access to the /home directory. The second line allows users from bob.domain.com to mount the directory read-only (the default), but the rest of the worl... code> Where: /dir/to/export is the directory you want to export. host#.mydomain.com is the ma
nfs4 @nfs
9 Treffer, Zuletzt geändert:
the Pseudo File System ====== First off create a directory under / called nfs4exports as root: <code>mkdir ... achines that can see the NFS exports. We give the directory full permissions so that clients can access the i... be a number of bid mounted directories under this directory that clients will actually mount. In this exampl... st is their home directories the second is a data directory. Thus the NFS pseudo file system will have the po
webdav @ftp:server
8 Treffer, Zuletzt geändert:
name of a directory which is empty. Also, the # directory should not be writable by the ftp user. This directory is used # as a secure chroot() jail at times vsft... code> ---- Nach login: ''500 OOPS: cannot change directory:/nonexistent'' Geht auch nicht mit Usern, die wi
sshfs
8 Treffer, Zuletzt geändert:
, which are required. Now, let us create a local directory where you want the files mounted. You should create the directory and make yourself the owner of the directory: <code>$sudo mkdir /media/dir-name $sudo chown your-username /... -name</code> Where “dir-name” is the name of the directory on your local computer where you want to access t... ve done the above, you can use sshfs to mount the directory you need on the remote host to your local system!
dlna
7 Treffer, Zuletzt geändert:
or uid to run as. #user=minidlna # Path to the directory you want scanned for media files. # # This option... to a specific content type, you can # prepend the directory name with a letter representing the type (A, P or... r/lib/minidlna media_dir=/media/3TB # Path to the directory that should hold the database and album art cache. #db_dir=/var/cache/minidlna # Path to the directory that should hold the log file. #log_dir=/var/log
linux_commands
7 Treffer, Zuletzt geändert:
>•</td><td class="nw">cd -</td><td>Go to previous directory</td></tr> <tr><td>•</td><td class="nw">cd</td><td>Go to $HOME directory</td></tr> <tr><td>&nbsp;</td><td class="nw">(cd... w">find dir/ -name '*.txt' | xargs cp -a --target-directory=dir_txt/ --parents</td><td>Make copy of subset of... <b>.</b> remote:/dir/</td><td>Synchronize current directory with remote one</td></tr> <tr id="ssh" class="pb
kernel
6 Treffer, Zuletzt geändert:
ducing vmlinuz. vmlinuz is located in the /boot directory, which is the directory that contains the files needed to begin booting t... se purpose is to list the contents of a specified directory) with its -l option (which tells ls to provide de... ed information about each object in the specified directory) as follows: <code>ls -l /boot</code> If vmlin... ults in the creation of a file named bzImage in a directory such as ''/usr/src/linux/arch/i386/linux/boot/''.
docker
6 Treffer, Zuletzt geändert:
video @psp
6 Treffer, Zuletzt geändert:
bots @apache
4 Treffer, Zuletzt geändert:
dingoo
3 Treffer, Zuletzt geändert:
nvidia
3 Treffer, Zuletzt geändert:
squid
3 Treffer, Zuletzt geändert:
ssh
2 Treffer, Zuletzt geändert:
dokuwiki
2 Treffer, Zuletzt geändert:
wminput @wii:wii-remote_on_linux
2 Treffer, Zuletzt geändert:
oxid
2 Treffer, Zuletzt geändert:
if @shell
2 Treffer, Zuletzt geändert:
rewrite @dokuwiki
2 Treffer, Zuletzt geändert:
cryptsetup
2 Treffer, Zuletzt geändert:
iso-to-usb
2 Treffer, Zuletzt geändert:
track_mysql_queries_mysqlsniffer
2 Treffer, Zuletzt geändert:
idle3-tools
2 Treffer, Zuletzt geändert:
cyrus @mailserver
2 Treffer, Zuletzt geändert:
monitor @bash
1 Treffer, Zuletzt geändert:
samba @acer_aspire_one
1 Treffer, Zuletzt geändert:
torch3vision @face_detection
1 Treffer, Zuletzt geändert:
hardware @raspberry_pi
1 Treffer, Zuletzt geändert:
install_kde
1 Treffer, Zuletzt geändert:
nfs @openoffice
1 Treffer, Zuletzt geändert:
apc @ups
1 Treffer, Zuletzt geändert:
psx
1 Treffer, Zuletzt geändert:
nfs @macos
1 Treffer, Zuletzt geändert:
bootable_usb-stick
1 Treffer, Zuletzt geändert:
shiftlock
1 Treffer, Zuletzt geändert:
ubuntu_hardy @fglrx
1 Treffer, Zuletzt geändert:
pxes @pxe
1 Treffer, Zuletzt geändert:
face_detection
1 Treffer, Zuletzt geändert:
router
1 Treffer, Zuletzt geändert:
mailserver
1 Treffer, Zuletzt geändert:
obfuscated_programming_languages
1 Treffer, Zuletzt geändert:
usb-modem @acer_aspire_one
1 Treffer, Zuletzt geändert:
esp
1 Treffer, Zuletzt geändert:
wii-remote_on_linux @wii
1 Treffer, Zuletzt geändert:
upnp
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