Catatan

C# An established connection was aborted by the software in your host machine

Imej
  The logic behind this error WSAECONNABORTED - An understandable explanation. -  https://www.chilkatsoft.com/p/p_299.asp Wikipedia Winsock -  https://en.wikipedia.org/wiki/Winsock Stackoverflow -  https://stackoverflow.com/questions/14304658/c-sharp-an-established-connection-was-aborted-by-the-software-in-your-host-machi

Server AC Recovery

PowerEdge Server : AC Recovery Last Power State Behavior - https://www.dell.com/support/kbdoc/en-my/000136861/poweredge-server-ac-recovery-last-power-state-behavior

Epoch & Unix Timestamp

Imej
  Epoch & Unix Timestamp Conversion Tools -  https://www.epochconverter.com/ How could I convert data from string to long in c# -  https://stackoverflow.com/a/51739602 How do you convert epoch time in C#?  -  https://stackoverflow.com/questions/249760/how-can-i-convert-a-unix-timestamp-to-datetime-and-vice-versa -  https://stackoverflow.com/a/2883645

Save config in Register Editor

  How to read value of a registry key c# - https://stackoverflow.com/a/18234755 How to add, modify, or delete registry subkeys and values by using a .reg file - https://support.microsoft.com/en-us/topic/how-to-add-modify-or-delete-registry-subkeys-and-values-by-using-a-reg-file-9c7f37cf-a5e9-e1cd-c4fa-2a26218a1a23

SQL Update with INNER JOIN

  Example query: update [signalling].[dbo].[Lokasi] SET eventLocation = s.qEventLocation  FROM [signalling].[dbo].[Lokasi] AS l  INNER JOIN [syncdb].[dbo].[stations] AS s ON s.stationname = l.station;

Encryption and Decryption in C#

References:  Encryption and Decryption in C#  - https://sankhadip.medium.com/encryption-and-decryption-in-c-f2de3d802e1d#:~:text=The%20Advanced%20Encryption%20Standard%2C%20or,to%20encrypt%20and%20decrypt%20messages. Encryption And Decryption Using A Symmetric Key In C# - https://www.c-sharpcorner.com/article/encryption-and-decryption-using-a-symmetric-key-in-c-sharp/ Public Key Encryption - https://www.tutorialspoint.com/cryptography/public_key_encryption.htm

LARAVEL 9

  How to Install Bootstrap in Laravel 9? https://medium.com/@laraveltuts/how-to-install-bootstrap-in-laravel-9-ef36be699bb6 How to Install Bootstrap 5 in Laravel 9 With Vite https://techvblogs.com/blog/how-to-install-bootstrap-5-in-laravel-9-with-vite Laravel Database Migration https://laravel.com/docs/9.x/authentication#starter-kits Laravel Authentication https://laravel.com/docs/9.x/authentication#starter-kits