Author Archives: hoangbui

Ad Blocker using Squid Proxy

Blacklist Run following command to create /etc/ad_block.txt file curl -sS -L –compressed “http://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=0&mimetype=plaintext” > /etc/ad_block.txt Configure Add config to squid.conf ## disable ads ( http://pgl.yoyo.org/adservers/ ) acl ads dstdom_regex “/etc/ad_block.txt” http_access deny ads Automating the Fetching of the Blacklist Create script /etc/newads.sh #!/bin/bash curl -sS -L –compressed “http://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=0&mimetype=plaintext” > /etc/squid3/ad_block.txt ## restart squid /usr/sbin/squid3 restart […]

List all tcp connection with PID

#include <winsock2.h> #include <ws2tcpip.h> #include <iphlpapi.h> #include <stdio.h> // Need to link with Iphlpapi.lib and Ws2_32.lib #pragma comment(lib, “iphlpapi.lib”) #pragma comment(lib, “ws2_32.lib”) #define MALLOC(x) HeapAlloc(GetProcessHeap(), 0, (x)) #define FREE(x) HeapFree(GetProcessHeap(), 0, (x)) /* Note: could also use malloc() and free() */ int main() { // Declare and initialize variables PMIB_TCPTABLE2 pTcpTable; ULONG ulSize = 0; […]

Kubernetes Installation

Prerequisite (all nodes) yum update Install CRI (Docker) Install Docker from CentOS/RHEL repository yum install -y docker systemctl enable docker.service Setup daemon cat > /etc/docker/daemon.json <<EOF { #”exec-opts”: [“native.cgroupdriver=systemd”], #”log-driver”: “json-file”, “log-opts”: { “max-size”: “100m” }, #”storage-driver”: “overlay2”, “storage-opts”: [ “overlay2.override_kernel_check=true” ] } EOF Restart docker systemctl daemon-reload systemctl restart docker Installing kubeadm, kubelet and […]

Phụ bản Lưu Ngân Cung

Lưu ý khi vào hang là tự động nhận nhiệm vụ Ngân quang lưu động, khi thoát hang là nhiệm vụ tự mất, nên không được rời hang khi nhiệm vụ chưa hoàn thành. Nhiệm vụ chỉ được hoàn thành 1 lần trong ngày. Có 3 mô thức với 3 cấp độ từ dễ đến […]

Cách đi CCCT

Chuẩn bị: Mỗi nhân vật nên đem them 01 phù máu + 01 phù mana dự trữ, nên có thêm lak 2 CN, lak vô địch, bình máu, bình mana và các loại bánh – hãy chuẩn bị đầy đủ như chuẩn bị 1 trận CTC lớn. Thành viên nào sắp hết phù và không […]

Luân hồi điện toàn tập

Yêu cầu: Nhân vật cấp 100 trở lên! Quy trình chinh phục phụ bản: Đến nói chuyện với Thần Bí Lão Nhân (665,128) ở Kinh Đào Thành để nhận nhiệm vụ “Thần Bí Lão Nhân”. Nhận được vật phẩm nhiệm vụ là 3 Chìa khóa Luân Hồi Điện. Đến chỗ Thưởng Kim Liệp Nhân ở Tổ […]

Danh hiệu toàn tập

Danh hiệu ẩn: Trong game vào khoảng thời gian sau 21 giờ ( biểu tượng thời gian phải có hình trăng ). Tới 1 trong 4 cột trụ Tổ Long ở độ cao 31 sẽ nhận được danh hiệu Quan Tinh Giả ( Nhà chiêm tinh ) Tới tổ long thành tọa độ (574,631 cao […]

HOÀNG HÔN TOÀN TẬP

Chương 1 Boss và nguyên liệu Hiệp khách (60 – 65) Hào kiệt (68 – 73) Dũng sĩ (78 – 81) (Đào hòm) Vong cốt chi phiến Mê chi đầu cốt Cổ cựu tàn kiếm Tần Thiên (solo) Lưỡi đao Tần Thiên Khải phiến Tần Thiên Kiên giáp Tần Thiên Cổ Thần (solo) Trống toái […]

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