BLOG

Latest Articles

Subtract time.Duration from time in GO [SOLVED]

In Golang, we usually have to deal with time management, we do need to do some operations such as adding, and subtracting a duration from time. We will walk

By tuannguyen · 4 min read · GO

Cannot find package even if GOPATH is set [SOLVED]

Sometimes you will encounter the "Cannot find package" error (even though GOPATH is set) when building a Golang module. In this article, we will explain why

By tuannguyen · 4 min read · GO

How to disable firewall in Rocky Linux? [SOLVED]

A firewall is a must for every server system but there are times when for debugging purpose we would like to stop and disable the firewalld service. In this

By omercakmak · 5 min read · Tips and Tricks

Browser-in-the-Browser Attack [Step-by-Step]

A browser-in-the-browser attack is an exploit that involves an attacker using a malicious browser to gain access to a target system. This type of attack is

By kennedymuthii · 4 min read · Ethical hacking