Category Archives: Linux

Service Mesh 2 Cloud Native

  Introduction from microservices -> service mesh -> cloud native -> serverless computing .   Istio – là ứng dụng service mesh mã nguồn mở, có sử dụng phần Envoy proxy như sidecar để thực hiện các tính năng proxy … Continue reading

Posted in Coding, Linux, Marketing | Leave a comment

Kubernetes Minikube Windows

  Some notes when troubleshooting Minikube issue (Docker issue with HyperV & VirtualBox).   + Should place kubectl path before Docker path in %PATH% , because new Docker versions also bundle a kubectl executable. + If already has gcloud shell, install kubectl … Continue reading

Posted in Feeling, Linux, Skill | 1 Comment

IDEA Tomcat HotSwap

Besides the posts about hot deploy on Tomcat Eclipse (WTP), and on JBoss exploded EAR/WAR, this is a similar post about Java hotswap based on the Java Platform Debugger Architecture (JPDA), or more specific layer, the Java Debug Wire Protocol … Continue reading

Posted in Coding, Linux | 6 Comments

MacBook new checklist

Some steps to prepare before buying MacBook laptop, and right after it (general check/setup): * General information, hardware info: + Top-Left icon -> About this Mac -> System Report * Check serial number, manufacture date, battery power, charger: + checkcoverage.apple.com … Continue reading

Posted in Coding, Linux, Marketing, Top5 | Leave a comment

DualBoot Ubuntu Win 10

  Chuẩn bị + USB dung lượng ít nhất 2GB, nên clear sạch dữ liệu để format thành USB boot + Rufus : phần mềm flash USB để tạo bootable USB với ISO là Ubuntu Linux image. Có thể dùng Universal-USB-Installer hoặc  UNetbootin thay … Continue reading

Posted in Coding, Linux, Skill | 1 Comment

Grep Sed Awk

    (Edited: bài viết từ cuối 2011 – ID:110 – draft state bấm nhầm publish lỡ rồi thôi)   Grep Tìm các dòng chứa chuỗi chuoi trong 1 files: $ grep “chuoi” ten_file . Tìm các dòng chứa chuỗi chuoi trong … Continue reading

Posted in Coding, Linux | Leave a comment

HTML JavaScript playgrounds

  In the old days, W3Schools was known mostly thanks to it’s live samples, kind of “HTML Editor” to try it right away. Now the Web technologies has been through some major advancements: AJAX, Rich Client, Web 2.0, DOM libs … Continue reading

Posted in Coding, Linux | 1 Comment

Git quick reference

(Target audience: developers who knows SVN/CVS, so it skips some intro about Git) Download Command-line client http://git-scm.com/downloads (Windows: http://code.google.com/p/msysgit/ ) View command help (options, parameters, … ) : git help command or git command –help (command is one of: clone … Continue reading

Posted in Coding, Linux, Skill | 4 Comments

Kill processes on Win

  On Linux/Unix it’s very easy to find process ID of certain process: ps -ef | grep processName  or ps aux | grep processName then the Process ID is the second column of the output (usually written as variable $PID … Continue reading

Posted in Linux, Skill | Leave a comment

DNS in VietNam

[ Update 2021 fast DNS: 1.1.1.1, 1.0.0.1 (CloudFlare) 4.2.2.2, 4.2.2.4 (Level3/Verizone) 8.8.4.4, 8.8.8.8 (Google) 9.9.9.9, 149.112.112.112 (Quad9) 199.85.127.10, 199.85.127.10 (Norton/NeuStar) 208.67.222.222, 208.67.220.220 (OpenDNS/Cisco) Còn 1 số như Verisign/UltraDNS, DNSFilter, DNSWatch, AdGuardDNS, Yandex, etc… nhanh ở US/RU nhưng ở VN sẽ … Continue reading

Posted in Linux, Marketing | 6 Comments