๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

NGINX upstream timed out 110 Connection timed out while reading response header from upstream

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Nginx Timeout Puma

I have Puma running as the upstream app server and Riak as my background db cluster When I send a request that mapreduces a chunk of data for about 25K users

Thumbnail for Posts

npm not working - read ECONNRESET

๐Ÿ“‚ Categories: Node.js
๐Ÿท๏ธ Tags: Npm

Im having a problem with npm I cant install anything Here is the error messages CWindowssystem32gtnpm install g yo npm http GET httpsregistrynpmjsorgyo npm

Thumbnail for Posts

Open Cygwin at a specific folder

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Windows Cygwin

How can I create a Cygwin shortcut that will open Cygwin at a specific folder This would obviate having to type cd cygdrivecUsersTomDesktop each time I launch

Thumbnail for Posts

Password authentication is temporarily disabled as part of a brownout Please use a personal access token instead duplicate

๐Ÿ“‚ Categories: Programming

This question already has answers here Issue on adding SSH key to GitHub 8 answers Closed 3 years ago The community reviewed whether to reopen this question 3

Thumbnail for Posts

PostgreSQL wildcard LIKE for any of a list of words

๐Ÿ“‚ Categories: Sql
๐Ÿท๏ธ Tags: Postgresql

I have a simple list of 25 words I have a varchar field in PostgreSQL lets say that list is foo bar baz I want to find any row in my table that has any of

Thumbnail for Posts

Prevent segue in prepareForSegue method

๐Ÿ“‚ Categories: Programming

Is it possible to cancel a segue in the prepareForSegue method I want to perform some check before the segue and if the condition is not true in this case if

Thumbnail for Posts

Print list without brackets in a single row

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: List

I have a list in Python eg names Sam Peter James Julian Ann I want to print the array in a single line without the normal names Sam Peter James Julian Ann

Thumbnail for Posts

Query to list number of records in each table in a database

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Sql-Server Database

How to list row count of each table in the database Some equivalent of select count from table1 select count from table2 select count from

Thumbnail for Posts

Random noise functions for GLSL

๐Ÿ“‚ Categories: Programming

As the GPU driver vendors dont usually bother to implement noiseX in GLSL Im looking for a graphics randomization swiss army knife utility function set