Solution for MySQL / MariaDB Start Issue on MacOS
Errors
On trying to start mysql.server start
./usr/local/bin/mysql.server: line 264: kill: (12262) - No such process ERROR!
On trying to start mysql.server start
./usr/local/bin/mysql.server: line 264: kill: (12262) - No such process ERROR!
<!-- | |
- Info: https://csswizardry.com/2020/05/the-fastest-google-fonts/ | |
- | |
- 1. Preemptively warm up the fonts’ origin. | |
- | |
- 2. Initiate a high-priority, asynchronous fetch for the CSS file. Works in | |
- most modern browsers. | |
- | |
- 3. Initiate a low-priority, asynchronous fetch that gets applied to the page | |
- only after it’s arrived. Works in all browsers with JavaScript enabled. |
Supported routers (Netgear R7800, R8900, and R9000)
id_rsa.pub
to /root/.ssh/authorized_keys
(You might have to create this dir and file manually if not it doesn't already exist).// Perform regex replacements and inject CSS/JavaScript with Cloudflare Workers | |
// https://community.cloudflare.com/t/perform-regex-replacements-and-inject-css-javascript-with-cloudflare-workers/90279 | |
addEventListener('fetch', event => { | |
event.passThroughOnException() | |
event.respondWith(handleRequest(event.request)) | |
}) | |
/** | |
* Fetch and log a given request object | |
* @param {Request} request |
*~ | |
*.diff | |
*.err | |
*.orig | |
*.rej | |
*.swo | |
*.swp | |
*.vi | |
# Compiled source # |
Using Laravel Valet for localhost development, So it installs
dnsmasq
with it. dnsmasq runs on port53
, The default DNS port. So we setup dnscrypt-proxy on port5300
with the default config files in this gist.
brew install dnscrypt-proxy
.card { | |
transition: 0.5s; | |
backface-visibility: hidden; | |
transform: translateZ(0); | |
} | |
.card:hover { | |
box-shadow: 0 30px 70px #000; | |
transform: scale3d(1.05, 1.05, 1.05); | |
} |
This command will execute every 60 seconds which will trigger your Laravel schedules in 1 min range.
while true; do php artisan schedule:run; sleep 60; done
// ==UserScript== | |
// @name Dark Wide YouTube | |
// @namespace DWYT | |
// @version 1.0 | |
// @description Dark Wide YouTube | |
// @author Syed I.R. | |
// @match https://*.youtube.com/* | |
// @require https://raw.githubusercontent.com/madmurphy/cookies.js/master/cookies_min.js | |
// @grant none | |
// @noframes |
Binance as you know has taken over Bittrex in terms of volume and has been performing quite well with coin listings every week happening and interesting contests. However, due to the huge number of registrations on their platform, they have temporally closed registrations. But there is still a work-around to register an account with Binance despite the registrations being closed.
Here's a way to easily register an account with Binance:
Just follow this link and register an account as you would normally and enjoy! Do share with others too :)