• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » sh
Trace: • Travian • Travian Analyzer Bookmarklet • password • project_relax • app • blogging • fstyp • Cleanup Packages • gps • Travian Map Download Script

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.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • info (52)
  • tag (25)
  • blog (18)
  • z (13)
  • 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
50 Hits, Last modified: 5 years ago
ine** without a paragraph, you can use two backslashes followed by a whitespace or the end of line. T... t with some linebreaks\\ Note that the two backslashes are only recognized at the end of a line\\ or f... with some linebreaks\\ Note that the two backslashes are only recognized at the end of a line\\ or... by\\ a whitespace \\this happens without it. You should use forced newlines only if really needed. =
OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
26 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... le system type ''vboxfs''. The Usage is: <code bash> mount -F vboxfs <share> <mountpoint> </code> If you want to share the filesystem ''/share'' from th
Travian Map Download Script @z:travian
19 Hits, Last modified: 13 years ago
to the database. ===== config.inc ===== <code bash> # # database DB_USER="travian" # set this to you... MAP_DIR=${HOME}/opt/travian DUMP_DIR=/srv/glassfish/domains/domain1/docroot/sql # # executables MYSQL... 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 f
Cleanup Packages @info:linux:debian
17 Hits, Last modified: 12 years ago
not purged) packages with this command: <code bash> dpkg --get-selections | grep 'deinstall$' </code... ectly to aptitude to purge the packages: <code bash> aptitude purge $(dpkg --get-selections | grep 'd... First, you have to install ''deborpan'': <code bash> aptitude install deborphan </code> Then you can get the list of orphans: <code bash> deborphan </code> If you want, you can even mor
VBoxManage (The VirtualBox CLI) @info:virtualbox
16 Hits, Last modified: 12 years ago
s|extpacks| groups showvminfo <uuid>|<name> [--details] ... [--machinereadable] showvminfo <uuid>|<name> --log <idx> ... <1-N> on|off] [--natdnshostresolver<1-N> on|off] ... sbehci on|off] [--snapshotfolder default|<path>]
ZFS Playground @blog:2009
15 Hits, Last modified: 17 years ago
6~~ ====== ZFS Playground ====== This small demo shows the basic ZFS operations. You will need a Sola... , but they are only files for this demo. <code bash> cd /var/tmp mkfile 200m c0d0 c0d1 c0d2 c1d0 c1d1 c1d2 </code> ===== Create Pool ===== <code bash> pfexec zpool create demo /var/tmp/c0d0 zpool st... disk to the existing, creating a mirror. <code bash> pfexec zpool attach demo /var/tmp/c0d0 /var/tmp/
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
root login with bash @info:script
13 Hits, Last modified: 13 years ago
====== root login with bash ====== On our systems, the ''root'' account is set to be a role, so you c... ot'' role. Also, the ''root'' user has the bourne shell (''/bin/sh''), but working with ''/bin/bash'' is much easier. Using this command, you can directly log in as ''r
localeadm @info:solaris
12 Hits, Last modified: 13 years ago
it (insert your path in the first line. <code bash> ISOIMG="/share/iso/sol-10-u8-ga-sparc-dvd.iso" LOFIDEV=$(lofiadm -a ${ISOIMG}) echo LOFIDEV=${LOFIDE... V} /mnt </code> Note: If you're using the bourne shell (instead of bash or ksh), then use backticks in the second line: ''LOFIDEV=`lofiadm -a ${ISOIMG}`'
Debug Server Certificate from Client @info:cryptography:openssl
12 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
How To Create a Moveable VM with VirtualBox @blog:2010
11 Hits, Last modified: 16 years ago
he extensions for the generated scripts. <code bash> VBOX="/usr/bin/VBoxManage" SCRIPT_EXT="command" ... meters in case the user enters no value. <code bash> RAM="512" DISK_SIZE="8196" DISK_TYPE="vdi" </cod... example, the question for the disk size: <code bash> echo -n "Enter disk size in MiB [${DISK_SIZE}]: ... gured according to the parameters above. <code bash> mkdir -p "${VM_DIR}" ${VBOX} -q createvm --nam
Compare directories @info:script
10 Hits, Last modified: 7 years ago
the directories, generate a 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
SSH @info:sysadmin
10 Hits, Last modified: 10 years ago
====== SSH ====== ===== SSH with Public Key Authentication only ===== === /etc/ssh/sshd_config === Make sure that your SSH config file (''sshd_config'') contains these settings: <cod
IPS Repository Appliance @blog:2010
9 Hits, Last modified: 15 years ago
ignore it. {{osolrepo04.png?nolink|}} After finishing the Wizard, open the VM's Storage config and a... = Now boot the VM and wait until OpenSolaris finished booting. Open a terminal and check the repository path. <code bash> df -h ls -d /media/*/repo </code> {{osolrepo06.... ds with adequate privileges. Use "su", "sudo", "pfsh" or "pfexec" to obtain root privileges. <code ba
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
DynDNS Updates without a Client @info:script
7 Hits, Last modified: 13 years ago
fstyp @info:solaris
6 Hits, Last modified: 13 years ago
Shell Script Variables @info:script
6 Hits, Last modified: 10 years ago
Start and Stop the Apple File Server from Command Line @blog:2011
6 Hits, Last modified: 10 years ago
base-ssh-login @z:relax:api:base
5 Hits, Last modified: 13 years ago
Firefox Extensions @info:prog:firefox
5 Hits, Last modified: 12 years ago
Oracle: SPFile and PFiles @info:oracle
5 Hits, Last modified: 13 years ago
Increase the Tomcat Upload Limit @info:sysadmin
5 Hits, Last modified: 9 years ago
Git @info:code
4 Hits, Last modified: 7 years ago
base-ssh-umount @z:relax:api:base
4 Hits, Last modified: 13 years ago
Disable a Service @info:linux:debian
4 Hits, Last modified: 9 years ago
MacPorts @info:mac
4 Hits, Last modified: 10 years ago
Android Backup @info:android
4 Hits, Last modified: 13 years ago
base-ssh-mount @z:relax:api:base
4 Hits, Last modified: 13 years ago
rmdir for OSX @info:mac
4 Hits, Last modified: 10 years ago
Travian Village Planner @blog:2009
4 Hits, Last modified: 13 years ago
shell @tag
3 Hits, Last modified: 12 years ago
bash @tag
3 Hits, Last modified: 10 years ago
Oracle: Recovery Manager @info:oracle
3 Hits, Last modified: 13 years ago
Drupal: Reverse Proxy @blog:2010
3 Hits, Last modified: 13 years ago
Memory Usage of a Solaris Container (Zone) @blog:2010
3 Hits, Last modified: 16 years ago
share @tag
3 Hits, Last modified: 12 years ago
andunix-tool @p:andunix-tool
3 Hits, Last modified: 13 years ago
Command Line Audio @info:mac
3 Hits, Last modified: 13 years ago
ssh @tag
3 Hits, Last modified: 12 years ago
Home Server Goals @blog:2010
3 Hits, Last modified: 10 years ago
SSH @info
3 Hits, Last modified: 13 years ago
MySQL: Backup @info:mysql:database
3 Hits, Last modified: 13 years ago
bashrc @tag
3 Hits, Last modified: 12 years ago
Project Idea: WikiTable @blog:2009
3 Hits, Last modified: 17 years ago
List Open Ports @info:sysadmin
3 Hits, Last modified: 9 years ago
Setting the Timezone @info:linux:debian
3 Hits, Last modified: 13 years ago
DokuWiki @wiki
3 Hits, Last modified: 5 years ago
ReLAX @blog:2009
2 Hits, Last modified: 16 years ago
MySQL: Change Password @info:mysql:user
2 Hits, Last modified: 12 years ago
Clear DNS Cache @info:mac
2 Hits, Last modified: 10 years ago
Oracle Errors @info:oracle
2 Hits, Last modified: 13 years ago
Travian @z:travian
2 Hits, Last modified: 13 years ago
File System @info:solaris
2 Hits, Last modified: 13 years ago
MySQL: View Permissions @info:mysql:permissions
2 Hits, Last modified: 13 years ago
Virtual Network Visualization @blog:2009
2 Hits, Last modified: 17 years ago
base-repo-get-service @z:relax:api:base
2 Hits, Last modified: 13 years ago
base-exec-user @z:relax:api:base
2 Hits, Last modified: 13 years ago
base-exec-superuser @z:relax:api:base
2 Hits, Last modified: 13 years ago
Change Encoding with iconv @info:script
2 Hits, Last modified: 13 years ago
base-net-load-url @z:relax:api:base
2 Hits, Last modified: 13 years ago
Download a Server Certificate @info:cryptography:openssl
2 Hits, Last modified: 11 years ago
Upgrade Solaris 11/OpenSolaris from Text to Graphical @blog:2010
2 Hits, Last modified: 15 years ago
java @tag
1 Hits, Last modified: 9 years ago
port @tag
1 Hits, Last modified: 9 years ago
Oracle: Resize Instance @info:oracle
1 Hits, Last modified: 13 years ago
admin @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
sysadmin @tag
1 Hits, Last modified: 9 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
wifi @tag
1 Hits, Last modified: 10 years ago
network @tag
1 Hits, Last modified: 9 years ago
desktop @tag
1 Hits, Last modified: 10 years ago
info @tag
1 Hits, Last modified: 9 years ago
Workaround for FolderSync with ownCloud 7 @blog:2014
1 Hits, Last modified: 11 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
config @tag
1 Hits, Last modified: 9 years ago
limit @tag
1 Hits, Last modified: 9 years ago
cursor @tag
1 Hits, Last modified: 9 years ago
Print Information about a Certificate @info:cryptography:openssl
1 Hits, Last modified: 10 years ago
Plaintext @info:cryptography
1 Hits, Last modified: 13 years ago
Hello Drupal @blog:2010
1 Hits, Last modified: 16 years ago
Oracle: SQLplus Scripting @info:oracle
1 Hits, Last modified: 13 years ago
Install the Java-Plugin for Firefox @info:java
1 Hits, Last modified: 11 years ago
Simulating slow network connections with trickle @blog:2014
1 Hits, Last modified: 12 years ago
Disable Core Dumps @info:linux
1 Hits, Last modified: 12 years ago
AirPort Command Line Interface @info:mac
1 Hits, Last modified: 10 years ago
Cursor Size @info:linux:gnome
1 Hits, Last modified: 10 years ago
ReLAX @z:relax
1 Hits, Last modified: 13 years ago
Comapct Sparse Image @info:mac
1 Hits, Last modified: 10 years ago
Oracle: EXP @info:oracle
1 Hits, Last modified: 13 years ago
Dice Roller @blog:2009
1 Hits, Last modified: 17 years ago
CloudTable @z:cloudtable
1 Hits, Last modified: 13 years ago
pargs for Linux @info:linux
1 Hits, Last modified: 12 years ago
exiftool @info:script
1 Hits, Last modified: 9 years ago
Make your Mac feel at Home @info:mac
1 Hits, Last modified: 10 years ago
jps - Java Virtual Machine Process Status Tool @info:java
1 Hits, Last modified: 13 years ago
base-repo-get-value @z:relax:api:base
1 Hits, Last modified: 13 years ago
Welcome to your new DokuWiki @wiki
1 Hits, Last modified: 5 years ago
Project PDA @blog:2011
1 Hits, Last modified: 13 years ago
host-user-list @z:relax:api:host
1 Hits, Last modified: 13 years ago
Set a Mac's Hostname @info:mac
1 Hits, Last modified: 10 years ago
Print Information about a Signature @info:cryptography:openssl
1 Hits, Last modified: 11 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
CSS - Cascading Stylesheets @info:webdesign:css
1 Hits, Last modified: 13 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