ভূমিকা / Introduction
Claude Code-এর জনপ্রিয়তা এতটাই বেড়ে গেছে যে এর “addiction” নিয়ে আর্টিকেল লেখা হচ্ছে! NetworkChuck নিজেও স্বীকার করেছেন যে তাঁরও এই addiction আছে — এবং তিনি আমাদের quit করতে সাহায্য করবেন না, বরং এই addiction আরও বাড়িয়ে দেবেন। তাঁর প্রশ্ন: “What if you didn’t have to be chained to your laptop or desktop?” — কীভাবে আপনি আপনার মোবাইল ফোন দিয়ে, যে কোনো জায়গা থেকে Claude Code ব্যবহার করতে পারেন, সেটাই এই ভিডিওর মূল বিষয়।
- লক্ষ্য ১: ফোনে Terminal Access — Terminus অ্যাপের মাধ্যমে মোবাইলে SSH টার্মিনাল
- লক্ষ্য ২: Forever Terminal — একটি remote VPS যা কখনো ডাউন হবে না, সবসময় Claude Code চালানোর জন্য প্রস্তুত
- চূড়ান্ত ফল: বিমানবন্দর, সোফা, এমনকি শাওয়ার বা টয়লেট থেকেও Claude Code — “It’s going to be stupid,” Chuck বলেছেন
“Claude Code has been blowing up. There are actually articles about Claude Code Addiction. I believe it. I’ve got it. Do you have it? And I’m not here to help you quit. I’m here to make it worse.”
Forever Terminal: Hostinger-এ VPS সেটআপ
প্রথম এবং সবচেয়ে গুরুত্বপূর্ণ ধাপ — একটি VPS (Virtual Private Server) সেটআপ করা যা হবে আপনার “Forever Terminal”। Chuck এই কাজের জন্য Hostinger-কে বেছে নিয়েছেন, যারা এই ভিডিওর স্পনসর। Hostinger-এর বিশেষত্ব হলো তারা Claude Code pre-installed VPS অফার করে — আপনি OS সিলেক্ট করার সময় শুধু “Cloud Code” সার্চ করলেই ready-made image পেয়ে যাবেন।
- Hostinger.com/networkchuck — স্পনসর লিংক, বিশেষ ডিলের জন্য
- KVM 2 প্ল্যান — Chuck-এর রেকমেন্ডেশন: “an entire home lab in the cloud” — এই প্ল্যানে আপনি যেকোনো কিছু build করতে পারবেন
- Coupon Code: NETWORKCHUCK — ডিসকাউন্টের জন্য magic শব্দ
- OS ইন্সটলের সময় “Cloud Code” সার্চ করুন — Claude Code pre-installed ইমেজ পাবেন
- VPS ready হওয়ার পর 브라우জার থেকেই terminal access — Claude command already pre-installed
“Now, what’s cool about Hostinger is they have Cloud Code ready to go. They know why you’re here.”
লিনাক্স হার্ডেনিং: Fail2Ban, UFW ও SSH Key Authentication
VPS ইন্টারনেটে accessible — তাই security সবচেয়ে গুরুত্বপূর্ণ। Chuck এখানে তিনটি essential security measure নিয়েছেন। তিনি প্রথমেই প্রশ্ন তুলেছেন: “Is this thing even secure? This is accessible to the entire world.” — এবং তারপরই দেখিয়েছেন কীভাবে আপনার Linux machine-কে হาร์্ডেন করতে হবে।
- Fail2Ban — brute force attack স্বয়ংক্রিয়ভাবে ব্লক করে। কমান্ড:
apt install fail2ban -y, তারপরsystemctl status fail2banদিয়ে চেক - UFW (Uncomplicated Firewall) — শুধুমাত্র প্রয়োজনীয় পোর্ট open রাখুন। কমান্ড:
ufw allow 22(SSH) তারপরufw enable - SSH Key Authentication — Terminus অ্যাপের key chain ফিচার দিয়ে RSA key generate করে VPS-এ export করা। তারপর password authentication বন্ধ করে দেওয়া
- Chuck দুটি SSH config ফাইল edit করেছেন (মেইন কনফিগ + Hostinger-এর override ফাইল) — নিশ্চিত করার জন্য যে password auth действительно বন্ধ হয়েছে
“We got to harden this Linux machine. To make this sucker secure, we’re going to do three things.”
“We’re in! I feel pretty safe now about removing password authentication.”
Terminus App: আপনার মোবাইলের SSH Terminal Gateway
ফোনে terminal access-এর জন্য Chuck Terminus অ্যাপ ব্যবহার করেছেন — একটি ফ্রি SSH terminal client যা iOS এবং Android দুই প্ল্যাটফর্মেই উপলব্ধ। Terminus শুধু Claude Code-এর জন্যই নয়, আপনার যেকোনো remote server-এ access-এর জন্যও ব্যবহার করতে পারবেন।
- ফ্রি — App Store বা Google Play Store থেকে ডাউনলোড করুন, কোনো payment নেই
- No Account Needed — Chuck “continue without one” অপশন বেছে নিয়েছেন, অযথা registration-এর ঝামেলা নেই
- Connect VPS — Hostinger VPS-এর DNS name বা public IP ব্যবহার করে new host যোগ করুন
- Credentials — Username: root, Password: VPS সেটআপের সময় দেওয়া পাসওয়ার্ড (পরে SSH key দিয়ে replace)
- একবার connect করলেই পুরো Claude Code terminal আপনার হাতের মুঠোয় — “That’s just fun!”
“There is an app for your phone that can give you terminal access. It’s called Terminus. I’m not sponsored by them.”
tmux: Persistent Sessions — আর কখনো কাজ হারাবেন না
সবচেয়ে বড় সমস্যা: আপনার ফোন lock হলে, network disconnect হলে, বা প্লেন টেক অফ করলে — আপনার Claude Code session পুরো হারিয়ে যায়। এই সমস্যার সমাধান হলো tmux — একটি terminal multiplexer যা persistent session তৈরি করে। Chuck এখানে মজার একটি ডেমো দেখিয়েছেন: এক ফোনে টাইপ করলেও অপর ফোনের terminal-এ একই টেক্সট দেখা যাচ্ছে!
- tmux install:
apt install tmux(VPS-এ, phone থেকেই) - Session Start: টার্মিনালে
tmuxলিখলেই নতুন session শুরু - Detach:
Ctrl+B, D— session ব্যাকগ্রাউন্ডে চলে যায়, connection close করলেও কাজ থাকে - Re-attach:
tmux a— আগের session-এ ফিরে আসুন, সবকিছু intact - Named Sessions:
tmux new -s planenameএবংtmux a -t planename— একাধিক session ম্যানেজ করুন - Scrolling Fix: Terminus-এর সাথে tmux-এ scroll করতে একটি config line যোগ করতে হবে —
set -g terminal-overrides 'xterm*:smcup@:rmcup@'— এটা mouse support-এর quality of life improvement
“I can type in tmux and we can do a, to resume the last session, attach ourselves to the most recent session. Look at that. It’s kind of weird. It’s like I’m typing. Look at that. It’s typing in both terminals!”
মোবাইল থেকে Claude Code: সম্পূর্ণ ওয়ার্কফ্লো
সবকিছু সেটআপ হয়ে গেলে আপনার daily workflow হবে incredibly simple। Chuck-এর মতে, এখন আপনি Claude Code দিয়ে যেকোনো কিছু করতে পারবেন — website build, API development, pentesting — সবকিছুই আপনার মোবাইল ফোন থেকে।
- 📱 Phone → Terminus → VPS → Claude Code — পুরো চেইন
- 🔄 tmux session শুরু → কাজ করুন → Ctrl+B, D → disconnect — যে কোনো সময় reconnect করলে আগের অবস্থা intact
- 🌐 যেকোনো জায়গা থেকে — airport, couch, plane, toilet — literal anywhere
- 🏗️ যেকোনো কিছু build করুন — “build a website with Claude and it runs the website and it builds it right there on the stinking host”
- 🛡️ Fully secured — Fail2Ban, UFW, SSH key authentication — your VPS is hardened
“Now you can code and hack from anywhere and with Hostinger as your VPS, you can do a bunch of things like build a website with Claude and it runs the website and it builds it right there on the stinking host. What you can do is now endless and you can do it from anywhere.”
চূড়ান্ত মূল্যায়ন / Final Verdict & Summary
NetworkChuck-এর এই ভিডিওটি Claude Code addiction-কে আরও বাড়ানোর — বা বরং, Claude Code-কে আরও accessible করার — একটি অসাধারণ, step-by-step guide। তিনটি core component মিলিয়ে একটি অত্যন্ত শক্তিশালী সেটআপ তৈরি করা যায়। শুধু VPS-এর মাসিক খরচ বাদে সবকিছুই ফ্রি, এবং একবার সেটআপ করলে এটি আপনার пожизненный Claude Code terminal হয়ে থাকবে।
- ✅ সহজ সেটআপ — Hostinger-এ মাত্র কয়েক ক্লিকেই Claude Code pre-installed VPS ready
- ✅ সম্পূর্ণ নিরাপদ — তিন স্তরের security (Fail2Ban + UFW + SSH key) আপনার VPS-কে সুরক্ষিত রাখে
- ✅ Persistent Session — tmux-এর মাধ্যমে কোনো কাজ কখনো হারিয়ে যাবে না
- ✅ সম্পূর্ণ পোর্টেবল — যেকোনো ডিভাইস, যেকোনো জায়গা থেকে Claude Code access
- ✅ খরচবান্ধব — Terminus ফ্রি, tmux ফ্রি, শুধু VPS খরচ (ডিসকাউন্টের জন্য NETWORKCHUCK কুপন)
- ⚠️ শেখার কার্ভ — Terminal, SSH, tmux-এর সাথে আগে থেকে পরিচিত না থাকলে একটু সময় লাগতে পারে
- ⚠️ ইন্টারনেট নির্ভর — VPS-এ access-এর জন্য সবসময় internet connection প্রয়োজন
“What if you didn’t have to be chained to your laptop or desktop? What if you could use Claude Code at the airport, on the couch, in the shower, on the toilet? I want to give you that freedom.”
বাংলা সারসংক্ষেপ: এই সেটআপের মাধ্যমে আপনি আপনার মোবাইল ফোন থেকে Claude Code-এর সম্পূর্ণ শক্তি ব্যবহার করতে পারবেন — কোডিং, ডিবাগিং, ওয়েব ডেভেলপমেন্ট, পেনটেস্টিং, সবকিছু। Chuck যেমন বলেছেন, “What you can do is now endless and you can do it from anywhere.” Claude Code addiction যদি থেকে থাকে, তাহলে এই সেটআপ আপনার জন্য — কিন্তু Chuck-এর প্রার্থনার মতোই, প্রযুক্তি ব্যবহার করে জীবনের আসল অর্থ ভুলে যাবেন না। পরিবার ও প্রিয়জনের সাথে সময় কাটানোও গুরুত্বপূর্ণ।
📖 ভিডিও বিবরণ ও রিসোর্স লিংক | Video Description & Resources
Set up your own FOREVER TERMINAL with Hostinger: https://hostinger.com/networkchuck (Use code NETWORKCHUCK for a discount) Claude Code is a terminal app… and that’s the problem. Phones don’t have terminals. So in this video, I build a forever terminal in the cloud that lets you run Claude Code from your phone, ANYWHERE. Airport. Couch. Plane. Bathroom. Whatever. 🔥🔥Join the NetworkChuck Academy!: https://ntck.co/NCAcademy
🔗 রিসোর্স লিংক / Resource Links
- Set up your own FOREVER TERMINAL with Hostinger: (Use code
- 🔥🔥Join the NetworkChuck Academy!
- 💻 GITHUB Guide
- ☁️ Termius (mobile terminal app)
- 🟩 Tmux
- 🎓🎓 Sign up for NetworkChuck Academy
- ☕☕ COFFEE and MERCH
- 🌐🌐 Use the MOST SECURE Web Browser, NetworkChuck Cloud Browser
- 🧠🧠 Use n8n, my favorite automation tool
- STUDY WITH ME on Twitch
- Sign up for NetworkChuck Academy
- Get your CCNA
- Join the Discord server
- Do you want to know how I draw on the screen?? Go to and us
⏱️ টাইমস্ট্যাম্প / Timestamps
- 0:00 – Intro
- 1:04 – Forever Terminal
- 2:34 – VPS Hardening
- 3:27 – Mobile Access With Termius
- 6:18 – Session Persistence with Tmux
