# Install dependencies. Change `python-pytorch-rocm` to the package that supports your GPU or `python-pytorch` for CPU.
pacman -Syu base-devel git python-pytorch-rocm python-torchvision python-torchaudio libwebp
# Add a user for ComfyUI to run as.
useradd -U -r -s /usr/bin/nologin -d /var/lib/comfyui comfyui
# Clone the latest version of ComfyUI.
git clone https://github.com/comfyanonymous/ComfyUI.git /var/lib/comfyui| ## Prepare Ubuntu 20.04 | |
| sudo apt install build-essential | |
| sudo apt install patchelf unzip bison gawk | |
| ## neovim prerelease: | |
| https://github.com/neovim/neovim/releases | |
| https://github.com/neovim/neovim/releases/tag/nightly | |
| # e.g., | |
| cd ~/.local |
| [Trigger] | |
| Operation = Install | |
| Operation = Upgrade | |
| Operation = Remove | |
| Type = Path | |
| Target = /boot/efi/EFI/Manjaro/grubx64.efi | |
| [Action] | |
| Description = Signing GRUB with Machine Owner Key for Secure Boot | |
| When = PostTransaction |
| # Heavily inspired by https://haluk.github.io/posts-output/2020-10-19-linux/ | |
| # Replace <IFNAME> with wifi device name | |
| # Replace <IDENTITY> with student identity (i.e. <USERNAME>@ntnu.no) | |
| # Replace <PASSWORD> with user password | |
| nmcli con add \ | |
| type wifi \ | |
| ifname <IFNAME> \ | |
| con-name eduroam \ | |
| ssid eduroam \ |
- Install Termux from Github: https://github.com/termux/termux-app/releases
- Download the apk and install it -> Note that installing termux from Play Store is highly discouraged.
pkg updatetl;dr: Wayland is not "the future", it is merely an incompatible alternative to the established standard with a different set of priorities and goals.
Wayland breaks everything! It is binary incompatible, provides no clear transition path with 1:1 replacements for everything in X11, and is even philosophically incompatible with X11. Hence, if you are interested in existing applications to "just work" without the need for adjustments, then you may be better off avoiding Wayland.
Wayland solves no issues I have but breaks almost everything I need. Even the most basic, most simple things (like xkill) - in this case with no obvious replacement. And usually it stays broken, because the Wayland folks mostly seem to care about Automotive, Gnome, maybe KDE - and alienating e
This service will use the same remote name you specified when using rclone config create. If you haven't done that yet, do so now.
Next, create the mountpoint for your remote. The service uses the location ~/mnt/<remote> by default.
mkdir ~/mnt/dropboxRemoving the last commit
To remove the last commit from git, you can simply run git reset --hard HEAD^ If you are removing multiple commits from the top, you can run git reset --hard HEAD~2 to remove the last two commits. You can increase the number to remove even more commits.
If you want to "uncommit" the commits, but keep the changes around for reworking, remove the "--hard": git reset HEAD^ which will evict the commits from the branch and from the index, but leave the working tree around.
If you want to save the commits on a new branch name, then run git branch newbranchname before doing the git reset.
ORIGINAL did fork but search didn't helped me
