• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » sh
Trace: • crossbow • MacPorts • blogging • config • imagepackagesystem • mac • webhosting • Travian Village Planner - Tribe & Village Name • Travian Info Tool • audio

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
@info
  • Any namespace
  • info:mac (8)
  • info:script (7)
  • info:cryptography (6)
  • info:linux (6)
  • info:oracle (6)
  • info:solaris (4)
  • info:mysql (3)
  • info:sysadmin (3)
  • info:java (2)
  • info:webdesign (2)
  • info:android (1)
  • info:code (1)
  • info:prog (1)
  • info:virtualbox (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:

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>]
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
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
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}`'
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
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
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
ent for my OpenSolaris Home Server, but a small bash script does the job as good as any other client. <code bash dyndns-update.sh> #! /bin/bash . ${HOME}/.dyndns.cfg DOMAINS=$(cat ${HOME}/.dyndns.domains) echo "$(date '+%Y-%m-%
Shell Script Variables @info:script
6 Hits, Last modified: 10 years ago
====== Shell Script Variables ====== ===== Last Character ===== Get the last character of ''$a'': <code bash> ${a: -1} </code> ===== Remove Slash from the End of a Variable ===== Remove a trailing slash from ''$a'': <code bash> a=${a%/} </code> {{tag>
fstyp @info:solaris
6 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
Increase the Tomcat Upload Limit @info:sysadmin
5 Hits, Last modified: 9 years ago
>52428800</max-request-size> <file-size-threshold>0</file-size-threshold> </multipart-config> </code> To increate the limit to 75MiB change the... >78643200</max-request-size> <file-size-threshold>0</file-size-threshold> </multipart-config> </code> If you have installed Tomcat in ''/opt/to
Oracle: SPFile and PFiles @info:oracle
5 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... > ===== Initialization Parameters ===== ==== Flash Recovery Area ==== === DB_RECOVERY_FILE_DEST_SIZ... ERY_FILE_DEST_SIZE'' specifies the size of the flash recovery area. * For more inforamtion, see the
Firefox Extensions @info:prog:firefox
5 Hits, Last modified: 12 years ago
ersion/|Screengrab (fix version)]] |Grab a screenshot of current webpage. | |[[https://addons.mozill... * [[https://addons.mozilla.org/firefox/addon/flashblock/|Flashblock]] - Block Flash and shows a play button to enable it once. * [[https://addons.mozilla.org/fire
Git @info:code
4 Hits, Last modified: 7 years ago
rmdir for OSX @info:mac
4 Hits, Last modified: 10 years ago
Android Backup @info:android
4 Hits, Last modified: 13 years ago
MacPorts @info:mac
4 Hits, Last modified: 10 years ago
Disable a Service @info:linux:debian
4 Hits, Last modified: 9 years ago
Setting the Timezone @info:linux:debian
3 Hits, Last modified: 13 years ago
List Open Ports @info:sysadmin
3 Hits, Last modified: 9 years ago
MySQL: Backup @info:mysql:database
3 Hits, Last modified: 13 years ago
SSH
3 Hits, Last modified: 13 years ago
Oracle: Recovery Manager @info:oracle
3 Hits, Last modified: 13 years ago
Command Line Audio @info:mac
3 Hits, Last modified: 13 years ago
Download a Server Certificate @info:cryptography:openssl
2 Hits, Last modified: 11 years ago
MySQL: View Permissions @info:mysql:permissions
2 Hits, Last modified: 13 years ago
File System @info:solaris
2 Hits, Last modified: 13 years ago
Change Encoding with iconv @info:script
2 Hits, Last modified: 13 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
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
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
Oracle: Resize Instance @info:oracle
1 Hits, Last modified: 13 years ago
jps - Java Virtual Machine Process Status Tool @info:java
1 Hits, Last modified: 13 years ago
AirPort Command Line Interface @info:mac
1 Hits, Last modified: 10 years ago
exiftool @info:script
1 Hits, Last modified: 9 years ago
Print Information about a Signature @info:cryptography:openssl
1 Hits, Last modified: 11 years ago
Set a Mac's Hostname @info:mac
1 Hits, Last modified: 10 years ago
Make your Mac feel at Home @info:mac
1 Hits, Last modified: 10 years ago
Oracle: SQLplus Scripting @info:oracle
1 Hits, Last modified: 13 years ago
pargs for Linux @info:linux
1 Hits, Last modified: 12 years ago
Install the Java-Plugin for Firefox @info:java
1 Hits, Last modified: 11 years ago
Disable Core Dumps @info:linux
1 Hits, Last modified: 12 years ago
Cursor Size @info:linux:gnome
1 Hits, Last modified: 10 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
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