Fulltext results:
- Cleanup Packages @info:linux:debian
- 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
- 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
- ====== 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
- ====== 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
- 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
- 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
- ====== 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
- 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
- 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
- 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
- ====== 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
- 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
- >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
- 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
- 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