
Registered since September 28th, 2017
Has a total of 4281 bookmarks.
Showing top Tags within 20 bookmarks
howto information development guide reference administration design website software solution online service product business uk tool company linux code server application system web list video marine create data experience tutorial description explanation learn technology build article blog world project boat download windows lookup security free performance javascript technical london beautiful control network tools support course file research purchase image library programming youtube example php construction install opensource community html quality computer feature profile power browser music platform process mobile work user share manage professional database hardware buy industry advice internet dance developer installation 3d search camera access customer travel material standard money test develop review documentation css engineering photography webdesign engine device digital speed event api source management program question client phone discussion content simple story water marketing yacht app account setup interface package idea fast communication compare cheap script market study easy live google resource operation demonstration contact startup
Tag selected: key.
Looking up key tag. Showing 20 results. Clear
Saved by uncleflo on September 4th, 2022.
Product key and installation instructions are emailed immediately after purchase. Office Professional Plus 2016 is for growing small businesses who want the classic Office apps (Word, Excel & PowerPoint) plus Outlook, Publisher, Access, Skype for Business and the ability to store documents in OneDrive or locally on your computer. Compatible with Windows 8.1, 10 and 11.
verified compatible activation instructions product installation purchase download checkout buy information microsoft office computer key professional get software windows operating system os
Saved by uncleflo on April 10th, 2021.
JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. This information can be verified and trusted because it is digitally signed. JWTs can be signed using a secret (with the HMAC algorithm) or a public/private key pair using RSA or ECDSA. Although JWTs can be encrypted to also provide secrecy between parties, we will focus on signed tokens. Signed tokens can verify the integrity of the claims contained within it, while encrypted tokens hide those claims from other parties. When tokens are signed using public/private key pairs, the signature also certifies that only the party holding the private key is the one that signed it.
token secure header verify authorization authentication credentials apis schema signature algorithm user browser resistant secret standard transmit information json object hmac key integrity web introduction development administration api check identity
Saved by uncleflo on May 30th, 2018.
This guide will explain how to set up a site over https. The tutorial uses a self signed key so will work well for a personal website or testing purposes. This is provided as is so proceed at your own risk and take backups! For an SSL encrypted web server you will need a few things. Depending on your install you may or may not have OpenSSL and mod_ssl, Apache's interface to OpenSSL.
setup administration server website openssl apache interface depend installation test tutorial key encryption howto backup explanation site security administrator development mod_ssl centos webserver ssl https process workflow troubleshoot guide
Saved by uncleflo on December 2nd, 2016.
A developer tool for interacting with web services and other web resources that lets you make HTTP requests, set the entity body, and content type. This allows you to interact with web services and inspect the results. After you install it, just go to Tools->Poster to open the poster window. After that, try a GET or POST on your favorite web service or site. You may also open Poster using the icon button in the status bar or by a key stroke (see the menu item). The code is available from http://code.google.com/p/poster-extension/ PLEASE: If you find a bug, file an issue on the project page above.
development administration monitor api assess addon mozilla body content type key firefox plugin study analyse code rest service web get post icon site resource information
Saved by uncleflo on November 28th, 2016.
Two Muslim families hold the keys to the doors of Jerusalem's holiest church in order to keep the peace between three feuding Christian denominations. On a recent Sunday morning, Adeeb Jawad Joudeh Al Husseini was sitting on a bench just inside the sole public entrance to Jerusalem’s Church of the Holy Sepulchre. The doorway to the sprawling church, founded in the 4th Century, is where the 53-year-old Muslim has spent much of his life. His father, grandfather and dozens of generations of forefathers before them also dedicated most of their lives to sitting on this bench, guarding the church believed to contain the tomb of Jesus, Al Husseini said, pulling a 20cm-long iron key out of his leather jacket’s inner pocket.
story image religion history israel peace promise bbc travel jerusalem world responsibility found church christian feud discover key family duty inspiration century muslim
Saved by uncleflo on July 25th, 2016.
Learning with flowkey is easy and fun. Practice notes and chords interactively and receive instant feedback – no cables needed. Discover fascinating piano arrangements tailored to your level. Get started today and play your first song within minutes. flowkey is based on proven teaching methods and supported by renowned pianists and teachers to guarantee you the best possible learning effect.
piano song learn love flow key note hand finger pianist support teach music effect easy fast online cloude service student
Saved by uncleflo on March 26th, 2015.
I have a self-referencing table with a primary key, id and a foreign key parent_id. Given a name, how can I query the top-level parent? Given a name, how can I query all of the id's associated with a record of name = 'foo'?
mysql hierarchical reference table record parent tree sql primary key database development howto solution question
Saved by uncleflo on February 22nd, 2015.
I am build a web application (project management system) and I have been wondering about this when it come to performance. I have an Issues table an inside it there are 12 foreign keys linking to various other tables. of those, 8 of them I would need to join to get the title field from the other tables in order for the record to make any sense in a web application but then means doing 8 joins which seems really excessive especially since I am only pulling in 1 field for each of those joins.
performance database text varchar primary key storage engine test string query
Saved by uncleflo on February 22nd, 2015.
Click on the map and the latitude and longitude of where you've clicked will be shown. Alternatively click the 'Get Map Centre' button to get the location of the centre of the map. Or you can type the latitude/longitude to see the location on the map. And you can use Street View to improve your positioning, where it's available.
google maps api key map longitude latitude latlon example code development website solution guide explanation howto geo live
Saved by uncleflo on February 16th, 2015.
There is a session variable FOREIGN_KEY_CHECKS which allows to ignore checking of foreign key constraints for InnoDB tables. If set to 1 (the default), foreign constraints are checked. If set to 0, they are ignored. Setting FOREIGN_KEY_CHECKS to 0 also affects data definition statements like DROP TABLE which drops tables that have foreign keys that are referred to by other tables. Disabling foreign key checking can be useful for reloading InnoDB tables in an order different from that required by their parent/child relationships.
mysql insert foreign ignore key constraint check sql dump import database solution problem drop flag
Saved by uncleflo on February 8th, 2014.
OpenPGP is the most widely used email encryption standard in the world. It is defined by the OpenPGP Working Group of the Internet Engineering Task Force (IETF) Proposed Standard RFC 4880. The OpenPGP standard was originally derived from PGP (Pretty Good Privacy), first created by Phil Zimmermann in 1991. The OpenPGP Alliance is a growing group of companies and other organizations that are implementers of the OpenPGP Proposed Standard. The Alliance works to facilitate technical interoperability and marketing synergy between OpenPGP implementations.
open private key standard algorithm security privacy script pretty
Saved by uncleflo on September 26th, 2013.
StartSSL™ is the trade mark of the StartCom® Certification Authority - a leader of the digital certification industry. We provide you with everything from free low-assurance SSL certificates up to the most advanced PKI and security solutions for your business and personal use.
ssl certificate encryption infrastructure start security solution business personal key home assurance third validation development web public mozilla browser internet pay
Saved by uncleflo on September 12th, 2013.
OpenSSH (or Secure SHell) has become a de facto standard for remote access replacing the telnet protocol. SSH has made protocols such as telnet redundant due, in most part, to the fact that the connection is encrypted and passwords are no longer sent in plain text for all to see. However, a default installation of ssh isn't perfect, and when running an ssh server there are a few simple steps that can dramatically harden an installation.
open ssh sshd port security network howto wiki standard access protocol telnet redundant server password authentication public private key shell secure username root login centos
Saved by uncleflo on September 12th, 2013.
How do I create a self-signed SSL Certificate for testing purposes? Make sure OpenSSL is installed and in your PATH. Run the following command, to create server.key and server.crt files.
ssl tls encryption http security server faw question solution purpose install software linux certificate key administration file frequent faq
Saved by uncleflo on May 22nd, 2013.
Current WP Engine customers can get started by logging into our support site and opening a support request that includes your applications/install names as well as your SSH public key, and the SSH public keys of anyone you'd want to provide access to. If you need help generating an SSH public key - check out GitHub Help: Generating SSH Keys. We ask that customers login and submit a request so that we can immediately verify that you are the owner of the appliction/install in question. In the future, we plan to offer SSH public key management through the my.wpengine.com management portal. Once WP Engine has setup and provided you with details on how to git push to your application, you'll start by obtaining a snapshot copy of your application to work with. If you already are using git for your application's source control, but just need the details to deploy your application, feel free to skip ahead to Deploying to Production.
wpengine getting started git version system access explanation howto guide control source details application setup install ssh support key
Saved by uncleflo on May 16th, 2013.
A Bitcoin address, or simply address, is an identifier of 27-34 alphanumeric characters, beginning with the number 1 or 3, that represents a possible destination for a Bitcoin payment. Addresses can be generated at no cost by any user of Bitcoin. For example, using Bitcoin-Qt, one can click "New Address" and be assigned an address. It is also possible to get a Bitcoin address using an account at an exchange or online wallet service.
address bitcoin information description term learn wiki page key transaction
Saved by uncleflo on May 16th, 2013.
Bitcoin Block Explorer allows you to easily view information about the blocks, addresses, and transactions created by Bitcoin. It uses the getblock patch by jgarzik, but also does a ton of processing to make certain tasks, such as tracking transactions, easier. Help text is included in the tooltips produced by superscript question marks: ?. All times are UTC. Tell me (theymos) if you find any bugs. Some data from Bitcoin Block Explorer is available through the machine-readable Real-Time Stats pages. Thanks to Private Internet Access for running a mirror of Bitcoin Block Explorer. They've asked me to advertise their site: VPN Service (accepts Bitcoin!).
Saved by uncleflo on March 27th, 2013.
The Developer Network provides the APIs, keys, sample calls, documentation, and the opportunity to distribute your cool application through the network. You can start accessing Ustream’s great content now and create new ways for broadcasters and viewers to share, show, and surf our content.
development api ustream introduce key documentation solution application network
Saved by uncleflo on January 5th, 2013.
In this post I will walk you through how to setup your own gitolite server and start hosting your own git repositories. Gitolite is a great tool for doing this and works in a very git-like way for managing users, access-rights and setting up new repositories for collaboration between your team. A common reason to setup Gitolite is to remove reliance on services like GitHub.
git install guide good gitolite user linux server setup fun keys key information blog howto
No further bookmarks found.