Dave Nottage
What was known as Yukon during the beta phase has been released today as Delphi 12 Athens. Here’s some important information about the release, and some related news from Delphi Worlds.. Important changes in Delphi… … Read more
2 years ago in Product highlight, Updates news0
Marco Cantu
Embarcadero is very excited to announce the release of RAD Studio 12 Athens, along with Delphi 12 and C++Builder 12. The RAD Studio 12 Athens release is packed with exciting new features that are laying… … Read more
2 years ago in News0
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
2 years 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
2 years ago in Delphi0
TMS Software
The very concept of copy and paste operations, and even their corresponding keyboard shortcuts, Ctrl+C and Ctrl+V, have been around since the early 1970s, with credit going to Larry Tesler, working at Xerox PARC at… … Read more
2 years ago 0
Embarcadero GetIt
Four simple applications written for Delphi give an introduction to symmetric encryption with AES, asymmetric encryption with RSA and hybrid encryption as a combination of both encryption alorithms. All code based on pure Delphi using… … Read more
2 years ago 0
Bruce McGee
A HashSet is a high-performance, unordered collection of unique elements. Delphi 12 introduces THashSet and TObjectHashSet classes in System.Generics.Collections. Of course, Delphi has had other options for this kind of thing. TStrin… … Read more
2 years ago 0
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
2 years 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
2 years ago in linux, SSH0