Fulltext results:
- Shadows @info:webdesign:css
- ====== 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
- 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
- -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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- ons ====== ==== View Permissions ==== <code sql> SHOW PRIVILEGES; SHOW GRANTS FOR '{user}'@'%'; </code> {{tag>admin database mysql sql}}
- Oracle: SPFile and PFiles @info:oracle
- 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
- the instance to activate the change: <code sql> SHUTDOWN IMMEDIATE; STARTUP; </code> {{tag>admin or
- Android Backup @info:android
- te in the filename: <code bash> adb backup -apk -shared -all -f $(date '+%Y-%m-%d').db </code> If yo