The ones I know, hopefully they are the only ones as search results are inconclusive:
–jeroen
XE9
Posted by jpluimers on 2015/12/22
Posted in Delphi, Delphi 10 Seattle, Development, Software Development | 1 Comment »
Posted by jpluimers on 2015/12/22
Interesting stuff to play with the next few weeks:
This version of the ESXi Embedded Host Client is written purely in HTML and JavaScript, and is served directly from your ESXi host and should perform much better than any of the existing solutions.
Thanks Paul Braren for sharing this.
Source: ESXi Embedded Host Client – VMware Labs
–jeroen
Posted in ESXi5.5, ESXi6, Power User, Virtualization, VMware, VMware ESXi | Leave a Comment »
Posted by jpluimers on 2015/12/22
Had a co-worker where Skype suddenly failed handle groups. He could not send to nor receive group messages. On his Windows machine, Skype auto-upgraded to 7.17.32.115. On his smartphone, everything worked fine..
Downgrading him to 6.21.0.104 solved the issue.
I got it from https://web.archive.org/web/20141213144457/http://download.skype.com/msi/SkypeSetup_6.21.0.104.msi
–jeroen
via:
Posted in Power User, Skype | Leave a Comment »
Posted by jpluimers on 2015/12/22
Hopefully someone will move this to Github before Google code goes down: paping – Cross-platform TCP port testing, emulating the functionality of ping (port ping) – Google Project Hosting.
Paping (pronounced pah ping) is a computer network administration utility used to test the reachability of a host on an Internet Protocol (TCP/IP) network and to measure the time it takes to connect to a specified port
–jeroen
via:
Posted in *nix, *nix-tools, Communications Development, Console (command prompt window), Development, Internet protocol suite, Power User, TCP, Windows | 1 Comment »
Posted by jpluimers on 2015/12/21
Apache configuration can be tough, so here are some links related to RewriteRule.
One day I hope to write a more in depth article around some of them (:
–jeroen
Posted in *nix, Apache2, Power User | Leave a Comment »
Posted by jpluimers on 2015/12/21
Briljante foutmelding: “snaam, inclusief extensie, mag maximaal 60 tekens lang zijn.”
Ja: precies de laatste 60 karakters van de foutmelding.
De SVB heeft iets met 60.
Iets als “20141119 – Martijn – Zorgkantoor – AWBZ beoordeling zorgbeschrijvingen zorgovereenkomsten – SVB trekkingsrecht.pdf” mag dus niet als bestandsnaam. Een duidelijke foutmelding ook niet. Dat zou te makkelijk zijn.
Het is op een andere manier slecht dan de foutmelding “Er is een algemene fout opgetreden. Probeert u het later nog eens.”. En dat je later weer dezelfde foutmelding krijgt zodat je on-line geen PGB declaraties van urenbriefjes kunt indienen:
Beste @SVB_PGB: de online declaratie PGB WMO HH gaat fout bij het klikken van “Bewerken”: het maakt niet uit welke maand en week. 1/2
De melding @SVB_PGB is “Er is een algemene fout opgetreden. Probeert u het later nog eens.”. Helaas geen verder log of details. Wat nu? 2/2
En daarom ben ik gistervavond een paar uur bezig geweest met opnieuw proberen en daarna PDFjes van de declaraties te maken. Die ik nu weer mag renamen omdat de bestandsnamen te lang zijn.
Zucht.
–jeroen
Posted in About, LifeHacker, PDF, Personal, Power User | Leave a Comment »
Posted by jpluimers on 2015/12/21
Simple but ugly:
osascript -e "do shell script \"some-command\" with administrator privileges"
Source: How to authenticate a shell script with the OS X GUI | MacIssues
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2015/12/21
On scanning film negatives and dias (slides): Everyone over the age of 40 has a drawer full of these somewhere What do you….
Since scanners get better over time, when do you scan them, and how long do you keep the originals?
–jeroen
Dia slides.
Posted in LifeHacker, Power User | Leave a Comment »
Posted by jpluimers on 2015/12/18
End of year present:
Beyond Compare 4 Change Log – 4.1.3.20814 – DECEMBER 17, 2015
Notable Changes
- Fixed hex compare truncated comparison results for large files with a difference at the very end.
- Fixed support for creating multiple OneDrive profiles so it will prompt for login information every time.
- OS X/Linux: Fixed support for FTP file transfers larger than 2GB.
- Fixed “Unsupported cipher” error when opening an SFTP connection to mod_ftpd servers (e.g., wpengine.com).
- OS X: Fixed support for using Asian input methods.
- Stability improvements.
–jeroen
Source: Download Beyond Compare
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2015/12/18
Interesting:
For codesign verification:
find /Applications -d 1 -name "*.app" -exec codesign --verify --verbose {} \;For system policy assessment:
find /Applications -d 1 -name "*.app" -exec spctl --assess --verbose {} \;
–jeroen
Posted in Apple, bash, Development, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.6 Snow Leopard, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, MacMini, OS X 10.10 Yosemite, OS X 10.8 Mountain Lion, OS X 10.9 Mavericks, Power User, Scripting, Software Development | Leave a Comment »