• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » all
Trace: • Mercurial • Cleanup Packages • Travian • rmdir for OSX • ISO 3166-1 alpha-2

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.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@info
  • Any namespace
  • info:mysql (5)
  • info:mac (4)
  • info:cryptography (3)
  • info:oracle (3)
  • info:script (3)
  • info:solaris (3)
  • info:android (2)
  • info:java (2)
  • info:linux (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:

  • Print all certificates in a file

Fulltext results:

Cleanup Packages @info:linux:debian
15 Hits, Last modified: 12 years ago
m. This is a good thing, as you are able to reinstall the package and have it configured with the old c... <code bash> dpkg --get-selections | grep 'deinstall$' </code> You can feed this list directly to apt... itude purge $(dpkg --get-selections | grep 'deinstall$' | cut -f1) </code> ===== Remove Orphans ===== If a packages is installed, all its dependencies are also automatically installed
VBoxManage (The VirtualBox CLI) @info:virtualbox
9 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... [--mode machine|machineandchildren|all] [--options link|keep
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
localeadm @info:solaris
3 Hits, Last modified: 13 years ago
---- The following regions are available to install from /mnt/Solaris_10/Product Australasia (aua) ... (hi_in) [ hi_IN.UTF-8 ] Done. </code> ==== Install all North Americal (nam) and Central Europe (ceu) Locales ==== <code bash> localeadm -a nam -d /mnt/S
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
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
MySQL: Create User @info:mysql:user
2 Hits, Last modified: 10 years ago
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
2 Hits, Last modified: 13 years ago
====== Print all certificates in a file ====== This command is especially helpful if you want to use T... 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
MacPorts @info:mac
2 Hits, Last modified: 10 years ago
@2.69_5 ... </code> You can see a list of all installed ports: <code bash> port echo installed ... You can clean these: <code bash> sudo port uninstall inactive </code> {{tag>admin cli mac osx sysadmi
Compare directories @info:script
2 Hits, Last modified: 7 years ago
ode 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 option ''-d'' of ''sort'', to get com
Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
2 Hits, Last modified: 13 years ago
- <target raw device> ==== Inodes ==== * Find all hard links of a given inode: find <filesystem>... mount -inum <inode> -ls * For example, to find all filesystem entries in the root filesystem for ino
Cryptography @info:cryptography
1 Hits, Last modified: 13 years ago
asily describe the terms used in cryptography. As all pages on this site, it's meant as a mnemonic for
Firefox Extensions @info:prog:firefox
1 Hits, Last modified: 12 years ago
dblock-plus/|Adblock Plus]] |A must-have. Blocks all these blinking ads which are so anoying. | |[[ht
Android @info:android
1 Hits, Last modified: 13 years ago
rmdir for OSX @info:mac
1 Hits, Last modified: 10 years ago
Package Repositories @info:solaris
1 Hits, Last modified: 13 years ago
Make your Mac feel at Home @info:mac
1 Hits, Last modified: 10 years ago
MySQL: Create Database @info:mysql:database
1 Hits, Last modified: 13 years ago
CSS - Cascading Stylesheets @info:webdesign:css
1 Hits, Last modified: 13 years ago
Generate a Test Key @info:cryptography:openssl
1 Hits, Last modified: 11 years ago
Oracle: EXP @info:oracle
1 Hits, Last modified: 13 years ago
Android Backup @info:android
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
MySQL: Backup @info:mysql:database
1 Hits, Last modified: 13 years ago
Clear DNS Cache @info:mac
1 Hits, Last modified: 10 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