• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » re
Trace: • Mercurial • Cleanup Packages • Travian • rmdir for OSX • ISO 3166-1 alpha-2 • Virtual Network Visualization • Travian Map Download Script

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

  • firefox
  • Install the Java-Plugin for Firefox
  • Reload Page
  • Disable Core Dumps
  • Oracle: Resize Instance
  • Compare directories
  • Package Repositories
  • Compare a Key with its Certificate
  • Print Information about a Signature
  • MySQL: Create Database
  • MySQL: Remove Database
  • MySQL: Revoke Permissions
  • MySQL: Create User
  • MySQL: Remove User
  • Firefox Extensions
  • Firefox
  • andunix Infos

Fulltext results:

Android Apps @info:android
15 Hits, Last modified: 13 years ago
====== Android Apps ====== Here are some links to Android Apps I'm using. Where available, there are both links, the paid and the free version. * [[https://play.google.com/store/
Git @info:code
10 Hits, Last modified: 7 years ago
Init Repository === Standard: git init [DIR] Bare: git init --bare [DIR] === Log === See commits between branches: git log master..develop ===== Br... s branches === List branches with commits, which are not in branch REF: git branch --no-merged REF For example, list unmerged branches, which are not in ''develop'': git branch --no-merged deve
Disable Core Dumps @info:linux
8 Hits, Last modified: 12 years ago
====== Disable Core Dumps ====== To disable core dumps create a file ''/etc/security/limits.d/no_core_dumps'' with the content ''* hard core 0'': <code bash> echo '* hard core 0' > /etc/security/limits.
Cleanup Packages @info:linux:debian
8 Hits, Last modified: 12 years ago
ains on the system. This is a good thing, as you are able to reinstall the package and have it configu... If a packages is installed, all its dependencies are also automatically installed. If the selected package is removed or the dependencies change, there can be left over packages. ''deborphan'' is an ut... h> deborphan </code> If you want, you can even more suggestions for packages to remove: <code bash>
Mercurial
6 Hits, Last modified: 13 years ago
====== Mercurial ====== ===== .hgignore ===== Some handy ''.hgignore'' expressions: ==== Ignore Mac Files ==== Ignore ''.DS_Store'' and ''._*'' files: <code> (^|/)\._[^/]+$ (^|/)\.DS_Store$ </cod
VBoxManage (The VirtualBox CLI) @info:virtualbox
6 Hits, Last modified: 12 years ago
ideo on|off] [--firmware bios|efi|efi32|efi64] ... lmacs|keepnatmacs] [more options] (run with -n... <uuid>|<name> | restore <uuid>|<name> | resto... <string> --action ignore|hold (global filters only)
rmdir for OSX @info:mac
6 Hits, Last modified: 10 years ago
or OSX ====== The Finder on OSX creates ''.DS_Store'' files in the directories to store its settings. This makes removing directories from the command li... rmdir: test: Directory not empty $ rm test/.DS_Store $ /bin/rmdir test </code> I wrote a small bash ... directories together with the contained ''.DS_Store'' file: <code bash> rmdir() { for d in "$@" do f
Convert a Key @info:cryptography:openssl
4 Hits, Last modified: 7 years ago
ert a Key ====== ===== Convert P12 to Java Keystore ===== keytool -importkeystore -srckeystore testkey.p12 -srcstoretype pkcs12 -srcalias 1 -destkeystore testkey.jks -deststoretype jks -destalias testkey
Package Repositories @info:solaris
4 Hits, Last modified: 13 years ago
====== Package Repositories ====== There's a list of multi-OS repositories at [[http://wikis.sun.com/d... Practices/Directory+of+Package+Repositories]]. More on IPS, the Image Package System can be found at:... aris.org/pending/ |Packages in the pending repo are not qualified and not recommended for installatio... |blastwave.org Repository | |http://pkg.sunfreeware.com:9000/ |sunfreeware.com Reporitory | |http:/
Compare a Key with its Certificate @info:cryptography:openssl
4 Hits, Last modified: 13 years ago
====== Compare a Key with its Certificate ====== Credit for this example goes to "[[https://kb.wisc.edu/middleware/page.php?id=4064|Verifying that a Private Key Mat... nt is quite always 65537. So we only need to compare the modulus. openssl x509 -noout -modulus -in ... 73703FC3932640354D63 </file> It's easier to compare them if you calculate a MD5 sum: openssl x509
Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
4 Hits, Last modified: 13 years ago
ystem Administrator (SCSA)]] certification. This are my notes taken while studying the preparation boo... t'' * ''prtconf'' * ''sysdef'' ==== Reconfigure Devices ==== To reconfigure the devices, you can perform any of these actions: - ''touch /reconfigure'' and reboot the system - From OK promt, bott t
Virtual Network Visualization @info:solaris
3 Hits, Last modified: 13 years ago
rfaces connected with virtual switches. This feature was introduced with [[http://www.opensolaris.org/... un.com/observatory/en_US/entry/crossbow_virtual_wire_demo_tool|Crossbow Virtual Wire Demo Tool]]. ===== dladm2dot.pl ===== <code perl> #! /usr/bin/perl
localeadm @info:solaris
3 Hits, Last modified: 13 years ago
ease and get a matching DVD or ISO image. If you're using an ISO image, you have to mount it (insert ... path in the first line. <code bash> ISOIMG="/share/iso/sol-10-u8-ga-sparc-dvd.iso" LOFIDEV=$(lofiadm... unt -F hsfs ${LOFIDEV} /mnt </code> Note: If you're using the bourne shell (instead of bash or ksh), ... […] ----------------- The following regions are installed on maja on Donnerstag, 9. September 20
Increase the Tomcat Upload Limit @info:sysadmin
3 Hits, Last modified: 9 years ago
led Tomcat in ''/opt/tomcat'', the file will be here: ''/opt/tomcat/webapps/manager/WEB-INF/web.xml''.... led Tomcat with the package manager, it will be here: ''/usr/share/tomcat7-admin/manager/WEB-INF/web.xml'' {{tag>sysadmin admin java apache tomcat config
DynDNS Updates without a Client @info:script
3 Hits, Last modified: 13 years ago
n} - " curl --silent --show-error --insecure --user ${LOGIN} "${UPDATE_URL}?hostname=${domain}... variable) and the server's URL (''$UPDATE_URL'') are read from the config file ''~/.dyndns.cfg''. Here an example config file: <file bash dyndns.cfg> LO... e domains. Currently, I use the switch ''--insecure'' to disable the SSL certificate check. As soon a
jps - Java Virtual Machine Process Status Tool @info:java
3 Hits, Last modified: 13 years ago
Oracle: Recovery Manager @info:oracle
3 Hits, Last modified: 13 years ago
Command Line Audio @info:mac
3 Hits, Last modified: 13 years ago
Install the Java-Plugin for Firefox @info:java
3 Hits, Last modified: 11 years ago
Print Information about a Key @info:cryptography:openssl
2 Hits, Last modified: 11 years ago
Print Information about a Signature @info:cryptography:openssl
2 Hits, Last modified: 11 years ago
Set the Timezone on Debian @info:sysadmin:debian
2 Hits, Last modified: 13 years ago
SSH @info:sysadmin
2 Hits, Last modified: 10 years ago
Print all certificates in a file @info:cryptography:openssl
2 Hits, Last modified: 13 years ago
File System @info:solaris
2 Hits, Last modified: 13 years ago
WiFi Config QR-Code
1 Hits, Last modified: 10 years ago
List Open Ports @info:sysadmin
1 Hits, Last modified: 9 years ago
Plaintext @info:cryptography
1 Hits, Last modified: 13 years ago
Oracle: SPFile and PFiles @info:oracle
1 Hits, Last modified: 13 years ago
Debug Server Certificate from Client @info:cryptography:openssl
1 Hits, Last modified: 12 years ago
exiftool @info:script
1 Hits, Last modified: 9 years ago
Firefox @info:prog:firefox
1 Hits, Last modified: 13 years ago
fstyp @info:solaris
1 Hits, Last modified: 13 years ago
Compare directories @info:script
1 Hits, Last modified: 7 years ago
CSS - Cascading Stylesheets @info:webdesign:css
1 Hits, Last modified: 13 years ago
Firefox Extensions @info:prog:firefox
1 Hits, Last modified: 12 years ago
Print Information about a Certificate @info:cryptography:openssl
1 Hits, Last modified: 10 years ago
Disable a Service @info:linux:debian
1 Hits, Last modified: 9 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