Giải mã dữ liệu Chiến dịch Phụng Hoàng

Chiến dịch/Kế hoạch/Chương trình Phụng Hoàng/Phượng Hoàng (tiếng Anh: Phoenix Program) (1968-1975) là chiến dịch tình báo, ám sát bí mật trong Chiến tranh Việt Nam được tiến hành bởi Phủ Đặc ủy Trung ương Tình báo Việt Nam Cộng hòa (CIO) với sự phối hợp của Cục Tình báo Trung ương Hoa Kỳ (CIA).[1] Chương trình này được hoạch định với mục đích phát…

Read More

Begining HTML5 game part 1

OK. Let’s start . Do you know HTML ? Create file game.html with content : <!DOCTYPE html> <html> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=ISO-8859-1″> <title>Insert title here</title> </head> <body> </body> </html> Adding some javascript as framework <!DOCTYPE html> <html> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=ISO-8859-1″> <title>Insert title here</title> <script type=”text/javascript”>     function update()     {       …

Read More

Introductory RIA (Rich Internet Application)

Previously when mentioned web , people understand that they are static content through a content development time was able to be customized and become “dynamic” and more interactive. Today the web has made great changes, people mention the social network interaction between people, or the “Web Application” in service jobs that would normally use independent software . RIA…

Read More

DevOps series “from cloud to ground” – Part 9: From the cloud to ground: Private images registry for our private cloud

In last 2 blogs of this series. We’ve discovered 2 amazing tools that we can install to host our own k8s cluster for our private cloud. They are microk8s and harvester HCI. After installation, we now have a up and running k8s cluster where we can host our service. But the most important tool need…

Read More