Archive.today reachability
Domain: archive.today
Public IPv4 DNS resolver list: https://en.wikipedia.org/wiki/Public_recursive_name_server
Tested: 2022-01-30
Resolver | Response |
---|---|
1.0.0.1 | www.archive.today. |
1.0.0.2 | www.archive.today. |
Domain: archive.today
Public IPv4 DNS resolver list: https://en.wikipedia.org/wiki/Public_recursive_name_server
Tested: 2022-01-30
Resolver | Response |
---|---|
1.0.0.1 | www.archive.today. |
1.0.0.2 | www.archive.today. |
On channels in videos tab you can sort videos by:
But you cannot sort by length. So I decided to create a bookmarklet to do it (in ascending order).
Hard Disk Sentinel is a good tool to check and monitor your disks parameters and health. You should consider having it in your toolbox.
Now you can get Windows version of Hard Disk Sentinel v5.30 (9417) for free at SharewareOnSale. After clicking "Download Hard Disk Sentinel Now" button you'll have to fill a form asking for email (they'll use it to send you news regarding SharewareOnSale offers), country, used platforms, gender, job level, and confirm it by clicking "Give it to me now". You'll get SharewareOnSale_Giveaway_Hard_Disk_Sentinel_hub.exe and also mail titled "Download is ready: Hard Disk Sentinel" starting with:
Hi there. Thank you for downloading from us. Your download details are given below.
Hard Disk Sentinel (100% discount)
YOUR DOWNLOAD(S) >
javascript:(function(){l=[].map.call(document.querySelectorAll("span.ytd-thumbnail-overlay-time-status-renderer"),function(e){l=e.innerHTML.trim().split(":").map(function(t){return parseInt(t)}).reduce(function(p,c){return p*60+c});return{a:e.parentElement.parentElement.parentElement,l:l}}).sort(function(a,b){return a.l-b.l});i=document.querySelector("#primary #items");l.forEach(function(o){i.appendChild(o.a.parentElement.parentElement.parentElement)})})() |
Make plzip compilable on MSYS2+MinGW-w64. | |
It's Hannes Domani's plzip.patch taken from: | |
http://download.savannah.gnu.org/releases/lzip/plzip/plzip-1.1-w.zip | |
that was applied against plzip 1.7: | |
http://download.savannah.gnu.org/releases/lzip/plzip/plzip-1.7.tar.gz | |
changed to not artificially limit number of threads (the limit was 32), | |
and finally diff has been regenerated using output with unified context. | |
--- a/decompress.cc 2018-02-07 20:17:00.000000000 +0100 |
#!/bin/sh | |
# SPDX-License-Identifier: MIT | |
## Copyright (C) 2017 Przemyslaw Pawelczyk <przemoc@gmail.com> | |
## | |
## This script is licensed under the terms of the MIT license. | |
## https://opensource.org/licenses/MIT | |
# | |
# abuild.sh | |
# Simplistic abuild wrapper for building packages out-of-the-tree. |
#!/bin/sh | |
# SPDX-License-Identifier: MIT | |
## Copyright (C) 2017 Przemyslaw Pawelczyk <przemoc@gmail.com> | |
## | |
## This script is licensed under the terms of the MIT license. | |
## https://opensource.org/licenses/MIT | |
# | |
# Traffic control - Make DNS requests delayed and low priority on Linux. |
Tired of sending photos to your phone just to share them on Instagram?
I would be too! Just use Google Chrome and visit instagram.com on your desktop PC/Mac. Yes, no need for 3rd party Instagram clients!
Go to Developer Tools (F12 or Ctrl+Shift+I), toggle device toolbar (Ctrl+Shift+M) and choose the screen to emulate or Responsive.
Aren't you tired of overlays showing at the end of vids that hide content?
Me too! I figured out two easy solutions:
$$(".ytp-ce-element").forEach(function(el){el.style.display="none"})
If you have some toy boards in your internal network, then you can
happily live without password and key. As I learned today, setting
following stuff in /etc/ssh/sshd_config
is not enough:
PermitRootLogin yes
PermitEmptyPasswords yes