Catatan

Mouse movement on linux (Search for the solution)

python mouse movement desktop https://www.geeksforgeeks.org/mouse-keyboard-automation-using-python/ run python in service linux https://websofttechs.com/tutorials/how-to-setup-python-script-autorun-in-ubuntu-18-04/

mylog.WriteEntry(" Error (List Stn) :" + ex.Message);

Imej
  To give  Network Service  read permission on the  EventLog/Security  key (as suggested by Firenzi and royrules22) follow instructions from  http://geekswithblogs.net/timh/archive/2005/10/05/56029.aspx Open the Registry Editor: Select  Start  then  Run Enter  regedt32  or  regedit Navigate/expand to the following key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Security Right click on this entry and select Permissions Add the  Network Service  user Give it Read permission UPDATE:  The steps above are ok on developer machines, where you do not use deployment process to install application. However if you deploy your application to other machine(s), consider to  register event log sources during installation  as suggested in  SailAvid's  and  Nicole Calinoiu's  answers. I am using PowerShell function (calling in Octopus Deploy.ps1) function Create - EventSources ( ) { $eventSources = @( "MySource1" , "MySource2" ) foreach ( $sour

Cannot connect to the ManagementScope via C#. Access denied

  Rujukan https://stackoverflow.com/a/6348152 Access Denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED) Docs Microsoft Connecting to WMI on a Remote Computer Connecting to WMI Remotely with C# Securing a Remote WMI Connection Setting up a Remote WMI Connection Troubleshooting a Remote WMI Connection

Error message: (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)

  Typically, to troubleshoot this, you go to SQL Server Configuration Manager (SSCM) and: ensure Shared Memory protocol is enabled ensure Named Pipes protocol is enabled ensure TCP/IP is enabled, and is ahead of the Named Pipes in the settings Maybe it can help:  Could not open a connection to SQL Server Note : If this is a new instance of SQL Server be sure  SQL Server and Windows Authentication  is enabled Right Click the Server in SSMS and pull up server properties Go to Security--> Select 'SQL Server and Windows Authentication Mode' Restart the Server and Login with the credentials https://stackoverflow.com/a/8076038/10763264

Create installer for .Net Windows Service using Visual Studio

How to create an installer for a .net Windows Service using Visual Studio Nor Kelsey, nor Brendan solutions does not works for me in Visual Studio 2015 Community. Here is my brief steps how to create service with installer: Run Visual Studio, Go to  File -> New -> Project Select .NET Framework 4, in 'Search Installed Templates' type  'Service' Select 'Windows Service'. Type Name and Location. Press  OK . Double click Service1.cs, right click in designer and select 'Add Installer' Double click ProjectInstaller.cs. For serviceProcessInstaller1 open Properties tab and change 'Account' property value to 'LocalService'. For serviceInstaller1 change 'ServiceName' and set 'StartType' to 'Automatic'. Double click serviceInstaller1. Visual Studio creates  serviceInstaller1_AfterInstall  event. Write code: private void serviceInstaller1_AfterInstall ( object sender, InstallEventArgs e ) { using (System.Service

Router CP2001/RS980+ dan Cara config

Imej
 Ni cuma untuk notes rujukan Router yang saya beli je. Bukan untuk promote. Just note for myself. πŸ‡²πŸ‡ΎUpgraded Version RS980+ Modified Unlimited Hotspot 4G LTE Modem Router MOD Wifi Huawei B310 B315 CP101+ RS860 Shopee link :  https://shopee.com.my/%F0%9F%87%B2%F0%9F%87%BEUpgraded-Version-RS980-Modified-Unlimited-Hotspot-4G-LTE-Modem-Router-MOD-Wifi-Huawei-B310-B315-CP101-RS860-i.41383663.4943390768 Rujukan: Penerangan tentang jenis-jenis BAND dalam coverage telko -  https://support.yoodo.com.my/hc/en-us/community/posts/900001087583-Penerangan-tentang-jenis-jenis-BAND-dalam-coverage-telko Unboxing 4G Wifi Router LTE CPE RS860 - Review dan Cara Set APN dan Lock Band Setting -  https://www.youtube.com/watch?v=kMkoGYhQgYE Cara Lock 4G atau 3G Only Modem CP2001/RS980+ -  https://www.youtube.com/watch?v=yZ5vUZ3ig5s Speedtest by Ookla - https://www.speedtest.net/

Internet of Things and SCADA

Imej
References: Internet of Things and SCADA https://iiot-world.com/industrial-iot/connected-industry/internet-of-things-and-scada-is-one-going-to-replace-the-other/ Industrial IoT vs SCADA: Which is More Powerful? https://www.biz4intellia.com/blog/industrial-iot-vs-scada-which-is-more-powerful/