port=8006;
while grep -q :${port} <<< $(ss -tunalp); do
port=$(( port + 1 ))
done
echo "Using Port: ${port}"
# create storage for state
podman volume create tailscaled-state
# launch the container
podman run -d \
--rm \
--name tailscaled \
--hostname $HOSTNAME \
--env TS_USERSPACE=false \
#!/bin/bash | |
download() { | |
input=$1 | |
final_output_file=$2 | |
# Check if the input contains a range pattern | |
if [[ $input =~ \[([0-9]+)-([0-9]+)\] ]]; then | |
# Extract the base URL and the range | |
base_url="${input%%_part*}" |
File sharing is a critical capability for many software development and IT operations workflows. Allowing developers to easily access and collaborate on shared assets, such as source code, configuration files, and other project resources. Implementing a robust file sharing solution can improve productivity, facilitate version control, and enable seamless collaboration across different operating systems and environments.
- Add 9P server functionality to a Windows host system to enable file sharing.
- Implement 9P client functionality on a RHEL virtual machine to access the shared files from the Windows host.
- Ensure reliable and secure file transfer between the Windows host and the RHEL VM using the 9P protocol.
mindmap
root)@gbraad(
Hobbies
𝑨𝑴𝑰𝑮𝑨
Electronics
RC cars
...
Employment
Sogyo
Consider sponsoring me:
github | patreon | liberapay | paypal | buymeacoffee |
---|
Supported by GitHub Markdown, VS Code and Obsidian
Important
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque quis placerat lacus, eu aliquam lorem. In hac habitasse platea dictumst. Donec congue, diam non accumsan hendrerit, eros risus euismod orci, vitae ullamcorper turpis mi ut leo.
Note
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque quis placerat lacus, eu aliquam lorem. In hac habitasse platea dictumst. Donec congue, diam non accumsan hendrerit, eros risus euismod orci, vitae ullamcorper turpis mi ut leo.