# both modified some file, but our revisions should be used git checkout --ours <file-path> # oth modified some file, but their revisions should be used git checkout --theirs <file-path> # after resolving, add to the stage area git add <file-path> # continue after conflicts resolved...
SwitchShuttle is a cross-platform system tray application that allows users to run predefined commands in various terminal applications. It supports macOS, Windows, and Linux, offering a simple and customizable way to manage and execute your frequently used commands. About SwitchShuttle is a reimagin...
This article provides practical examples for 50 most frequently used commands in Linux / UNIX. This is not a comprehensive list by any means, but this should give you a jumpstart on some of the common Linux commands. Bookmark this article for your future reference. Did I miss any frequently...
git checkout 1.22.6 meson build --prefix=/usr ninja -C build/ cd build/ ninja install cd rm -rf <directory created in step 2> #e.g. rm -rf /tmp/gst-1.22.6 Check and confirm the newly installed gstreamer version: gst-inspect-1.0 --version Note Run commands with sudo when ...
openssl s_client commands and examples - Mister PKI TLS - Wireshark Wiki GitHub - drwetter/testssl.sh: Testing TLS/SSL encryption anywhere on any port GitHub - tls-attacker/TLS-Attacker: TLS-Attacker is a Java-based framework for analyzing TLS libraries. It can be used t...
Allow all commands when enable_password is specified Allow all commands when client IP address matches the secure_ip list in the controller configurationWhen password is specified but enable_password is missing then password is used for both read and write commands.How...
Fastboot is an utility which can be used to download images from Windows/Linux PC to the target storage device. This utility is released by Google, which can be downloaded from Android official site. Android release implements part of the fastboot commands in the U-Boot, such as: flash, ...
How can I stop Pelican from trying to parse my static files as content?¶ Pelican’s article and page generators run before it’s static generator. That means if you use a setup similar to the default configuration, where a static source directory is defined inside a*_PATHSsetting, all ...
so they are easily manipulated using standardgitcommands. This makes it very easy to roll back the entire set of libraries to a consistent set of older versions which all work with each other. If you need to then pin a specific library forward, that is as easy as checking out the appropr...
You can use the following example commands to generate a starting CSS file from a Pygments built-in style (in this case, “monokai”) and then copy the generated CSS file to your new theme: pygmentize-Smonokai-fhtml-a.highlight>pygment.csscppygment.csspath/to/theme/static/css/ ...