Fulltext results:
- localeadm @info:solaris
- reparation ===== Check your Solaris Release with cat /etc/release and get a matching DVD or ISO image... line: ''LOFIDEV=`lofiadm -a ${ISOIMG}`'' Now you can use localeadm. ===== Examples ===== ==== List ... O8859-2, sk_SK.UTF-8 ] North America (nam) [ en_CA.ISO8859-1, en_CA.UTF-8, en_US.ISO8859-1, en_US.ISO8859-15, en_US.UTF-8, es_MX.ISO8859-1, es_MX.UTF-8,
- Debug Server Certificate from Client @info:cryptography:openssl
- ST = Greater Manchester, L = Salford, O = COMODO CA Limited, CN = PositiveSSL CA 2 verify error:num=20:unable to get local issuer certificate verify retu... i:/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=PositiveSSL CA 2 -----BEGIN CERTIFICATE----- MIIE+jCCA+KgAwIBAgIRAMcY2QMjFj4GndFjFpXVm+0wD
- Cleanup Packages @info:linux:debian
- n. But if you want to cleanup this old stuff, you can ge a list of uninstalled (but not purged) packag... --get-selections | grep 'deinstall$' </code> You can feed this list directly to aptitude to purge the... kage is removed or the dependencies change, there can be left over packages. ''deborphan'' is an utili... ash> aptitude install deborphan </code> Then you can get the list of orphans: <code bash> deborphan
- Clear DNS Cache @info:mac
- ====== Clear DNS Cache ====== To clear the DNS cache on OS X, you first have to flush the cache and then send a signal the the 'mDNSResponder'. dscacheutil -flushcache sudo killall -HUP mDNSResponder {{tag>mac osx sysadmin dns cache cli}}
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- t Devices ==== To list the system's devices, you can use the following commands: * ''dmesg'' * '... ure Devices ==== To reconfigure the devices, you can perform any of these actions: - ''touch /reco... ogical block size divided by 1, 2, 4 or 8. So, it can be between 512 Bytes and 8 KiB. The default frag... /rdsk/c0t0d0s0 home vol1 * Labeled filesystems can be copied with ''volcopy'' {{tag>solaris solari
- Setting the Timezone @info:linux:debian
- e''. ===== Check the Timezone ===== <code bash> cat /etc/timezone </code> Example: <code> # cat /etc/timezone Europe/London </code> ===== Set the Timezone ===== You can use ''vi'': <code bash> vi /etc/timezone </code
- Oracle: SPFile and PFiles @info:oracle
- s ====== Oracle reads its parameters from a file called "SPFile". You can't change it directly as it's a binary file. Additionally, Oracle can read the parameters from "PFiles", which are reg
- DynDNS Updates without a Client @info:script
- h> #! /bin/bash . ${HOME}/.dyndns.cfg DOMAINS=$(cat ${HOME}/.dyndns.domains) echo "$(date '+%Y-%m-... s script is part of my scripts collection, so you can find the latest version at http://bitbucket.org/... unix/scripts/src/tip/bin/cron-dyndns-update. You can find the DynDNS protocol specification at http:/
- Command Line Audio @info:mac
- Mac at home, I needed a command line tool which I can use via ssh. I've found it here: [[http://osxdai... h> sudo osascript -e "set Volume 10" </code> You can enter numbers from 0 (mute) to 10 (maximum). ==
- Generate a Test Key @info:cryptography:openssl
- generate a test certificate or a self signed root CA. The extensions added to the certificate (if any)... write to or standard output by default. Now you can pack the key into a PKCS#12 container: openss
- MacPorts @info:mac
- f @2.69_5 ... </code> You can see a list of all installed ports: <code bash> p... while, you will see a lot of duplicate ports. You can clean these: <code bash> sudo port uninstall ina
- Thunderbird Extendsions
- ://addons.mozilla.org/thunderbird/addon/lightning-calendar-tabs/|Lightning Calendar Tabs]] * [[https://addons.mozilla.org/thunderbird/addon/mailredirect
- Oracle: List Accounts with Objects @info:oracle
- l accounts (users) the objects (like tables), you can query them with: <code sql> SELECT DISTINCT OWN... R; </code> If you want to list all accounts, you can query them with: <code sql> SELECT USERNAME FRO
- root login with bash @info:script
- the ''root'' account is set to be a role, so you can't login as root, just ''su'' to ''root'' from an... in/bash'' is much easier. Using this command, you can directly log in as ''root'' with a ''bash'' shel
- rmdir for OSX @info:mac
- -al "${d}" done } </code> With this function you can remove the directory at once: <code bash> $ rmdi