• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » sh
Trace: • cursor • community • exp • Travian • andunix Infos • WiFi Config QR-Code • app • Cleanup Packages • Make your Mac feel at Home • aptitude

sh
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.

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

Matching pagenames:

  • SSH
  • bash
  • bashrc
  • share
  • shell
  • ssh
  • OpenSolaris / VirtualBox: Mount Shared Folder
  • root login with bash
  • SSH
  • Shadows
  • base-ssh-login
  • base-ssh-mount
  • base-ssh-umount

Fulltext results:

Formatting Syntax @wiki
27 Hits, Last modified: 5 years ago
by\\ a whitespace \\this happens without it. You should use forced newlines only if really needed. =... otes: * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones... ia's page about Wikis: [[wp>Wiki]]. ==== Windows Shares ==== Windows shares like [[\\server\share|this]] are recognized, too. Please note that these onl
OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
23 Hits, Last modified: 17 years ago
11 12:16~~ ====== OpenSolaris / VirtualBox: Mount Shared Folder ====== To mount a shared folder in a OpenSolaris guest in VirtualBox, you have to install... fs''. The Usage is: <code bash> mount -F vboxfs <share> <mountpoint> </code> If you want to share the filesystem ''/share'' from the host to the guest,
Shadows @info:webdesign:css
15 Hits, Last modified: 13 years ago
====== Shadows ====== ===== Box Shadow ===== ==== Normal Shadow ==== Only the shadow: box-shadow: 1px 4px 8px #888888; <html><div style="box-shadow: 1px 4px
Travian Map Download Script @z:travian
12 Hits, Last modified: 13 years ago
output-document=" #WGET="/usr/bin/curl --silent --show-error --output " </code> ===== cron.hourly ===== <code bash> #! /bin/sh echo `date +'%Y-%m-%d %H:%M'`: $0 for w in de7 do ${HOME}/opt/travian/bin/get.sh ${w} done </code> ===== get.sh ===== <code bash> #! /bin/sh BIN_DIR=`dirname $0` . ${BIN_DIR}/confi
VBoxManage (The VirtualBox CLI) @info:virtualbox
11 Hits, Last modified: 12 years ago
s|extpacks| groups showvminfo <uuid>|<name> [--details] ... [--machinereadable] showvminfo <uuid>|<name> --log <idx> ... ls|--machinereadable] showvminfo <uuid>|<name> closemedium ... [--mtype normal|writethrough|immutable|shareable| read
Cleanup Packages @info:linux:debian
10 Hits, Last modified: 12 years ago
-version, -v Version information. --show-deps, -d Show dependencies for packages that have them. --show-priority, -P Show priority of packages found. --show-section, -s Show the sections
Debug Server Certificate from Client @info:cryptography:openssl
9 Hits, Last modified: 12 years ago
Credit for this example goes to "[[http://langui.sh/2009/03/14/checking-a-remote-certificate-chain-wi... ficate Chain With OpenSSL]]" from [[http://langui.sh/|langui.sh]]. openssl s_client -showcerts -connect www.andunix.net:443 Informations about the used arguments
Virtual Network Visualization @info:solaris
8 Hits, Last modified: 13 years ago
d a perl script which takes the output of ''dladm show-link'' and ''dladm show-linkprop -o link,value -p zone'' and generates a dot-File, which then can b... de perl> #! /usr/bin/perl $STYLE{'etherstub'} = "shape=box"; $STYLE{'phys'} = "color=black"; $STYLE{'... "; print "digraph vnet {\n"; open INPUT, "dladm show-link|"; # skip first line <INPUT>; while (defin
Compare directories @info:script
7 Hits, Last modified: 7 years ago
digest file: <code bash> find DIR -type f -exec shasum {} + | LC_ALL=C sort -d -k 2 > shasums.txt </code> It's important to use ''LC_ALL=C'' and the op... erent machines. After that, you can diff the two shasums.txt: <code bash> diff shasums1.txt shasums2.txt </code> Or you use Meld as graphical diff tool
fstyp @info:solaris
5 Hits, Last modified: 13 years ago
20972160 blocks 20654449 bsize 8192 shift 13 mask 0xffffe000 fsize 1024 shift 10 mask 0xfffffc00 frag 8 shift 3 fsbtodb 1 minfree 1% maxbpg 204... ms rps 167 csaddr 760 cssize 7168 shift 9 mask 0xfffffe00 ntrak 48 n
Travian Village Planner @blog:2009
4 Hits, Last modified: 13 years ago
field and the character defines which building to show. You can have a look at the current version at ... ch are still missing: * Tribe - currently only showing gaul village * Drag & Drop - this should be optional as I prefer the current solution with two... ks * Village Name - add another parameter which is shown as village name {{tag>javascript travian}}
ZFS Playground @blog:2009
4 Hits, Last modified: 17 years ago
6~~ ====== ZFS Playground ====== This small demo shows the basic ZFS operations. You will need a Sola... /code> Note that the ''zpool status'' output now shows a mirror over two files. Also note the ''resi... econd "disk", which will bring us back to what we should have done in the step before. <code bash> pf... ove the files. Note that ''zpool status'' doesn't show the pool any more. <code bash> pfexec zpool de
How To Create a Moveable VM with VirtualBox @blog:2010
4 Hits, Last modified: 16 years ago
PT__ > "${VM_DIR}/activate.${SCRIPT_EXT}" #! /bin/sh ${VBOX} -q registervm "${VM_DIR}/${VM_NAME}.xml... __SCRIPT__ </code> Result: <code bash> #! /bin/sh /usr/bin/VBoxManage registervm "/local/temp-vm/... * The VM must not have snapshots. * You have to shut down the VM. If you suspend it, it won't detach... nges to my scripts collection on bitbucket.org. {{tag>cli scripting shell virtualbox virtualization}}
Start and Stop the Apple File Server from Command Line @blog:2011
4 Hits, Last modified: 10 years ago
bin/service'' to start or stop the "Personal File Sharing". Start the Apple File Server ("Personal File Sharing"): <code bash> sudo /sbin/service com.apple... h> sudo /sbin/service com.apple.AppleFileServer stop </code> {{tag>cli mac osx share shell sysadmin}}
localeadm @info:solaris
4 Hits, Last modified: 13 years ago
our path in the first line. <code bash> ISOIMG="/share/iso/sol-10-u8-ga-sparc-dvd.iso" LOFIDEV=$(lofi... V} /mnt </code> Note: If you're using the bourne shell (instead of bash or ksh), then use backticks i... 859-5, ru_RU.ANSI1251, ru_RU.KOI8-R, ru_RU.UTF-8, sh_BA.ISO8859-2, sh_BA.UTF-8, sl_SI.ISO8859-2, sl_SI.UTF-8, sq_AL.ISO8859-2, sq_AL.UTF-8, sr_CS.UTF-8, s
share @tag
3 Hits, Last modified: 12 years ago
Project Idea: WikiTable @blog:2009
3 Hits, Last modified: 17 years ago
shell @tag
3 Hits, Last modified: 12 years ago
root login with bash @info:script
3 Hits, Last modified: 13 years ago
DynDNS Updates without a Client @info:script
3 Hits, Last modified: 13 years ago
File System @info:solaris
2 Hits, Last modified: 13 years ago
Oracle: SPFile and PFiles @info:oracle
2 Hits, Last modified: 13 years ago
ReLAX @blog:2009
2 Hits, Last modified: 16 years ago
andunix-tool @p:andunix-tool
2 Hits, Last modified: 13 years ago
Virtual Network Visualization @blog:2009
2 Hits, Last modified: 17 years ago
MySQL: View Permissions @info:mysql:permissions
2 Hits, Last modified: 13 years ago
sysadmin @tag
1 Hits, Last modified: 9 years ago
_template @tag
1 Hits, Last modified: 10 years ago
qrcode @tag
1 Hits, Last modified: 10 years ago
generator @tag
1 Hits, Last modified: 10 years ago
apache @tag
1 Hits, Last modified: 9 years ago
andunix.net
1 Hits, Last modified: 5 years ago
linux @tag
1 Hits, Last modified: 9 years ago
port @tag
1 Hits, Last modified: 9 years ago
wifi @tag
1 Hits, Last modified: 10 years ago
desktop @tag
1 Hits, Last modified: 10 years ago
Oracle: Resize Instance @info:oracle
1 Hits, Last modified: 13 years ago
config @tag
1 Hits, Last modified: 9 years ago
info @tag
1 Hits, Last modified: 9 years ago
cursor @tag
1 Hits, Last modified: 9 years ago
gnome @tag
1 Hits, Last modified: 10 years ago
url @tag
1 Hits, Last modified: 10 years ago
tomcat @tag
1 Hits, Last modified: 9 years ago
mouse @tag
1 Hits, Last modified: 10 years ago
limit @tag
1 Hits, Last modified: 9 years ago
Travian @z:travian
1 Hits, Last modified: 13 years ago
admin @tag
1 Hits, Last modified: 9 years ago
java @tag
1 Hits, Last modified: 9 years ago
network @tag
1 Hits, Last modified: 9 years ago
Increase the Tomcat Upload Limit @info:sysadmin
1 Hits, Last modified: 9 years ago
Workaround for FolderSync with ownCloud 7 @blog:2014
1 Hits, Last modified: 11 years ago
Hello Drupal @blog:2010
1 Hits, Last modified: 16 years ago
MySQL: Backup @info:mysql:database
1 Hits, Last modified: 13 years ago
DokuWiki @wiki
1 Hits, Last modified: 5 years ago
Oracle: SQLplus Scripting @info:oracle
1 Hits, Last modified: 13 years ago
Change Encoding with iconv @info:script
1 Hits, Last modified: 13 years ago
Shell Script Variables @info:script
1 Hits, Last modified: 10 years ago
base-ssh-login @z:relax:api:base
1 Hits, Last modified: 13 years ago
base-repo-get-service @z:relax:api:base
1 Hits, Last modified: 13 years ago
AirPort Command Line Interface @info:mac
1 Hits, Last modified: 10 years ago
ReLAX @z:relax
1 Hits, Last modified: 13 years ago
Firefox Extensions @info:prog:firefox
1 Hits, Last modified: 12 years ago
Dice Roller @blog:2009
1 Hits, Last modified: 17 years ago
CloudTable @z:cloudtable
1 Hits, Last modified: 13 years ago
Drupal: Reverse Proxy @blog:2010
1 Hits, Last modified: 13 years ago
exiftool @info:script
1 Hits, Last modified: 9 years ago
base-ssh-mount @z:relax:api:base
1 Hits, Last modified: 13 years ago
base-ssh-umount @z:relax:api:base
1 Hits, Last modified: 13 years ago
jps - Java Virtual Machine Process Status Tool @info:java
1 Hits, Last modified: 13 years ago
Welcome to your new DokuWiki @wiki
1 Hits, Last modified: 5 years ago
Memory Usage of a Solaris Container (Zone) @blog:2010
1 Hits, Last modified: 16 years ago
Project PDA @blog:2011
1 Hits, Last modified: 13 years ago
Command Line Tools Used in My Scripts @info:script
1 Hits, Last modified: 13 years ago
Print Information about a Key @info:cryptography:openssl
1 Hits, Last modified: 11 years ago
Home Server Goals @blog:2010
1 Hits, Last modified: 10 years ago
Print Information about a Certificate @info:cryptography:openssl
1 Hits, Last modified: 10 years ago
Android Backup @info:android
1 Hits, Last modified: 13 years ago
Download a Server Certificate @info:cryptography:openssl
1 Hits, Last modified: 11 years ago

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