JFormDesigner + FlatLaf
moderne/schöne Java-Oberflächen mit Java/Swing GUI Designer und Flat Look and Feel
moderne/schöne Java-Oberflächen mit Java/Swing GUI Designer und Flat Look and Feel
Ulanzi Desktop Pixel Clock TC001 Ulanzi Smart Pixel Uhr mit AWTRIX Light MQTT / HTTP API
Nerd Fonts, Download Oh My Posh (a prompt theme engine) PowerShell mit Terminal Icons siehe auch...
OpenLDAP unter Ubuntu 22.04 LDAP and Transport Layer Security LDIF-Dateien verwenden OpenLDAP memberOf overlay + memberof overlay dpkg-reconfigure slapd slapcat ldapadd -x -D "cn=admin,dc=abc,dc=app" -W -f ldap/01_add_init.ldif openssl s_client -connect…
JXplorer is a cross platform LDAP browser and editor. Beim Zertifikatsimport wird ein Keystore Password abgefragt. Ohne Anpassung wird "changeit" verwendet.
Filter von Duplicati mit Kommandozeile prüfen: c:\Duplicati\Duplicati.CommandLine.exe test-filters R:\ --include=R:\*.docx --exclude=R:\* siehe auch Restic
Dim gPID Function BPM_OnCreate(DCRoot) gPID = InputBox("Welche Prozess-ID?", "Frage", "XX") End Function Function BPM_OnProcessBatch(DCBatch) 'eine ID setzen iDocCount = DCBatch.GetDocumentCount For i = 0 To iDocCount - 1 Set DCTempDocument…
Dim g_DirToHoldFiles Function DPM_OnCreate(DCRoot) g_DirToHoldFiles = "E:\temp\referenz" End Function Function DPM_OnProcessDocument(DCDocument) SaveTifAndAddx(DCDocument) End Function Function SaveTifAndAddx(DCDocument) 'FileSystem-Objekt öffnen set fso = CreateObject("Scripting.FileSystemObject") 'Verzeichnis If not fso.FolderExists(g_DirToHoldFiles) Then f = fso.CreateFolder(g_DirToHoldFiles)…