Blog
Thought, learning and insight on the programming, web technology, data structures and algorithms
Blogs
2 min read
Four Ways of Writing Go Iteration
Go
Iteration in programming referring to the action that is keep repeating of an instruction, and often known as Loop. In Go programming language, there is no while or do-while statement, they are all unified as for statement.
5 min read
Install OpenSSH Server on Ubuntu Server 22.04.1
UbuntuSSH
This blog shares to setup the OpenSSH server on Ubuntu Server 22.04.1. By setting up the OpenSSH server on Ubuntu server allows user to upload and remote the server via SSH.
4 min read
Install OpenSSH Server on Windows 11
WindowsSSH
This blog shares to setup the OpenSSH server on Windows 11. By installing the OpenSSH, it enables us to remote access our computer by using SSH command and transfer file using SFTP.