Thursday, August 10, 2023

add a new symbolic link (symlink) to the wordlists directory

 Symbolic links are used to create references to files or directories in other locations

1. Navigate to wordlists directory 

cd/usr/share/wordlists/


2. Create the Symlink

ln -s /path/to/original /path/to/symlink

contoh, 

ln -s ~/wordlist_aku.txt /usr/share/wordlists/wordlist_baru_aku.txt


3. Verify the Symlink

ls -1

output example:

lrwxrwxrwx 1 user user   10 Aug 23 15:00 newlist.txt -> /home/user/my_wordlist.txt

Install M5Stick-Launcher for Lilygo T-Deck

 Step 1 : Pergi ke github ini,   https://github.com/bmorcelli/M5Stick-Launcher/ kemudian klik pada release yang terkini, ada sebelah kanan s...