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