uncleflo

profile picture

Some cool dude. Higher order of decision making. Absolute.

Registered since September 28th, 2017

Has a total of 4281 bookmarks.

Showing top Tags within 9 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: registry.

Clear all

Showing 9 results.

Looking up registry tag. Showing 9 results. Clear

Pleasure Craft Declaration

https://apps.digital.belgium.be/forms/show/police/pcdec?lng=en

Saved by uncleflo on September 4th, 2022.

Belgium declaration form for yacht vessels entering and leaving the borders by sea.

belgium declaration form yacht vessel enter leave border sea police app online application marine cross policy international travel howto registry port ship data


Docker Basics: How to Use Dockerfiles – The New Stack

https://thenewstack.io/docker-basics-how-to-use-dockerfiles/

Saved by uncleflo on January 16th, 2022.

By using a Docker image, it is not only possible to deploy one container after another, it’s quite easy. Once you’ve pulled the image from a registry (such as Docker Hub), each container can then be deployed with a single docker command. But what happens when you find yourself having to deploy numerous containers (each for a different purpose) from the same image? All of a sudden the management of those containers can get a bit cumbersome. Say, for example, you pull down the latest Ubuntu image for development. Before you can develop with that container, there are a number of modifications you want to make to the image (such as upgrading software and adding the necessary development packages for the job at hand). For this, you could manually edit each image as needed (creating a new image for each necessary variation on the theme), or you could construct a Dockerfile for each variation. Once you have your Dockerfile constructed, you can quickly build the same image over and over, without having to take the time to do it manually. Carefully crafted Dockerfiles can save you considerable time and effort.

tutorial basics containers image container file stack install registry build update administration os operating system dock implement howto effort content upgrade desktop server development package maintenance manage


Process Monitor - Windows Sysinternals | Microsoft Docs

https://docs.microsoft.com/en-us/sysinternals/downloads/procmon

Saved by uncleflo on January 16th, 2022.

Download Process Monitor (3.3 MB)Run now from Sysinternals Live. Process Monitor is an advanced monitoring tool for Windows that shows real-time file system, Registry and process/thread activity. It combines the features of two legacy Sysinternals utilities, Filemon and Regmon, and adds an extensive list of enhancements including rich and non-destructive filtering, comprehensive event properties such as session IDs and user names, reliable process information, full thread stacks with integrated symbol support for each operation, simultaneous logging to a file, and much more. Its uniquely powerful features will make Process Monitor a core utility in your system troubleshooting and malware hunting toolkit. Process Monitor includes powerful monitoring and filtering capabilities, including: The best way to become familiar with Process Monitor's features is to read through the help file and then visit each of its menu items and options on a live system.

monitor thread thank destructive browser logging registry monitoring process tool utility powerful symbol integrated legacy user advantage session features core properties windows technical advanced os operating system internal enhancement administration software server admin check analyse


Intl - JavaScript | MDN

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl

Saved by uncleflo on May 11th, 2021.

The Intl object is the namespace for the ECMAScript Internationalization API, which provides language sensitive string comparison, number formatting, and date and time formatting. The Intl object provides access to several constructors as well as functionality common to the internationalization constructors and other language sensitive functions. The internationalization constructors as well as several language sensitive methods of other constructors (listed under See also) use a common pattern for identifying locales and determining the one they will actually use: they all accept locales and options arguments, and negotiate the requested locale(s) against the locales they support using an algorithm specified in the options.localeMatcher property. The locales argument is used to determine the locale used in a given operation. The JavaScript implementation examines locales, and then computes a locale it understands that comes closest to satisfying the expressed preference.

locale internationalization registry algorithm browser universal support comparison compare list javascript api formatting functionality method website development webdevelopment technical code howto information internet web coding


CI/CD for Kubernetes with Jenkins and Spinnaker - DZone Cloud

https://dzone.com/articles/new-way-of-cicd-in-kubernetes-with-jenkins-and-spi

Saved by uncleflo on May 12th, 2019.

Every organization which has adopted DevOps practices wants to quickly adopt "Continuous" everything, be it Integration, Deployment, Testing or, Monitoring. For a successful DevOps operation, CI/CD is very important for any small or big size organization to shorter development cycles and innovate faster, reduce deployment failures, safe Rollbacks and reduce MTTR (mean time to recover). In this article, we will uncover a new way of bringing continuous integration and continuous delivery of applications to your Kuberenetes cluster. We are using Jenkins as the CI tool which will poll the Git repositories to build Docker images on commits and push it to Docker registry. We will use Spinnaker as the CD tool which continuously polls the Docker registry and triggers the deployment pipelines to update applications in your Kubernetes cluster.

spinnaker rollback innovate node azure folder deployment registry orchestration deploy cluster indexing setup configure cloud pipeline commit continuous install provider integration storage tool container server gateway process developer development workflow toolchain repository docker image cycle failure kubernetes administration policy company business


Living on a houseboat in London

https://www.homesandproperty.co.uk/property-news/living-on-a-houseboat-in-london-demand-for-floating-homes-in-the-capital-soars-as-house-prices-a109461.html

Saved by uncleflo on December 20th, 2018.

Living on a houseboat in London: living on the water is no longer an alternative lifestyle choice as Londoners look to rivers and canals for better value homes. Londoners looking for a central home on a budget are hitting the water — and avoiding stamp duty in the process. The number of Londoners resorting to living on boats has rocketed — with many driven off dry land by the high price of conventional homes. The number of boats registered to be moored on London waterways has increased by nearly 60 per cent in the past five years to almost 4,000, according to latest figures from the Canal & River Trust, which manages 100 miles of canals in the capital including the Grand Union and Regent’s Canals. Many other floating households are in private marinas or at moorings along the Thames.

houseboat london living water lifestyle choice river canal home budget stamp duty process resort boat register mooring waterway increase figure trust manage article household private marina thames registry marine yacht uk description author


OSGi

https://en.wikipedia.org/wiki/OSGi

Saved by uncleflo on December 27th, 2017.

The OSGi Alliance, formerly known as the Open Services Gateway initiative, is an open standards organization founded in March 1999 that originally specified and continues to maintain the OSGi standard. The OSGi specification describes a modular system and a service platform for the Java programming language that implements a complete and dynamic component model, something that does not exist in standalone Java/VM environments. Applications or components, coming in the form of bundles for deployment, can be remotely installed, started, stopped, updated, and uninstalled without requiring a reboot; management of Java packages/classes is specified in great detail. Application life cycle management is implemented via APIs that allow for remote downloading of management policies. The service registry allows bundles to detect the addition of new services, or the removal of services, and adapt accordingly.

osgi alliance open service gateway standard organization specific maintenance specification description modular system service platform java language development article information manage package class detail registry explanation wikipedia component model environment


npm Orgs is powerful collaboration — for free

https://www.npmjs.com/

Saved by uncleflo on December 27th, 2017.

Build amazing things: npm is the package manager for JavaScript and the world’s largest software registry. Discover packages of reusable code — and assemble them in powerful new ways. What is npm? Use npm to install, share, and distribute code; manage dependencies in your projects; and share & receive feedback with others. What can you make with 475,000 building blocks? The npm registry hosts almost half a million packages of free, reusable code — the largest software registry in the world.

npm javascript manager software registry discover package reusable assemble install share distribute code dependencies management administration development receive feedback community world javascript js develop


Optimize Windows 7 for SSD (Part 2) TRIM, Disable Hibernate, Write Caching, Indexing - YouTube

http://www.youtube.com/watch?v=63DnU2T3kJk&feature=g-vrec

Saved by uncleflo on October 12th, 2012.

In this second video we take a look at more ways to optimize your Windows 7 install on your SSD boot drive. The following steps are shown: Enable TRIM - command prompt (in admin mode) "fsutil behavior set disabledeletenotify 0"; Disable Hibernate - command prompt (in admin mode) "powercfg -h off"; Enable Write Caching; Disable Indexing; Disable Superfect and Prefetch; For details on how to work your registry for disabling Superfetch and Prefetch, go to this amazing guide by guys at OZtechnology forums.

optimize windows ssd trim hibernate write cache index registry faster improve super pre fetch


No further bookmarks found.