From acaec642748bce967fc8f658801ca16ec85cb300 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Thu, 26 Sep 2024 23:22:42 +0200 Subject: [PATCH] links --- weblinks/ADMIN.md | 18 ++++++++++++++++++ weblinks/AD_+_LDAP.md | 8 ++++++++ weblinks/Android.md | 12 ++++++++++++ weblinks/Backup_+_Recovery.md | 4 ++++ weblinks/C-Programming.md | 8 ++++++++ weblinks/DNS_+_Mail_Tools.md | 12 ++++++++++++ weblinks/DOS-Batch.md | 9 +++++++++ weblinks/DS6.md | 16 ++++++++++++++++ weblinks/Databases.md | 6 ++++++ weblinks/Docs.md | 18 ++++++++++++++++++ weblinks/Downloads.md | 11 +++++++++++ weblinks/ESXi.md | 17 +++++++++++++++++ weblinks/Exabyte_Office.md | 17 +++++++++++++++++ weblinks/FUN.md | 8 ++++++++ weblinks/HOWTO.md | 7 +++++++ weblinks/Hacking.md | 6 ++++++ weblinks/Linux.md | 23 +++++++++++++++++++++++ weblinks/M89.md | 32 ++++++++++++++++++++++++++++++++ weblinks/Programming.md | 14 ++++++++++++++ weblinks/PureBasic.md | 9 +++++++++ weblinks/Python.md | 19 +++++++++++++++++++ weblinks/README.md | 5 +++++ weblinks/RH5.md | 8 ++++++++ weblinks/SHOPPING.md | 14 ++++++++++++++ weblinks/SSL_Tools.md | 8 ++++++++ weblinks/Software.md | 16 ++++++++++++++++ weblinks/Uebersetzer.md | 8 ++++++++ weblinks/VMware.md | 14 ++++++++++++++ weblinks/WEB_Tools.md | 19 +++++++++++++++++++ weblinks/Windows.md | 16 ++++++++++++++++ weblinks/hardware.md | 21 +++++++++++++++------ weblinks/provider.md | 10 ++++++++-- 32 files changed, 405 insertions(+), 8 deletions(-) create mode 100644 weblinks/ADMIN.md create mode 100644 weblinks/AD_+_LDAP.md create mode 100644 weblinks/Android.md create mode 100644 weblinks/Backup_+_Recovery.md create mode 100644 weblinks/C-Programming.md create mode 100644 weblinks/DNS_+_Mail_Tools.md create mode 100644 weblinks/DOS-Batch.md create mode 100644 weblinks/DS6.md create mode 100644 weblinks/Databases.md create mode 100644 weblinks/Docs.md create mode 100644 weblinks/Downloads.md create mode 100644 weblinks/ESXi.md create mode 100644 weblinks/Exabyte_Office.md create mode 100644 weblinks/FUN.md create mode 100644 weblinks/HOWTO.md create mode 100644 weblinks/Hacking.md create mode 100644 weblinks/Linux.md create mode 100644 weblinks/M89.md create mode 100644 weblinks/Programming.md create mode 100644 weblinks/PureBasic.md create mode 100644 weblinks/Python.md create mode 100644 weblinks/README.md create mode 100644 weblinks/RH5.md create mode 100644 weblinks/SHOPPING.md create mode 100644 weblinks/SSL_Tools.md create mode 100644 weblinks/Software.md create mode 100644 weblinks/Uebersetzer.md create mode 100644 weblinks/VMware.md create mode 100644 weblinks/WEB_Tools.md create mode 100644 weblinks/Windows.md diff --git a/weblinks/ADMIN.md b/weblinks/ADMIN.md new file mode 100644 index 0000000..2b63d65 --- /dev/null +++ b/weblinks/ADMIN.md @@ -0,0 +1,18 @@ +#ADMIN + +[CheckMK](http://c64.ebslan.de) +[Hetzner Cloud](https://console.hetzner.cloud/projects/2962910/servers) +[SpamHERO!](https://www.spamhero.com/sign-in) +[TeamCity @vcs2600](http://vcs2600.ebslan.de/) +[vCENTER @M89](https://vcenter.ebslan.de/) +[WebMAIL @BDC 3](https://proxima.ebslan.de/SOGo) +[Webmin @AMSTRAD](https://amstrad.ebslan.de:10000) +[Webmin @ASTERIX](https://asterix.ebslan.de:10000/) +[Webmin @ZX81](https://zx81.ebslan.de:10000) +[Zentyal WebAdmin (BDC 2)](https://altair8800.ebslan.de:8443) +[Zentyal WebAdmin (BDC)](https://keymaster.ebslan.de:8443/) +[Zentyal WebAdmin (EMAIL / BDC 3)](https://proxima.ebslan.de:8443) +[Zentyal WebAdmin (PDC)](https://gatekeeper.ebslan.de:8443/) +[Zentyal WebAdmin (VPN Server)](https://spectrum.ebslan.de:8443) + + diff --git a/weblinks/AD_+_LDAP.md b/weblinks/AD_+_LDAP.md new file mode 100644 index 0000000..89538d6 --- /dev/null +++ b/weblinks/AD_+_LDAP.md @@ -0,0 +1,8 @@ +#AD & LDAP + +[Active Directory DNS Records](https://blog.andreas-schreiner.de/2017/10/16/active-directory-dns-records/) +[How to join Ubuntu to Active Directory](https://codymoler.github.io/tutorials/ubuntu-active-directory/) +[Ports required for Active Directory and PKI](https://www.encryptionconsulting.com/ports-required-for-active-directory-and-pki/) +[SSSD and Active Directory](https://ubuntu.com/server/docs/service-sssd-ad) + + diff --git a/weblinks/Android.md b/weblinks/Android.md new file mode 100644 index 0000000..019445a --- /dev/null +++ b/weblinks/Android.md @@ -0,0 +1,12 @@ +#Android + +[APKMirror](https://www.apkmirror.com/) +[Download TWRP](https://eu.dl.twrp.me/) +[F-Droid](https://f-droid.org/) +[LineageOS](https://lineageos.org/) +[Open GApps](https://opengapps.org/) +[Samsung Heimdall](https://glassechidna.com.au/heimdall/#downloads) +[Samsung Odin](https://odindownload.com/) +[]() + + diff --git a/weblinks/Backup_+_Recovery.md b/weblinks/Backup_+_Recovery.md new file mode 100644 index 0000000..9514c3d --- /dev/null +++ b/weblinks/Backup_+_Recovery.md @@ -0,0 +1,4 @@ +#Backup & Recovery + + + diff --git a/weblinks/C-Programming.md b/weblinks/C-Programming.md new file mode 100644 index 0000000..091cbf0 --- /dev/null +++ b/weblinks/C-Programming.md @@ -0,0 +1,8 @@ +#C-Programming + +[Function Index (The GNU C Library)](https://www.gnu.org/software/libc/manual/html_node/Function-Index.html) +[msvcrt.lib | Microsoft Docs](https://docs.microsoft.com/de-de/cpp/c-runtime-library/run-time-routines-by-category?view=vs-2019) +[relocatable Linux executables](https://nehckl0.medium.com/creating-relocatable-linux-executables-by-setting-rpath-with-origin-45de573a2e98) +[Using LD](http://www.scoberlin.de/content/media/http/informatik/gcc_docs/ld_3.html) + + diff --git a/weblinks/DNS_+_Mail_Tools.md b/weblinks/DNS_+_Mail_Tools.md new file mode 100644 index 0000000..a597a13 --- /dev/null +++ b/weblinks/DNS_+_Mail_Tools.md @@ -0,0 +1,12 @@ +#DNS & Mail Tools + +[DNS records](https://www.nslookup.io) +[email: TLS tester](https://www.checktls.com/TestReceiver) +[Lookup - SPF-Record](https://www.spf-record.de/spf-lookup) +[mail Tester](https://www.mail-tester.com/) +[MultiRBL - Blacklist check tool](https://multirbl.valli.org/) +[MX Lookup Tool](https://mxtoolbox.com/) +[spambarrier Cloud AntiSpam](https://www.spambarrier.de/) +[SPF Generator](https://www.eunetic.com/de/p/toolbox/mx-tools/spf-generator) + + diff --git a/weblinks/DOS-Batch.md b/weblinks/DOS-Batch.md new file mode 100644 index 0000000..3f8fdf4 --- /dev/null +++ b/weblinks/DOS-Batch.md @@ -0,0 +1,9 @@ +#DOS-Batch + +[Batch Script Tutorial](https://www.tutorialspoint.com/batch_script/index.htm) +[DosTips](https://www.dostips.com/) +[SS64 Command line reference](https://ss64.com/) +[Windows Batch - cmd Script](https://www.script-example.com/themen/Windows_Batch.php) +[Windows Batch Scripting - Wikibooks](https://en.wikibooks.org/wiki/Windows_Batch_Scripting) + + diff --git a/weblinks/DS6.md b/weblinks/DS6.md new file mode 100644 index 0000000..c4e921c --- /dev/null +++ b/weblinks/DS6.md @@ -0,0 +1,16 @@ +#DS6 + +[Brother DCP-L6600DW series](http://192.168.6.26/) +[Brother MFC-L5750DW series](http://192.168.6.24/) +[Brother Scanner (ADS-2800W)](http://192.168.6.25/) +[FRITZ!Box 6850 LTE (ap-lte)](http://192.168.16.100) +[FRITZ!Box 7530 (HEIZUNG)](http://192.168.6.28/) +[FRITZ!Repeater 1 (ap1)](http://192.168.6.21/) +[FRITZ!Repeater 2 (AP2)](http://192.168.6.22/) +[FRITZ!Repeater 3 (AP3)](http://192.168.6.23/) +[FRITZ!Repeater 4 (ap4)](http://192.168.6.27/) +[hydrogen (ipFIRE Gateway)](http://192.168.16.10:81) +[PiKVM1](https://192.168.6.9) +[VMG3006-D70A (zyxelbox)](http://192.168.16.254/) + + diff --git a/weblinks/Databases.md b/weblinks/Databases.md new file mode 100644 index 0000000..9bff645 --- /dev/null +++ b/weblinks/Databases.md @@ -0,0 +1,6 @@ +#Databases + +[My Oracle Support](https://support.oracle.com/portal/) +[Oracle-DBA scripts](https://bitbucket.org/oracle-dba/dba-scripts-archive-for-oracle/src/master/) + + diff --git a/weblinks/Docs.md b/weblinks/Docs.md new file mode 100644 index 0000000..ba6cf5a --- /dev/null +++ b/weblinks/Docs.md @@ -0,0 +1,18 @@ +#Docs + +[Creating DMARC Record to Protect Your Domain](https://www.linuxbabe.com/mail-server/create-dmarc-record) +[eM Client FAQ](https://de.emclient.com/faq-fur-admins) +[git - the simple guide](http://rogerdudler.github.io/git-guide/) +[How to Set up SPF and DKIM with Postfix](https://www.linuxbabe.com/mail-server/setting-up-dkim-and-spf) +[HP-ilo REST api](https://github.com/HewlettPackard/ilo-rest-api-docs/blob/master/source/includes/_ilo5_sslcertdoc.md) +[Implementing DKIM in Zentyal MTA](https://tweenpath.net/implementing-dkim-zentyal-mta-sogo/) +[Java Ldap Certs](https://www.hollenback.net/JavaLdapCerts) +[Markdown Guide](https://www.markdownguide.org/basic-syntax/) +[PHP Manual](https://www.php.net/manual/en/) +[Seafile Admin Manual](https://manual.seafile.com/deploy_pro/) +[Seafile User Manual](https://help.seafile.com/faq/) +[SELFHTML-Wiki](https://wiki.selfhtml.org/) +[ShareMouse - Installation](https://www.sharemouse.com/de/doc/installation/#windows) +[WebMail Pro documentation](https://afterlogic.com/docs/webmail-pro-8) + + diff --git a/weblinks/Downloads.md b/weblinks/Downloads.md new file mode 100644 index 0000000..64252cf --- /dev/null +++ b/weblinks/Downloads.md @@ -0,0 +1,11 @@ +#Downloads + +[CentOS 7 downloads Schlundtech](https://centos.schlundtech.de/7.9.2009/isos/x86_64/) +[Firefox Releases](https://ftp.mozilla.org/pub/firefox/releases/) +[iPXE - open source boot firmware](https://ipxe.org/download) +[Microsoft Update Catalog](https://www.catalog.update.microsoft.com) +[Oracle Instant Client Downloads](https://www.oracle.com/de/database/technologies/instant-client/downloads.html) +[Rocky Linux downloads FH Fulda](https://mirror.informatik.hs-fulda.de/rocky/) +[Seafile Downloads](https://www.seafile.com/en/download/) + + diff --git a/weblinks/ESXi.md b/weblinks/ESXi.md new file mode 100644 index 0000000..ec95c62 --- /dev/null +++ b/weblinks/ESXi.md @@ -0,0 +1,17 @@ +#ESXi + +[AMIGA ESXi](https://192.168.89.6/) +[ARKON ESXi](https://192.168.6.5/) +[ATARI ESXi](https://192.168.89.3/) +[FOZZIE ESXi](https://192.168.89.4/) +[GAULS ESXi](https://gauls.ebslan.de/) +[GAULS ILO](https://gauls-ilo.ebslan.de) +[GONZO ESXi](https://192.168.89.5/) +[STARS ESXi](https://stars.ebslan.de/) +[STARS ILO](https://stars-ilo.ebslan.de/) +[STATLER ESXi](https://192.168.89.2/) +[vCenter machine management](https://vcenter.ebslan.de:5480/) +[WALDORF ESXi](https://192.168.89.7/) +[XANDAR ESXi](https://192.168.6.6/) + + diff --git a/weblinks/Exabyte_Office.md b/weblinks/Exabyte_Office.md new file mode 100644 index 0000000..c32deab --- /dev/null +++ b/weblinks/Exabyte_Office.md @@ -0,0 +1,17 @@ +#Exabyte Office + +[Brother Recycling](https://www.brother.de/recycling/toner-recycling) +[E-Bilanz Plus](https://ebilanzplus.de/) +[Elster](https://www.elster.de/) +[Exabyte DokuWiki](https://exabyte-systems.com/dokuwiki) +[Exabyte Gitea](https://gitea.exabyte-systems.com/) +[Exabyte Seafile](https://seafile.exabyte-systems.com/) +[Exabyte Systems HOME](https://www.exabyte-systems.com) +[Exabyte TPM](https://exabyte-systems.com/tpm/) +[Exabyte WebMail](https://exabyte-systems.com/webmail/) +[LexOffice](https://app.lexoffice.de/) +[Smartsteuer](https://www.smartsteuer.de/online/steuerjahr-waehlen) +[Timebutler](https://timebutler.de/login/) +[VimCar](https://logbook.vimcar.com/vehicles) + + diff --git a/weblinks/FUN.md b/weblinks/FUN.md new file mode 100644 index 0000000..8d433b5 --- /dev/null +++ b/weblinks/FUN.md @@ -0,0 +1,8 @@ +#FUN + +[ASCII Art Archive](https://www.asciiart.eu/) +[BOFH diary](http://bofh.bjash.com/bofh/bofh1.html) +[Daily BOFH excuses](https://pages.cs.wisc.edu/~ballard/bofh/excuses) +[Text to ASCII Art Generator](http://patorjk.com/software/taag/#p=display&f=Graffiti&t=Type%20Something%20) + + diff --git a/weblinks/HOWTO.md b/weblinks/HOWTO.md new file mode 100644 index 0000000..f9c5331 --- /dev/null +++ b/weblinks/HOWTO.md @@ -0,0 +1,7 @@ +#HOWTO + +[How to allow root login from one IP address with ssh public keys only - nixCraft](https://www.cyberciti.biz/faq/match-address-sshd_config-allow-root-loginfrom-one_ip_address-on-linux-unix/) +[no /dev/disk/by-id for scsi LUNs on VMWare ESX | Support | SUSE](https://www.suse.com/support/kb/doc/?id=000016951) +[XOJO: Dynamically adding and removing controls](https://documentation.xojo.com/topics/user_interface/dynamically_adding_and_removing_controls.html) + + diff --git a/weblinks/Hacking.md b/weblinks/Hacking.md new file mode 100644 index 0000000..36518c8 --- /dev/null +++ b/weblinks/Hacking.md @@ -0,0 +1,6 @@ +#Hacking + +[Extracting SSH Private Keys From Windows 10](https://blog.ropnop.com/extracting-ssh-private-keys-from-windows-10-ssh-agent/) +[Packet Storm security](https://packetstormsecurity.com/files/author/2687/) + + diff --git a/weblinks/Linux.md b/weblinks/Linux.md new file mode 100644 index 0000000..4aba285 --- /dev/null +++ b/weblinks/Linux.md @@ -0,0 +1,23 @@ +#Linux + +[Alpine Linux](https://alpinelinux.org/) +[AppImageHub](https://appimage.github.io/) +[BLFS view](https://www.linuxfromscratch.org/blfs/view/) +[Custom SystemRescue Modules](https://www.system-rescue.org/Modules/) +[Glances](https://nicolargo.github.io/glances/) +[GRUB Manual 2.06](https://www.gnu.org/software/grub/manual/grub/grub.html) +[Homebrew](https://brew.sh/) +[IGEL CP](https://www.igelcommunity.com/igel-custom-partitions-store) +[LFS Network Firewall](https://www.linuxfromscratch.org/blfs/view/9.1/postlfs/firewall.html) +[LFS view](https://www.linuxfromscratch.org/lfs/view/) +[Linux Network Interface Configuration With udev](https://packetpushers.net/udev/) +[LTSP](https://ltsp.org/) +[Minix3](http://www.minix3.org/) +[musl libc](https://musl.libc.org/) +[Patchelf](https://directory.fsf.org/wiki/Patchelf) +[PPP – BLFS Trac](https://wiki.linuxfromscratch.org/blfs/wiki/PPP) +[PPP-2.4.5](http://www.linuxfromscratch.org/~thomasp/blfs-book-xsl/basicnet/ppp.html) +[SLES 15 SP | Upgrade Paths and Methods](https://documentation.suse.com/sles/15-SP1/html/SLES-all/cha-upgrade-paths.html) +[Snapcraft](https://snapcraft.io/docs/getting-started) + + diff --git a/weblinks/M89.md b/weblinks/M89.md new file mode 100644 index 0000000..2985bdd --- /dev/null +++ b/weblinks/M89.md @@ -0,0 +1,32 @@ +#M89 + +[Brother Scanner (ADS-2800W)](http://192.168.89.11/) +[CAM1](http://192.168.89.13/) +[CAM2](http://192.168.89.19/) +[CAM3](http://192.168.89.39/) +[CAM4](http://192.168.89.28/) +[CAM5](http://192.168.89.29/) +[CAM6](http://192.168.89.36/) +[CORE-Switch CAB2](http://192.168.89.9/) +[EAP225 (ap-garage)](http://192.168.89.51/) +[EAP225 (ap-garten)](http://192.168.89.44/) +[EPSON WF-C5210](http://192.168.89.12/) +[FRITZ!Box 3272 (ap-cabinet1)](http://192.168.89.48/) +[FRITZ!Box 3370 (ap-gast1)](http://192.168.89.46/) +[FRITZ!Box 6850 LTE (ap-lte/SMARTHOME)](http://192.168.189.100/) +[FRITZ!Box 7490 (ap-dachboden/SMARTHOME)](http://192.168.89.49/) +[oxygen (ipFIRE Gateway)](http://192.168.189.10:81) +[Repeater 1200 AX (ap-schlafzimmer)](http://192.168.89.47) +[Repeater 1200AX (ap-kueche1)](http://192.168.89.50/) +[Repeater 1750E (ap-ankleide)](http://192.168.89.42/) +[Repeater 2400 (ap-buero)](http://192.168.89.54/) +[Repeater 2400 (ap-gast2)](http://192.168.89.43/) +[Repeater 2400 (ap-jaimen)](http://192.168.89.52/) +[Repeater 2400 (ap-sport)](http://192.168.89.53/) +[VMG3006-D70A (zyxelbox)](http://192.168.189.254/) +[WiFi pro 1200i (ap-wohnzimmer)](http://192.168.89.45/) +[WiFi pro 1750i (ap-esszimmer)](http://192.168.89.41/) +[WIFIPLUG1](http://192.168.89.31/) +[WIFIPLUG2](http://192.168.89.32/) + + diff --git a/weblinks/Programming.md b/weblinks/Programming.md new file mode 100644 index 0000000..39500ea --- /dev/null +++ b/weblinks/Programming.md @@ -0,0 +1,14 @@ +#Programming + +[Chilkat API](https://www.chilkatsoft.com/) +[Chilkat Example Programs](https://www.example-code.com/) +[Function Index (The GNU C Library)](https://www.gnu.org/software/libc/manual/html_node/Function-Index.html) +[jq Manual](https://jqlang.github.io/jq/manual/) +[JSON](https://www.json.org/json-en.html) +[MonkeyBread Software: Xojo Plug-Ins](https://www.monkeybreadsoftware.com/) +[msvcrt.lib | Microsoft Docs](https://docs.microsoft.com/de-de/cpp/c-runtime-library/run-time-routines-by-category?view=vs-2019) +[relocatable Linux executables](https://nehckl0.medium.com/creating-relocatable-linux-executables-by-setting-rpath-with-origin-45de573a2e98) +[Rosetta Code](https://rosettacode.org/wiki/Rosetta_Code) +[Using LD](http://www.scoberlin.de/content/media/http/informatik/gcc_docs/ld_3.html) + + diff --git a/weblinks/PureBasic.md b/weblinks/PureBasic.md new file mode 100644 index 0000000..bdcc9e4 --- /dev/null +++ b/weblinks/PureBasic.md @@ -0,0 +1,9 @@ +#PureBasic + +[Integrierter Form-Designer](https://www.purebasic.com/german/documentation/reference/ide_form.html) +[PB-Compiler](https://www.purebasic.com/german/documentation/reference/cli_compiler.html) +[Pure Basic Reference](https://www.purebasic.com/documentation/) +[PureBasic Forum](https://www.purebasic.fr/english/) +[PureBasic: GUI-Programmierung](https://de.wikibooks.org/wiki/PureBasic:_GUI-Programmierung) + + diff --git a/weblinks/Python.md b/weblinks/Python.md new file mode 100644 index 0000000..d81e51b --- /dev/null +++ b/weblinks/Python.md @@ -0,0 +1,19 @@ +#Python + +[Creating a daemon the Python way](http://code.activestate.com/recipes/278731/) +[Creating daemon process Python](https://franklingu.github.io/programming/2016/03/01/creating-daemon-process-python-example-explanation/) +[Download Python](https://www.python.org/downloads/) +[Einführung in Python](https://www.rna.uni-jena.de/wp-content/uploads/2019/01/Einf%C3%BChrung-in-Python-9.pdf) +[Einführung in Python Teil I - Grundlagen](https://www.itp.tu-berlin.de/fileadmin/a3233/upload/SS10/nlin/python1.pdf) +[Forking background processes in Python](https://sigterm.sh/2012/08/22/forking-background-processes-in-python/) +[PEP 20 - The Zen of Python](https://www.python.org/dev/peps/pep-0020/) +[Programmieren in Python](http://www.math.uni-leipzig.de/~hellmund/Vorlesung/pres.pdf) +[PyGObject](https://pygobject.readthedocs.io/en/latest/) +[Pyinstaller](https://datatofish.com/executable-pyinstaller/) +[Python GTK+ 3 Tutorial | Read the Docs](https://readthedocs.org/projects/python-gtk-3-tutorial/downloads/) +[Python Subprocess - Python Tutorial](https://pythonspot.com/python-subprocess/) +[Python subprocess management](https://docs.python.org/3/library/subprocess.html#module-subprocess) +[Thonny](https://thonny.org/) +[Using PyInstaller](https://pyinstaller.readthedocs.io/en/stable/usage.html) + + diff --git a/weblinks/README.md b/weblinks/README.md new file mode 100644 index 0000000..4a1a292 --- /dev/null +++ b/weblinks/README.md @@ -0,0 +1,5 @@ +#README + +[](README) + + diff --git a/weblinks/RH5.md b/weblinks/RH5.md new file mode 100644 index 0000000..d19b057 --- /dev/null +++ b/weblinks/RH5.md @@ -0,0 +1,8 @@ +#RH5 + +[FRITZ!Box 6490 RH5 (Keller)](http://192.168.5.10/) +[FRITZ!Box 7490 (EG)](http://192.168.5.14/) +[Repeater 1750E (OG2)](http://192.168.5.16/) +[Repeater 450E (OG2)](http://192.168.5.15/) + + diff --git a/weblinks/SHOPPING.md b/weblinks/SHOPPING.md new file mode 100644 index 0000000..b3a07aa --- /dev/null +++ b/weblinks/SHOPPING.md @@ -0,0 +1,14 @@ +#SHOPPING + +[GERSIA](https://www.gersia.de/) +[GIFFITS (Werbegeschenke)](https://www.giffits.de/) +[MG PRIME](https://www.mg-prime.de/) +[PiKVM](https://pikvm.org/) +[S0-Recorder](https://www.s0-recorder.com/) +[Serverbilliger.de](https://serverbilliger.de/) +[Solar-PAC](https://solar-pac.de) +[TASMOTA](https://www.tasmota.shop/) +[Tasmota Shop](https://mediarath.de/) +[Thinkstore24.de](https://www.thinkstore24.de/) + + diff --git a/weblinks/SSL_Tools.md b/weblinks/SSL_Tools.md new file mode 100644 index 0000000..e69cf14 --- /dev/null +++ b/weblinks/SSL_Tools.md @@ -0,0 +1,8 @@ +#SSL Tools + +[SSL Certificate Checker](https://www.digicert.com/help/) +[SSL Checker (Decoder)](https://decoder.link/) +[SSL Checker (sslShopper)](https://www.sslshopper.com/ssl-checker.html) +[SSL Server Test (Qualys)](https://www.ssllabs.com/ssltest/) + + diff --git a/weblinks/Software.md b/weblinks/Software.md new file mode 100644 index 0000000..0d26ddb --- /dev/null +++ b/weblinks/Software.md @@ -0,0 +1,16 @@ +#Software + +[Add-ons for Firefox](https://addons.mozilla.org/en-US/firefox/) +[CrushFTP](https://www.crushftp.com/index.html) +[Drawio Desktop](https://github.com/jgraph/drawio-desktop) +[GitHub - Awesome PHP](https://github.com/ziadoz/awesome-php#Files) +[GitHub - Awesome Selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted) +[GitHub - Awesome Sysadmin](https://github.com/kahun/awesome-sysadmin) +[Grafana: The open observability platform](https://grafana.com/) +[Mozilla Firefox Release Notes](https://www.mozilla.org/en-US/firefox/releases/) +[TeamCity: CI/CD-Tool](https://www.jetbrains.com/de-de/teamcity/) +[Teleport](https://goteleport.com/) +[TSplus](https://terminalserviceplus.de/) +[Xojo: Cross-platform App Development Tool](https://www.xojo.com/) + + diff --git a/weblinks/Uebersetzer.md b/weblinks/Uebersetzer.md new file mode 100644 index 0000000..46c16e4 --- /dev/null +++ b/weblinks/Uebersetzer.md @@ -0,0 +1,8 @@ +#Übersetzer + +[DeepL Translate](https://www.deepl.com/translator) +[Google Übersetzer](https://translate.google.com/?hl=de) +[LEO.org (Englisch/Deutsch)](https://dict.leo.org/englisch-deutsch) +[Texte umschreiben](https://smodin.io/de/text-automatisch-in-deutscher-sprache-umformulieren) + + diff --git a/weblinks/VMware.md b/weblinks/VMware.md new file mode 100644 index 0000000..58dd100 --- /dev/null +++ b/weblinks/VMware.md @@ -0,0 +1,14 @@ +#VMware + +[Enabling the SSD option](https://kb.vmware.com/s/article/2013188) +[ESXi · Aquantia/AQtion-esxi drivers](https://github.com/Aquantia/AQtion-esxi/releases) +[ESXi S.M.A.R.T.](https://kb.vmware.com/s/article/2040405) +[Force Delete vSAN Datastore from ESXi Host](https://www.virtualizationhowto.com/2021/03/force-delete-vsan-datastore-from-esxi-host/) +[Reset ESXi Evaluation License](https://marte-it.at/en/reset-esxi-evaluation-license/) +[vCenter check trust anchors script](https://web.vmware-labs.com/scripts/check-trust-anchors) +[VMware ESXi 6.7](https://docs.vmware.com/en/VMware-vSphere/6.7/rn/esxi670-202210001.html) +[VMware ESXi Release and Build Number History](https://www.virten.net/vmware/esxi-release-build-number-history/) +[VMware Ports and Protocols](https://ports.esp.vmware.com/) +[VMware vSphere 7 Editionen Funktionsunterschiede](https://www.thomas-krenn.com/de/wiki/VMware_vSphere_7_Editionen_Funktionsunterschiede) + + diff --git a/weblinks/WEB_Tools.md b/weblinks/WEB_Tools.md new file mode 100644 index 0000000..b00611f --- /dev/null +++ b/weblinks/WEB_Tools.md @@ -0,0 +1,19 @@ +#WEB Tools + +[Breitbandmessung](https://breitbandmessung.de/) +[DSL Speedtest](https://speedtest.computerbild.de/) +[Have I Been Pwned](https://haveibeenpwned.com/) +[HTML Color Picker](https://www.w3schools.com/colors/colors_picker.asp) +[Internet Archive](https://archive.org/) +[IP Calculator / IP Subnetting](https://jodies.de/ipcalc) +[IP-Subnetzrechner](https://www.livewatch.de/de/tools/subnetz/rechner) +[Karabiner Complex Rules Generator](https://genesy.github.io/karabiner-complex-rules-generator/) +[MAC Address Lookup](https://wintelguy.com/index.pl) +[Markdown Tables generator](https://www.tablesgenerator.com/markdown_tables) +[Paketschein erstellen](https://www.myhermes.de/versenden/paketschein-erstellen/) +[Password Generator](https://1password.com/password-generator/) +[RegExr](https://regexr.com/) +[SpotMyBackup](http://www.spotmybackup.com/) +[VirusTotal - Home](https://www.virustotal.com/gui/home/upload) + + diff --git a/weblinks/Windows.md b/weblinks/Windows.md new file mode 100644 index 0000000..9f4bc74 --- /dev/null +++ b/weblinks/Windows.md @@ -0,0 +1,16 @@ +#Windows + +[Batch-Befehle – Wikibooks](https://de.wikibooks.org/wiki/Batch-Programmierung:_Batch-Befehle) +[Debloat-Windows-10](https://github.com/W4RH4WK/Debloat-Windows-10) +[LeDragoX/Win-Debloat-Tools](https://github.com/LeDragoX/Win-Debloat-Tools) +[Manage Windows Updates with Powershell](https://woshub.com/pswindowsupdate-module/) +[Managing Printers with Powershell](https://woshub.com/powershell-managing-printers-and-their-drivers-in-windows-8/) +[Marco Pontello's Home](https://mark0.net/) +[NirSoft - freeware](https://www.nirsoft.net/) +[OlderGeeks.com](https://www.oldergeeks.com/downloads/category.php?id=99) +[Remote Desktop FAQ](http://remotedesktoprdp.com/) +[TheWindowsClub](https://www.thewindowsclub.com/category/windows) +[Windows 10: Setup mit Autounattend.xml](https://www.anreiter.at/windows-10-setup-mit-autounattend-xml/) +[Windows Befehle](https://learn.microsoft.com/de-de/windows-server/administration/windows-commands/windows-commands) + + diff --git a/weblinks/hardware.md b/weblinks/hardware.md index e7dc6f7..0123034 100644 --- a/weblinks/hardware.md +++ b/weblinks/hardware.md @@ -1,6 +1,15 @@ -# Hardware - -["Active Directory DNS Records"](https://blog.andreas-schreiner.de/2017/10/16/active-directory-dns-records/) - -["Adaptec RAID Series 5Z"](https://storage.microsemi.com/de-de/products/series/5z/) - +#Hardware + +[Adaptec RAID Series 5Z](https://storage.microsemi.com/de-de/products/series/5z/) +[FRITZ!Box EMERGENCY connect](http://169.254.1.1/) +[HiFive Unmatched - SiFive Boards](https://www.sifive.com/boards/hifive-unmatched) +[IPMI Konfiguration unter Linux](https://www.thomas-krenn.com/de/wiki/IPMI_Konfiguration_unter_Linux_mittels_ipmitool) +[iPXE - open source boot firmware](https://ipxe.org/) +[LSIMegaRAIDSAS – HWraid](https://hwraid.le-vert.net/wiki/LSIMegaRAIDSAS) +[PXE-Boot (Ubuntu)](https://wiki.ubuntuusers.de/PXE-Boot/) +[Softwaretools für IPMI](https://www.thomas-krenn.com/de/wiki/Softwaretools_f%C3%BCr_IPMI_im_%C3%9Cberblick) +[StorCLI commands](https://www.thomas-krenn.com/en/wiki/StorCLI_commands) +[UEFI HTTP Boot Server](https://documentation.suse.com/de-de/sles/15-SP3/html/SLES-all/cha-deployment-prep-uefi-httpboot.html) +[](https://www.raspberry-pi-geek.de/wp-content/uploads/2014/10/AA_schnecke_6904572_123rf_jasmin_merdan.jpg.jpg) + + diff --git a/weblinks/provider.md b/weblinks/provider.md index 0a606a6..569ca78 100644 --- a/weblinks/provider.md +++ b/weblinks/provider.md @@ -1,2 +1,8 @@ -[1&1 Kunden-Login](https://www.1und1.de/login) - +#Provider + +[1&1 Kunden-Login](https://www.1und1.de/login) +[emClient License Manager](https://licensemanager.emclient.com/account/login) +[HETZNER Robot](https://robot.hetzner.com/) +[netcup ccp](https://www.customercontrolpanel.de/) + +