Catatan

.NET C# SDK

 https://medium.com/@xaviergeerinck/how-to-write-a-c-sdk-using-net-core-17f2dabef8d4

The art of SQL joining

 https://learnsql.com/blog/join-tables-without-common-column/#:~:text=Yes%2C%20you%20can!,for%20merging%20tables%20in%20SQL.

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