Skip to content

Instantly share code, notes, and snippets.

Synthetic Pro Lube for Garage Doors
a light spray-on lithium-based lubrican
a silicone-based lubricanta 3-in-1 lubricant marketed specifically for garage doors (it's also silicone-based)
a 3-in-1 lubricant marketed specifically for garage doors (it's also silicone-based)
I still prefer a white lithium-based spray lubricant, but a silicone-based one is a great choice as well. https://youtu.be/mjxpOg0j3N8
https://downdetector.com/
https://jsfiddle.net/61kbe55z/
<div class="form-group">
<label for="email">Network : </label>
<select id="basic" class="form-control" >
<option value="0" title="Finding your IMEI number">One</option>
<option value="1" title="Next title">Two</option>
<option value="2" >Three</option>
<option value="3">Four</option>
<option value="4">Five</option>
# https://jugmac00.github.io/blog/ignore-requests-for-apple-touch-icons/
technical solution » design solution
The easiest way to get rid of those messages, is NOT to create estimated 18 (update: 40) differently named and sized touch icons, but not to pass the incoming requests to the application server.
nginx makes this easy, as all I need to add to the configuration, is:
location ~ /apple-touch-icon(|-\d+x\d+)(|-precomposed).png {
return 404;
# https://www.softwaretestinghelp.com/windows-10-start-menu-not-working/#Method_6_Restart_Explorer
Restart Explorer
#1) Right-click on the taskbar and then click on “Task Manager”.
Task Manager
#2) A dialog box will open as displayed in the image below, right-click on “Windows Explorer” and then select “Restart”.
https://www.antennaweb.org
@caot
caot / grep
Created April 29, 2022 19:25
https://stackoverflow.com/questions/16956810/how-do-i-find-all-files-containing-specific-text-on-linux
This grep command will give you precise result when you are searching for specific text on linux -
grep -inRsH "Text to be searched" /path/to/dir (it can be '.')
i stands for ignore case distinctions
R stands for recursive and it also include symlinks. Better to use 'R' instead 'r'
n stands for "it will print line number".
s stands for "suppress error messages"
H stands for "it will print the file name for each match"

What to Do About Rust

A rusty air conditioner can be fixed, if you catch it in the early stages. With a degreasing solution, a nylon brush, and some sandpaper, you can even remove it yourself. Then, repaint the unit with a rust-proof primer and a layer of rust-proof paint, to prevent it from happening again.

HVAC - Evaporator Formicary Corrosion 1 anode per AC unit

evaporator coil

converts rust to a more stable oxide

#!/bin/python3
import math
import os
import random
import re
import sys
#
# Complete the 'kangaroo' function below.
https://www.linuxsecrets.com/1610-install-apache-2-4-source-build-to-rpm