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 33 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   control   network   beautiful   support   london   tools   course   file   research   purchase   library   programming   image   youtube   example   php   construction   html   opensource   quality   install   community   profile   computer   feature   power   browser   music   platform   mobile   work   user   process   manage   database   share   hardware   professional   buy   industry   internet   dance   advice   installation   developer   3d   material   search   camera   access   customer   travel   test   standard   money   documentation   review   css   engineering   webdesign   engine   develop   device   photography   digital   api   speed   source   program   management   phone   discussion   question   event   client   story   simple   water   marketing   yacht   app   content   setup   package   fast   idea   interface   account   communication   cheap   script   compare   study   market   easy   live   google   resource   operation   startup   monitor   price  


Tag selected: directory.

Clear all

Showing 33 results.

Looking up directory tag. Showing 33 results. Clear

The Boat Design Directory from Boat Design Net - the Boat Design and Boatbuilding Site

https://www.boatdesign.net/Directory/

Saved by uncleflo on February 9th, 2022.

Boat Design . Net - Connecting Boat Designers and Boatbuilders on the Net. Boat Design and Boat Building Projects, Plans, Software, Books, Concepts, Reviews, and Resources. Discussion forums: boat design, boat building, powerboats, sailboats, multihulls, design software, education, services and employment. Join in the boat design & boatbuilding discussion forums today! A gallery of professional and student design work, projects in process, power and sail. Please post your boat design & boat building images for everyone to see. A marine design directory and search engine. Boat plans, designers, boatbuilders, materials, powerboats, catamarans, propulsion, sailboats, multihulls, shipyards, software, books, & resources. A site connecting boat builders and designers, showcasing innovations in design and construction and providing access to articles, resources, software, and inspirational sites.

hydrostatics sailboat catamaran fiberglass propulsion fitting sail directory yacht boat model modeling shipbuilding render hull hardware forum velocity design surface theoretical manual custom software supplies materials document electrical


Process Explorer - Windows Sysinternals | Microsoft Docs

https://docs.microsoft.com/en-gb/sysinternals/downloads/process-explorer

Saved by uncleflo on January 16th, 2022.

Ever wondered which program has a particular file or directory open? Now you can find out. Process Explorer shows you information about which handles and DLLs processes have opened or loaded. The Process Explorer display consists of two sub-windows. The top window always shows a list of the currently active processes, including the names of their owning accounts, whereas the information displayed in the bottom window depends on the mode that Process Explorer is in: if it is in handle mode you'll see the handles that the process selected in the top window has opened; if Process Explorer is in DLL mode you'll see the DLLs and memory-mapped files that the process has loaded. Process Explorer also has a powerful search capability that will quickly show you which processes have particular handles opened or DLLs loaded. The unique capabilities of Process Explorer make it useful for tracking down DLL-version problems or handle leaks, and provide insight into the way Windows and applications work.

explorer browser handle directory server documentation symbol processes window process capability path file usage useful windows tool question advantage information display powerful search software download dll program name internal howto unlock


A Step-by-Step Guide to JavaScript Localization – The Phrase Blog – Software Localization Experts

https://phrase.com/blog/posts/step-step-guide-javascript-localization/

Saved by uncleflo on May 11th, 2021.

It's time to talk about front-end. This guide will walk you through the localization of JavaScript apps using jQuery.I18n by Wikimedia, Polyglot by Airbnb, and Globalize by jQuery. Internationalization (dubbed as i18n) and localization (l10n) are very important (though often hard) steps for any application that is going to be used worldwide. In one of our previous articles, we saw how to implement I18n at the backend powered by Ruby on Rails, but today it’s time to talk about frontend. This guide will walk you through JavaScript Localization from A to Z, using the following solutions: All of these solutions are quite different and have their own specifics, so we’ll see them all in action. The source code is available at GitHub.

internationalization localization interpolation localize markup template grab tutorial attribute phrases load react modular browser extract directory repository phrase script node howto website webdevelopment development technical code information example coding software expert guide blog opinion


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


Getting Started with Version 8 of PHPUnit – The PHP Testing Framework

https://phpunit.de/getting-started/phpunit-8.html

Saved by uncleflo on June 23rd, 2019.

The documentation for PHPUnit 8 can be found here. We distribute a PHP Archive (PHAR) that contains everything you need in order to use PHPUnit 8. Simply download it from here and make it executable: You can add PHPUnit as a local, per-project, development-time dependency to your project using Composer: Please refer to the documentation for details on how to verify PHAR releases of PHPUnit.

bootstrap instruct tutorial execute verify directory documentation distribute test archive tool document behavior learn write explanation simple class howto development developer devtool download software release administration


Linux Daemon Writing HOWTO

http://www.netzmafia.de/skripten/unix/linux-daemon-howto.html

Saved by uncleflo on January 4th, 2019.

A daemon (or service) is a background process that is designed to run autonomously,with little or not user intervention. The Apache web server http daemon (httpd) is one such example of a daemon. It waits in the background listening on specific ports, and serves up pages or processes scripts, based on the type of request. Creating a daemon in Linux uses a specific set of rules in a given order. Knowing how they work will help you understand how daemons operate in userland Linux, but can operate with calls to the kernel also. In fact, a few daemons interface with kernel modules that work with hardware devices, such as external controller boards, printers,and PDAs. They are one of the fundamental building blocks in Linux that give it incredible flexibility and power. Throughout this HOWTO, a very simple daemon will be built in C. As we go along, more code will be added, showing the proper order of execution required to get a daemon up and running.

daemon forking portability fork kernel terminate compile coding directory multitude files execution loop setup check apache logging skeleton methodology structured code function technical development howto application design architecture


Mounting NFS on a Windows Client

https://mapr.com/docs/51/DevelopmentGuide/c-mounting-nfs-on-a-windows-client.html

Saved by uncleflo on January 3rd, 2019.

Complete the following steps to mount NFS on a Windows client: The UID and GID values are set in the Windows Registry and are global on the Windows NFS client box. This solution might not work well if your Windows box has multiple users who each need access to NFS with their own permissions, but there is no obvious way to avoid this limitation. To set up the Windows NFS client, mount the cluster, map a network drive, and configure the user ID (UID) and group ID (GID). The Windows client must access NFS using a valid UID and GID from the Linux domain. Mismatched UID or GID will result in permissions problems when MapReduce jobs try to access files that were copied from Windows over an NFS share. Because of Windows directory caching, there may appear to be no .snapshot directory in each volume's root directory. As a workaround, force Windows to re-load the volume's root directory by updating its modification time (for example, by creating an empty file or directory in the volume's root directory).

snapshot directory limitation client windows modification server cluster archive obvious valid content user files reference file domain mount map access solution path details platform administration development workflow howto share nfs network nas permission step-by-step cache filesystem


Property Auctions - Land & Property for Auction in the UK

https://www.propertyauctionaction.co.uk/

Saved by uncleflo on January 3rd, 2019.

Click on the auction house links below to access the catalogues and details for all the major UK land and property auctions or use the search field combined with the sort buttons to find the property auctions for the areas or dates you are looking for. Property Auction Action is the UK's biggest property auction hub. Discover your next investment here. www.PropertyAuctionAction.co.uk is the original and best property auctions information website. We'll send you FREE email updates as new auction properties become available.

auction properties solution investment reason available catalogue uk lookup land property ladder detail search website list reference howto information directory compilation britain price auctions sell invest


London Sailing Courses

https://www.firstclasssailing.com/london-sailing-courses

Saved by uncleflo on November 29th, 2018.

You are welcome to join one of the courses advertised on our website. Alternatively, we would be delighted to come to your office and run a sailing course for yourself and your colleagues. There may be a certain charm to such convenience. In London we run Day Skipper, Yachtmaster and Ocean Yachtmaster navigation classes as well as the RYA 1 day courses in various locations. We usually have something running within the City, Canary Wharf, Holborn and Limehouse but we will and do run courses anywhere in London. Shorebased sailing courses are extremely popular within the Capital. We have a base in Limehouse at the Cruising Association from where we run the full range of RYA shorebased courses but we also specialise in going into the offices of companies all over London, from Canary Wharf to Brentford, and running evening classes for employees of those companies and their family and friends. ‘Outsiders’ to these companies (ie non employees) are also often allowed to attend.

course advertise information directory convenience skipper yacht master sailing marine boat london capital association shore offshore ocean sea attend company class first uk


Mozilla LDAP SDK Programmer's Guide/Searching the Directory With LDAP C SDK

https://wiki.mozilla.org/Mozilla_LDAP_SDK_Programmer%27s_Guide/Searching_the_Directory_With_LDAP_C_SDK

Saved by uncleflo on February 7th, 2018.

This section explains how to use the LDAP C API to search the directory and to retrieve entries. LDAP C SDK provides functions that allow you to search a directory and to retrieve results from the server. For example, you can send a search request by calling the synchronous ldap_search_ext_s() function or the asynchronous ldap_search_ext() function and the server sends back matching results.

section ldap directory entries sdk provide search api library information development howto reference function server retrieve result administration entry filter guide mozilla programmer developer


RFC 4515 - Lightweight Directory Access Protocol (LDAP): String

http://www.faqs.org/rfcs/rfc4515.html

Saved by uncleflo on February 7th, 2018.

This document specifies an Internet standards track protocol for the Internet community, and requests discussion and suggestions for improvements. Please refer to the current edition of the "Internet Official Protocol Standards" (STD 1) for the standardization state and status of this protocol. Distribution of this memo is unlimited. Lightweight Directory Access Protocol (LDAP) search filters are transmitted in the LDAP protocol using a binary representation that is appropriate for use on the network. This document defines a human-readable string representation of LDAP search filters that is appropriate for use in LDAP URLs (RFC 4516) and in other applications.

ldap document directory protocol string rfc standard technology community request discussion improvement improve specification binary representation search filter url application howto reference lookup internet suggestion administration


Java Tools for building and testing - Enterprise-OSGi-in-Action

http://what-when-how.com/Tutorial/topic-647vgevdm3/Enterprise-OSGi-in-Action-242.html

Saved by uncleflo on December 27th, 2017.

Karaf has a lot of support for Apache Aries, which makes it a convenient environment for developing and testing enterprise OSG i applications. So well integrated is Karaf with Aries, Karaf comes with Blueprint support by default. Even better, if you list the OSGi bundles using the osgi:list , there's a special column that shows each bundle's Blueprint status.

java tools build tool test enterprise osgi action apache aries develop development karaf features list bundle component create runtime application collect coverage data run task maven guide information introduction book tutorial system monitor directory installation howto developer;


UKFILMING *** A Production Directory for Filming in the UK

http://www.ukfilming.co.uk/

Saved by uncleflo on June 13th, 2015.

UK FILMING, A production directory for Filming in the UK. Tips, Information,companies and businesses, guides and more.

company business directory filming uk information lookup film video production set record tip funding supplier designer department studio deliver howto


uncleflo.com - DNS Whois IP

http://www.tcpiputils.com/browse/domain/uncleflo.com

Saved by uncleflo on April 2nd, 2015.

Domain uncleflo.com is not listed in the top million list of Alexa. uncleflo.com is not listed in the top million list of Quantcast. It is not listed in the DMOZ directory. This domain has no WOT reputation. This domain is hosted by NatCoWeb Corp. (AS46636). The first DNS server is ns1.6sync.net. The current IPv4 address is 204.62.14.86.

tcp util whois ip domain lookup registration dns reputation browse utility information alexa quantcast directory


What's the best practice to "git clone" into an existing folder? - Stack Overflow - http://stackoverflow.com/questions/5377960/whats-the-best-practice-to-git-clone-into-an-existing-folder [http://stackoverflow.com/]

http://stackoverflow.com/questions/5377960/whats-the-best-practice-to-git-clone-into-an-existing-folder

Saved by uncleflo on September 16th, 2014.

I have a working copy of the project, without any source control meta data. Now, I'd like to do the equivalent of git-clone into this folder, and keep my local changes. git-clone doesn't allow me to clone into an existing folder. What is the best practice here? This can be done by cloning to a new directory, then moving the .git directory into your existing directory.

git clone existing folder stackoverflow control meta practice best directory change administer solution development live update


12.04 - Cannot start Eclipse from Unity Launcher - Ask Ubuntu

http://askubuntu.com/questions/307856/cannot-start-eclipse-from-unity-launcher

Saved by uncleflo on September 2nd, 2014.

I downloaded Eclipse Juno package, and extracted it to /opt directory. For installing it, I followed the steps given in this site - Ubuntu Help under the User Installation section. I created the opt_eclipse.desktop file in /usr/share/applications/ directory. Here is the content of my desktop file

question solution ubuntu eclipse shortcut launcher ask start administration operating system use ease desktop one installation download directory


Zentyal Server 3.3 | Linux Small Business Server

http://www.zentyal.org/server/

Saved by uncleflo on August 9th, 2014.

Zentyal is a drop-in replacement for Microsoft Small Business Server and Microsoft Exchange Server, that you can set up in less than 30 minutes. Thanks to the native compatibility with Microsoft Active Directory and Microsoft Exchange protocols, SMBs can transparently migrate their systems to Zentyal.

ad ldap server open source opensource vps manager project exchange microsoft alternative business small active directory protocol system zentyal linux replace administration migrate data management mail smb file


Plymouth Hostel: Book Hostels in Plymouth on HostelBookers.com

http://www.hostelbookers.com/results/loc/dd/dst/5287/arr/2014-01-20/ngt/1/ppl/1/#rating_min=0/rating_max=100/price_min=0/price_max=45/shared=true/private=true/hos=true/hot=true/apt=true/cam=true/gue=true/table_sort=hbrec_des

Saved by uncleflo on January 24th, 2014.

Browse the list above for details on all our hostels in Plymouth and book Plymouth hostels with no booking fee ! Plymouth is one of over 3,500 worldwide destinations available on HostelBookers.

hostel lookup reference list accomodation night uk directory cheap backpacker local detail plymouth book trip


Bed and Breakfasts in Plymouth | Book Plymouth Bed and Breakfasts Online at Hostelworld.com

http://www.hostelworld.com/bed-and-breakfasts/plymouth/england

Saved by uncleflo on January 24th, 2014.

View our selection of bed and breakfasts in Plymouth. Read customer reviews of Plymouth bed and breakfast accommodation and check out the photos and videos. View all the Plymouth B&Bs on a city map and book a Plymouth B&B in a location you like. Find the best Plymouth bed and breakfast deals on Hostelworld.com.

hostel lookup reference list accomodation night uk directory cheap backpacker local review compare world bed plymouth


Plymouth Hostels: Read Reviews and Compare Prices - TripAdvisor

http://www.tripadvisor.co.uk/Hotels-g186258-c3-zff26-Plymouth_Devon_England-Hotels.html

Saved by uncleflo on January 24th, 2014.

A list of all the hostels in plymouth and other types of accomodation, on tripadvisor.

hostel lookup reference list accomodation night uk directory cheap backpacker local plymouth campground lodge trip advisor review compare


Plymouth, England Hostels — Plymouth Hostel Reviews

http://www.hostelz.com/hostels/England/Plymouth

Saved by uncleflo on January 24th, 2014.

Plymouth is a coastal naval town in the county of Devon in the South West of England. Plymouth largely has a reputation as being a bit "rough," with a relatively high portion of poverty, as well as a very lively, and slightly crazy nightlife; however, Plymouth still has a lot to offer, with a fruitful maritime history, many historic buildings, museums, an aquarium, and an old natural harbour. Plymouth is also an ideal base for many excursions to nearby attractions, such as hiking or cycling trips to Dartmoor, sailing or kayaking trips to Mouth Batten Peninsula, and boat trips to visit the naval warships. There is also a regular ferry service that operates to the nearby Mount Batten Peninsula.

hostel lookup reference list accomodation night uk directory cheap backpacker local plymouth england devon


Cheap Plymouth Hostels - Search all Hostels in Plymouth at Hostels.com

http://www.hostels.com/plymouth/england#propertyAnchor=p71906

Saved by uncleflo on January 24th, 2014.

Best Plymouth hostels - showing all hostels in Plymouth. Book a cheap hostel in Plymouth & pay no booking fees. We have a hostel for you in all the major areas of Plymouth - downtown Plymouth hostel, city centre hostels Plymouth & airport hostels.

hostel lookup reference list accomodation night uk directory cheap backpacker local plymouth


Hostels Plymouth - Recommended Plymouth Hostels

http://www.plymouth.co.uk/hostels/

Saved by uncleflo on January 24th, 2014.

Hostels Plymouth - Welcome to the directory of Plymouth hostels. It features hostels in Plymouth who offer hostel accommodation. Find contact details and reviews of your nearest hostel in Plymouth and add your own review. Advertise your hostel accommodation business on the Plymouth Hostels Directory – IT'S FREE!

reference hostel plymouth uk hotel stay night information lookup accomodation address review business directory detail feature contact


None

http://www.techrepublic.com/blog/linux-and-open-source/how-to-compare-the-content-of-two-or-more-directories-automatically/

Saved by uncleflo on September 15th, 2013.

Marco Fioretti suggests some ways in Linux to automatically compare the contents of multiple directories in order to find missing, duplicate, or unwanted files. Many of us end up, inevitably, with so many files and folders that it is impossible to keep them under control without some specialized help. Luckily, as I'll show you in a moment, under Linux there are several, very efficient solutions to this problem. Multiple copies of many files, scattered all over the computer, waste space, create confusion, and slow down desktop indexers like DocFetcher. I have already explained how to find and remove the unwanted extra copies here.

guide check duplicate verify tool compare integrity opensource linux comparison folder content missing software tree file directory command administration backup


UserGuide/ThinClient – Deluge

http://dev.deluge-torrent.org/wiki/UserGuide/ThinClient

Saved by uncleflo on September 5th, 2013.

Deluge can be setup in such a way that a Deluge daemon, deluged, can be setup on a central computer, server, which can then be accessed and controlled by other computers, clients, using one of Deluge's UIs.

deluge torrent bittorrent daemon server ui thin client setup computer access control remote download file share public config directory tunnel