Catatan

Arduino export .bin file

 https://linuxhint.com/create-bin-file-arduino-code/

Ubuntu fix screen resolution

Imej
Discover this issue when I deployed PIS into IPC. As per requirement, the display needs to be shown in 1920*1080  resolution. But, instead, Ubuntu shows 640*480 resolution. How I solved this? Update Ubuntu > sudo apt-get install Open file > sudo nano /etc/default/grub Change line #GRUB_GFXMODE = 640X480 to GRUB_GFXMODE = 1920X1080 Save the edited file. Update the file > sudo update-grub Reboot the IPC > sudo reboot

SQL Server Database Stuck in Restoring State

Imej
  Solution: RESTORE LOG [syncdb_labis] FROM DISK = N'c:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\Backup\syncdb_labis_LogBackup_2023-01-04_10-46-49.bak' Refer:  SQL Server Database Stuck in Restoring State https://www.mssqltips.com/sqlservertip/5460/sql-server-database-stuck-in-restoring-state/

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