TIPS

How to extend a disk volume when there is another volume in between (Windows)

Problem: Disk volume can’t be extended because there is a volume in between.   Solution: Delete the volume in between. In this example, “Volume3”   Steps: Open “Diskapart.exe” Get the list of Volume list volume Select a Volume to be deleted (“Volume 3” in this example) select volume 3 Delete the Volume (“Override” option to …

How to extend a disk volume when there is another volume in between (Windows) Read More »

OpenSSL – How to create Chain Certificates

Introduction Lately, a secure connection has become an essential requirement for nearly all business applications. The significance of a secure connection, especially through HTTPS protocols, cannot be overstated. In this regard, the importance of comprehending the functioning of SSL certificates cannot be underestimated. This holds true even for non-production environments, where ensuring the implementation of …

OpenSSL – How to create Chain Certificates Read More »

AWS – Install NAT function into OpenVPN Server

Introduction We occasionally observe redundancy within the system. Combining two servers into a single unit can efficiently manage various functions, depending on the circumstances. In my scenario, I’ve established a compact system environment with 4 – 6 running EC2 instances. In this context, it’s a wise approach to amalgamate the “NAT instance” and the “VPN …

AWS – Install NAT function into OpenVPN Server Read More »

AWS – OpenVPN Access Server

Introduction We will set up OpenVPN in AWS, providing a secure and convenient method for remote access to the AWS environment. Furthermore, OpenVPN offers Multi-Factor Authentication (MFA) through a simple setup process. This allows us to eliminate potentially risky RDP connections over the internet. An advantage of this approach is the ability to utilize a …

AWS – OpenVPN Access Server Read More »

AWS – Active Directory instance

Introduction Microsoft Active Directory, commonly referred to as AD, serves as the cornerstone of user authentication, resource management, and security in Windows-based networks. It was released on February 17, 2000, as part of Windows 2000 Server and continues to be widely used in the business sector. Consequently, we establish Active Directory as the foundational infrastructure …

AWS – Active Directory instance Read More »

AWS – NAT Device

Introduction Network Address Translation (NAT) is a crucial element in the Amazon Web Services (AWS) ecosystem, enabling seamless communication between private subnets and the internet. In this blog, we explore the essentials of NAT service in AWS installing “NAT Gateway” and “NAT Instance” in ensuring secure outbound internet connectivity for instances in private subnets.  Image of the …

AWS – NAT Device Read More »

AWS – Set up a basic Environment

Introduction When we start using AWS, we have to set up some network components like “VPC”, “Subnet”, “Route Table”, “Security Grroup” and so on. We can actually use “Default” of those components that makes it easy because all the connections are open. However, we shouldn’t take the easy approach from the security point of view. …

AWS – Set up a basic Environment Read More »

VirtualBox – Limiting Speed

Introduction “VirtualBox” can limit the network speed by the command line. VMware has the similar function but it is available only in paid version. Hyper-V doesn’t have the function yet. So, Oracle generously gives us the great feature for FREE. The important point to is that we got to take command line operations which can …

VirtualBox – Limiting Speed Read More »

WireGuard – Peer to Peer VPN

Introduction “WireGuard” is simple and quick VPN solution. Compared to the major VPN solutions (e.g. OpenVPN), WireGuard has less options but the connection speed should be faster. Good things is we can connect multiple devices (e.g., PC, mobile, tablet, router and so on). If you are interested in this topic, watch the video file below. …

WireGuard – Peer to Peer VPN Read More »

OpenVPN – Access Server

Introduction “OpenVPN” is one of poplular VPN solutions.  “Access Server” is free to install and use with a maximum of 2 simultaneous VPN connections. This is amazing service for people who want to try something new technologies for FREE! And the installation is super simple (just 4 commands to go!). Anyway, if you are interested …

OpenVPN – Access Server Read More »