Bandit Wargames
Enough has been said about bandit, it is a terminal-based series of challenges. Visit bandit.labs.overthewire.org to begin. If you get stuck, lots and lots of walkthroughs are available on the […]
Enough has been said about bandit, it is a terminal-based series of challenges. Visit bandit.labs.overthewire.org to begin. If you get stuck, lots and lots of walkthroughs are available on the […]
Solve the dependencies of openssl first: sudo apt-get update sudo apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev libpcap-dev {Thanks to: https://github.com/derv82/wifite2/issues/185#issuecomment-446777515} Then issue the make and make install commands.
Stop monitor mode. #airmon-ng stop wlan0mon Start NetworkManager and wpa_supplicant services. #service NetworkManager start #service wpa_supplicant start
For the last few months, I have been spending a considerable amount of my time and attention in Power Query Editor in MS Excel. I had 27 pre-formatted Excel workbooks […]
I was re-learning Archlinux installation on virtualbox. And taking snapshots on the way. Suddenly after installing GUI, i saw a warning that this computer is running low on space. Only […]
OBE Template Improvement Plans I can redesign the OBE Template with 3D arrays. For example, One sheet for entering Mid1, there will be a print button, that will execute a […]
Play the video, open Developer mode, and paste the following code to set the playback speed to 1.5X. document.querySelector(“video”).playbackRate = 1.5; Change the values if required. It works with values […]
Visualize your life in weeks. See how many more weeks you have.
TLDR; The location of the Lost & Found folder for Google Drive File Stream are as follows: Windows 10: C:\Users\[pcusername]\AppData\Local\Google\DriveFS\[some weird string]\lost_and_found %localappdata% returns C:\Users\[pcusername]\AppData\Local %appdata% returns C:\Users\[pcusername]\AppData\Roaming set | […]
Last night, I had too much things to do, and ended up doing something else instead. To solve a system of linear equations, we utilize Crammer’s Rule, which is largely […]