Secure your email server with STARTTLS Everywhere! Your email service can be insecure in numerous different ways. The service below performs a quick check of your email server's security configuration, including whether STARTTLS is supported, and whether it may qualify for the STARTTLS Policy List.
What Is It?
It's like SSH, but more secure, and with cool modern features. It is not an implementation of SSH, it is a new, modern protocol.
Why Do I Want It?
- Memory Safe + Fast (show more)
- Modern Crypto (show more)
- Paranoia Grade Security (show more)
- Secure Against User Psychology (show more)
- Realize that you'd become so close to OpenSSH that you'd lost the ability to see the gaps in its user experience (show more)
Story : After Link's victory over Ganon (in "A Link to the Past"), no one knows what Link’s wish to the Triforce was. But this wish reunified the Light World and the Dark World and brought the 7 wise men’s descendants back to life. Peace was back in Hyrule. But unfortunately, this wish also ressurected Ganon and his henchmen. He was preparing his revenge, but he couldn’t do anything without the Triforce. One night, a familiar voice speaks to Link in his sleep…
The Legend of Zelda: Mystery of Solarus DX is set to be a direct sequel to The Legend of Zelda: A Link to the Past on the SNES, using the same graphics and game mechanisms. Zelda Mystery of Solarus DX is the first game made with the Solarus engine and in fact, Solarus was primarily designed for this game.
Zelda: Mystery of Solarus DX is actually an enhanced remake of a first creation, Zelda: Mystery of Solarus. This first creation, developed with RPG Maker 2000, was released in 2002 and was only available in French. The DX project was unveiled on April 1st, 2008. Its objectives are to correct the many flaws of its predecessor: the battle system, the bosses, the use of items, etc.
However, that is hardly all of it as new graphical elements and musics will accompany you throughout the game. This Deluxe version will be the opportunity for players to relive the adventure in a brand new way, or to discover it for the first time if you’ve never played it before!
Pokémon Red++
This is based on the Pokémon Red Disassembly
Red++ serves as an updated version of Pokémon Red.
It fixes a lot of bugs leftover from original Red and Blue, as well as adding new features. It builds two versions, a "Normal" version and a "Hard" version. The only difference is the level curve. By default, it builds the Hard rom. To build the Normal rom, go to constants.asm and comment out the line it tells you to at the top.
For a list of features, check out FEATURES.md.
MakeMKV is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere. MakeMKV is a format converter, otherwise called "transcoder". It converts the video clips from proprietary (and usually encrypted) disc into a set of MKV files, preserving most information but not changing it in any way. The MKV format can store multiple video/audio tracks with all meta-information and preserve chapters. There are many players that can play MKV files nearly on all platforms, and there are tools to convert MKV files to many formats, including DVD and Blu-ray discs.
Additionally MakeMKV can instantly stream decrypted video without intermediate conversion to wide range of players, so you may watch Blu-ray and DVD discs with your favorite player on your favorite OS or on your favorite device.
Phabricator is a collaboration platform open to all Wikimedia contributors. It is mostly used for managing work related to software projects. Non-technical initiatives are welcome as well.
Open source API-first content management system
Deliver content to any web, mobile or IOT device via an easy to use RESTful API.
What Is Fossil?
Fossil is a simple, high-reliability, distributed software configuration management system with these advanced features:
-
Integrated Bug Tracking, Wiki, and Technotes - In addition to doing distributed version control like Git and Mercurial, Fossil also supports bug tracking, wiki, and technotes.
-
Built-in Web Interface - Fossil has a built-in, themeable, and intuitive web interface with a rich variety of information pages (examples) promoting situational awareness.
-
This entire website is just a running instance of Fossil. The pages you see here are all wiki or embedded documentation or (in the case of the download page) unversioned files. When you clone Fossil from one of its self-hosting repositories, you get more than just source code - you get this entire website.
-
Self-Contained - Fossil is a single self-contained stand-alone executable. To install, simply download a precompiled binary for Linux, Mac, or Windows and put it on your $PATH. Easy-to-compile source code is also available.
-
Simple Networking - No custom protocols or TCP ports. Fossil uses ordinary HTTP (or HTTPS or SSH) for network communications, so it works fine from behind restrictive firewalls, including proxies. The protocol is bandwidth efficient to the point that Fossil can be used comfortably over dial-up or over the exceedingly slow Wifi on airliners.
-
CGI/SCGI Enabled - No server is required, but if you want to set one up, Fossil supports four easy server configurations.
-
Autosync - Fossil supports "autosync" mode which helps to keep projects moving forward by reducing the amount of needless forking and merging often associated with distributed projects.
-
Robust & Reliable - Fossil stores content using an enduring file format in an SQLite database so that transactions are atomic even if interrupted by a power loss or system crash. Automatic self-checks verify that all aspects of the repository are consistent prior to each commit.
-
Free and Open-Source - Uses the 2-clause BSD license.
Run containers through a simple, yet powerful graphical user interface.
#!/bin/bash
# Delete all containers
docker rm $(docker ps -a -q)
# Delete all images
docker rmi $(docker images -q)