Windows Event Log (User related)
Windows Event Log (User related)

Event Log > Security User Account Event ID Description 4720 Created 4722 Enabled 4723 User Changed own password 4724 Someone changed this user’s password 4725 Disabled 4726 Deleted 4738 Changed 4740 Locked Out 4767 Unlocked 4781 Name Change Logon Failure Code Description 0xC0000064 Username doesn’t exist 0xC000006A Username OK, password wrong 0xC0000234 User locked out... » read more

P2V (Physical-to-Virtual) Step-by-Step
P2V (Physical-to-Virtual) Step-by-Step

What is P2V? P2V is the act of converting a bare-metal OS+Software into virtualized environment. Why Virtualize? Using virtualization technology, we are introducing a layer of software in the middle of hardware and existing software. So, why do we virtualize? What I think, is virtualization doesn’t help much when we are running lean (e.g. only... » read more

Local Tuya

Proceed after we have added smart devices to SmartLife or Tuya mobile app Create Tuya Cloud Project Create Project go to: https://iot.tuya.com Go to Cloud > Development and create new Cloud Project Link Project to SmartLife app Click on the project to go into details Go to Devices tab > Link Tuya App Account Click... » read more

Resize MMC partition on RPi

I prefer to see graphical interface while dealing with partition. We’ll need another RPi to resize the target MMC for another RPi. What we need MMC (pre-booted on main RPi) RPi with GUI USB MMC reader GParted Install GParted From the command line use Run GParted Next step will require us to vnc into RPi... » read more

Serial over Ethernet

Requirement Hardware or software required: Preparing RPi Installing OS We can use this article to prepare the OS for RPi Install ser2net Run the following command. We can connect USB to serial at this point of time We should have return from the above code as sample below Configure ser2net Next, we’ll edit configuration file... » read more

System Platform Compatibility

❕ Blanket statement (i.e. without specific version or edition)✔ Compatible (extracted from Support site) Client: Mainstream End DateServer: Security Support End DateApplication: Mainstream Support end date

Something about sed (Stream Editor)

Intro sed is stream editor, a command line used to perform basic text transformation, usually on a file. Running sed sed options “Important” options for sed will be listed below: -n / --quiet / --silent Suppress automatic printing of pattern space --debug Annotate program execution. This will output the sed program in slightly user readable... » read more

Install Docker Swarm on RPi

Preparation For preparation of RPi, we can use this article. How I configure my docker swarm: rpi-01 as “manager” rpi-02 as “manager” rpi-03 as “manager”, swarm will require more than 50% online All connected via Wi-Fi and zerotier installed UFW installed and configured for basic use (docker will change configuration directly to built-in iptables) Installation... » read more

Quick Start with AVEVA Edge IoT View on Raspberry Pi

What is AVEVA Edge? Previously known as InduSoft Web Studio, this software is a economic software solution to interface with a lot of network/protocol. This product is also previously known as InTouch Edge. Beside its role as Human-Machine Interface (HMI), Edge also can work as IoT gateway for remote monitoring. In this article, we are... » read more

Raspberry Pi base build

Preparing USB Note: We can boot RPi from USB if we are using RPi 3B+ or newer. Run Raspberry Pi Imager Choose OS-Lite and select USB flash drive from storage Press Ctrl+Shift+X for more advanced settings. Here we can configure the following items: First boot Plug in USB drive and power into RPi. The RPi... » read more