Wai Yan SoeforBurmese Bytesburmesebytes.hashnode.dev·Aug 22, 2024SSH Tunneling (SSH Port Forwarding)Burmese Bytes က ပြန်လည်ကြိုဆိုလိုက်ပါတယ် စာလည်းမရေးဖြစ်တာကြာပြီဆိုတော့ ဒီနေ့မှာ တော့ SSH Tunneling အကြောင်းလေး အတတ်နိုင်ဆုံး လိုရင်း တိုရှင်းလေး ပြောပြပေးပါမယ်။ ဒီ Post ကတော့ Lab အသေးစိပ်တော့ပါမှာမဟုတ်ပါဘူး။ အဆင်မပြေတာရှိရင် Burmese Bytes Facebook Pa...2 likes·221 readsssh
Diwash Mainalibetter-diwash.hashnode.dev·Aug 4, 2024Develop a Local Server and Deploy Your Website Publicly for FreeIn the previous blog I have shown how can you create your own development environment in your LAN. You can utilize your old computer hardware and convert it to LAN server with shared files across the network. Now In this blog I will show you how can ...1 likeLinux
Deevanshu Kushwahwearedev.hashnode.dev·Jul 21, 2024SSH: The Ultimate Cheat Sheet for Secure ConnectionsGenerating SSH Keys Thessh-keygencommand is a versatile tool for generating, managing, and converting authentication keys for SSH. -t: Specifies the type of key to create. Options include rsa, dsa, ecdsa, ed25519, etc. The default it generates RSA k...ssh
Al Duncansonalduncanson.com·Jul 1, 2024Port ForwardingWhat is port forwarding? Port forwarding, in this case local port forwarding, is a technique often used in software engineering for things like previewing local environments or testing webhooks. In this article I’ll go over how I use port forwarding ...1 likengrok
Thomasbluespruce.io·May 21, 2024Forward a docker unix socket on a remote host to our local machineDocker relies on a unix socket to interact with the docker daemon. It is often located in /var/run/docker.sock. Being able to manage docker on a remote host without going through a shell on the remote system typically requires changing the docker con...77 readsunix socket
Bryan Huangckscks038038.hashnode.dev·Feb 23, 2024如何用Tomcat redirect port 80 to 8080最近剛好學校作業要求用Tomcat來部屬網站,需要把從port80得到的請求導向Tomcat預設的服務端口port8080,好讓使用者在網頁請求時不會看到醜醜的:8080。 沒用過Tomcat也不會寫Java(?,但想想它終究是個HTTP web server,應該有個地方可以設定一下吧。果然在tomcat/conf/ 路徑下,有個叫做server.xml 的檔案,裡面可以找到有個<Service>開頭的區塊,其中的port只要改成80就好。 於是我改了,但還是跑不動阿。查了Tomcat的Log...Tomcat
Hongtech.mrleong.net·Dec 21, 2023Always-on Reverse SSH TunnelWhat Is SSH Tunnel There are many articles providing better and detailed explanation. I will provide a brief explanation here. Readers are expected to know what SSH Tunnel in order to benefit from this blog post. SSH Tunnel works by establishing a SS...40 readsHow-tossh
Shivendra Jatshivendrajat.hashnode.dev·Sep 16, 2023VS Code Port Forwarding: A Powerful Tool for DevelopersVisual Studio Code (VS Code) is a popular code editor and integrated development environment (IDE) that is used by developers of all skill levels. One of its many features is port forwarding, it was introduced in VS Code 1.82 and allows developers to...1 likevscode
Travis Horntravishorn.com·Jul 19, 2023Mastering Port Forwarding in VirtualBox: Unlocking ConnectivityIn the realm of virtualization, VirtualBox stands as a powerful tool to create and manage virtual machines. Using it, you may often encounter scenarios where you need to establish communication between the host and virtual machines, and this is where...14.8K readsvirtualization
Smart Shocksmartshock.hashnode.dev·Apr 1, 2023Port Forwarding from Ubuntu WSL to Windows HostPort forwarding is a powerful technique that allows us to access services running on different machines and networks. If you're working on developing a FastAPI service on your Ubuntu installation running on the Windows Subsystem for Linux (WSL), you ...1 like·14.1K readsUbuntu