Als je bij Ziggo geen papieren factuur meer wilt, kun je dat op https://www.ziggo.nl/mijn-ziggo/gegevens/betalingsgegevens-wijzigen/ instellen.
–jeroen
via: [WayBack]
Posted by jpluimers on 2018/08/17
Als je bij Ziggo geen papieren factuur meer wilt, kun je dat op https://www.ziggo.nl/mijn-ziggo/gegevens/betalingsgegevens-wijzigen/ instellen.
–jeroen
via: [WayBack]
Posted in LifeHacker, Power User | Leave a Comment »
Posted by jpluimers on 2018/08/17
[WayBack] Steve Losh on Twitter:
“HTTP status ranges in a nutshell:
- 1xx: hold on
- 2xx: here you go
- 3xx: go away
- 4xx: you fucked up
- 5xx: I fucked up”
–jeroen
via: [WayBack] HTTP status ranges in a nutshell… – This is why I Code – Google+
Posted in Communications Development, Development, HTTP, Internet protocol suite, Power User, TCP | Leave a Comment »
Posted by jpluimers on 2018/08/17
If you are still on version 8, then note this version will be deprecated at 20180901, so it is time to upgrade to [Archive.is] Microsoft Remote Desktop 10 on the Mac App Store
[Archive.is] Microsoft Remote Desktop 8 on the Mac App Store is now at version 8.0.44, which changed one thing:
This update adds a dismissible banner to the app UI to message the fact that the client will be deprecated soon. You can start using the new version of Remote Desktop today by downloading Microsoft Remote Desktop 10 from the App Store.
It is easy to import your RDP desktops from version 8 into version 18: in the menu, select Connections, then Import from Microsoft Remote Desktop 8, then enter your credentials so the saved logon passwords can be imported from the [WayBack] KeyChain.
A few things to note:
Background reading:
The full version histories of both:
Posted in Apple, Power User, Remote Desktop Protocol/MSTSC/Terminal Services, Windows | Leave a Comment »
Posted by jpluimers on 2018/08/13
Cool playground:
An online platform to test and advance your skills in penetration testing and cyber security.
Via [WayBack] hackthebox – Penetration testing labs This is an amazing platform – super addictive! Hack The Box is an online platform al… – Jürgen Christoffel – Google+
–jeroen
Posted in LifeHacker, Power User, Security | Leave a Comment »
Posted by jpluimers on 2018/08/13
I needed to figure out what was wrong with a Canon MF8200C UFRII LT XPS.
Luckily, this still worked for administrator access [WayBack] Default admin password for Canon Multifunction Printers:
Put in admin id 7654321 pw 7654321
–jeroen
Posted in Power User, Printer drivers, Windows | Leave a Comment »
Posted by jpluimers on 2018/08/10
–jeroen
Via:
Posted in Power User, Windows | Leave a Comment »
Posted by jpluimers on 2018/08/10
Because I tend to forget how to use this:
Excel VLOOKUP tutorial with an example spreadsheet & video. The article shows how to lookup the values from one column to use in another worksheet column.
Source: [Archive.is] VLOOKUP Example Spreadsheet & Tutorial | Productivity Portfolio
–jeroen
Posted in Excel, Office, Power User | Leave a Comment »
Posted by jpluimers on 2018/08/10
Based on [Wayback/Archive.is] How to tell if your site is served via CloudFlare | Igor’s Blog, I’ve changed the script a little bit.
I’ve tested it with one of the domains from the Cloudbleed list (a pretty OK indication the site is using cloudflare) and a the example.org site that does not:
# curl -sI https://feedly.com | grep "Server\|__cfduid\|CF-RAY"
Set-Cookie: __cfduid=d779ee6e244349cf06e2707771a9185e21492589239; expires=Thu, 19-Apr-18 08:07:19 GMT; path=/; domain=.feedly.com; HttpOnly
Server: cloudflare-nginx
CF-RAY: 351e5e9af8971497-AMS
# curl -sI https://example.org | grep "Server\|__cfduid\|CF-RAY"
Server: ECS (ewr/15BD)
Domain Source: [Wayback/Archive] pirate/sites-using-cloudflare: Archived list of domains using Cloudflare DNS at the time of the CloudBleed announcement
–jeroen
via: [WayBack] https://www.igorkromin.net/index.php/2017/04/18/how-to-tell-if-your-site-is-served-via-cloudflare/ – Joe C. Hecht – Google+
Posted in *nix, *nix-tools, Cloud, Cloudflare, cURL, Hosting, Infrastructure, Power User | Leave a Comment »
Posted by jpluimers on 2018/08/08
[WayBack] ngHttp2 DLLs has a simple a version scheme. The build inside the Windows PHP distribution includes these version numbers. The TreadSafe versions work as plug in replacement for github.com/grijjy/DelphiScalableClientSockets/tree/master/Bin which is used by github.com/grijjy/GrijjyFoundation/blob/master/Grijjy.Http.pas#L11. You obtain them via [WayBack] PHP For Windows: Binaries and sources Releases; and at the time of writing these were the most recent versions:
[WayBack] OpenSSL DLLs has a much more complex version scheme, as they are numeric but OpenSSL releases are not.
a.b.c.da.b.c.x
# letter # letter # letter # letter # letter remark 1 a 6 f 11 k 16 p 21 u 2 b 7 g 12 l 17 q 22 v * 3 c 8 h 13 m 18 r 23 w * 4 d 9 i 14 n 19 s 24 x * 5 e 10 j 15 o 20 t 25 y * 26 z *
[WayBack] Index of /SSL has “Pre-compiled Win32/64 libraries without external dependencies to the Microsoft Visual Studio Runtime DLLs, except for the system provided msvcrt.dll.”
These work no matter what development/deployment stacks you use (including a Visual Studio based stack).
The most recent version as of writing is 1.0.2o, which maps to 1.0.2.20 which contains libeay32.dll and ssleay32.dll for both the i386-win32 and x86_64-win64 build (not sure why they both use 32 in the name):
openssl-1.0.2o-i386-win32.zip
openssl-1.0.2o-x64_86-win64.zipwhich supportsx86_64as this site is about the only one usingx64_86in the name
Background reading:
These binaries are for instance used by (most of them are behind or far behind on the OpenSSL version):
Speaking of which: this is a recent Delphi wrapper around libeay32.dll: [WayBack] GitHub – lminuti/Delphi-OpenSSL: Delphi implementation of OpenSSL
–jeroen
Posted in Delphi, Development, OpenSSL, Power User, Security, Software Development | 2 Comments »
Posted by jpluimers on 2018/08/07
So I won’t forget what was changed: [WayBack] Learn what’s new in Gmail – Gmail Help
–jeroen
Posted in GMail, Google, Power User | Leave a Comment »