• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » up
Trace: • mac • owncloud • gnome • Travian Info Tool • jax-ws • virtualbox • Travian • certification • Package Repositories • jax

up
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:oracle (4)
  • info:linux (3)
  • info:mac (3)
  • info:mysql (3)
  • info:solaris (3)
  • info:cryptography (2)
  • info:script (2)
  • info:android (1)
  • info:code (1)
  • info:java (1)
  • info:sysadmin (1)
  • info:virtualbox (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Android Backup
  • DynDNS Updates without a Client
  • Increase the Tomcat Upload Limit
  • Cleanup Packages
  • MySQL: Backup

Fulltext results:

VBoxManage (The VirtualBox CLI) @info:virtualbox
15 Hits, Last modified: 12 years ago
sion number and exit [-q|--nologo] suppress the logo [--settingspw <pw>] provide... operties|extpacks| groups showvminfo <uuid>|<name> [--de... --name <name> [--groups <group>, ...] [--ostype <ostype>] [--registe
Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
12 Hits, Last modified: 13 years ago
device> * Write VTOC: fmthard -s <vtoc backup> <raw device> * Directly transfer VTOC from on... ibyte (KiB)]])) or 8 KiB. On sun4u only 8 KiB is supported. 8 KiB is default and recommended. * The ... == FIXME: add newfs options * List alternate superblocks: newfs -Nv <raw device> === fstyp ===... p]]'' list filesystems propeties, e.g. alternate superblocks: fstyp -v <raw device> === fsck ===
DynDNS Updates without a Client @info:script
12 Hits, Last modified: 13 years ago
====== DynDNS Updates without a Client ====== My new hosting provide Strato offers DynDNS. I was sear... b as good as any other client. <code bash dyndns-update.sh> #! /bin/bash . ${HOME}/.dyndns.cfg DOMA... silent --show-error --insecure --user ${LOGIN} "${UPDATE_URL}?hostname=${domain}" done </code> First,... the ''$LOGIN'' variable) and the server's URL (''$UPDATE_URL'') are read from the config file ''~/.dyn
Virtual Network Visualization @info:solaris
11 Hits, Last modified: 13 years ago
Virtual Network Visualization ====== OpenSolaris supports virtual networks using virtual interfaces co... d using [[http://www.graphviz.org/|Graphviz]]. **Update**: You might also be interested in the [[http... e"; #$STYLE{'unknown'} = "fontcolor=red"; $STYLE{'up'} = "fontcolor=green"; print "digraph vnet {\n";... MTU STATE OVER e1000g0 phys 1500 up -- e1000g1 phys 1500 unknown --
Android Backup @info:android
6 Hits, Last modified: 13 years ago
====== Android Backup ====== To backup your device, use this command. It will automatically insert the current date in the filename: <code bash> adb backup -apk -shared -all -f $(date '+%Y-%m-%d').db </cod... h the connection ("adb: unable to connect for backup"), check the listing of connected devices: <code
AirPort Command Line Interface @info:mac
3 Hits, Last modified: 10 years ago
/|OS X Daily]] ==== AirPort On ==== networksetup -setairportpower airport on ==== AirPort Off ==== networksetup -setairportpower airport off ===== Select AirPort Network ===== networksetup -setairportnetwork {Network} AirPort {{tag>mac o
Mercurial
3 Hits, Last modified: 13 years ago
nbproject/private''. Depending on your project setup, you may want to also exclude ''bin'', ''gen'', '... ath$ ^.project$ </code> ==== Version Control Backup Files ==== Version Control System produce backup files when doing irreversible changes. <code> \.or
Debug Server Certificate from Client @info:cryptography:openssl
2 Hits, Last modified: 12 years ago
j ggGnMIIBozAfBgNVHSMEGDAWgBSZ5EBfaxRePgXZ3dNjVPxiuPcArDAdBgNVHQ4E FgQUkpRXtIfUe+4i2AJaUrbBVhR0kVgwDgY... r public key is 2048 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE SSL-Sessi
Cleanup Packages @info:linux:debian
2 Hits, Last modified: 12 years ago
====== Cleanup Packages ====== ===== Purge uninstalled Packages ===== If a package is removed, it is... th the old configuration. But if you want to cleanup this old stuff, you can ge a list of uninstalled
MacPorts @info:mac
2 Hits, Last modified: 10 years ago
</code> ===== Housekeeping ===== When ports are updated, the old port is only deactivated, not unins... run MacPorts for a while, you will see a lot of duplicate ports. You can clean these: <code bash> sud
Oracle: SPFile and PFiles @info:oracle
2 Hits, Last modified: 13 years ago
H_TO_PFILE}. <code sql> SHUTDOWN IMMEDIATE; STARTUP NOMOUNT PFILE='${PATH_TO_PFILE}' CREATE SPFILE FR... ', the the second line would be: <code sql> STARTUP NOMOUNT PFILE='/db/oracle/config/pfiles/initweb.o
jps - Java Virtual Machine Process Status Tool @info:java
2 Hits, Last modified: 13 years ago
ain --userdir /Users/andreas/Library/Application Support/visualvm/1.0.1 --branding visualvm </code> J... license_class=com.sun.tools.visualvm.modules.startup.AcceptLicense -Dsun.jvmstat.perdata.syncWaitMs=10
init @info:linux:debian
2 Hits, Last modified: 13 years ago
==== To activate an init script ("myscript"): update-rc.d myscript enable To deactivate an init script ("myscript"): update-rc.d myscript remove Further information can
Disable a Service @info:linux:debian
2 Hits, Last modified: 9 years ago
le a service: <code bash> service <service> stop update-rc.d <service> enable|disable </code> With '... > </code> To (re)enable a service: <code bash> update-rc.d <service> enable|disable service <servic
MySQL: Backup @info:mysql:database
2 Hits, Last modified: 13 years ago
====== MySQL: Backup ====== ===== Export a Database ===== <code bash> # set or replace the variables... sleep 10 # optional done wait # for child processes to end </code> {{tag>mysql admin backup export}}
Git @info:code
1 Hits, Last modified: 7 years ago
MySQL: Change Password @info:mysql:user
1 Hits, Last modified: 12 years ago
Oracle: SQLplus Scripting @info:oracle
1 Hits, Last modified: 13 years ago
Increase the Tomcat Upload Limit @info:sysadmin
1 Hits, Last modified: 9 years ago
Oracle: Recovery Manager @info:oracle
1 Hits, Last modified: 13 years ago
Oracle: Resize Instance @info:oracle
1 Hits, Last modified: 13 years ago
MySQL: Create User @info:mysql:user
1 Hits, Last modified: 10 years ago
Plaintext @info:cryptography
1 Hits, Last modified: 13 years ago
Clear DNS Cache @info:mac
1 Hits, Last modified: 10 years ago
localeadm @info:solaris
1 Hits, Last modified: 13 years ago
root login with bash @info:script
1 Hits, Last modified: 13 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