changed all github links to git.qrz.is

This commit is contained in:
Michael Clemens 2021-07-16 10:49:30 +02:00
parent b7deb5c167
commit a52fd73d21
11 changed files with 25 additions and 29 deletions

View File

@ -25,9 +25,9 @@ publishDir = "/var/www/qrz.is"
weight = 4
url = "/about/"
[[menu.footer]]
name = "Github"
name = "Git"
weight = 5
url = "https://github.com/exitnode/"
url = "https://git.qrz.is/clemens/"
[[menu.footer]]
name = "Mastodon"
weight = 6

View File

@ -3,6 +3,7 @@ title: "About"
slug: "about"
date: 2018-05-03T16:42:59+02:00
draft: false
showthedate: false
---
Hi, I'm Michael Clemens. I'm an information security engineer with many years of experience in information technology. My first computer was a Commodore C64 (1989), followed by an Amiga (1992) and finally, in 1995, I got my first PC. In 1998 I installed my first Linux distribution (S.u.S.E. Linux 5.3), moved to Debian in 2002, tried a lot of BSDs and Linux distributions but always came back to Debian.

View File

@ -43,7 +43,7 @@ Screenshots:
![image][11]
You can download the code on github: [https://github.com/exitnode/laundruino ][12]
You can download the code on github: [https://git.qrz.is/clemens/laundruino ][12]
 
@ -58,4 +58,4 @@ You can download the code on github: [https://github.com/exitnode/laundruino ][1
[9]: /img/laundruino7_debug_small.jpg
[10]: /img/laundruino8_screen1.jpg
[11]: /img/laundruino9_screen2.jpg
[12]: https://github.com/exitnode/laundruino
[12]: https://git.qrz.is/clemens/laundruino

View File

@ -56,9 +56,9 @@ If you like to build your own one button audio book player, here are the super s
![image][5]
And last but not least – the python script. The code might be crappy, please comment if you have improvements (especially regarding loadMusic). You can find it on github:
And last but not least – the python script. The code might be crappy, please comment if you have improvements (especially regarding loadMusic). You can find it here:
<https://github.com/exitnode/theonebuttonaudiobookplayer>
<https://git.qrz.is/clemens/theonebuttonaudiobookplayer>
**Update (2013-11-26)**

View File

@ -21,5 +21,5 @@ Here&#8217;s a pic of the floppy disk:
![image][2]
[1]: https://github.com/exitnode/adressenmeister "https://github.com/exitnode/adressenmeister"
[1]: https://git.qrz.is/clemens/adressenmeister "https://git.qrz.is/clemens/adressenmeister"
[2]: /img/diskette.jpg

View File

@ -7,7 +7,7 @@ categories:
- Uncategorized
---
I wrote this little NSE script that allows you to store the output of Nmap into a SQLite database: <a href="https://github.com/exitnode/nmap-sqlite-output" title="sqlite-output" target="_blank">https://github.com/exitnode/nmap-sqlite-output<br /> </a>
I wrote this little NSE script that allows you to store the output of Nmap into a SQLite database: <a href="https://git.qrz.is/clemens/nmap-sqlite-output" title="sqlite-output" target="_blank">https://github.com/exitnode/nmap-sqlite-output<br /> </a>
This might come in handy when performing large inventory scans. The SQLite database can be queried and sorted easily or exported as a CSV file. This way you can, for example, easily generate tables for your assessment report.

View File

@ -11,10 +11,7 @@ Since we are required to document all custom correlation rules inside our SIEM (
![image][1]
On the long shot that this is useful for you, you can find the script on [Github][2].
Please comment on this on the [McAfee Support Community][3] or on [Github][2].
On the long shot that this is useful for you, you can find the script [here][2].
[1]: /img/esm2markdown.png
[2]: https://github.com/exitnode/esm2markdown "Github"
[3]: https://community.mcafee.com/t5/Security-Information-and-Event/Script-Automatic-Correlation-Rule-Documentation-Generator/m-p/590048
[2]: https://git.qrz.is/clemens/esm2markdown

View File

@ -69,7 +69,7 @@ Don&#8217;t forget to set your own domain names, name servers and ip addresses F
## Configure and Install nsd-dyndns
* Download the scripts from here: https://github.com/exitnode/nsd-dyndns
* Download the scripts from here: https://git.qrz.is/clemens/nsd-dyndns
* Copy _dyndns.conf-dist_ to _/etc/dyndns.conf_
* _\# cp dyndns.conf-dist /etc/dyndns.conf_
* Edit _/etc/dyndns.conf_ to your needs

View File

@ -11,7 +11,7 @@ This script queries the QRZ.com callsign database and returns
the result to the command line. A XML subscription plan with
QRZ.com is required for full functionality.
You can download the script here: [https://github.com/exitnode/qrz.sh](https://github.com/exitnode/qrz.sh)
You can download the script here: [https://git.qrz.is/clemens/qrz.sh](https://git.qrz.is/clemens/qrz.sh)
![screenshot](/img/qrz-sh.jpg)

View File

@ -19,7 +19,7 @@ It does the following:
# Code
You can find the code and some more information [here](https://github.com/exitnode/qrzlogger).
You can find the code and some more information [here](https://git.qrz.is/clemens/qrzlogger).
# Installation

View File

@ -32,24 +32,22 @@ draft: false
* [Free Software Foundation Europe][15] - a charity that empowers users to control technology.
* [Super Dimension Fortress][16] - SDF Public Access UNIX System .. Est. 1987
[1]: https://github.com/exitnode/tsmmonitor
[2]: https://github.com/exitnode/tsmmonitor2
[3]: https://github.com/exitnode/MSTerminology
[4]: https://github.com/exitnode/nmap-sqlite-output
[5]: https://github.com/exitnode/adressenmeister
[6]: https://github.com/exitnode/shellfolio
[7]: https://github.com/exitnode/esm2markdown
[8]: https://github.com/exitnode/nsd-dyndns
[1]: https://git.qrz.is/clemens/tsmmonitor
[2]: https://git.qrz.is/clemens/tsmmonitor2
[3]: https://git.qrz.is/clemens/MSTerminology
[4]: https://git.qrz.is/clemens/nmap-sqlite-output
[5]: https://git.qrz.is/clemens/adressenmeister
[6]: https://git.qrz.is/clemens/shellfolio
[7]: https://git.qrz.is/clemens/esm2markdown
[8]: https://git.qrz.is/clemens/nsd-dyndns
[9]: /the-arduino-enabled-washing-machine/
[10]: /the-one-button-audiobook-player/
[11]: /little-helper/
[12]: https://clemens.name/curses/index.html
[13]: gopher://gopher.bildschirmtext.com
[14]: /heated-trackball/
[15]: http://fsfe.org
[16]: http://sdf.org
[17]: /the-antennapi/
[18]: /30m-dipole/
[19]: https://github.com/exitnode/qrzlogger
[20]: https://github.com/exitnode/pyBMNotify
[21]: https://github.com/exitnode/qrz.sh
[19]: https://git.qrz.is/clemens/qrzlogger
[20]: https://git.qrz.is/clemens/pyBMNotify
[21]: https://git.qrz.is/clemens/qrz.sh