Skip to content
π“π‘π’π‘πš 𝐎𝐨

A web site for my hobby in technology...

  • Main
  • Blog (Myanmar)
  • Blog (English)
  • Portfolios
  • Education
  • Experiences
  • About Me

Month: January 2025

  • Home
  • 2025
  • January

SSH to WSL from Windows terminal

Posted by By thihaucsm January 7, 2025Posted inBlog (English)
Steps to configure settings to ssh to WSL from another computer  Run the Ubuntu Linux from Windows start menu.  To find the exact name of WSL Linux installed, type this…
Read More

Install WSL (Windows Subsystem for Linux)

Posted by By thihaucsm January 7, 2025Posted inBlog (English)
This is the information about how to set up SSH on Windows Subsystem for Linux (WSL)  Install WSL (Windows Subsystem for Linux) on your Windows OS.  Install WSL (Windows Subsystem…
Read More

Run ARM64 binary on X64 machine (Linux)Β 

Posted by By thihaucsm January 7, 2025Posted inBlog (English)
This is how to compile C++ codes for ARM64 and  execute them on Ubuntu (x64). First, install following packages :  sudo apt update -y && sudo apt upgrade –y  Intall the qemu-user and aarch64 related tools.. …
Read More

Load C# DLL from C++Β Β Β 

Posted by By thihaucsm January 7, 2025Posted inBlog (English)
This is to load C# DLL from C++ and call its functions... #include "pch.h" #include <iostream> #include<Windows.h> #include<string> using namespace std; int main() { typedef int(__cdecl* _add)(int a, int b);…
Read More

Configure Apache for redirecting to sub-pagesΒ Β 

Posted by By thihaucsm January 7, 2025Posted inBlog (English)
ApacheΒ  If your Apache web server cannot open sub-pages directly by clicking them on front-end implementation, use these codes. Modify Apache default files such as Β 000.default.confΒ Β orΒ default-ssl.confΒ with following lines:Β  <Directory "/var/www/html"> …
Read More
Type here to search in blog posts…
Singapore time
Myanmar time
January 2025
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  
« Jun    
Copyright 2025 — π“π‘π’π‘πš 𝐎𝐨. All rights reserved. Sinatra WordPress Theme
Scroll to Top