Vijay's Blog
I am not your BEST, But I will try
Friday, October 3, 2025
git push hangs after Total line (Total 7 (delta 3), reused 0 (delta 0), pack-reused 0 after no response)
›
After git Commit -a -m "message" git config --global http.postBuffer 157286400 git push or git push -u origin main
Tuesday, September 23, 2025
Python Virtual Environment - venv
›
check which gives python v 10 ****************************** python --version py --version python3.10 --version To create Python 10 Virtual...
Friday, November 29, 2024
Education Purpose - Hacking Wifi and Password with wifite tool
›
Steps airmon-ng stop wlan1 systemctl start NetworkManager #Insert wlan1 - your wifi adaptor in usb 2.0 iw wlan1 del airmon-ng start wlan1 wi...
Thursday, November 28, 2024
Kali linux - How to find the sub domain list of any domain
›
sublist3r -v -b -d -t 10 -e bing -o example-subdomains.txt example.com
Monday, November 25, 2024
To hack wifi with airmon and airodump-ng with TP link USB 2.0 wifi
›
NOTE : DONT FORGOT TO INSERT THE WIFI DEVICE IN USB 2.0 AND NOT USB 3.0, IF YOU INSERT IN 3.0 IT WILL THROW NETWORK DOWN AFTER FEW SE...
To find word inside file linux ubuntu - grep command
›
If you're looking for lines matching in files, my favorite command is: grep -Hrni 'vijay' /home/v/abc.txt grep -rl 'vijay...
›
Home
View web version