Add supports webrtc for OBS Studio.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/bash | |
# Install conversion tool | |
sudo apt-get install alien -yqq --no-install-recommends | |
# Convert npm packages to debian packages | |
cd nmap_rpms | |
sudo alien *.rpm | |
# Installing them with apt/apt-get |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/bash | |
# Fetch the latest version number from the Nmap website | |
latest_version=$(curl -s https://nmap.org/dist/ | grep -oP 'nmap-\K([\d\.]+)' | head -n 1) | |
# Create a directory to store the downloaded RPMs | |
mkdir -p nmap_rpms | |
cd nmap_rpms | |
# Download the latest versions of Nmap, Nping, and Ncat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/bash | |
cd /home/ubuntu/apps && wget https://dl.pstmn.io/download/latest/linux_64 -O postman-linux-x64.tar.gz && tar -xf postman-linux-x64.tar.gz && rm postman-linux-x64.tar.gz && cd /home/ubuntu/apps/Postman |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/bash | |
httptoolkit_latest_release_url=$(curl -s -H "Accept: application/vnd.github+json" https://api.github.com/repos/httptoolkit/httptoolkit-desktop/releases/latest | grep 'browser_' | cut -d\" -f4 | grep '.deb') && wget "$httptoolkit_latest_release_url" -P /home/ubuntu/apps/ && sudo dpkg -i /home/ubuntu/apps/*.deb && rm /home/ubuntu/apps/*.deb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Registered Name: https://zhile.io | |
License Key: 48891cf209c6d32bf4 | |
--- | |
Name: NamLee.Net | |
Key: fcc8357835cd7ef472 | |
--- | |
Charles is somewhat similar to Burpsuite |
- GitHub - schnatterer/termux-scripts: Collection of shell scripts to automate everything on your android phone using termux app. Including incremental encrypted app backup to the cloud
- GitHub - starfreck/obsidian-android-sync: Sync your vaults automatically & securely with most of clouds 馃尌 by taking advantage of 'RCLONE' & 'syncrclone'
- [GitHub - pedro-psb/autosync-rclone): Program to automate the rclone bisync command on Ubuntu and Android devices (with Termux).](https://github.com/pedro-psb/autosync-rclone
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
COPIED FROM https://build.opensuse.org/package/view_file/games/stockfish/stockfish-interface.txt?expand=1 | |
Description of the universal chess interface (UCI) April 2006 | |
================================================================= | |
* The specification is independent of the operating system. For Windows, | |
the engine is a normal exe file, either a console or "real" windows application. | |
* all communication is done via standard input and output with text commands, |
NewerOlder