├── LICENSE ├── README.md └── rss.md /LICENSE: -------------------------------------------------------------------------------- 1 | CC0 1.0 Universal 2 | 3 | Statement of Purpose 4 | 5 | The laws of most jurisdictions throughout the world automatically confer 6 | exclusive Copyright and Related Rights (defined below) upon the creator and 7 | subsequent owner(s) (each and all, an "owner") of an original work of 8 | authorship and/or a database (each, a "Work"). 9 | 10 | Certain owners wish to permanently relinquish those rights to a Work for the 11 | purpose of contributing to a commons of creative, cultural and scientific 12 | works ("Commons") that the public can reliably and without fear of later 13 | claims of infringement build upon, modify, incorporate in other works, reuse 14 | and redistribute as freely as possible in any form whatsoever and for any 15 | purposes, including without limitation commercial purposes. These owners may 16 | contribute to the Commons to promote the ideal of a free culture and the 17 | further production of creative, cultural and scientific works, or to gain 18 | reputation or greater distribution for their Work in part through the use and 19 | efforts of others. 20 | 21 | For these and/or other purposes and motivations, and without any expectation 22 | of additional consideration or compensation, the person associating CC0 with a 23 | Work (the "Affirmer"), to the extent that he or she is an owner of Copyright 24 | and Related Rights in the Work, voluntarily elects to apply CC0 to the Work 25 | and publicly distribute the Work under its terms, with knowledge of his or her 26 | Copyright and Related Rights in the Work and the meaning and intended legal 27 | effect of CC0 on those rights. 28 | 29 | 1. Copyright and Related Rights. A Work made available under CC0 may be 30 | protected by copyright and related or neighboring rights ("Copyright and 31 | Related Rights"). Copyright and Related Rights include, but are not limited 32 | to, the following: 33 | 34 | i. the right to reproduce, adapt, distribute, perform, display, communicate, 35 | and translate a Work; 36 | 37 | ii. moral rights retained by the original author(s) and/or performer(s); 38 | 39 | iii. publicity and privacy rights pertaining to a person's image or likeness 40 | depicted in a Work; 41 | 42 | iv. rights protecting against unfair competition in regards to a Work, 43 | subject to the limitations in paragraph 4(a), below; 44 | 45 | v. rights protecting the extraction, dissemination, use and reuse of data in 46 | a Work; 47 | 48 | vi. database rights (such as those arising under Directive 96/9/EC of the 49 | European Parliament and of the Council of 11 March 1996 on the legal 50 | protection of databases, and under any national implementation thereof, 51 | including any amended or successor version of such directive); and 52 | 53 | vii. other similar, equivalent or corresponding rights throughout the world 54 | based on applicable law or treaty, and any national implementations thereof. 55 | 56 | 2. Waiver. To the greatest extent permitted by, but not in contravention of, 57 | applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and 58 | unconditionally waives, abandons, and surrenders all of Affirmer's Copyright 59 | and Related Rights and associated claims and causes of action, whether now 60 | known or unknown (including existing as well as future claims and causes of 61 | action), in the Work (i) in all territories worldwide, (ii) for the maximum 62 | duration provided by applicable law or treaty (including future time 63 | extensions), (iii) in any current or future medium and for any number of 64 | copies, and (iv) for any purpose whatsoever, including without limitation 65 | commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes 66 | the Waiver for the benefit of each member of the public at large and to the 67 | detriment of Affirmer's heirs and successors, fully intending that such Waiver 68 | shall not be subject to revocation, rescission, cancellation, termination, or 69 | any other legal or equitable action to disrupt the quiet enjoyment of the Work 70 | by the public as contemplated by Affirmer's express Statement of Purpose. 71 | 72 | 3. Public License Fallback. Should any part of the Waiver for any reason be 73 | judged legally invalid or ineffective under applicable law, then the Waiver 74 | shall be preserved to the maximum extent permitted taking into account 75 | Affirmer's express Statement of Purpose. In addition, to the extent the Waiver 76 | is so judged Affirmer hereby grants to each affected person a royalty-free, 77 | non transferable, non sublicensable, non exclusive, irrevocable and 78 | unconditional license to exercise Affirmer's Copyright and Related Rights in 79 | the Work (i) in all territories worldwide, (ii) for the maximum duration 80 | provided by applicable law or treaty (including future time extensions), (iii) 81 | in any current or future medium and for any number of copies, and (iv) for any 82 | purpose whatsoever, including without limitation commercial, advertising or 83 | promotional purposes (the "License"). The License shall be deemed effective as 84 | of the date CC0 was applied by Affirmer to the Work. Should any part of the 85 | License for any reason be judged legally invalid or ineffective under 86 | applicable law, such partial invalidity or ineffectiveness shall not 87 | invalidate the remainder of the License, and in such case Affirmer hereby 88 | affirms that he or she will not (i) exercise any of his or her remaining 89 | Copyright and Related Rights in the Work or (ii) assert any associated claims 90 | and causes of action with respect to the Work, in either case contrary to 91 | Affirmer's express Statement of Purpose. 92 | 93 | 4. Limitations and Disclaimers. 94 | 95 | a. No trademark or patent rights held by Affirmer are waived, abandoned, 96 | surrendered, licensed or otherwise affected by this document. 97 | 98 | b. Affirmer offers the Work as-is and makes no representations or warranties 99 | of any kind concerning the Work, express, implied, statutory or otherwise, 100 | including without limitation warranties of title, merchantability, fitness 101 | for a particular purpose, non infringement, or the absence of latent or 102 | other defects, accuracy, or the present or absence of errors, whether or not 103 | discoverable, all to the greatest extent permissible under applicable law. 104 | 105 | c. Affirmer disclaims responsibility for clearing rights of other persons 106 | that may apply to the Work or any use thereof, including without limitation 107 | any person's Copyright and Related Rights in the Work. Further, Affirmer 108 | disclaims responsibility for obtaining any necessary consents, permissions 109 | or other rights required for any use of the Work. 110 | 111 | d. Affirmer understands and acknowledges that Creative Commons is not a 112 | party to this document and has no duty or obligation with respect to this 113 | CC0 or use of the Work. 114 | 115 | For more information, please see 116 | 117 | 118 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | # sysadmin-toolbox 4 | 5 | RSS : [rss.md](https://github.com/skhaen/sysadmin-toolbox/blob/master/rss.md) 6 | 7 | - [adminsys](#adminsys) 8 | - [ssh](#ssh) 9 | - [ssl/tls](#ssl-tls) 10 | - [debian](#debian) 11 | - [mails](#mails) 12 | - [dns](#dns) 13 | - [web](#web) 14 | - [backup](#backup) 15 | - [awesome list](#awesome-list) 16 | - [misc](#misc) 17 | 18 | ## adminsys 19 | 20 | * linux performance observability tools: [linuxperf](http://www.brendangregg.com/linuxperf.html) 21 | * Bash Pitfalls - [bash.cumulonim.biz](http://bash.cumulonim.biz/BashPitfalls.html) 22 | 23 | ## ssh 24 | 25 | * Hardening ssh Servers - [mozilla](https://wiki.mozilla.org/Security/Guidelines/OpenSSH#OpenSSH_server) / [cloud.geek.nz](http://feeding.cloud.geek.nz/posts/hardening-ssh-servers/) / [stribika](http://stribika.github.io/2015/01/04/secure-secure-shell.html) 26 | * 27 | ## ssl-tls 28 | 29 | * **ssllabs.com** ([ssllabs.com](https://www.ssllabs.com/)) performs an analysis of the configuration of a SSL web server 30 | * **xmpp.net** ([xmpp.net](https://xmpp.net/)) - testing the security of the Jabber/XMPP servers 31 | * **starttls.info** ([starttls.info](https://starttls.info)) - same thing, but for mail server 32 | * **CipherScan** ([github.com/jvehent](https://github.com/jvehent/cipherscan)) tests the ordering of the SSL/TLS ciphers on a given target, for all major versions of SSL and TLS. It also extracts some certificates informations, TLS options, OCSP stapling and more. 33 | * Mozilla: [Security/Server Side TLS](https://wiki.mozilla.org/Security/Server_Side_TLS) 34 | * **[Fr]** **jeveuxhttps.fr** ([jeveuxhttps.fr](https://www.jeveuxhttps.fr)) pour vous aider à mettre en place du SSL/TLS pour vos sites web 35 | * 36 | * [Aeris](https://imirhil.fr)' works on SSL/TLS: 37 | * [websites](https://imirhil.fr/tls/) 38 | * [porn](https://imirhil.fr/tls/porn.html) 39 | * [smtp](https://imirhil.fr/tls/smtp.html) 40 | * [xmpp](https://imirhil.fr/tls/xmpp.html) 41 | 42 | ## debian 43 | 44 | * [mastering debian](https://raphaelhertzog.com/mastering-debian/) par Raphaël Hertzog 45 | * [Contributing to Debian](https://raphaelhertzog.com/contributing-to-debian/) par Raphaël Hertzog 46 | * [Debian Packaging Tutorials](https://raphaelhertzog.com/debian-packaging/) par Raphaël Hertzog 47 | * Usual Debian Server Setup - [cloud.geek.nz](http://feeding.cloud.geek.nz/posts/usual-server-setup/) 48 | 49 | ## mails 50 | 51 | * **mxtoolbox** ([mxtoolbox.com](http://mxtoolbox.com/)) will list MX records for a domain (verify reverse DNS records, perform a simple Open Relay check and measure response time performance, check each MX record (IP Address) against 105 DNS based blacklists) 52 | * **anti-abuse.org** ([www.anti-abuse.org](http://www.anti-abuse.org/)) Instant Multi-RBL Check (Real-time BlackLists) 53 | * **RBLmon** ([RBLmon](http://www.rblmon.com/)) is a fully automated online service, which allows you to monitor your IP addresses against the most popular and commonly used real-time blacklists (RBLs). 54 | * **IMAPsync** ([IMAPsync](https://github.com/imapsync/imapsync)) Synchronises mailboxes between two imap servers IMAP synchronisation, sync, copy or migration tool. 55 | 56 | ## DNS 57 | 58 | * **[Fr]** liste des différents [enregistrements DNS](http://fr.wikipedia.org/wiki/Liste_des_enregistrements_DNS) 59 | * [zonemaster.net](http://zonemaster.net) : domain check 60 | * [dnssec-validator.cz](https://www.dnssec-validator.cz/) : DNSSEC/TLSA Validator plugin 61 | * [whatsmydns.net](https://www.whatsmydns.net) : global DNS propagation checker 62 | * [whois.domaintools.com](http://whois.domaintools.com/) - whois lookup / reverse whois lookup 63 | 64 | ## web 65 | 66 | mirroring a website: 67 | * wget (see [fosswire.com/](http://fosswire.com/post/2008/04/create-a-mirror-of-a-website-with-wget/) or [guyrutenberg.com](http://www.guyrutenberg.com/2014/05/02/make-offline-mirror-of-a-site-using-wget/) 68 | * [httrack](https://httrack.com) 69 | 70 | ## backup 71 | 72 | if you don't want to backup everything, dont forget: 73 | * ssh, gpg, jabber and otr (.purple/), keypassx (*.kdb), 74 | 75 | ## awesome list 76 | * meta-awesome list : [awesome.re](https://github.com/skhaen/sysadmin-toolbox/blob/master/rss.md) 77 | 78 | * [have i been pwned?](https://haveibeenpwned.com/) - Check if you have an account that has been compromised in a data breach 79 | 80 | 81 | ## misc 82 | 83 | ### CMS 84 | 85 | * [Remonter une attaque avec les logs](https://www.libwalk.so/2015/04/29/analyse-log.html) (Fr) 86 | * Drupal: [hardening](https://www.drupal.org/security/secure-configuration) / [security advisories](https://www.drupal.org/security) 87 | * Spip: [security screen](http://www.spip.net/en_article4201.html) 88 | * Wordpress: [hardening](http://codex.wordpress.org/Hardening_WordPress) 89 | 90 | 91 | ### infra 92 | 93 | #### France 94 | 95 | * **[Fr]** Le [test de degrouptest.com](http://www.degrouptest.com) permet d'avoir un aperçu rapide des offres Internet que vous pouvez avoir ainsi que les caractéristiques de votre ligne (ne pas oublier le *mode expert* pour avoir encore plus de détails) 96 | * **[Fr]** le [test d'éligibilité d'OVH](http://www.ovhtelecom.fr/adsl/eligibilite.xml) permet d'avoir de manière simple et rapidement toutes les informations qu'il vous faut : débits théoriques et réels de la ligne, distance du NRA, éligibilité VDSL... 97 | -------------------------------------------------------------------------------- /rss.md: -------------------------------------------------------------------------------- 1 | # RSS feeds - adminsys 2 | 3 | Feel free to submit update or/and patchs! 4 | 5 | 6 | ## Corporate 7 | 8 | * [AirBnB](http://nerds.airbnb.com/feed/) 9 | * [AWS](https://feeds.feedburner.com/AmazonWebServicesBlog) 10 | * [Bitly](http://word.bitly.com/rss) 11 | * [Blablacar Tech](http://blablatech.com/atom.xml) 12 | * [Cloudflare](https://blog.cloudflare.com/rss/) 13 | * [Dailymotion](http://engineering.dailymotion.com/rss/) 14 | * [Datahog](https://engineering.datadoghq.com/index.xml) 15 | * [Dropbox](https://blogs.dropbox.com/tech/feed/) 16 | * [Facebook](https://code.facebook.com/posts/rss) 17 | * [Flickr](https://code.flickr.net/feed/) 18 | * [Github](http://githubengineering.com/atom.xml) 19 | * [Google Cloud Platform](https://feeds.feedburner.com/ClPlBl) 20 | * [Google Project Zero](https://googleprojectzero.blogspot.fr/) 21 | * [Google Online Security](https://feeds.feedburner.com/GoogleOnlineSecurityBlog) 22 | * [Linkedin](https://engineering.linkedin.com/blog) 23 | * [Mozilla.org/security](https://blog.mozilla.org/security/feed/) 24 | * [NBS-System](https://www.nbs-system.com/feed) (Fr) 25 | * [Netflix](http://techblog.netflix.com/feeds/posts/default) 26 | * [Octopuce](https://www.octopuce.fr/categorie/blog/feed/) (Fr) 27 | * [Online](https://blog.online.net/rss/) 28 | * [OpenDNS](https://blog.opendns.com/feed/) 29 | * [Pinterest](https://engineering.pinterest.com/blog/rss) 30 | * [Soundcloud](https://developers.soundcloud.com/blog.rss) 31 | * [Trainline](https://blog.trainline.eu/) 32 | * [Yelp](https://engineeringblog.yelp.com/) 33 | 34 | ## ONG 35 | 36 | * [Framablog](https://framablog.org/feed/) (Framasoft - Fr) 37 | * [La Quadrature du Net](https://www.laquadrature.net/en/rss.xml) (Fr -> [feed](https://www.laquadrature.net/fr/revue-de-presse/feed)) 38 | 39 | ## BLOG 40 | 41 | * [imperialviolet.org](https://www.imperialviolet.org/iv-rss.xml) -- Adam Langley's Weblog 42 | --------------------------------------------------------------------------------