hen
# Verzeichnisname extrahieren
dir_name=$(basename "$dir")
# Prüfen, ob das Verzeichnis in der Au... andelt und ob ein Symlink existiert
if [ -d "$dir" ] && [ -L "$dir/roms" ]; then
# Symlink entfernen
rm "$dir/roms"
echo "Symlink entfernt: $dir/roms"
else
echo "Kein Symlink vorhanden in $dir
= bash
MODULES = moduleA moduleB
testdir = $(top_srcdir)/tests
test_FILES = $(foreach f, $(MODULES),... = test-modules
test_ENV = PATH=$(builddir):$(testdir):$(PATH) TESTMATCH=$(TESTMATCH)
test_CMD =... test mode is on: external commands (like rm and mkdir) are not executed, the command line is sent to st... ce in testing the result.
Here's the function.
isdir()
{
# is_it_a_directory
if [ $# -lt 1 ]; then
R="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No othe... IDEOS_DIR="$HOME/Videos"
</code>
Das 'XDG_DESKTOP_DIR="$HOME"' ändert man in 'XDG_DESKTOP_DIR="$HOME/Desktop"' und beim nächsten Start sind die
in-0.4.3-3.lp.i386.rpm --force
81 ls
82 mkdir a
83 pwd
84 rpm -Uvh keyboard_layout-0.1-... layout
118 ls
119 cd ..
120 ls
121 mkdir switch_monitor
122 cd switch_monitor/
123 l... /share/xfce4/xkb/flags/us.png
295 ls
296 mkdir a
297 ls
298 cd a
299 ls
300 cd ..
... cd ..
330 ls
331 cd ..
332 ls
333 mkdir installpatch
334 cd installpatch/
335 ls
nvegacbr@gmail.com)
#
appname=`basename "$0"`
encdir=$HOME
title="$2"
ffmpeglog="$HOME"/psp-recode.log... elect destination directory, use last selected
encdir=$(kdialog --title "¿Donde quieres guardar el vide... stination directory?)" --getexistingdirectory $encdir) &&
# encdir not writable?
while test ! -w "$encdir"
do
kdialog --error "No tiene permiso para
urself the owner of the directory:
<code>$sudo mkdir /media/dir-name
$sudo chown your-username /media/dir-name</c... zt erstellen wir einen Mount-Point, z.B.:
<code>mkdir /mnt/sshfs_dir</code>
Jetzt hängen wir das Verzeichnis noch ei... ode>sshfs user@192.168.2.20:/home/user /mnt/sshfs_dir</code>
Der Beispiel-Befehl hängt das Verzeichni... 192.168.2.20 in das lokale Dateisystem /mnt/sshfs_dir ein. Als Benutzername für 192.168.2.20 wird user
es
# scanned.
#
# If you want to restrict a media_dir to a specific content type, you can
# prepend the... a comma, as so:
# * "A" for audio (eg. media_dir=A,/var/lib/minidlna/music)
# * "P" for pictures (eg. media_dir=P,/var/lib/minidlna/pictures)
# * "V" for video (eg. media_dir=V,/var/lib/minidlna/videos)
#media_dir=/var/lib/m
====
Um neues Shopsystem zu testen, habe ich in 'dir' von vault_order_items einen Strin geschrieben, d... order_items
SELECT * FROM vault_order_items WHERE dir LIKE 'I:%';
-- Betroffene vault_order
SELECT * F...
SELECT order_id FROM vault_order_items WHERE dir LIKE 'I:%'
)
AND id NOT IN (
SELECT order_id FROM vault_order_items WHERE dir NOT LIKE 'I:%'
);
</code>
Echtes Löschen: (ACHT
the name 'authorized_key'
- 'cp /<user's home dir>/.ssh/id_rsa.pub /<user's home dir>/.ssh/authorized_key'
- copy authorized_key to... e 'scp' for secure comms)
- 'scp /<user's home dir>/.ssh/authorized_key <remote user>@<ip address>:'/<user's home dir>/.ssh/'
- you may have to create the .ssh fold... rk with the new keys.
- ssh -i /<user's home dir>/.ssh/id_rsa <remote user>@<ip address>
- when... e new command would be:
- ssh -i /<user's home dir>/.ssh/id_rsa -L <local port>:system:<remote port>