Blog

Vaccination Lucky Draw Hong Kong - 香港疫苗抽獎

方便一次過睇曬所有打完疫苗抽獎/優惠既網址 新鴻基地產 https://daydaydraw.shkp.com/ 登記日期: 2021年6月25日上午9時正至8月31日中午12時正 煤氣公司 https://luckydraw.towngas.com/ 凱滙全新單位壹個 …

How to get/check javascript execution time

最近開始睇下D algorithm 既 tutorial 想了解下學左 / 用左會 efficient 幾多呢 這個當然要用時間來 value 最簡單既方法就係計 execution time 在javascript 上如何計execution time 呢? ** 解決方法 ** 我們可以使用 console.time(); …

BUPA Hong Kong Hotline - Customer Service

今日呢係 Non-Technical 既 Post, 主要係方便自己唔洗慢慢聽佢 D instructions 打完去 Bupa Hotline (+852 2517 5388) 可以按 去聯絡客戶服務 1 -> 4 -> 5 -> 1 -> 2 1 = 廣東話 4 = 團體客戶 5 = 聯絡客戶服務 1 = Agree Terms and …

apt-get update - public key is not available

嘗試在 Raspbian 上加入 Kali Linux Repository Source List 但是在使用 sudo apt-get update 時卻出現以下的 Error The following signatures couldnt be verified because the public key is not available: …

How to install wifite on Raspbian - 如何在 Raspbian / ubuntu 上安裝 wifite

最近想用新買的 RaspberryPi4 來學習 Ethical Hacking 用來檢查一下屋企上的東西會不會得容易被 hack 到 如果在學習過程中 發現有 保安問題 可以早點解決 第一個嘗試既 hacking tool 就昰 Wifite 是用來 crack wifi 的 如果是用 Kali linux 的話應該已經安裝好 我用的是 Raspbian …

RaspberryPi unzip file via 7Zip

在 Linux / Ubuntu 上如何 unzip a Zip file 解決方法 我們可以安裝 7Zip 之後用 command extract 便可 安裝 7Zip sudo apt-get install p7zip-full install 7zip on linux

upload copy file via ssh

如何從 local machine 經 ssh 去 copy 檔案到 raspberrypi 上 解決方法十分簡單… 我可以使用 scp command scp [File to Copy] [Destination] scp "C:/Users/Chi/Desktop/kali/wordlist.zip" …

RaspberryPi how to unzip unrar

如何在 raspbian 上 unzip a rar 檔案 / 安裝 unrar 解決方法: 首先我們要更改 sources.list sudo nano /etc/apt/sources.list sudo nano /etc/apt/sources.list uncomment 以下那一行

'python' no such file or directory

嘗試安裝 wifite 時出現了一個 python 的 error 'python' no such file or directory ‘python’ no such file or directory

How to resume SSH session - Ubuntu / RaspberryPi

最近最左塊 RaspberryPi4 諗住用黎比屋企人做 Media Center 但係就咁放係度做 media center 好似有 D 浪費 所以便安裝左 D tools 黎玩 發現有 D tools run 既時候需要 一些時間 但係當你個 ssh connection 斷左之後… 你在 terminal 上執行既 command 亦都會被 …