cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
Next, run the Dropbox daemon from the newly created .dropbox-dist folder.
~/.dropbox-dist/dropboxd
22m
cd ~ && wget -O dropbox.py "https://www.dropbox.com/download?dl=packages/dropbox.py"
chmod +x dropbox.py
mv dropbox.py ~/.local/bin/dropbox
Tagging in GitHub is a way to mark specific points in your repository's history, often to signal a release version or other significant checkpoint. Tags are commonly used for versioning, such as marking a release like v1.0
or v2.1
. Tags are similar to branches but are immutable, meaning they represent a snapshot of the repository at a specific point in time and cannot be changed once created.
- Lightweight Tags: Just a name that points to a specific commit.
- Annotated Tags: Contain additional metadata like the tagger's name, date, and a message. This is the recommended type for releases.
- Create a Tag Locally
# Detailed Instructions on Setting Up IPFS and Using NFT.Storage on WSL (Windows Subsystem for Linux)
# This guide assumes you're using WSL on a Windows machine. We'll cover installing IPFS, initializing it, and using NFT.Storage for your NFT assets.
## Step 1: Opening WSL
- Press `Windows + R`, type `wsl`, and press Enter to open your Linux distribution terminal.
## Step 2: Installing IPFS on WSL
# It's essential to install IPFS within your Linux distribution in WSL. Follow these detailed steps: