• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » all
Trace: • audio • Mercurial • andunix Infos • gps • cloudtable • ISO 3166-2:DE • Travian Map Download Script • service • Travian Village Planner • Cleanup Packages

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

  • Print all certificates in a file

Fulltext results:

Cleanup Packages @info:linux:debian
25 Hits, Last modified: 12 years ago
====== Cleanup Packages ====== ===== Purge uninstalled Packages ===== If a package is removed, it is only uninstalled, but the configuration remains on the system. This is a good thing, as you are able to reinstall the package and have it configured with the old c... leanup this old stuff, you can ge a list of uninstalled (but not purged) packages with this command: <
VBoxManage (The VirtualBox CLI) @info:virtualbox
21 Hits, Last modified: 12 years ago
e Version 4.2.16 (C) 2005-2013 Oracle Corporation All rights reserved. </code> ===== Usage: ===== V... <leaf>] [--cpuidremoveall] [--hardwareuuid <uui... [--nicpromisc<1-N> deny|allow-vms|allow-all] [--nicbandwidthgroup<1-N> none|<name>]
localeadm @info:solaris
8 Hits, Last modified: 13 years ago
e localeadm. ===== Examples ===== ==== List Installed Locales ==== <code bash> localeadm -lc </code> Example output: <code> Checking for installed packages. This could take a while. […] ----------------- The following regions are installed on maja on Donnerstag, 9. September 2010, 16:4... m/system/data/locales.list </code> ==== List Installable Locales ==== <code bash> localeadm -lc -d /m
MacPorts @info:mac
7 Hits, Last modified: 10 years ago
uested | cut -d ' ' -f 1 | uniq </code> list installed ports: <code bash> port -qv installed </code> ===== Housekeeping ===== When ports are updated, the old port is only deactivated, not uninstalled: <code> ... autoconf @2.6... @2.69_5 ... </code> You can see a list of all installed ports: <code bash> port echo installed
Oracle: Recovery Manager @info:oracle
5 Hits, Last modified: 13 years ago
</code> ===== Delete Archive Logs ===== Delete all archive logs but keep the last 45 days: <code sql> DELETE ARCHIVELOG ALL COMPLETED BEFORE 'SYSDATE -45'; </code> To remov... ackup run: <code sql> DELETE NOPROMPT ARCHIVELOG ALL COMPLETED BEFORE 'SYSDATE -45'; </code> A sample script could be (deleting all logs except the last three days): <code bash> #!
Oracle: List Accounts with Objects @info:oracle
3 Hits, Last modified: 13 years ago
racle: List Accounts with Objects ====== To list all accounts (users) the objects (like tables), you c... ECTS ORDER BY OWNER; </code> If you want to list all accounts, you can query them with: <code sql> SELECT USERNAME FROM ALL_USERS ORDER BY USERNAME; </code> Or, if you only
MySQL: Create User @info:mysql:user
3 Hits, Last modified: 10 years ago
code> ==== Create User and Database ==== * Usually, ''{user}'' == ''{db}'' <code sql> CREATE USER ... 0 ; CREATE DATABASE IF NOT EXISTS `{db}`; GRANT ALL PRIVILEGES ON `{db}` . * TO '{user}'@'%'; </code... TS `dbname` DEFAULT CHARACTER SET = 'utf8'; GRANT ALL ON `dbname`.* TO 'dbuser'@'dbhost' IDENTIFIED BY
Print all certificates in a file @info:cryptography:openssl
3 Hits, Last modified: 13 years ago
====== Print all certificates in a file ====== This command is especially helpful if you want to use Tomcat-/Java-Keystore... e Apache webserver. Use the -print_certs to print all the certificates and then cut the file and store
DynDNS Updates without a Client @info:script
2 Hits, Last modified: 13 years ago
NS client for my OpenSolaris Home Server, but a small bash script does the job as good as any other cli... ce </file> The file ''.dyndns.domains'' contains all the domains which should be updated. They must be
Package Repositories @info:solaris
2 Hits, Last modified: 13 years ago
epo are not qualified and not recommended for installation by users | |https://pkg.sun.com/opensolaris... a-clusters/|Open HA Cluster]] | {{tag>solaris laptop install ips pkg imagepackagesystem opensolaris}}
Install the Java-Plugin for Firefox @info:java
2 Hits, Last modified: 11 years ago
====== Install the Java-Plugin for Firefox ====== To install the Java plugin for Firefox, you have to create a symli
Generate a Test Key @info:cryptography:openssl
2 Hits, Last modified: 11 years ago
te instead of a certificate request. This is typically used to generate a test certificate or a self si... ate keys to, standard output by default. They are all written in PEM format. * ''[[http://www.openssl
jps - Java Virtual Machine Process Status Tool @info:java
2 Hits, Last modified: 13 years ago
h is a bit like the ''ps'' command. ''jps'' lists all ''java'' Processes of a user. You can find the ma... a/bin/jps -lm Here are some more examples: List all java processes: ''jps'' <code> 55719 hourglass.ja
Oracle: SPFile and PFiles @info:oracle
2 Hits, Last modified: 13 years ago
====== 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", w
Oracle: Resize Instance @info:oracle
2 Hits, Last modified: 13 years ago
a_target = 6G SCOPE=SPFILE; </code> Then, (optionally) export the SPFile to a PFile: <code sql> CREATE PFILE FROM SPFILE; </code> Finally, reboot the instance to activate the change: <c
Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
2 Hits, Last modified: 13 years ago
Compare directories @info:script
2 Hits, Last modified: 7 years ago
Android Backup @info:android
2 Hits, Last modified: 13 years ago
Command Line Tools Used in My Scripts @info:script
2 Hits, Last modified: 13 years ago
Increase the Tomcat Upload Limit @info:sysadmin
2 Hits, Last modified: 9 years ago
MySQL: Backup @info:mysql:database
2 Hits, Last modified: 13 years ago
Print Information about a Key @info:cryptography:openssl
1 Hits, Last modified: 11 years ago
Clear DNS Cache @info:mac
1 Hits, Last modified: 10 years ago
exiftool @info:script
1 Hits, Last modified: 9 years ago
Plaintext @info:cryptography
1 Hits, Last modified: 13 years ago
MySQL: Remove User @info:mysql:user
1 Hits, Last modified: 13 years ago
Debug Server Certificate from Client @info:cryptography:openssl
1 Hits, Last modified: 12 years ago
Firefox Extensions @info:prog:firefox
1 Hits, Last modified: 12 years ago
rmdir for OSX @info:mac
1 Hits, Last modified: 10 years ago
Make your Mac feel at Home @info:mac
1 Hits, Last modified: 10 years ago
Android @info:android
1 Hits, Last modified: 13 years ago
Cryptography @info:cryptography
1 Hits, Last modified: 13 years ago
CSS - Cascading Stylesheets @info:webdesign:css
1 Hits, Last modified: 13 years ago
MySQL: Create Database @info:mysql:database
1 Hits, Last modified: 13 years ago
Oracle: EXP @info:oracle
1 Hits, Last modified: 13 years ago
MySQL: Grant Permissions @info:mysql:permissions
1 Hits, Last modified: 13 years ago
Change Encoding with iconv @info:script
1 Hits, Last modified: 13 years ago
MySQL: Revoke Permissions @info:mysql:permissions
1 Hits, Last modified: 13 years ago
Specify Java VM for Eclipse @info:code:eclipse
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