• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » echo
Trace: • IPS Repository Appliance • version_control • Formatting Syntax • User Administration • VBoxManage (The VirtualBox CLI) • configure

echo
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • info (8)
  • z (3)
  • blog (2)
  • wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Travian Map Download Script @z:travian
18 Hits, Last modified: 13 years ago
===== cron.hourly ===== <code bash> #! /bin/sh echo `date +'%Y-%m-%d %H:%M'`: $0 for w in de7 do ${... sh BIN_DIR=`dirname $0` . ${BIN_DIR}/config.inc echo echo "`date +'%Y-%m-%d %H:%M:%S'` $0[$$] starting" world=$1 today=`date +'%Y-%m-%d'` todayhour=`date +... ql' ;; *) echo "ERROR! World $1 unknown!" exit 1
Formatting Syntax @wiki
14 Hits, Last modified: 5 years ago
like this: <code> <file php myexample.php> <?php echo "hello world!"; ?> </file> </code> <file php myexample.php> <?php echo "hello world!"; ?> </file> If you don't want any... lock HTML</p> </HTML> PHP example: <code> <php> echo 'The PHP version: '; echo phpversion(); echo ' (generated inline HTML)'; </php> <PHP> echo '<table clas
Make your Mac feel at Home @info:mac
4 Hits, Last modified: 10 years ago
ID=$(${AIRPORT} --getinfo | grep ' SSID:') SSID=$(echo ${SSID} | grep "^SSID: ${HOMESSID}\$") # # Branch... n code. if [ "$?" == "0" ]; then # in home wlan echo "home sweet home..." else # not at home echo "on the road again..." fi </code> To use this code, set... name of the wireless network) and replace the two echo lines with your code. {{tag>cli mac osx wlan sys
Upgrade Solaris 11/OpenSolaris from Text to Graphical @blog:2010
3 Hits, Last modified: 15 years ago
riate permissions (''pfexec/sudo''). <code bash> echo Existing boot environments: beadm list echo echo -n Enter be name to create: read be beadm create $be beadm mount $be /mnt pkg -R /mnt install babe
MacPorts @info:mac
2 Hits, Last modified: 10 years ago
rts ===== list requested ports: <code bash> port echo requested | cut -d ' ' -f 1 | uniq </code> list ... e a list of all installed ports: <code bash> port echo installed </code> After you run MacPorts for a w
DynDNS Updates without a Client @info:script
2 Hits, Last modified: 13 years ago
ndns.cfg DOMAINS=$(cat ${HOME}/.dyndns.domains) echo "$(date '+%Y-%m-%d %H:%M') $(basename $0)" for domain in ${DOMAINS}; do echo -n " ${domain} - " curl --silent --show-
How To Create a Moveable VM with VirtualBox @blog:2010
1 Hits, Last modified: 16 years ago
ple, the question for the disk size: <code bash> echo -n "Enter disk size in MiB [${DISK_SIZE}]: " read
Setting the Timezone @info:linux:debian
1 Hits, Last modified: 13 years ago
timezone </code> Or set it directy: <code bash> echo "Europe/Berlin" > /etc/timezone </code> {{tag>li
base-repo-get-value @z:relax:api:base
1 Hits, Last modified: 13 years ago
"$(base-repo-get-value ${service} ZONE)" ]; then echo "CRITICAL: service '${service}' is no zone (ZONE
base-repo-get-service @z:relax:api:base
1 Hits, Last modified: 13 years ago
epo-get-service ${service}) if [ $? != 0 ]; then echo "ERROR loading service config for service '${serv
Oracle: SQLplus Scripting @info:oracle
1 Hits, Last modified: 13 years ago
0 SET SPACE 0 SET LINESIZE 80 SET PAGESIZE 0 SET ECHO OFF SET FEEDBACK OFF SET VERIFY OFF SET HEADING O
Disable Core Dumps @info:linux
1 Hits, Last modified: 12 years ago
with the content ''* hard core 0'': <code bash> echo '* hard core 0' > /etc/security/limits.d/no_core_
localeadm @info:solaris
1 Hits, Last modified: 13 years ago
ga-sparc-dvd.iso" LOFIDEV=$(lofiadm -a ${ISOIMG}) echo LOFIDEV=${LOFIDEV} mount -F hsfs ${LOFIDEV} /mnt
rmdir for OSX @info:mac
1 Hits, Last modified: 10 years ago
o f="${d%/}/.DS_Store" if [ -f "${f}" ] then echo "removing ${f}" rm "${f}" fi /bin/rmdir "${d

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International
CC Attribution 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki