• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » sh
Trace: • Setting the Timezone • mozilla • iso • manual • ISO 3166-1 • extension

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
@info
  • Any namespace
  • info:script (7)
  • info:cryptography (4)
  • info:solaris (4)
  • info:oracle (3)
  • info:mysql (2)
  • info:android (1)
  • info:java (1)
  • info:linux (1)
  • info:mac (1)
  • info:prog (1)
  • info:sysadmin (1)
  • info:virtualbox (1)
  • info:webdesign (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • SSH
  • root login with bash
  • SSH
  • Shadows

Fulltext results:

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
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
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
DynDNS Updates without a Client @info:script
3 Hits, Last modified: 13 years ago
od as any other client. <code bash dyndns-update.sh> #! /bin/bash . ${HOME}/.dyndns.cfg DOMAINS=$(c... echo -n " ${domain} - " curl --silent --show-error --insecure --user ${LOGIN} "${UPDATE_URL}... '.dyndns.domains'' contains all the domains which should be updated. They must be whitespace separated
root login with bash @info:script
3 Hits, Last modified: 13 years ago
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 ''root'' with a ''bash'' shell. ssh demo.lab.example.com -t "su - root -c
File System @info:solaris
2 Hits, Last modified: 13 years ago
S)]], [[http://docs.sun.com/app/docs/doc/819-2254/sharefs-7fs|sharefs(7FS)]], [[http://docs.sun.com/app/docs/doc/819-2254/tmpfs-7fs|tmpfs(7FS)]], [[http:/
MySQL: View Permissions @info:mysql:permissions
2 Hits, Last modified: 13 years ago
ons ====== ==== View Permissions ==== <code sql> SHOW PRIVILEGES; SHOW GRANTS FOR '{user}'@'%'; </code> {{tag>admin database mysql sql}}
Oracle: SPFile and PFiles @info:oracle
2 Hits, Last modified: 13 years ago
he PFile instead of ${PATH_TO_PFILE}. <code sql> SHUTDOWN IMMEDIATE; STARTUP NOMOUNT PFILE='${PATH_TO_PFILE}' CREATE SPFILE FROM PFILE; SHUTDOWN IMMEDIATE; </code> If your PFile is locate
Oracle: Resize Instance @info:oracle
1 Hits, Last modified: 13 years ago
the instance to activate the change: <code sql> SHUTDOWN IMMEDIATE; STARTUP; </code> {{tag>admin or
Android Backup @info:android
1 Hits, Last modified: 13 years ago
te in the filename: <code bash> adb backup -apk -shared -all -f $(date '+%Y-%m-%d').db </code> If yo
Print Information about a Certificate @info:cryptography:openssl
1 Hits, Last modified: 10 years ago
Print Information about a Key @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
exiftool @info:script
1 Hits, Last modified: 9 years ago
Increase the Tomcat Upload Limit @info:sysadmin
1 Hits, Last modified: 9 years ago
jps - Java Virtual Machine Process Status Tool @info:java
1 Hits, Last modified: 13 years ago
Firefox Extensions @info:prog:firefox
1 Hits, Last modified: 12 years ago
AirPort Command Line Interface @info:mac
1 Hits, Last modified: 10 years ago
Shell Script Variables @info:script
1 Hits, Last modified: 10 years ago
Change Encoding with iconv @info:script
1 Hits, Last modified: 13 years ago
Oracle: SQLplus Scripting @info:oracle
1 Hits, Last modified: 13 years ago
MySQL: Backup @info:mysql:database
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