Editing
Main Page
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Computers == === Computers/Computer_Science/Distributed_Computing/Platforms/Hadoop === * https://www.safaribooksonline.com/library/view/introduction-to-the/9781771376150 : INTRODUCTION TO THE HADOOP TECHNOLOGY STACK * https://www.safaribooksonline.com/library/view/introduction-to-the/9781771376150/part10.html (my bookmark) === Computers/Data_Communications/Telephony === * https://www.curlie.org/Computers/Data_Communications/Telephony/ ==== dialling codes ==== * https://en.wikipedia.org/wiki/List_of_country_calling_codes β also referred to as international subscriber dialing (ISD) codes * https://en.wikipedia.org/wiki/Telephone_numbers_in_Germany * https://en.wikipedia.org/wiki/List_of_dialling_codes_in_Germany !!! * https://de.wikipedia.org/wiki/Amtliches_Verzeichnis_der_Ortsnetzkennzahlen ==== who called me? ==== * http://www.tellows.de === Computers/Data_Communications/Testing_and_Tools/Bandwidth_Tests === * https://www.curlie.org/Computers/Data_Communications/Testing_and_Tools/Bandwidth_Tests/ * http://avm.de/nc/service/zack-der-speedtest-fuer-ihre-breitbandverbindung/ * https://speedtest.vodafone.de === Computers/Data_Formats/Document/Publishing/PDF/Software === * http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ * http://Jochen.Hayek.name/wp/blog-en/2012/01/09/book-pdf-explained/ * http://Jochen.Hayek.name/wp/blog-en/2011/06/08/pdftk-the-pdf-toolkit/ * http://Jochen.Hayek.name/wp/blog-en/2011/01/05/how-to-burst-a-pdf-document-into-single-pages-etc/ === Computers/Data_Formats/File_Systems === ==== AFP = Apple Filing Protocol ==== * https://en.wikipedia.org/wiki/Apple_Filing_Protocol AKA AFP * AFP is a proprietary network protocol that offers file services for Mac OS X * my Synology NAS provides access via AFP ==== AFS = Andrew File System ==== * https://en.wikipedia.org/wiki/Andrew_File_System AKA AFS ==== NFS ==== * https://en.wikipedia.org/wiki/Network_File_System AKA NFS * the Network File System is a distributed file system protocol originally developed by Sun Microsystems in 1984 * my Synology NAS provides access via NFS β actually NFS seems to me the fastest and most stable way of accessing files via a LAN or WIFI * [[NFS]] ==== SMB/CIFS and Samba ==== * https://en.wikipedia.org/wiki/Samba_(software) * https://en.wikipedia.org/wiki/SMB/CIFS * my Synology NAS provides access via Samba === Computers/Data_Formats/Markup_Languages/HTML === * https://library.oreilly.com/book/0636920029274/html5-pocket-reference-5th-edition/toc * https://library.oreilly.com/book/9780596805876/html-amp-xhtml-pocket-reference-4th-edition/toc === Computers/Data_Formats/Markup_Languages/XML === * https://metacpan.org/pod/XML::Tidy * https://metacpan.org/dist/XML-Tidy * you can also "indent" an XML document within Emacs in nxml mode β insert line-breaks after closing tage, if that's helpfule === Computers/Data_Formats/Markup_Languages/XML/Addressing_and_Querying/XPath === ==== xmlstarlet ==== * https://wp.jochen.hayek.name/blog-en/2016/02/25/xmlstarlet-a-command-line-utility-to-deal-with-xml-documents/ * https://wp.jochen.hayek.name/blog-en/category/xmlstarlet/ * http://xmlstar.sourceforge.net/doc/UG/xmlstarlet-ug.html * http://xmlstar.sourceforge.net/doc/xmlstarlet.txt * http://xmlstar.sourceforge.net === Computers/Data_Formats/Markup_Languages/XML/Addressing_and_Querying/XQuery === * https://en.wikibooks.org/wiki/XQuery * https://en.wikibooks.org/wiki/XQuery/Inserting_and_Updating_Attributes * http://Jochen.Hayek.name/wp/blog-en/category/xml/xquery/ * http://www.b.shuttle.de/hayek/hayek/jochen/wp/blog-en/wp-admin/edit.php?category_name=xquery === Computers/Data_Formats/Markup_Languages/XML/Document_Types === === Computers/E-Books/Readers/Software === * https://curlie.org/Computers/E-Books/Readers/Software/ * https://en.wikipedia.org/wiki/Calibre_(software) === Computers/Emulators/Intel_x86_Architecture/VirtualBox === * https://en.wikipedia.org/wiki/VirtualBox ==== communication with a (local) virtual machine ==== If the host is connected to its LAN through wifi, the network interface(s) of a local virtual machine cannot be set to ''bridged mode'' and hence cannot acquire its own IP address on the LAN. The virtual machine usually can be ssh-ed into on a unusual port like 2222: ssh into a local virtual machine: <pre> $ ssh -p 2222 localhost </pre> rsync (via ssh) into a local virtual machine: <pre> $ env RSYNC_RSH='ssh -p 2222' rsync -vaz diary localhost:diary_ </pre> emacs/tramp/dired (http://www.gnu.org/software/tramp/) with a local virtual machine: this should "ssh -p 2222 localhost", but seems to ignore "-p 2222": <pre> /ssh:localhost#2222: </pre> these variations of the above work: <pre> /sshx:localhost#2222: /scpx:localhost#2222: </pre> === Computers/Internet/Chat/Instant_Messaging === * https://en.wikipedia.org/wiki/Signal_(software) * https://en.wikipedia.org/wiki/WhatsApp * https://en.wikipedia.org/wiki/Telegram_(software) * https://en.wikipedia.org/wiki/Viber * https://en.wikipedia.org/wiki/Pidgin_(software) - was a free and open-source multi-platform instant messaging client, β¦ that has support for many instant messaging protocols, allowing the user to simultaneously log in to various services from a single application, with a single interface for both popular and obsolete protocols β¦, thus avoiding the hassle of having to deal with a new software for each device and protocol * https://en.wikipedia.org/wiki/Adium β was a free and open-source instant messaging client for macOS that supported multiple IM networks β finally defeated by the various service providers, supposedly through endless feature creep === Computers/Internet/On_the_Web/Weblogs === * https://curlie.org/Computers/Internet/On_the_Web/Weblogs/ ==== Computers/Internet/On_the_Web/Weblogs: WordPress ==== * https://curlie.org/Computers/Internet/On_the_Web/Weblogs/Templates/WordPress/ * https://curlie.org/Computers/Internet/On_the_Web/Weblogs/Tools/Publishers/WordPress/Plugins/ * [[WordPress]] β my blogging software and installations * the WordPress Revision History feature ** https://wordpress.org/support/article/revisions/ ** https://www.elegantthemes.com/blog/tips-tricks/how-to-use-the-wordpress-revision-history-feature ** how to export and import certain revisions #ToBeDone ** is it possible, increase that figure beyond 25? <code>define('WP_POST_REVISIONS', 5);</code> === Computers/Internet/Protocols/SSL-TLS/Products_and_Tools === ==== how to create a CSR AKA certificate signing request using openssl ==== * https://en.wikipedia.org/wiki/certificate_signing_request * https://www.openssl.org/docs/manpages.html * https://www.openssl.org/docs/manmaster/index.html * https://www.openssl.org/docs/manmaster/man1/openssl-genrsa.html β generate an RSA private key * https://www.openssl.org/docs/manmaster/man1/openssl-req.html β PKCS#10 certificate request and certificate generating command This example follows [https://en.wikipedia.org/wiki/certificate_signing_request the wikipedia article]: <nowiki> name=2024_wikipedia.org # https://www.openssl.org/docs/manmaster/man1/openssl-genrsa.html openssl genrsa -out ${name}.key # https://www.openssl.org/docs/manmaster/man1/openssl-req.html openssl req -sha512 -new -subj "/C=US/ST=California/L=San Francisco/O=Wikimedia Foundation, Inc./CN=*.wikipedia.org" -key ${name}.key -out ${name}.csr </nowiki> === Computers/Internet/Protocols/SNMP/Tools === * https://curlie.org/Computers/Internet/Protocols/SNMP/Tools/ * https://en.wikipedia.org/wiki/Paessler_PRTG ==== snmpwalk ==== * http://www.net-snmp.org/docs/man/snmpwalk.html * https://linux.die.net/man/1/snmpwalk * https://bobcares.com/blog/install-snmp-on-rhel/ === Computers/Internet/Protocols/IP/Addressing/Lookup : geolocation === * https://curlie.org/Computers/Internet/Protocols/IP/Addressing/Lookup/ * https://db-ip.com/59.163.146.20 * https://whatismyipaddress.com/ip/59.163.146.20 ==== geolocation on the command line ==== <pre> $ curl http://api.db-ip.com/v2/free/59.163.146.20 { "ipAddress": "59.163.146.20", "continentCode": "AS", "continentName": "Asia", "countryCode": "IN", "countryName": "India", "stateProv": "Tamil Nadu", "city": "Chennai", } $ curl http://api.db-ip.com/v2/free/59.163.146.20/countryName India </pre> === Computers/Internet/Web_Design_and_Development/Hosting === * https://www.curlie.org/en/Computers/Internet/Web_Design_and_Development/Hosting * https://www.curlie.org/de/Computer/Internet/Webdesign_und_-entwicklung/Webhosting ==== Hostsharing.net ==== Let me mention ''Hostsharing'' here, so I can search for it and find it also as such, not only as ''Hostsharing.net'' ! How to order more disk space? * https://www.hostsharing.net * https://webmail.hostsharing.net * https://admin.hostsharing.net * https://hostsharing.coop β a https://en.wikipedia.org/wiki/Mastodon_(software) instance * https://doc.hostsharing.net/users/ * https://doc.hostsharing.net/users/anleitung/paket.html * https://wiki.hostsharing.net * https://wiki.hostsharing.net/index.php?title=Hsadmin/Domainoptionen * https://wiki.hostsharing.net/index.php?title=Hsadmin/Domainoptionen#greylisting_-_SPAM_reduzieren_beim_e-mail-Annehmen * https://wiki.hostsharing.net/index.php?title=Hsadmin/Domainoptionen#letsencrypt_-_TLS_Zertifikate_der_Zertifizierungsstelle_Letsencrypt_werden_erzeugt * https://wiki.hostsharing.net/index.php?title=TLS_mit_Let's_Encrypt_Zertifikat * https://wiki.hostsharing.net/index.php?title=TLS_mit_Let's_Encrypt_Zertifikat#Monitoring_von_TLS-Zertifikaten * https://phpmyadmin.hostsharing.net/current/ * https://status.hostsharing.net * https://status.hostsharing.net/actions.html * https://pad.hostsharing.net/ β Hostsharing's https://en.wikipedia.org/wiki/Etherpad server β they don't commit to do free maintenance ===== my websites hosted by Hostsharing.net ===== * https://wp.jochen.hayek.name/blog-en * https://wp.jochen.hayek.name/blog-de * https://wiki.jochen.hayek.name/w/ ===== issue: daily traffic exceeded ===== * https://wiki.hostsharing.net/?title=Traffic β what to do, when they tell you: "daily traffic exceeded" resp. "[HS] Traffic-Warnung" * https://wp.jochen.hayek.name/blog-en/2020/08/05/internet-traffic/ β robots / web harvesters eating up my Internet traffic volume ===== issue: "Neue PHP-Standard-Version" ===== * https://wiki.hostsharing.net/index.php?title=PHP ===== issue: running out of disk-space ===== * https://wiki.hostsharing.net/index.php?title=Speicherbelegung * http://hs.andreasloesch.de/pac-du-quota === Computers/Multimedia/Music_and_Audio/MIDI === * https://curlie.org/Computers/Multimedia/Music_and_Audio/MIDI/ * https://en.wikipedia.org/wiki/MIDI_keyboard === Computers/Multimedia/Music_and_Audio/Software/Mac_OS === * http://curlie.org/Computers/Multimedia/Music_and_Audio/Software/Mac_OS/ ==== Computers/Multimedia/Music_and_Audio/Software/Mac_OS : GarageBand ==== * https://en.wikipedia.org/wiki/GarageBand * https://support.apple.com/kb/PH24927 Turn on input monitoring for audio tracks * https://support.apple.com/kb/PH24941 Record to multiple audio tracks / monitor more than one instrument at a time === Computers/Open_Source/Open_Content/Encyclopedias/Wikipedia === * https://en.wikipedia.org/wiki/Wikipedia:Administrator_intervention_against_vandalism = WP:RVAN * https://en.wikipedia.org/wiki/Wikipedia:Vandalism#How_to_respond_to_vandalism * https://de.wikipedia.org/wiki/Wikipedia:Rechtschreibung * https://de.wikipedia.org/wiki/Wikipedia:Korrektoren = https://de.wikipedia.org/wiki/Wikipedia:Rechtschreibung#Korrektoren * https://de.wikipedia.org/wiki/Wikipedia:Rechtschreibung#Korrektoren * https://de.wikipedia.org/wiki/Wikipedia:Diskussionen * https://de.wikipedia.org/wiki/Wikipedia:Superschutz * https://de.wikipedia.org/wiki/Wikipedia:Formatvorlage_Biografie * https://de.wikipedia.org/wiki/Hilfe:%C3%9Cbersicht β Hilfe:Γbersicht * https://de.wikipedia.org/wiki/Kategorie:Wikipedia:Konflikte ** https://de.wikipedia.org/wiki/Wikipedia:Benutzersperrung ** https://de.wikipedia.org/wiki/Wikipedia:Edit-War ** https://de.wikipedia.org/wiki/Wikipedia:Sperrpr%C3%BCfung β SperrprΓΌfung ** https://de.wikipedia.org/wiki/Wikipedia:Trollerei ** https://de.wikipedia.org/wiki/Wikipedia:Vandalismusmeldung β how to get someone prosecuted on de.WP because of vandalism (in German) ** β¦ ==== de.wikipedia.org reasoning ==== ===== changes like "Photographie" -> "Fotografie" ===== Kein Grund fΓΌr Γnderung/β¦, denn von Duden empfohlene Schreibung: Fotografie, jedoch auch alternative Schreibung: Photographie. === Computers/Open_Source/Open_Content/Encyclopedias/Wikipedia : de.wikipedia.org : Vorlagen === * https://de.wikipedia.org/wiki/Vorlage:Internetquelle === Computers/Open_Source/Software/Editors/Emacs === * https://curlie.org/Computers/Open_Source/Software/Editors/Emacs/ * https://mailb.org/mailman/listinfo/emacs-berlin * http://emacs-berlin.org * irc: #emacs-berlin === Computers/Open_Source/Software/Music_and_Audio === * https://curlie.org/Computers/Open_Source/Software/Music_and_Audio/ * https://musescore.com/user/13470606/scores/6779777 β La Mer * https://musescore.com/user/340306/scores/2301126 β Robert Schumann, Dichterliebe Op. 48 * β¦ === Computers/Organizations/Professional === * https://www.curlie.org/en/Computers/Organizations/Professional * https://en.wikipedia.org/wiki/Category:Information_technology_organizations ==== Adminstammtisch Berlin ==== * https://en.wikipedia.org/wiki/LISA_(organization) AKA ''SAGE'' AKA ''System Administrators Guild'' (yes, '''w/o''' [https://en.wikipedia.org/wiki/Apostrophe#Possessive_apostrophe possessive apostrophe]) * https://www.flarp.de/ FKA ''SAGE-Berlin'' AKA ''Adminstammtisch'' ** https://www.catb.org/jargon/html/F/flarp.html β why do they call themselves "flarp"? * https://www.flarp.de/posts/ β their monthly meeting takes place on the first Thursday of each month at 19:00 === Computers/Programming/Languages === ==== Computers/Programming/Languages/Ada ==== * https://www.curlie.org/en/Computers/Programming/Languages/Ada * https://www.apress.com/de/book/9781484254271 ==== Computers/Programming/Languages/Java/Enterprise_Edition/JavaServer_Pages ==== * https://www.curlie.org/en/Computers/Programming/Languages/Java/Enterprise_Edition/JavaServer_Pages/ * JSTL: Jakarta Standard Tag Library β formerly JavaServer Pages Standard Tag Library * https://en.wikipedia.org/wiki/Unified_Expression_Language β UEL AKA JUEL β used in: JSP pages, JasperReports, β¦ ==== Computers/Programming/Languages/JavaScript ==== ===== superb tutorial with excellent online samples to exercise within your browser without any effort ===== * http://www.w3schools.com/js β w3schools.com: JavaScript Tutorial * http://www.w3schools.com/js/js_output.asp β my "JavaScript Tutorial" '''bookmark''' * http://www.w3schools.com/jsref β w3schools.com: JavaScript and HTML DOM Reference ===== How do the major players deal with JavaScript? ===== * https://developer.mozilla.org/en-US/docs/Web/API/Document * https://msdn.microsoft.com/en-us/library/hh772374(v=vs.85).aspx * https://msdn.microsoft.com/en-us/library/aa902517.aspx ===== misc ===== * https://developer.mozilla.org/en-US/docs/Introduction_to_using_XPath_in_JavaScript ==== Computers/Programming/Languages/Perl ==== * http://Jochen.Hayek.name/wp/blog-en/2012/08/01/developing-software-in-perl-i-really-like-it-with-cpanm-and-perlbrew/ β the former location of this piece of text ** http://Jochen.Hayek.name/wp/blog-en/2010/07/02/appperlbrew-manage-perl-installations-in-your-home-or-wherever-you-want/ β my own updated notes on App::perlbrew; including a note on creating a ''stable'' alias for steady and ongoing use ** http://Jochen.Hayek.name/wp/blog-en/2010/07/08/appcpanminus-a-new-cpan-installer/ β my own notes on App::cpanminus, "yet another CPAN installer" (Just for me, for finding my way through confusion.) My usual starting point before installing a CPAN module: <pre> $ perlbrew switch stable $ perlbrew install-cpanm # e.g. β never a bad idea $ cpanm Date::Calc # e.g. </pre> ===== books ===== * the Perl bible ** https://library.oreilly.com/book/9780596004927/programming-perl/toc.xhtml ** https://library.oreilly.com/book/9780596004927/programming-perl/454.xhtml β Chapter 17. The Command-Line Interface * Tim Maher: Minimal Perl ** http://www.manning.com/maher/ ===== the Perl syntax tree ===== * https://metacpan.org/pod/B::Concise β walk Perl syntax tree, printing concise info about ops ===== ipkg perl on Synology DSM enhanced by me ===== <pre> root@diskstation # ipkg install perl root@diskstation # ipkg install perl-digest-sha1 root@diskstation # ipkg install perl-io-socket-ssl root@diskstation # chown -R johayek.users /opt/lib/perl5/site_perl $ rsync -va opensuse132:/usr/local/perlbrew/perls/perl-5.16.1/lib/site_perl/5.16.1/JSON* /opt/lib/perl5/site_perl $ rsync -va opensuse132:/usr/local/perlbrew/perls/perl-5.16.1/lib/site_perl/5.16.1/Getopt /opt/lib/perl5/site_perl $ rsync -va opensuse132:/usr/local/perlbrew/perls/perl-5.16.1/lib/site_perl/5.16.1/Authen /opt/lib/perl5/site_perl $ rsync -va opensuse132:/usr/local/perlbrew/perls/perl-5.16.1/lib/site_perl/5.16.1/Net/XMPP* /opt/lib/perl5/site_perl/Net $ rsync -va opensuse132:/usr/local/perlbrew/perls/perl-5.16.1/lib/site_perl/5.16.1/XML/Stream* /opt/lib/perl5/site_perl/XML $ rsync -va opensuse132:/usr/local/perlbrew/perls/perl-5.16.1/lib/site_perl/5.16.1/Digest /opt/lib/perl5/site_perl $ rsync -va opensuse132:/usr/local/perlbrew/perls/perl-5.16.1/lib/site_perl/5.16.1/Data /opt/lib/perl5/site_perl </pre> ===== plenv ===== * https://github.com/tokuhirom/plenv β perl binary manager ===== perlbrew ===== ====== perlbrew for "ipkg" on Synology DSM5.2 ====== <pre> $ ipkg install patch $ ipkg install gcc $ perlbrew available $ perlbrew install perl-5.20.2 # breaks because of missing cc root@diskstation # cd /opt/bin && ln -s gcc cc $ less /usr/local/perlbrew/build.perl-5.20.2.log cc -fstack-protector -L/opt/lib -o miniperl \ perlmini.o opmini.o miniperlmain.o gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro.o keywords.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o globals.o perlio.o perlap i.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o caretx.o -lnsl -lgdbm -ldb -lc -lgdbm_compat pp.o: In function `Perl_pp_int': pp.c:(.text+0x5e74): undefined reference to `floor' pp.c:(.text+0x5ef3): undefined reference to `ceil' pp.o: In function `Perl_pp_sin': pp.c:(.text+0x6203): undefined reference to `sin' pp.c:(.text+0x62b5): undefined reference to `sqrt' pp.c:(.text+0x6320): undefined reference to `cos' pp.c:(.text+0x633f): undefined reference to `log' pp.c:(.text+0x6357): undefined reference to `exp' $ perlbrew install 5.18.4 # same problem </pre> ==== Computers/Programming/Languages/PHP ==== * [[configuration Γ la PHP]] ==== Computers/Programming/Languages/PHP/Scripts/Content_Management ==== * https://curlie.org/Computers/Programming/Languages/PHP/Scripts/Content_Management/ * https://en.wikipedia.org/wiki/List_of_content_management_systems * AKA CMS I want to try a few CMSs on my Synology NAS. * "Some" get provided by the NAS's Package Center, * "some" get provided through Docker. ===== Computers/Programming/Languages/PHP/Scripts/Content_Management/Drupal ===== * https://curlie.org/Computers/Programming/Languages/PHP/Scripts/Content_Management/Drupal/ * https://en.wikipedia.org/wiki/Drupal * https://www.meetup.com/Drupal-User-Group-Berlin/ ===== Computers/Programming/Languages/PHP/Scripts/Content_Management/Joomla ===== * https://curlie.org/Computers/Programming/Languages/PHP/Scripts/Content_Management/Joomla/ * https://en.wikipedia.org/wiki/Joomla! * https://www.meetup.com/Joomla-User-Group-Berlin/ ===== Computers/Programming/Languages/PHP/Scripts/Content_Management/TYPO3 ===== * https://curlie.org/Computers/Programming/Languages/PHP/Scripts/Content_Management/TYPO3/ * https://en.wikipedia.org/wiki/TYPO3 * https://wiki.typo3.org/TYPO3-Docker * https://hub.docker.com/r/dkdde/typo3/ * https://www.meetup.com/TYPO3-Usergroup-Berlin/ ===== Computers/Internet/On_the_Web/Weblogs/Tools/Publishers/WordPress ===== * https://curlie.org/Computers/Internet/On_the_Web/Weblogs/Tools/Publishers/WordPress/ ===== some others ===== * Contao * ProcessWire * Koken * Kirby ==== Computers/Programming/Languages/Python ==== ===== virtual environments ===== * https://docs.python.org/3/tutorial/venv.html * https://virtualenv.pypa.io β more powerful then standard venv * https://borgbackup.readthedocs.io/en/1.1-maint/installation.html#using-git β a tiny demonstration ==== Computers/Programming/Languages/Ruby ==== * https://github.com/sstephenson/rbenv β groom your appβs Ruby environment with rbenv * https://en.wikipedia.org/wiki/Ruby_Version_Manager AKA RVM β aids managing multiple installations of Ruby on the same device === Computers/Security === ==== Computers/Security/Authentication ==== * https://curlie.org/Computers/Security/Authentication/ ====== sssd ====== * https://en.wikipedia.org/wiki/System_Security_Services_Daemon β a set of daemons to manage access to remote directory services and authentication mechanisms ==== Computers/Security/Firewalls ==== * https://curlie.org/en/Computers/Security/Firewalls/ ===== firewalld ===== * https://firewalld.org/documentation/man-pages/ * https://firewalld.org/documentation/man-pages/firewall-cmd.html β for samples '''see there''' and also below! * /etc/sysconfig/firewalld * /var/log/firewalld Sample command lines: <pre> $ sudo firewall-cmd --reload $ sudo firewall-cmd --runtime-to-permanent # !!! $ sudo firewall-cmd --set-log-denied all $ sudo firewall-cmd --get-services $ sudo firewall-cmd --permanent --get-services </pre> There is a system service (you can take it down and up again): <pre> $ sudo systemctl status firewalld </pre> ==== Computers/Security/Internet/Products_and_Tools/Security_Scanners ==== * https://curlie.org/Computers/Security/Internet/Products_and_Tools/Security_Scanners/ ===== nmap ===== * https://nmap.org/book/ * https://nmap.org/book/man.html * https://nmap.org/book/toc.html * https://nmap.org/book/man-examples.html * https://www.man7.org/linux/man-pages/man1/nmap.1.html * https://www.lisenet.com/2013/finding-open-ports-and-listening-services-on-linux/ β Finding Open Ports and Listening Services on Linux: '''nmap''', netstat, lsof and ss (lots of helpful examples) !!!!!!!!! * https://learning.oreilly.com/library/view/mastering-linux-network/9781784399597/ β Mastering Linux Network Administration (PacktPub) !!!!! * https://learning.oreilly.com/library/view/mastering-linux-network/9781784399597/ch10s05.html β Scanning your network with Nmap and Zenmap * https://learning.oreilly.com/library/view/linux-networking-cookbook/9780596102487/ β does it mention nmap at all? * https://learning.oreilly.com/library/view/linux-network-administrators/0596005482/ β does it mention nmap at all? Q: can I connect to host HOST on port 3306? <pre> $ sudo nmap -P T:3306 -T4 HOST # -T4 for faster execution β a recommended combination of </pre> ==== Computers/Security/Products_and_Tools/Password_Tools ==== This is about "password managers". * https://www.curlie.org/Computers/Security/Products_and_Tools/Password_Tools/ ===== bitwarden ===== * https://en.wikipedia.org/wiki/Bitwarden * https://bitwarden.com * https://bitwarden.com/help/article/cli/ ===== Zoho Vault ===== the password manager for Teams, Businesses, Enterprises. * https://www.zoho.com/vault/ * https://www.zoho.com/vault/free-password-manager.html * https://www.zoho.com/vault/team-password-manager.html * https://www.zoho.com/vault/enterprise-password-management.html ===== KeePassXC ===== * https://en.wikipedia.org/wiki/KeePassXC * https://KeePassXC.org * https://keepassxc.org/docs/ * https://keepassxc.org/docs/KeePassXC_GettingStarted.html * https://keepassxc.org/docs/KeePassXC_UserGuide.html * https://www.mankier.com/1/keepassxc-cli ===== KeePass ===== * https://en.wikipedia.org/wiki/KeePass * https://KeePass.info ===== for Synology NAS ===== * https://www.itsmdaily.com/synopass-password-manager-for-synology/ * https://bitwarden.com * https://medium.com/@c52chungyuny/host-your-own-free-password-manager-with-your-synology-nas-3bc7bbb8554a β bitwarden as a Docker solution === Computers/Software : Docker === * https://en.wikipedia.org/wiki/Docker_(software) * https://docs.docker.com/ * https://docs.docker.com/engine/swarm/ * https://docs.docker.com/compose/ * https://docs.docker.com/engine/reference/commandline/docker/ * https://hub.docker.com/explore/ * https://www.synology.com/knowledgebase/DSM/tutorial/Virtualization/How_can_I_debug_and_fix_common_Docker_container_issues * https://learning.oreilly.com/videos/docker-for-the/9781788991315 β Docker for the Absolute Beginner - Hands-On, 2018 * https://learning.oreilly.com/videos/docker-containers-third/9780134862958 β Docker Containers, Third Edition, 2017 * https://dockerlabs.collabnix.com/docker/cheatsheet/ β "The Ultimate Docker Cheat Sheet" === Computers/Software : podman === * https://en.wikipedia.org/wiki/Podman β "pod manager" * https://podman.io * https://podman.io/docs * https://docs.podman.io/en/latest/ * https://docs.podman.io/en/latest/Commands.html * https://docs.podman.io/en/latest/markdown/podman.1.html * https://docs.podman.io/en/latest/markdown/podman-run.1.html === Computers/Software : Eggplant Functional AKA EPF === * https://en.wikipedia.org/wiki/Eggplant_Functional * https://support.eggplantsoftware.com/downloads/eggplant-functional-downloadsβ * https://gitlab.com/jcaselman/epf-docker β "Deploying Eggplant Functional in Containers" β "container images for Eggplant Functional" β how to work with EPF in a Docker or podman environment * β¦ * https://docs.eggplantsoftware.com/studio/epf-running-from-command-line/ β Running from the Command Line * β¦ * https://docs.eggplantsoftware.com/studio/epf-runscript-command-options/ β Runscript Command Line Options === Computers/Software/Build_Management/Build_Manager_Tools === * http://curlie.org/Computers/Software/Build_Management/Build_Manager_Tools/ * https://en.wikipedia.org/wiki/Bamboo_(software) * http://www.atlassian.com/software/bamboo/ * https://en.wikipedia.org/wiki/Jenkins_(software) === Computers/Software/Business/Small_Business : Lexware Quicken === [[Lexware FinanzManager]] formerly known as [[Lexware Quicken]] === Computers/Software/Configuration_Management/Tools : orchestration software === * https://en.wikipedia.org/wiki/Comparison_of_open-source_configuration_management_software * https://en.wikipedia.org/wiki/Salt_(software) ==== Computers/Software/Configuration_Management/Tools : orchestration software : Ansible ==== * https://www.curlie.org/en/Computers/Programming/Languages/Python/Development_Tools/Deployment * https://en.wikipedia.org/wiki/Ansible_(software) * [[Ansible]] === Computers/Software/Configuration_Management/Tools : version control software === * Subversion ==== Computers/Software/Configuration_Management/Tools : version control software : CVS ==== * [[CVS cookbook]] β versioning software used by certain customers ==== Computers/Software/Configuration_Management/Tools : version control software : Git ==== * https://curlie.org/Computers/Software/Configuration_Management/Tools/Git/ * https://en.wikipedia.org/wiki/Comparison_of_Git_GUIs * https://www.syntevo.com/smartgit/ ===== GitLab ===== * https://gitlab.com/help/user/markdownΒ βΒ GitLab Flavored Markdown spec (a customer GitLab installation provides (resp. seems to provide) a version with a TOC) ====== GitLab REST API ====== * https://docs.gitlab.com/ee/api/rest/ β GitLab REST API * https://docs.gitlab.com/ee/api/repositories.html * https://stackoverflow.com/questions/67069658/gitlab-api-access-to-package-registry-file * https://stackoverflow.com/questions/18952935/how-to-get-subfolders-and-files-using-gitlab-api === Computers/Software/Groupware/Wiki/Wiki_Engines === ==== Wikipedia: citing books, web pages, β¦ ==== templates for citing: * https://en.wikipedia.org/wiki/Template:Bare_URL_inline * https://en.wikipedia.org/wiki/Template:Cite_book * https://en.wikipedia.org/wiki/Template:Cite_web * https://en.wikipedia.org/wiki/Template:Citation_needed AKA https://en.wikipedia.org/wiki/Template:Cn * https://en.wikipedia.org/wiki/Template:Dead_link * https://de.wikipedia.org/wiki/Vorlage:Coordinate * https://de.wikipedia.org/wiki/Vorlage:Literatur * https://de.wikipedia.org/wiki/Vorlage:Internetquelle * https://de.wikipedia.org/wiki/Vorlage:Cite_web * https://de.wikipedia.org/wiki/Vorlage:Belege_fehlen * https://de.wikipedia.org/wiki/Vorlage:Toter_Link misc: * https://en.wikipedia.org/wiki/Template:As_of how to refer to https://de.wikipedia.org/wiki/Wikipedia:Belege AKA within a commit message: * put WP:QA in double square angles also useful: * http://hbz-da.de/wikipedia/lifo.php * https://tools.wmflabs.org/isbn2wiki/ * https://tools.wmflabs.org/templator/ ==== MediaWiki installation on my NAS ==== * /volume1/web/MediaWiki β this is where the NAS's package manager installed it itself first, but then I replaced it with an original MediaWiki one, only copied ==== MediaWiki installation at my web-space provider ==== * [[Configuration Γ la PHP]] β my trouble with the MySQL farm, and how PHP deals with it === Computers/Software/Internet === ==== Computers/Software/Internet/Clients ==== ===== Computers/Software/Internet/Clients/LDAP ===== * https://curlie.org/Computers/Software/Internet/Clients/LDAP/ * https://ldap.com/ldap-tools/ * http://www.ldapadmin.org/ * https://www.JXplorer.org/ * https://ldapbrowserwindows.com/ ====== Computers/Software/Internet/Clients/LDAP/Apache Directory Studio ====== * https://directory.apache.org/studio/ * https://en.wikipedia.org/wiki/Apache_Directory ===== Computers/Software/Internet/Clients/Mail ===== ====== Computers/Software/Internet/Clients/Mail/Thunderbird ====== ====== Computers/Software/Internet/Clients/Mail/Thunderbird/Add-ons ====== * https://www.curlie.org/Computers/Software/Internet/Clients/Mail/Thunderbird/Add-ons/ * https://addons.thunderbird.net/en-US/thunderbird/addon/importexporttools-ng/ ====== Computers/Software/Internet/Clients/Mail/Web-Based ====== * https://curlie.org/Computers/Software/Internet/Clients/Mail/Web-Based/ * https://curlie.org/Computers/Programming/Languages/PHP/Scripts/Frameworks/ * Horde ** https://www.horde.org ** https://www.horde.org/apps/horde/ * Roundcube ** https://en.wikipedia.org/wiki/Roundcube ** https://roundcube.net ** https://plugins.roundcube.net ** https://www.roundcubeforum.net ===== Computers/Software/Internet/Clients/SSH ===== * https://www.curlie.org/Computers/Software/Internet/Clients/SSH * https://stosb.com/blog/explaining-my-configs-ssh-client/ β Tom HaCohen: Explaining My Configs: ssh client ==== Computers/Software/Internet/Network_Management ==== * https://curlie.org/Computers/Software/Internet/Network_Management/ * https://www.slashroot.in/what-tcp-ping-and-how-it-used β What is TCP ping and how is it used * https://linuxize.com/post/check-listening-ports-linux/ β How to Check for Listening Ports in Linux (Ports in use) * https://www.lisenet.com/2013/finding-open-ports-and-listening-services-on-linux/ β Finding Open Ports and Listening Services on Linux: Nmap, Netstat, lsof and ss * https://learning.oreilly.com/library/view/mastering-linux-network/9781784399597/ch10s05.html β Scanning your network with Nmap and Zenmap ==== Computers/Software/Internet/Servers ==== ===== Computers/Software/Internet/Servers/LDAP ===== * https://curlie.org/en/Computers/Software/Internet/Servers/LDAP * https://en.wikipedia.org/wiki/Apache_Directory ===== Computers/Software/Internet/Servers/SSH ===== * https://www.curlie.org/Computers/Software/Internet/Servers/SSH/ * https://stosb.com/blog/explaining-my-configs-sshd_config/ β Tom HaCohen: Explaining My Configs: sshd_config ==== Computers/Software/Internet/Site_Management/Backup ==== * https://www.curlie.org/Computers/Software/Internet/Site_Management/Backup/ ===== Computers/Software/Internet/Site_Management/Backup : Borg ===== * https://en.wikipedia.org/wiki/Attic_(backup_software)#Borg * https://www.borgbackup.org/ * https://borgbackup.readthedocs.io/ * https://www.borgbase.com/ === Computers/Software/Manufacturing/Automation === * https://curlie.org/Computers/Software/Manufacturing/Automation/ ==== Computers/Software/Manufacturing/Automation: puppet ==== * https://en.wikipedia.org/wiki/Puppet_(software) * https://puppet.com/ * https://learning.oreilly.com/search/?q=puppet&type=course&rows=10 * https://learning.oreilly.com/videos/puppet-6-essentials/9781801073998/ β PUBLICATION DATE: January 2021 * https://learning.oreilly.com/videos/puppet-for-absolute/9781838551612/ β PUBLICATION DATE: February 2019 === Computers/Software/Networking === * [[computer network monitoring]] (empty for the time being β currently I like it better inline within the TOC itself a little further down) ==== Computers/Software/Networking/Remote_Access ==== * https://www.curlie.org/Computers/Software/Networking/Remote_Access/ * https://en.wikipedia.org/wiki/TeamViewer * https://www.TeamViewer.com ===== Computers/Software/Networking/Remote_Access: X11 forwarding ===== SSH has X11 forwarding built in, but it's not compressive (enough). * https://en.wikipedia.org/wiki/Template:Remote_administration_software * https://en.wikipedia.org/wiki/Comparison_of_remote_desktop_software * https://en.wikipedia.org/wiki/NX_technology β X2Go's ancestry * https://en.wikipedia.org/wiki/X2Go !!! * http://www.X2Go.org === Computers/Software/Operating_Systems === ==== Computers/Software/Operating_Systems/Graphic_Subsystems/X11/Window_Managers ==== * https://www.curlie.org/Computers/Software/Operating_Systems/Graphic_Subsystems/X11/Window_Managers/ ===== gnome ===== β¦ ===== KDE ===== * https://docs.kde.org/trunk5/en/kde-workspace/kcontrol/desktop/index.html β virtual desktops * https://docs.kde.org/trunk5/en/applications/fundamentals/kbd.html β Common Keyboard Shortcuts ===== i3wm ===== * https://en.wikipedia.org/wiki/I3_(window_manager) * https://www.maketecheasier.com/install-use-i3-window-manager-ubuntu/ β how do I get my Ubuntu to use i3 instead of Gnome? * https://www.addictivetips.com/ubuntu-linux-tips/beginners-guide-i3-window-manager/ β also: which packages to install * https://i3wm.org/docs/ * https://i3wm.org/docs/refcard.html * https://i3wm.org/docs/userguide.html * https://i3wm.org/docs/userguide.html#_default_keybindings ==== Computers/Software/Operating_Systems/*ix/Projects/System_Management/Package_Management ==== * https://www.curlie.org/Computers/Software/Operating_Systems/Linux/Projects/System_Management/Package_Management/ * http://hayek.name/Jochen/Computers/Computers.Software.html#id3412101 * https://en.wikipedia.org/wiki/Package_manager β includes a very nice comparison table !!!!! * https://en.wikipedia.org/wiki/List_of_software_package_management_systems * https://en.wikipedia.org/wiki/Software_repository * https://en.wikipedia.org/wiki/Fink * https://en.wikipedia.org/wiki/Homebrew_(package_manager) * https://en.wikipedia.org/wiki/pip_(package_manager) * https://en.wikipedia.org/wiki/ZYpp * https://distrowatch.com/dwres.php?resource=package-management * https://en.wikipedia.org/wiki/Snap_(software) β distribution-agnostic β runs best on Ubuntu * https://en.wikipedia.org/wiki/Flatpak β distribution-agnostic β also runs on ChromeOS i.e. on Chromebooks ===== the Debian world ===== * https://www.curlie.org/en/Computers/Software/Operating_Systems/Linux/Projects/System_Management/Package_Management/Debian * https://en.wikipedia.org/wiki/dpkg β Debian package management * [[Debian package management]] ===== the Redhat world ===== * https://www.curlie.org/en/Computers/Software/Operating_Systems/Linux/Projects/System_Management/Package_Management/RPM * https://www.curlie.org/Computers/Data_Formats/Archive/RPM/ * https://en.wikipedia.org/wiki/RPM_Package_Manager * [[RPM Package Management]] ===== ipkg ===== * http://en.wikipedia.org/wiki/ipkg The list of possible packages to install from the currently defined repositories can be obtained with: $ ipkg list To install a .ipkg package or to upgrade an existing package: $ ipkg install ''ipkgFile'' where ''ipkgFile'' is the name of the .ipk software package. The list of installed packages can be obtained with: $ ipkg list_installed To remove an installed package: $ ipkg remove ''packagename'' To list the contents of an installed package: $ ipkg files ''packagename'' Which installed package provides a certain file? $ ipkg search ''file'' ==== Computers/Software/Operating_Systems/Linux ==== ===== Computers/Software/Operating_Systems/Linux : SELinux ===== * [[SELinux]] ===== Computers/Software/Operating_Systems/Linux : systemd ===== * https://en.wikipedia.org/wiki/systemd * http://freedesktop.org/wiki/Software/systemd/ ====== systemd and the journal ====== * /var/log/messages and syslog are the past β "''the journal''" is the future: http://0pointer.de/blog/projects/journalctl.html * http://0pointer.de/blog/projects/systemctl-journal.html * config: x86_64-opensuse-13.2 <pre> # this is the code suggested by Lennart Poettering, # but it does not work for me # (complains improperly about $XDG_RUNTIME_DIR) : $ journalctl --since=yesterday -p err # but this works: $ journalctl -b -p err # and this, too: $ journalctl --since=yesterday </pre> So I guess, journalctl is a little buggy, but there are ways to cope with it β and there is no way around it. ===== Computers/Software/Operating_Systems/Linux/Distributions ===== ====== the Debian world ====== * https://www.debian.org/doc/ * https://www.debian.org/doc/manuals/maint-guide/ * https://www.debian.org/doc/manuals/maint-guide/start.en.html * https://www.debian.org/doc/manuals/maint-guide/dreq.en.html -- required files under the ''debian'' directory * https://www.debian.org/doc/manuals/developers-reference/ * https://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html -- Best Packaging Practices misc: * [[Debian package management]] * [[Raspberry Pi]] β the Raspi, Raspbian, β¦ ====== the Redhat world ====== * [[RPM Package Management]] ====== BusyBox ====== * http://en.wikipedia.org/wiki/BusyBox * http://www.synology-wiki.de/index.php/Synology_Toolset β Synology, its ''DSM'', and its BusyBox instance * https://linux.die.net/man/1/ash β the markup is in a terrible state ====== busybox-w32 β BusyBox on Windows ====== * https://github.com/pclouds/busybox-w32 β the orig * https://github.com/rmyorston/busybox-w32 β some fork where issues should get posted * https://frippery.org/busybox/ β introduction, binaries, β¦ ====== openSUSE ====== * β¦ ====== SuSE Linux Enterprise Server ====== * https://en.wikipedia.org/wiki/SUSE_Linux_Enterprise_Server * [[VirtualBox--SLES]] β I am running SLES12 as VirtualBox VM, at least I am trying β¦ ====== Synology DSM ====== * [[Synology DSM]] ===== Computers/Software/Operating_Systems/Linux/Networking ===== ====== net-tools (deprecated) vs iproute2 ====== * https://learning.oreilly.com/library/view/mastering-linux-network/9781784399597/ β Mastering Linux Network Administration (PacktPub) !!!!! * https://learning.oreilly.com/library/view/mastering-linux-network/9781784399597/ch02s04.html β understanding the net-tools and iproute2 suites !!!!! * https://learning.oreilly.com/library/view/linux-networking-cookbook/9780596102487/ β O'Reilly * https://learning.oreilly.com/library/view/linux-network-administrators/0596005482/ β O'Reilly * https://en.wikipedia.org/wiki/iproute2 β includes a rather compact but useful (mapping) table * https://wiki.linuxfoundation.org/networking/iproute2 β a collection of utilities for controlling TCP / IP networking and traffic control in Linux * https://wiki.linuxfoundation.org/networking/iproute2_examples β IPROUTE2 Utility Suite Howto * https://linuxize.com/post/check-listening-ports-linux/ β how to check for listening ports in Linux ("ports in use") * https://www.lisenet.com/2013/finding-open-ports-and-listening-services-on-linux/ β Finding Open Ports and Listening Services on Linux: nmap, '''netstat''', '''lsof''' and '''ss''' * https://www.lisenet.com/tag/netstat/ * https://dougvitale.wordpress.com/2011/12/21/deprecated-linux-networking-commands-and-their-replacements/ β great article showing how to do modern Linux networking on the command line * http://www.policyrouting.org/iproute2.doc.html * https://lartc.org/howto/ β Linux Advanced Routing & Traffic Control HOWTO How to get a list of all listening ports: <pre> $ sudo yum install β¦ $ sudo ss -tunlp </pre> ====== Computers/Software/Operating_Systems/Linux/Networking/Projects ====== (MediaWiki full text search seems to not look at URLs, so I need to add also the keywords themselves, even if β¦ β that's why!) * https://en.wikipedia.org/wiki/Network_monitoring_system β NMS, network monitoring system * https://en.wikipedia.org/wiki/Icinga β Icinga * https://en.wikipedia.org/wiki/Nagios β Nagios * https://en.wikipedia.org/wiki/Cacti_(software) β Cacti * https://en.wikipedia.org/wiki/MRTG β MRTG * https://en.wikipedia.org/wiki/PRTG β PRTG * https://en.wikipedia.org/wiki/GKrellM β GKrellM * http://Jochen.Hayek.name/wp/blog-en/category/monitoring/gkrellm/ ======= poor man's monitoring: GKrellM ======= * https://en.wikipedia.org/wiki/GKrellM β GKrellM * a GKrellMd (daemon) runs wherever β on a production server, an embedded device * the respective GKrellM front end communicates with the daemon * there is also an implementation of the GKrellM front end available for Windows * http://Jochen.Hayek.name/wp/blog-de/2015/02/03/gkrellm-plugin-performance-monitoring-hamburger-logisitik/ * http://Jochen.Hayek.name/wp/blog-en/2015/02/02/my-gkrellms-are-now-running-within-a-vnc-server-on-a-vm/ * http://Jochen.Hayek.name/wp/blog-en/category/monitoring/gkrellm/ ======= taking "poor man's monitoring" a little further ======= * you may have quite a few servers to survey, so you also got quite a few front ends * you may find it a nuisance to start the front ends "again and again" * so you can just as well run the front ends within a VNC server, so the front ends can just run for the time being β¦ * of course the VNC server may run itself within a VM * and you connect to the VNC server using a VNC viewer β on whatever platform (within your LAN) ======= network monitoring for my SOHO network on a Synology Diskstation ======= * http://www.synology-forum.de/showthread.html?9232-Nagios-auf-DiskStation-209&p=377342&viewfull=1#post377342 * http://repo.tdressler.net/#ipkg * http://www.synology.com/support/snmp_mib.php * http://ukdl.synology.com/download/Document/MIBGuide/Synology_DiskStation_MIB_Guide.pdf ======= network monitoring for my SOHO network: running a high-class application within a VM ======= * β¦ ==== Computers/Software/Operating_Systems/Mac_OS/Mac_OS_X ==== * http://osxdaily.com/2007/03/25/always-boot-mac-os-x-in-verbose-mode/ β how to always see the complete verbose booting process on every boot <pre> $ sudo /usr/sbin/nvram boot-args="-v" # setting to verbose $ sudo /usr/sbin/nvram boot-args # displaying the current value of the variable </pre> ==== Computers/Software/Operating_Systems/Microsoft_Windows ==== * https://curlie.org/en/Computers/Software/Operating_Systems/Microsoft_Windows/ * https://learn.microsoft.com/en-us/sysinternals/downloads/sysinternals-suite ==== Computers/Software/Operating_Systems/Unix ==== ===== Computers/Software/Operating_Systems/Unix/Administration/Software : load monitoring etc ===== * https://en.wikipedia.org/wiki/Load_(computing) ===== Computers/Software/Operating_Systems/Unix/BSD/Darwin ===== * https://www.curlie.org/Computers/Software/Operating_Systems/Unix/BSD/Darwin/ * http://www.finkproject.org * [[the GNU packages that I need most seriously on my finkified Macs]] ===== Computers/Software/Operating_Systems/Unix/Documentation ===== ====== manual pages ====== * https://manpages.debian.org/contents-unstable.html * http://linux.die.net/man/ * http://linux.die.net/man/1/nail β mailx β send and receive Internet mail * http://Jochen.Hayek.name/wp/blog-en/2015/01/30/nail/ * http://linux.die.net/man/8/usermod β usermod β modify a user account ===== Computers/Software/Operating_Systems/Unix/Security/Admin_Tools-Software ===== * https://curlie.org/Computers/Software/Operating_Systems/Unix/Security/Admin_Tools-Software/ * https://www.lisenet.com/2013/finding-open-ports-and-listening-services-on-linux/ β Finding Open Ports and Listening Services on Linux: nmap, netstat, '''lsof''' and ss ===== Computers/Software/Operating_Systems/Unix/Shell ===== ====== books ====== [[Computers/Software/Operating_Systems/Unix/Shell books]] === Computers/Software/Project_Management === * https://curlie.org/Computers/Software/Project_Management/Web_Based/Open_Source/ ==== ... / Redmine ==== * https://en.wikipedia.org/wiki/Redmine * https://www.redmine.org/projects/redmine/wiki/RedmineTextFormatting * https://www.redmine.org/projects/redmine/wiki/RedmineTextFormattingTextile * https://www.redmine.org/projects/redmine/wiki/RedmineTextFormattingMarkdown * https://en.wikipedia.org/wiki/Textile_(markup_language) * https://www.redmine.org/projects/redmine/wiki/RedmineKeyboardNavigation * https://textile-lang.com !!! * https://textile-lang.com/doc/tables * https://learning.oreilly.com/library/view/mastering-redmine/9781785881305/ β Mastering Redmine, Packt Publishing * https://learning.oreilly.com/library/view/mastering-redmine/9781785881305/ch06.html β β¦ β Chapter 6. Text Formatting β i.e. textile resp. their "markdown" === Computers/Software/Systems_Management === * https://en.wikipedia.org/wiki/Category:Systems_management ==== Computers/Software/Systems_Management : Red Hat Satellite ==== [[Red Hat Satellite]] ==== Computers/Software/Systems_Management : Spacewalk ==== * https://en.wikipedia.org/wiki/Spacewalk_(software) === Computers/Systems === ==== Synology NAS servers and routers ==== * https://www.synology.com * DiskStation000 https://www.synology.com/en-global/products/DS213+ * DiskStation001 https://www.synology.com/en-global/products/DS112+ * DiskStation002 https://www.synology.com/en-global/products/DS115j * DiskStation003 https://www.synology.com/en-global/products/DS713+ * DiskStation004 https://www.synology.com/en-global/products/DS218+ * DiskStation005 β¦ <pre> $ for i in 00{0..4}; do echo -n "*** $i *** "; ssh -A diskstation$i /bin/uname -a; done *** 000 *** Linux DiskStation000 2.6.32.12 #23824 SMP Fri Sep 7 12:48:49 CST 2018 ppc GNU/Linux synology_qoriq_213+ *** 001 *** Linux DiskStation001 2.6.32.12 #23824 Fri Sep 7 12:47:49 CST 2018 armv5tel GNU/Linux synology_88f6282_112+ *** 002 *** Linux DiskStation002 3.2.40 #23824 Fri Sep 7 12:48:01 CST 2018 armv7l GNU/Linux synology_armada370_ds115j *** 003 *** Linux DiskStation003 3.10.105 #23824 SMP Tue Dec 25 18:26:34 CST 2018 x86_64 GNU/Linux synology_cedarview_713+ *** 004 *** Linux DiskStation004 4.4.59+ #23824 SMP PREEMPT Tue Feb 12 16:52:55 CST 2019 x86_64 GNU/Linux synology_apollolake_218+ $ for i in 00{0..4}; do echo -n "*** $i *** "; ssh -A diskstation$i fgrep MemTotal /proc/meminfo; done *** 000 *** MemTotal: 514956 kB *** 001 *** MemTotal: 511372 kB *** 002 *** MemTotal: 247868 kB *** 003 *** MemTotal: 1012300 kB *** 004 *** MemTotal: 5925544 kB # Y-E-S!!! my baby!!! $ ssh -A router.synology.com /bin/uname -a Linux SynologyRouter 3.6.11+ #5781 SMP Thu Dec 10 14:49:09 CST 2015 armv7l GNU/Linux synology_northstarplus_rt1900ac </pre> <pre> [2019-03-15 12:38:13] johayek@Hayek001 $ for i in 00{0..4}; do echo -e "\n\n*** $i ***\n"; ssh -A diskstation$i grep -i bogomips /proc/cpuinfo; done *** 000 *** bogomips : 133.33 bogomips : 133.33 total bogomips : 266.66 *** 001 *** BogoMIPS : 1985.74 *** 002 *** BogoMIPS : 795.44 *** 003 *** bogomips : 4255.98 bogomips : 4255.98 bogomips : 4255.98 bogomips : 4255.98 *** 004 *** bogomips : 3993.39 bogomips : 3993.39 $ ssh -A router.synology.com grep -i bogomips /proc/cpuinfo; BogoMIPS : 1993.93 BogoMIPS : 1993.93 </pre> ===== Synology NAS servers DSM >= 7 ===== * https://community.synology.com/enu/forum/1/post/145972 ** https://github.com/rednoah/java-installer ===== Synology NAS servers: without DSM Java Manager ===== * http://www.oracle.com/technetwork/java/embedded/downloads/javaseembedded8u51-2741774.html -- Oracle Java SE Embedded Version 8 Update 51 -- does not provide the PPC architecture * http://www.oracle.com/technetwork/java/embedded/downloads/javaseembedded8u33-2601860.html -- ORACLE JAVA SE EMBEDDED VERSION 8 UPDATE 33 -- does not provide the PPC architecture * http://www.oracle.com/technetwork/java/embedded/embedded-se/downloads/javaseembedded8u6-2406243.html ββ ORACLE JAVA SE EMBEDDED VERSION 8 UPDATE 6 * http://www.oracle.com/technetwork/java/embedded/downloads/javaseembedded7u75-2601858.html -- ORACLE JAVA SE EMBEDDED VERSION 7 UPDATE 75 * http://www.oracle.com/technetwork/java/embedded/embedded-se/downloads/javaseembedded7u45archive-2098821.html -- Oracle Java SE Embedded version 7 Update 45 <pre> # choose the "Power Architecture Linux - β¦ - e500v2" entry! # e.g. ejdk-8u6-fcs-b23-linux-ppc-e500v2-12_jun_2014.gz β actually a .tgz # e.g. ejre-7u75-fcs-b13-linux-ppc-e500v2-headless-18_dec_2014.tar.gz β actually a .tgz [2015-11-21 17:12:10] johayek@Hayek001 $ ssh -A diskstation000 =config.guessJHn,47: $config_unique=>{synology_qoriq_213+},$config_buildnumber=>{7135},$config_smallfixnumber=>{0} // ... =.profile,123: ${config_guess}=>{ppc-synology-DSM6.0_7135_0} // ... =.profile,163: $workgroup=>{hayek} // JHget_key_value workgroup /usr/syno/etc/smb.conf [2015-11-21 17:12:17] johayek@DiskStation000 $ /usr/local/ejre1.7.0_45/bin/java -version java version "1.7.0_45" Java(TM) SE Embedded Runtime Environment (build 1.7.0_45-b15, headless) Java HotSpot(TM) Embedded Client VM (build 24.45-b08, mixed mode) </pre> * http://www.oracle.com/technetwork/java/embedded/downloads/javase * http://www.oracle.com/technetwork/java/embedded/embedded-se/downloads <pre> # choose the "ARMv5 Linux" entry! # e.g. ejdk-8u65-linux-arm-sflt.tar.gz β actually a .tgz [2015-11-21 17:14:20] johayek@Hayek001 $ ssh -A diskstation001 =config.guessJHn,47: $config_unique=>{synology_88f6282_112+},$config_buildnumber=>{7135},$config_smallfixnumber=>{0} // ... =.profile,123: ${config_guess}=>{armv5tel-synology-DSM6.0_7135_0} // ... =.profile,163: $workgroup=>{hayek} // JHget_key_value workgroup /usr/syno/etc/smb.conf [2015-11-21 17:14:28] johayek@DiskStation001 $ /usr/local/ejre1.7.0_45/bin/java -version java version "1.7.0_45" Java(TM) SE Embedded Runtime Environment (build 1.7.0_45-b15, headless) Java HotSpot(TM) Embedded Client VM (build 24.45-b08, mixed mode) </pre> ===== Synology NAS servers: with DSM Java Manager ===== Use the DiskStation's "Java Manager"! It directs you properly. * http://www.oracle.com/technetwork/java/javase/downloads/jdk7-arm-downloads-2187468.html β Java SE Development Kit 7u60 for ARM <pre> # currently the suggest name is like this one: # jdk-XuXX-linux-arm-vfp-hflt.tar.gz # e.g. jdk-7u51-linux-arm-vfp-hflt.tar.gz [2015-11-21 16:45:10] johayek@Hayek001 $ ssh -A diskstation002 =config.guessJHn,47: $config_unique=>{synology_armada370_ds115j},$config_buildnumber=>{7135},$config_smallfixnumber=>{0} // ... =.profile,123: ${config_guess}=>{armv7l-synology-DSM6.0_7135_0} // ... =.profile,163: $workgroup=>{hayek} // JHget_key_value workgroup /usr/syno/etc/smb.conf [2015-11-21 16:45:17] johayek@DiskStation002 $ java -version java version "1.7.0_60" Java(TM) SE Runtime Environment (build 1.7.0_60-b19) Java HotSpot(TM) Client VM (build 24.60-b09, mixed mode) [2015-11-21 16:45:21] johayek@DiskStation002 $ type -a java java is /var/packages/JavaManager/target/Java/bin/java java is /var/packages/JavaManager/target/Java/jre/bin/java </pre> * http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html β Java SE Development Kit 7u79 <pre> # currently the suggest name is like this one: # ... # e.g. jdk-7u80-linux-i586.tar.gz # e.g. jdk-7u80-linux-x64.tar.gz [2015-11-21 16:47:21] johayek@Hayek001 $ ssh -A diskstation003 =config.guessJHn,47: $config_unique=>{synology_cedarview_713+},$config_buildnumber=>{7135},$config_smallfixnumber=>{0} // ... =.profile,123: ${config_guess}=>{x86_64-synology-DSM6.0_7135_0} // ... =.profile,163: $workgroup=>{hayek} // JHget_key_value workgroup /usr/syno/etc/smb.conf [2015-11-21 16:47:29] johayek@DiskStation003 $ java -version java version "1.7.0_75" Java(TM) SE Runtime Environment (build 1.7.0_75-b13) Java HotSpot(TM) Client VM (build 24.75-b04, mixed mode) [2015-11-21 16:47:43] johayek@DiskStation003 $ type -a java java is /var/packages/JavaManager/target/Java/bin/java java is /var/packages/JavaManager/target/Java/jre/bin/java </pre> ===== Synology NAS servers: the top models ===== * the 2018/2019 2-bay top models: ** https://www.synology.com/en-global/products/DS218+ β around EUR ??? β CPU: ???
Summary:
Please note that all contributions to wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Main Page
Discussion
British English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information