uncleflo

profile picture

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

Registered since September 28th, 2017

Has a total of 4246 bookmarks.

Showing top Tags within 31 bookmarks

howto   information   development   guide   reference   administration   design   website   software   solution   service   product   online   business   uk   tool   company   linux   code   server   system   application   web   list   video   marine   create   data   experience   description   tutorial   explanation   technology   build   blog   article   learn   world   project   boat   download   windows   security   lookup   free   performance   javascript   technical   network   control   beautiful   support   london   tools   course   file   research   purchase   library   programming   image   youtube   example   php   construction   html   opensource   quality   install   community   computer   profile   feature   power   browser   music   platform   mobile   work   user   process   database   share   manage   hardware   professional   buy   industry   internet   dance   advice   installation   developer   3d   search   material   camera   access   customer   travel   test   standard   review   documentation   css   money   engineering   webdesign   engine   develop   device   photography   digital   api   speed   source   program   management   phone   discussion   question   event   client   story   simple   water   marketing   app   content   yacht   setup   package   fast   idea   interface   account   communication   cheap   compare   script   study   market   easy   live   google   resource   operation   startup   monitor   training  


Tag selected: configure.

Clear all

Showing 31 results.

Looking up configure tag. Showing 31 results. Clear

Alles voor duikers en snorkelaars

https://down-under.nl/

Saved by uncleflo on September 4th, 2022.

Down Under Duikcentrum te Landsmeer. Duikshop, Duikteam, Duikopleidingen en webshop. Verzorgd PADI opleidingen en zijn actief o.a. in Amsterdam / Zaanstad. Duikers en snorkelaars kunnen voor een goed en eerlijk advies altijd terecht, een gedegen keus maakt u voor meerdere jaren. Down Under duikcentrum is een in de regio Amsterdam en omstreken een toonaangevende en uitgebreide duik shop, voor een eerlijk en persoonlijk advies op maat en dus voor elke duiker of duikster of recreatieve snorkelaars wat wils! Door bijna 30 jaar duikervaring en 25 jaar ervaring met duik en snorkelmaterialen kunnen we zowel de duiker of duikvereniging of duikteam helpen met de juiste keuze voor de wensen die gesteld worden aan duik of snorkel materialen. Prijs wordt mede bepaald door een goed advies, en niet te vergeten een goede service zonder handelingskosten. De keuze om het hele jaar te kunnen duiken in zowel koud als tropische wateren zijn bepalend voor uw keuze. Een keuze die wel de hoogte van uw uitgave bepaald. Door strengere eisen, of een keuze voor minder onderhoud gevoelig materiaal, veranderd uiteraard het voor u passende advies. In onze eigen technische ruimte / werkplaats kunnen we de ademautomaten op de correcte configuratie voor u monteren. En kunnen dit indien gewenst gelijk voor u doen, en kan er meteen gedoken worden in een van de lokale duikplassen zoals het recreatie gebied het ’t Twiske of iets verder rijden duiklocatie Vinkeveen. We vullen in onze de duikwinkel zowel 235 als 300 bar cilinders volgens de wettelijke gestelde eisen, en zijn dan ook trots dat we al vele jaren leverancier zijn voor Natura Artis Magistra, brandweer Zaanstad, Purmerend, en Landsmeer, evenals de diverse toonaangevende havenbedrijven.

down under amsterdam netherlands dive scuba shop activities education snorkel year advice personal recreation experience material configure technical website online course service hire team


AMPPS – WAMP, MAMP and LAMP Stack

https://www.ampps.com/

Saved by uncleflo on February 12th, 2022.

AMPPS is a software stack from Softaculous enabling Apache, Mysql, MongoDB, PHP, Perl, Python and Softaculous auto-installer on desktops and office servers. AMPPS is a WAMP, MAMP and LAMP stack of Apache, MySQL, MongoDB, PHP, Perl & Python. AMPPS enables you to focus more on using applications rather than maintaining them. With AMPPS you can create a website by installing any of the 400+ Apps, customizing it, and then simply publishing it on the internet via a wide choice of hosting service providers Softaculous AMPPS helps you deploy Apps on your server. We have covered a wide array of Categories so that everyone could find the required application one would need to build their website and grow their business. AMPPS is one of the best WAMP stacks you can get with so many preconfigured Apps.

dashboard apache python stack install lamp deploy desktop manage server package ease enable array easier maintaining database panel application secure domain enter simple easy development tool administration code software download configure category customize choice require build website


Project Jupyter | Home

https://jupyter.org/

Saved by uncleflo on February 7th, 2022.

JupyterLab is the latest web-based interactive development environment for notebooks, code, and data. Its flexible interface allows users to configure and arrange workflows in data science, scientific computing, computational journalism, and machine learning. A modular design invites extensions to expand and enrich functionality. The Jupyter Notebook is the original web application for creating and sharing computational documents. It offers a simple, streamlined, document-centric experience. Jupyter supports over 40 programming languages, including Python, R, Julia, and Scala.

notebook leverage python deploy computation streamline output equation explore document process installation data code share workflow development interactive interface configure administration view see


Create a React app with zero configuration using Parcel | blog.jakoblind.no

https://blog.jakoblind.no/react-parcel/

Saved by uncleflo on May 15th, 2021.

We have all experienced the pain of getting started with React. You spend hours to configure webpack before you can start actual coding. Create React App was created to make it easier and quicker to get started. The problem with create react app is that it hides the webpack config. When your app grows and you need something a bit more advanced, you have to eject and then you get a huge webpack config. And then you are back to the problem that you need to learn webpack anyway. I tried it on a large code base, and it worked out-of-the-box! It even gave me a bundle that was optimized. I have spent days optimizing that bundle using webpack. I think this tool has potential. Let’s look at how to create a React app from scratch!

react parcel code administration package tool experience app config startup configure github download install setup webdevelopment javascript html library


GitHub - aws/chalice: Python Serverless Microframework for AWS

https://github.com/aws/chalice

Saved by uncleflo on April 10th, 2021.

Python Serverless Microframework for AWS Chalice is a framework for writing serverless apps in python. It allows you to quickly create and deploy applications that use AWS Lambda. It provides: You can create Rest APIs:

chalice python deploy lambda tutorial configure api pip directory install documentation module serverless create github code development microframework application amazon aws service download


wxWidgets: Cross-Platform Development Tips

https://docs.wxwidgets.org/3.0/page_multiplatform.html

Saved by uncleflo on April 10th, 2021.

This chapter describes some general tips related to cross-platform development. The main include file is "wx/wx.h"; this includes the most commonly used modules of wxWidgets. The file "wx/wxprec.h" includes "wx/wx.h". Although this incantation may seem quirky, it is in fact the end result of a lot of experimentation, and several Windows compilers to use precompilation which is largely automatic for compilers with necessary support. Currently it is used for Visual C++ (including embedded Visual C++), Borland C++, Open Watcom C++, Digital Mars C++ and newer versions of GCC. Some compilers might need extra work from the application developer to set the build environment up as necessary for the support.

compiler setup install configure development desktop administration guide code compile c++ cpp crossplatform chapter tips howto information windows linux module application environment


How To Set Up an Apache, MySQL, and Python (LAMP) Server Without Frameworks on Ubuntu 14.04 | DigitalOcean

https://www.digitalocean.com/community/tutorials/how-to-set-up-an-apache-mysql-and-python-lamp-server-without-frameworks-on-ubuntu-14-04

Saved by uncleflo on December 19th, 2019.

This article will walk you through setting up a server with Python 3, MySQL, and Apache2, sans the help of a framework. By the end of this tutorial, you will be fully capable of launching a barebones system into production. Django is often the one-shop-stop for all things Python; it’s compatible with nearly all versions of Python, comes prepackaged with a custom server, and even features a one-click-install database. Setting up a vanilla system without this powerful tool can be tricky, but earns you invaluable insight into server structure from the ground up. This tutorial uses only package installers, namely apt-get and Pip. Package installers are simply small programs that make code installations much more convenient and manageable. Without them, maintaining libraries, modules, and other code bits can become an extremely messy business.

tutorial python apache cluster server database configure browser package replication installation configuration automation install howto explanation information lookup framework development web development web administration libraries


VHF radio channels [Archive] - Yachting and Boating World Forums

http://www.ybw.com/forums/archive/index.php/t-227354.html

Saved by uncleflo on October 12th, 2019.

I have just bought a yacht back from France with a NAVICOM RT 450 DSC a couple of years old. But I cannot get the full range of radio channels, especially M1 and M2, is it me or the radio? Is the radio set on USA rather than International channels? There's usually a means of switching from one to the other.

yacht unlicensed channel cockpit manual marina cheap configure anybody antenna frequency instruction information discussion forum radio international legal sailing marine boat ship


Cross compile Qt (Windows) to Raspberry 3 | Qt Forum

https://forum.qt.io/topic/68381/cross-compile-qt-windows-to-raspberry-3/26

Saved by uncleflo on August 26th, 2019.

I've been looking for informations on how to configure the cross compilation on qt (windows) for the raspberry 3. I don't know if it's the place to write it, but for people who are interested in, here is how I did the cross compilation beetwee windows 8 and raspberry pi 3 (debian jessie). Most of steps come from the tuto here : http://visualgdb.com/tutorials/raspberry/qt/embedded/ There should be different ways to make it work, maybe this is not the best one, but it works for me. Hope it's helpful, sorry if i'ts not the place.

raspberry tutorial folder bash compile desktop compiler edit debugger device program development administration configure helpful discourage error forum question advice howto lookup gcc


Prometheus - Monitoring system & time series database

https://prometheus.io/

Saved by uncleflo on May 12th, 2019.

Power your metrics and alerting with a leadingopen-source monitoring solution. Prometheus implements a highly dimensional data model. Time series are identified by a metric name and a set of key-value pairs. PromQL allows slicing and dicing of collected time series data in order to generate ad-hoc graphs, tables, and alerts. Prometheus has multiple modes for visualizing data: a built-in expression browser, Grafana integration, and a console template language. Prometheus stores time series in memory and on local disk in an efficient custom format. Scaling is achieved by functional sharding and federation. Each server is independent for reliability, relying only on local storage. Written in Go, all binaries are statically linked and easy to deploy.

alert template reliable deploy browser apache documentation console monitoring client cloud server source data usage foundation storage statistics administration installation setup howto configure link format inependent solution metric leading opensource


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


Setting a FQDN for the NAS - Synology Forum

https://forum.synology.com/enu/viewtopic.php?t=131359

Saved by uncleflo on December 23rd, 2018.

When setting up the NAS, you need to enter in a server name. This becomes the hostname. How can I set a FQDN (i.e. NAS-Store.example.com) without it being wiped out all the time? You can just setup a ddns name and use it to get access (I'm guessing you wanna use that name to gain outside access to your NAS). There is a DDNS tab in Control Panel > External Access. Register your name there. I don't need to worry about DDNS. That is not an issue. As I run an internal DNS on my network, I can type in the FQDN of the NAS and get to it OK. That's all fine. I would just like to be able to give the NAS an FQDN and an SSL certificate to match it, so I do not get any warnings that the cert is incorrect for the NAS when I have external clients use the Cloud Station. I don´t you buy a domain name, setup it up by using DynDns client and give the domain name to your clients to connect to, and then set your internal DNS with that same domain name to point to the internal IP, and also set the name of the NAS with that domain name.

setup cloud clarify configure resolve domain server reply question answer suggestion administrator administration nas synology file share topic dns name ip access external


Cookie Consent - The most popular solution to the EU cookie law

https://cookieconsent.insites.com/

Saved by uncleflo on October 23rd, 2018.

Free & open source: You’re free to copy, modify and even sell Cookie Consent. Design your own: Use our configurator to customise colours, layout and text. Country control: Only show the banner in countries where you need it. Cookie Consent is seen over 2 billion times every month. We’re the world’s most popular solution to the EU Cookie Law. Brought to you by Insites. This website was created with love by Insites. We hate the stupid cookie law, and decided that if we had to comply with it, we may as well create a solution that doesn’t suck. Insites helps organisations test and improve their websites.

cookie opensource modify consent design development administration configure customise colour layout txt country control popular solution software answer organisation improve create creation text color install website


RICOH THETA V Wireless Live Streaming Guide

http://theta360.guide/wireless-plugin-guide/

Saved by uncleflo on October 8th, 2018.

A guide about configuring the Ricoh Theta V before streaming, for the purpose of recording endless streaming 360 videos to devices for recording. This is useful to record during a music event. There are two parts to this guide: Configuring THETA V prior to streaming event; Using THETA V to broadcast a streaming event.

theta ricoh streaming video device configure event broadcast wireless guide plugin howto information record 360 music stream community


Jenkins and PHP

https://jenkins.io/solutions/php/

Saved by uncleflo on May 9th, 2018.

Most web applications are changed and adapted quite frequently and quickly. Their environment, for example the size and the behaviour of the user base, are constantly changing. What was sufficient yesterday can be insufficient today. Especially in a web environment it is important to monitor and continuously improve the internal quality not only when developing, but also when maintaining the software. Many of the plugins referenced (right) can be used to integrate with PHP projects, but may first need to be configured the create appropriately formatted files when working with PHP projects.

web application howto change adapt quick environment example developer administration administrator php project configure reference maintain software continuous delivery deliver code internal quality user base integrate setup description article


Painless HA failover with MariaDB

https://opensolitude.com/2016/09/12/painless-high-availability-failover-mariadb.html

Saved by uncleflo on February 26th, 2018.

At work, we run a simple high-availability (HA) MariaDB setup that consists of an active master that handles all read and write queries from our applications, a passive master that can take over for the active master at any time, and a read-only replication slave (not shown) that we use for backups and analytics. Replication is configured so that the active master follows the passive master, the passive master follows the active master, and the analytics slave follows one of the masters. For the remainders of this post, I will refer to the active master as the master and the passive master as the standby. The benefits of this master-master configuration is that it allows us not only to failover from master to standby if the master becomes unhealthy, but also allows us to perform patching, reboots, lengthy migrations, and other kinds of database maintenance without impacting our users. Well, almost...

high availability mariadb master slave query db dbms backup replication failover painless administration configuration perform patch reboot application remain impact user configure maintain


Dataloop.IO Monitoring for Cloud DevOps Teams

https://www.dataloop.io/

Saved by uncleflo on October 15th, 2016.

Dashing Real-time Dashboards: Slick highly configurable dashboards. Incredibly easy for different teams to set up their own Dashing like dashboards, with the metrics they care about in minutes. Metrics updated live as they are collected from your servers so your team can see the performance in real time. Dashboards designed for Large TV Displays for around the office so everyone has visibility into how your service is performing. Create public URLs to your dashboards so other users can see them without any login. Great for sharing your metrics and dashboards in chat tools like Slack, or giving a read only view to key business stakeholders.

realtime dashboard monitor metric data information crisis manage management administration cloud team configure view server windows linux computer online website control


BootSwatchr.com

http://bootswatchr.com/

Saved by uncleflo on April 11th, 2015.

Bootswatchr.com is a website where a bootstrap theme can be custom designed, using CSS Less variables. A quick update to let you all know that Bootswatchr is moving from Ubiquity Servers to Digital Ocean as of today. DNS is propagating, and I am keeping the old server up so that there should be plenty of time for propagation and we can hopefully avoid hiccups. This is very sudden and last minute. I want to assure you all that, for the time being, Bootswatchr isn’t going anywhere, this wasn’t a budget decision, and you shouldn’t lose any data. Your data is stored client side anyway.

bootstrap css generator theme tools html5 webdesign editor sketch less design configure config set


Administrator Control of SELinux

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/4/html/SELinux_Guide/rhlcommon-section-0068.html

Saved by uncleflo on March 26th, 2015.

Administrators can expect to do most of the same things that users do in Section 5.1 End User Control of SELinux, plus a number of additional tasks that are usually done only at the root level. Using the targeted policy makes tasks measurably easier for the administrator. For example, there is no need to consider adding, editing, or deleting Linux users from the SELinux users, nor do you need to consider roles.

selinux redhat control administration user task linux role measure configure view file system status enterprise guide howto documentation


Apache mod_rewrite Tutorial

http://www.mediacollege.com/internet/server/apache/mod-rewrite/syntax.html

Saved by uncleflo on October 11th, 2014.

We need to tell Apache where and what to rewrite. You have two options here - more commonly, you can place the code in a .htaccess file. This is nothing more than a text file which when present in a directory will be interpreted by Apache. You may already be familiar with a .htaccess file, as these allow you set all kinds of server options, e.g. as a custom 404 error page. The other alternative is only available if you have root access and that is to place the code inside your httpd.conf. See load issues for more information. Throughout this tutorial, I am assuming you are using a .htaccess file in the root of your domain (i.e. http://example.com/.htaccess), unless otherwise stated.

module rewrite apache httpd lamp php linux rule condition setup configure guide url htaccess access web server engine host virtual website seo google index text tutorial configuration error link base pattern syntax howto


Easy to use videochat broadcast software for chat models

http://2much.net/broadcast.php

Saved by uncleflo on June 4th, 2014.

The MiriStream chat encoder for LiveCamNetwork is a feature-rich Audio/Video/Chat encoder and broadcast software for your chat models. It recognizes all cameras seen by their computer's operating system, and merges their live video, audio and text chat into a single compact stream. Lighting-fast servers which then re-broadcast their streams to your customers on your website, all in real time with virtually no lag.

live video camera network chat model broadcast software easy feature rich application website shared encode audio decode windows mac merge stream server payment technical detail recognize computer configure money


libsemanage.semanage_exec_prog: Child process /sbin/setfiles did not exit cleanly. | Indefinite Retention

http://indefiniteretention.com/2012/11/30/27/

Saved by uncleflo on September 6th, 2013.

Today I ran yum on a new virtual machine and noticed this error in the output. A quick look at /proc/swaps shows that this machine does not have any swap space configured. I’m running RHEL 6.3 from the default image in a micro instance on AWS. So Let’s set up a 1GB swap file and turn it on.

technology centos redhat swap memory selinux files execute program machine virtual output configure yum install failure child process


Eclipse Word-Wrap

http://ahtik.com/blog/projects/eclipse-word-wrap/

Saved by uncleflo on September 5th, 2013.

Eclipse Word-Wrap. This Eclipse plugin adds a new menuitem to your context menu to switch on and off visual/virtual word wrap. Update site: http://ahtik.com/eclipse-update/

word wrap eclipse software solution plugin virtual switch item menu context visual update site install configure add


None

http://pkgs.org/centos-6-rhel-6/linuxtech-x86_64/deluge-1.3.5-1.el6.noarch.rpm.html

Saved by uncleflo on August 28th, 2013.

Deluge is a new BitTorrent client, created using Python and GTK+. It is intended to bring a native, full-featured client to Linux GTK+ desktop environments such as GNOME and XFCE. It supports features such as DHT (Distributed Hash Tables), PEX (µTorrent-compatible Peer Exchange), and UPnP (Universal Plug-n-Play) that allow one to more easily share BitTorrent data even from behind a router with virtually zero configuration of port-forwarding.

information technology common package yum download deluge linux bittorrent tech torrent installation redhat repository centos rpm server daemon group configure fedora


2012 Red Hat Summit: SELinux For Mere Mortals

http://youtu.be/MxjenQ31b70

Saved by uncleflo on August 6th, 2013.

While Security-Enhanced Linux (SELinux) is an incredibly powerful tool for securing Linux servers, it has a reputation for being difficult to configure. As a result, many system administrators would simply turn it off. Fortunately, the incredible amount of work completed by the SELinux community in recent years has made SELinux much more system administrator-friendly. In this session, Thomas Cameron explains the basics of SELinux, which include configuring, analyzing, and correcting SELinux errors, as well as writing basic policies to enable non-SELinux-aware applications to work on SELinux-protected systems. Real-world examples will be used to better demonstrate how to use SELinux.

protection lecture simple tool class explained linux howto powerful beginner selinux redhat basic youtube command server configure video administration