-
Recent Posts
Archives
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- June 2021
- March 2021
- February 2021
- January 2021
- December 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- February 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- May 2019
- April 2019
- March 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- December 2017
- October 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- May 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
Categories
Meta
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
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
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
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