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
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
| This guide uses the files from `macOS-Simple-KVM` to install macOS on KVM/QEMU. It covers both **console** and **virt‑manager (GUI)** paths, plus fixes for common boot issues. | |
| git clone https://github.com/KitBaroness/macOS-Simple-KVM | |
| cd macOS-Simple-KVM | |
| --- | |
| ## 0) Prerequisites | |
| * A Linux host with KVM support enabled (Intel VT‑x/VT‑d or AMD‑V/AMD‑Vi). | |
| * Packages (names may vary by distro): |
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
| This document provides a step-by-step guide for installing and configuring Windows 11 in a virtualized environment using virt-manager and KVM (Kernel-based Virtual Machine) on a Linux host such as Kali, Ubuntu, or Fedora. | |
| The goal is to create a fully functional Windows 11 virtual machine that: | |
| Operates as a complete Windows installation with access to Microsoft Store, Windows Subsystem for Linux (WSL), and all standard Windows features. | |
| Uses VirtIO drivers for optimal disk and network performance. | |
| Supports USB passthrough for devices such as game controllers or peripherals. |
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: