Skip to content

{ Category Archives } shell

Joomla installation on Debian Etch

first I have created one Account for joomla useradd -m -c “user joomla” -s /bin/false -g users joomla 1. DOWNLOAD Joomla Copy  de-DE_joomla_lang_full.1.5.10v1.zip   file into a directory /home/joomla # cd /home/Joomla Extract the files e.g. # unzip  de-DE_joomla_lang_full.1.5.10v1.zip

Tagged ,

Script debugging for more information

You can edit variable PS4 (default is a + ) #export PS4='[— Zeile: $LINENO —] ‘ naw I debug my Script #sh -x ./test.sh # sh -x ./test.sh [— Zeile: 3 —] echo ‘Hello ,please give your name:’ Hello ,please give your name: [— Zeile: 4 —] read name Kraneis [— Zeile: 5 —] echo […]

Tagged ,