• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » da
Trace: • community • wikitable • dice • Welcome to your new DokuWiki • mouse • ISO 3166-2:DE • geocache • Package Repositories • Cleanup Packages • rman

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

  • DynDNS Updates without a Client
  • MySQL: Backup
  • MySQL: Create Database
  • Database Administration
  • MySQL: Remove Database
  • andunix Infos

Fulltext results:

Debug Server Certificate from Client @info:cryptography:openssl
21 Hits, Last modified: 12 years ago
--- Certificate chain 0 s:/OU=Domain Control Validated/OU=PositiveSSL/CN=www.andunix.net i:/C=GB/S... ZWQxGTAXBgNV BAMTEFBvc2l0aXZlU1NMIENBIDIwHhcNMTMxMDA4MDAwMDAwWhcNMTQxMDA4MjM1 OTU5WjBTMSEwHwYDVQQLExhEb21haW4gQ29udHJvbCBWYWxpZGF0ZWQxFDASBgNV BAsTC1Bvc2l0aXZ
VBoxManage (The VirtualBox CLI) @info:virtualbox
14 Hits, Last modified: 12 years ago
details] [--machinereadable] showvminfo <uuid>|<name> --l... one|<name>] [--bridgeadapter<1-N> none|<devicename>] [--hostonlyadapter<1-N> none|<devicename>] ... [--audiocontroller ac97|hda|sb16] [--clipboard di
DynDNS Updates without a Client @info:script
13 Hits, Last modified: 13 years ago
====== DynDNS Updates without a Client ====== My new hosting provide Strato offers DynDNS. I was sear... as good as any other client. <code bash dyndns-update.sh> #! /bin/bash . ${HOME}/.dyndns.cfg DOMAINS=$(cat ${HOME}/.dyndns.domains) echo "$(date '+%Y-%m-%d %H:%M') $(basename $0)" for domain i... lent --show-error --insecure --user ${LOGIN} "${UPDATE_URL}?hostname=${domain}" done </code> First, t
Compare a Key with its Certificate @info:cryptography:openssl
10 Hits, Last modified: 13 years ago
r Modulus=C8B04B9D50386C0B22296B181046712B83DB624DA4AA9B9CA78453DC78DA26D2295FDF79 A544CBF8013138FB0EDFD8F0CB13E2FBF8883263442AEA549450737360A2C4F607D2E4DADEA3E501 15DA6315BA3829A2F3E5D87293835D3F909234541F508FCFED435CCCD73880A6BCC488ABB8C6F3D8 0E55F5DC528A
MySQL: Backup @info:mysql:database
9 Hits, Last modified: 13 years ago
====== MySQL: Backup ====== ===== Export a Database ===== <code bash> # set or replace the variables... ${USER} -p${PASS} ${DB} </code> ===== Export all Databases individually ===== <code bash> # set or replace the variables $USER and $PASS DATE_YMD=$(date "+%Y-%m-%d") DATABASES=$(mysql --batch -u${USER} -p${PASS} mysql --execute='show databas
Generate a Test Key @info:cryptography:openssl
8 Hits, Last modified: 11 years ago
te a Test Key ====== openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout testkey.key -out t... [[http://www.openssl.org/docs/apps/req.html#item__days|-days 365]]'': when the -x509 option is being used this specifies the number of days to certify the certificate for. The default is
Android Apps @info:android
7 Hits, Last modified: 13 years ago
tore/apps/details?id=de.fun2code.android.webdrive|DavDrive]] / [[https://play.google.com/store/apps/details?id=de.fun2code.android.lite.webdrive|DavDrive Lite]] * [[https://play.google.com/store/... .google.com/store/apps/details?id=com.schimera.webdavnav|WebDAV Navigator]] / [[https://play.google.com/store/apps/details?id=com.schimera.webdavnavlite|W
Oracle: Recovery Manager @info:oracle
7 Hits, Last modified: 13 years ago
=== Delete all archive logs but keep the last 45 days: <code sql> DELETE ARCHIVELOG ALL COMPLETED BEFORE 'SYSDATE -45'; </code> To remove archive logs older than 3 days without prompting, e.g. via cron, after backup ... LETE NOPROMPT ARCHIVELOG ALL COMPLETED BEFORE 'SYSDATE -45'; </code> A sample script could be (deleti
MySQL: Create Database @info:mysql:database
6 Hits, Last modified: 13 years ago
====== MySQL: Create Database ====== ==== Create Database ==== <code sql> CREATE DATABASE IF NOT EXISTS `{db}`; </code> ==== Create Database and Grant Rights to a User ==== <code sql>
MySQL: Create User @info:mysql:user
5 Hits, Last modified: 10 years ago
FIED BY '{passwd}'; </code> ==== Create User and Database ==== * Usually, ''{user}'' == ''{db}'' ... PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0 ; CREATE DATABASE IF NOT EXISTS `{db}`; GRANT ALL PRIVILEGES... </code> Simpler Alternative: <code sql> CREATE DATABASE IF NOT EXISTS `dbname` DEFAULT CHARACTER SE
exiftool @info:script
5 Hits, Last modified: 9 years ago
ftool -d %Y-%m-%d_%H%M%S%%-c.%%e "-testname<CreateDate" *.jpg Then rename the files: exiftool -d %Y-%m-%d_%H%M%S%%-c.%%e "-filename<CreateDate" *.jpg ===== Correct the Date of Photos ===== To shift the photos 43 days, 14 hours and 55 minutes to the future: exiftool -A
localeadm @info:solaris
4 Hits, Last modified: 13 years ago
y of this report can be found in /var/sadm/system/data/locales.list </code> ==== List Installable Loc... SO8859-1, fr_CA.UTF-8 ] Northern Europe (neu) [ da_DK.ISO8859-1, da_DK.ISO8859-15, da_DK.UTF-8, fi_FI.ISO8859-1, fi_FI.ISO8859-15, fi_FI.UTF-8, is_IS.ISO8859-1, is_IS.UT
List Open Ports @info:sysadmin
4 Hits, Last modified: 9 years ago
0.0.0.0:* 407/avahi-daemon: r udp 0 0 0.0.0.0:68 ... 0.0.0.0:* 407/avahi-daemon: r udp6 0 0 :::546 ... :::* 407/avahi-daemon: r udp6 0 0 :::51486 :::* 407/avahi-daemon: r </code> {{tag>sysadmin admin linux networ
MySQL: Remove Database @info:mysql:database
4 Hits, Last modified: 13 years ago
====== MySQL: Remove Database ====== ==== Remove Database ==== <code sql> DROP DATABASE IF EXISTS `{db}`; </code> {{tag>admin database mysql sql}}
Android Backup @info:android
4 Hits, Last modified: 13 years ago
command. It will automatically insert the current date in the filename: <code bash> adb backup -apk -shared -all -f $(date '+%Y-%m-%d').db </code> If you are havong prob... ill-server sudo adb start-server </code> <file> * daemon not running. starting it now on port 5037 * * daemon started successfully * </file> After this, t
init @info:linux:debian
4 Hits, Last modified: 13 years ago
Command Line Tools Used in My Scripts @info:script
4 Hits, Last modified: 13 years ago
MySQL: Remove User @info:mysql:user
3 Hits, Last modified: 13 years ago
Command Line Audio @info:mac
3 Hits, Last modified: 13 years ago
Cleanup Packages @info:linux:debian
2 Hits, Last modified: 12 years ago
Oracle @info:oracle
2 Hits, Last modified: 10 years ago
Print all certificates in a file @info:cryptography:openssl
2 Hits, Last modified: 13 years ago
jps - Java Virtual Machine Process Status Tool @info:java
2 Hits, Last modified: 13 years ago
Thunderbird Extendsions
2 Hits, Last modified: 13 years ago
MySQL: Change Password @info:mysql:user
2 Hits, Last modified: 12 years ago
Git @info:code
2 Hits, Last modified: 7 years ago
Disable a Service @info:linux:debian
2 Hits, Last modified: 9 years ago
JAX-WS Debugging @info:java
2 Hits, Last modified: 11 years ago
AirPort Command Line Interface @info:mac
2 Hits, Last modified: 10 years ago
MySQL: Grant Permissions @info:mysql:permissions
1 Hits, Last modified: 13 years ago
ISO Standards @info:db:iso
1 Hits, Last modified: 13 years ago
Set a Mac's Hostname @info:mac
1 Hits, Last modified: 10 years ago
Database @info:db
1 Hits, Last modified: 13 years ago
SSH @info:sysadmin
1 Hits, Last modified: 10 years ago
MySQL: View Permissions @info:mysql:permissions
1 Hits, Last modified: 13 years ago
Oracle: SQLplus Scripting @info:oracle
1 Hits, Last modified: 13 years ago
MySQL: Revoke Permissions @info:mysql:permissions
1 Hits, Last modified: 13 years ago
Oracle Errors @info:oracle
1 Hits, Last modified: 13 years ago
Database Administration @info:mysql:database
1 Hits, Last modified: 13 years ago
ISO 3166-1 @info:db:iso:3166-1
1 Hits, Last modified: 13 years ago
ISO 3166-2 @info:db:iso:3166-2
1 Hits, Last modified: 13 years ago
Print Information about a Certificate @info:cryptography:openssl
1 Hits, Last modified: 10 years ago
ISO 3166-1 alpha-2 @info:db:iso:3166-1
1 Hits, Last modified: 13 years ago
ISO 3166-2:DE @info:db:iso:3166-2
1 Hits, Last modified: 13 years ago
MacPorts @info:mac
1 Hits, Last modified: 10 years ago
Set the Timezone on Debian @info:sysadmin:debian
1 Hits, Last modified: 13 years ago
Virtual Network Visualization @info:solaris
1 Hits, Last modified: 13 years ago
Make your Mac feel at Home @info:mac
1 Hits, Last modified: 10 years ago
Plaintext @info:cryptography
1 Hits, Last modified: 13 years ago
Print Information about a Key @info:cryptography:openssl
1 Hits, Last modified: 11 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