Author Archives: hoangbui

Programming ATtiny85 with Arduino Uno © GPL3+

Step by step on how to program a ATtiny85 microcontroller with Arduino Uno development board. I am working on a project which requires reading multiple sensor data on different locations. These require only few PWM pins so using multiple Arduino Uno would be expensive and unnecessary. So I decided to use ATtiny85 microcontroller in place […]

Điệu chachacha

Điệu nhạc chachacha 4/4 X: xuống (bùm) L: lên (chát) D: đập (chập) G: gõ thùng (gõ) _: nghỉ Note: Nhấp nhả nhẹ tay trái ở nhịp chát Móc: đánh dây bass ở nhịp bùm, móc cùng lúc dây 123 ở nhịp chát Khẩu huyết chung: bùm, chát bùm bùm chát chập chát bùm, bum, […]

Tìm Lại Hạnh Phúc

@Slowrock [Am]Bước đi trên con [G]đường mà ngày xưa. [Em]Chúng ta hay vui đùa [G]hứa mãi yêu. [F]Mà giờ đây mình anh lẻ loi [C]ánh trăng khuya đã tàn. [F]Bao yêu thương nay [G7]đã trôi xa. [Am]Nói cho anh một lời [G]dù lòng đau. [Em]Cớ sao em vô tình nỡ [G]bước đi. [F]Giờ mình anh […]

Tuổi hồng thơ ngây

@Slowrock Tuổi hồng thơ [C]ngây dưới mái [Am]trường Tuổi [Dm]thơ đã đi qua [G7]rồi Để lại trong [C]tôi một nỗi [Am]buồn Nói [Dm]lên tiếng yêu lặng [G7]thầm Anh dành cho [C]em. [C]Xưa chúng ta chung [Am]trường Cùng [Dm]nhau kết hoa ước [G7]hẹn Mà [C]sao bỗng dưng em [Am]lại Bỏ [Dm]quên hoa quên tình [G7]tôi. Em […]

[K8s] Kubernetes – restrict user access to one namespace

In this example, we will create dev namespace and token for access this namespace only Create Namespace kubectl create namespace dev Create Service Account with permissions Create file permission-dev-namespace.yaml with content: — apiVersion: v1 kind: ServiceAccount metadata: name: dev-user namespace: dev — kind: Role apiVersion: rbac.authorization.k8s.io/v1 metadata: name: dev-user-full-access namespace: dev rules: – apiGroups: [“”, […]

Transparent proxy with Squid

Enable IP Packet Forwarding on the machine Solution 1 sudo vim /etc/sysctl.conf then change the following parameter to 1 net.ipv4.ip_forward = 1 Save file & exit. Now execute the following command to implement the changes made, sudo sysctl -p Solution 2 echo 1 > /proc/sys/net/ipv4/ip_forward Configure the squid proxy Configure for ssl mkdir /etc/squid/ssl_cert cd […]

This site uses cookies to offer you a better browsing experience. By browsing this website, you agree to our use of cookies.