dummzeuch
There are now packages for Delphi 12 in the repository. Be warned though: They compile and install into the IDE but I haven’t done any tests at all. … Read more
1 year ago in Delphi0
dummzeuch
The new version adds support for Delphi 10.3 to 12 Download is available from the project page on SourceForge. … Read more
1 year ago in Delphi, dzPackageInst0
dummzeuch
I just released dzBdsLauncher 1.0.11. The only change is support for detecting .dproj files created by Delphi 12 (these have a ProjectVersion of 20.1). … Read more
1 year ago in Delphi, dzBdsLauncher0
dummzeuch
I just released Delphi Tools Manager 1.0.3 which now supports Delphi 6 to 12 (including all the versions with the odd names in between). … Read more
1 year ago in Delphi, DelphiToolsManager0
dummzeuch
I have just updated the Delphi Custom Container Pack sources to support Delphi 12. It now compiles and installs. I have not tested it extensively. Discussion about this post in the international Delphi Praxis forum. … Read more
1 year ago in ccpack, Delphi0
dummzeuch
Thanks mostly to the work Achim Kalwa put into the preparations I have now built an installer for GExperts 1.3.23 Alpha for Delphi 12. Note the word “Alpha” in the release name. Basically I installed… … Read more
1 year ago in Delphi, GExperts0
dummzeuch
Delphi 12 (and Rad Studio 12 and C++ Builder 12) has been released and is available for Download from my.embarcadero.com. … Read more
1 year ago in Delphi0
dummzeuch
After setting up ssh authentication via public/private key for my user account on my Ubuntu 22.04 server, I wanted to disable authentication via password for security reasons. So in /etc/ssh/sshd_conf I changed the entry PasswordAuthentication… … Read more
1 year ago in linux, SSH0
dummzeuch
Since many of the instructions I found on the internet seem to be flawed or at least outdated, here is how I managed to enable two factor authentication (2fa) with (time based) OTP in Ubuntu… … Read more
1 year ago in linux, SSH0
dummzeuch
I have recently converted the file system of some of our Samba servers from ext4 to ZFS. The idea was to use ZFS’s compression feature to reduce the space some excessingly large files consume which… … Read more
1 year ago in linux, zfs0
dummzeuch
Yesterday, all of a sudden, one of my Delphi programs failed to connect to various WMS servers on the internet. I got the following error message: Error connecting with SSL. error 1409442E:SSL routine:ssl3_read_bytes:tlsv1 alert protocol… … Read more
1 year ago in Delphi0
dummzeuch
I recently came across an entry in c’t Magazin‘s FAQ about backing up Windows drivers for a fresh Windows installation. Their suggestion was to utilise the pnputil tool that is included with Windows. Further research… … Read more
1 year ago in windows, Windows 100