Did you know that cPanel has a back end user–space API? I’ve yet to see a web front end user dashboard that’s reliable and consistent.
Some of you were curious. Text assistants and bots are booming, as shovelers seek the god oracle and magnum opus. Here’s the numbers for a naked robots.txt. Inferences, up to you.
In (30 day) levels of aggression, with the most aggresive/inefficient crawler at the bottom;
- Applebot/0.1 [20.1 ]
- heritrix/3.4.0-20200304 [21.8 MiB]
- YandexBot/3.0 [28 MiB]
- GPTBot/1.0 [30.1 MiB]
- IonCrawl [31.6 MiB]
- CCBot/2.0 [40.6 MiB]
- DataForSeoBot/1.0 [51.2 MiB]
- SeznamBot/4.0 [58.6 MiB]
- facebookexternalhit/1.1 [64.1 MiB]
- Google-Read-Aloud [86 MiB]
- PetalBot [91.3 MiB]
- Barkrowler/0.9 [98.6 MiB]
- SemrushBot/7~bl [141.1 MiB]
- BLEXBot/1.0 [152 MiB]
- AhrefsBot/7.0 [159.5 MiB]
- MJ12bot/v1.4.8 [285.2 MiB]
- bingbot/2.0 [373.4 MiB]
- Googlebot/2.1 [535.2 MiB]
- Bytespider [543 MiB]
- DotBot/1.2 [806 MiB]
- Amazonbot/0.1 [2.6 ]
Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.
I saw something peculiar the other day. Hallucination? The microsoft.com domain was serving up 192.168.1.0 and 192.168.1.1 as A records in a 7 address round robin.
That’s a spooky reminder to check your rebinding setup — that is, if you’re playing with fire ().
For example,
unbound
with private-address
and private-domain
. Then
test if DNS rebinding is possible.
Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.
Are the caches warmed up? vmtouch and fincore are two useful programs.
What do they do? Basically, one can peek at what’s been cached into memory. I somehow ended up re–looking into this today. The Linux kernel is intelligent.
Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.
Rule #1 of finding technical feeds; type ‘OPML’ into GitHub search. GitHub is like a social network for software engineers and I’m a conservationist of time.
Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.
Are you a safe kid? I’ve just had a memory of a past time in a library.
Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.
Many fortnights ago, I foolishly thought writing a theme from scratch would be easy. It was mostly unlike GTK2. About 40 minutes in came a horrifying realization: there’s fundamentally (and definitively) no way to write a consistent theme that works reliably with every application. The minor upside was a working (and somewhat accessible) wireframe theme and a basic understanding of debugging. The end.
GTK_DEBUG=interactive firefox
Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.
Not everyone’s tech savvy. But… it’s interesting that deeper discussions around the objectionable nature of A/B testing are never had in these kind of journalistic articles.
Nothing beats plausibly deniable per device phenomena, dynamic article titles, and/or personalized content — the ole slow motion divide and conquer (they saw it, we didn’t).
That article caught my eye because my Internet speed is rotten enough that I’d have never known.
Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.
An actual but where did my Linux memory go command;
This program
(repositories) came in handy while
helping someone resolve an problem. Want to
see memory usage and shared memory, perhaps
sorted by swap?
smem -s swap -kta
smem --sort swap --abbreviate --totals --autosize
What about on other categories running a --sort
?
swap (amount of swap space consumed ignoring sharing)
command (process command line)
maps (total mappings count)
name (process name)
pid (process id #)
user (process owner)
pss (proportional set size including sharing)
rss (resident set size ignoring sharing)
uss (unique set size)
vss (virtual set size; total virtual memory mapped)
Bonus: A filesystem usage command to catch
/tmp/
and tmpfs
(temporary file storage) abusers;
df -h | grep tmpfs
df --human-readable | grep tmpfs
Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.
The miracle man section of this article is nostalgic. The simplicity of scamming (dividing email lists by two recursively) reminded me somewhat of how I was taught to think about the underlying simplicity of critical thinking, which apparently is a meme nowadays.