• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » ca
Trace: • Cleanup Packages • Project Archive • firefox • solaris • source • Android Apps • init • List Open Ports • ReLAX • configure

ca
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:solaris (6)
  • info:cryptography (5)
  • info:mac (4)
  • info:linux (3)
  • info:script (3)
  • info:oracle (2)
  • info:android (1)
  • info:code (1)
  • info:java (1)
  • info:javascript (1)
  • info:mysql (1)
  • info:prog (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:

  • Clear DNS Cache
  • localeadm
  • Increase the Tomcat Upload Limit
  • Compare a Key with its Certificate
  • Convert a Certificate
  • Debug Server Certificate from Client
  • Download a Server Certificate
  • Print all certificates in a file
  • Print Information about a Certificate

Fulltext results:

localeadm @info:solaris
16 Hits, Last modified: 13 years ago
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
13 Hits, Last modified: 12 years ago
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
8 Hits, Last modified: 12 years ago
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
4 Hits, Last modified: 10 years ago
====== 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
4 Hits, Last modified: 13 years ago
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
3 Hits, Last modified: 13 years ago
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
3 Hits, Last modified: 13 years ago
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
3 Hits, Last modified: 13 years ago
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
2 Hits, Last modified: 13 years ago
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
2 Hits, Last modified: 11 years ago
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
2 Hits, Last modified: 10 years ago
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
2 Hits, Last modified: 13 years ago
://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
2 Hits, Last modified: 13 years ago
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
2 Hits, Last modified: 13 years ago
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
1 Hits, Last modified: 10 years ago
-al "${d}" done } </code> With this function you can remove the directory at once: <code bash> $ rmdi
CSS - Cascading Stylesheets @info:webdesign:css
1 Hits, Last modified: 13 years ago
jps - Java Virtual Machine Process Status Tool @info:java
1 Hits, Last modified: 13 years ago
WiFi Config QR-Code
1 Hits, Last modified: 10 years ago
Compare a Key with its Certificate @info:cryptography:openssl
1 Hits, Last modified: 13 years ago
Convert a Key @info:cryptography:openssl
1 Hits, Last modified: 7 years ago
Automatic Submission of a Form if an Element is changed @info:javascript
1 Hits, Last modified: 13 years ago
Solaris Manuals @info:solaris
1 Hits, Last modified: 13 years ago
Print Information about a Key @info:cryptography:openssl
1 Hits, Last modified: 11 years ago
Virtual Network Visualization @info:solaris
1 Hits, Last modified: 13 years ago
MySQL: Change Password @info:mysql:user
1 Hits, Last modified: 12 years ago
Package Repositories @info:solaris
1 Hits, Last modified: 13 years ago
Compare directories @info:script
1 Hits, Last modified: 7 years ago
Git @info:code
1 Hits, Last modified: 7 years ago
Android Backup @info:android
1 Hits, Last modified: 13 years ago
init @info:linux:debian
1 Hits, Last modified: 13 years ago
Solaris: List Devices @info:solaris
1 Hits, Last modified: 13 years ago
Firefox Extensions @info:prog:firefox
1 Hits, Last modified: 12 years ago
VBoxManage (The VirtualBox CLI) @info:virtualbox
1 Hits, Last modified: 12 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