- Nov 2022
-
winstall.app winstall.app
-
Winstall is a way to bulk install WIndows apps quickly with Windows Package Manager (winget)
Tags
Annotators
URL
-
- Jun 2022
- May 2022
- Feb 2022
-
nehalist.io nehalist.io
- Nov 2021
-
www.reddit.com www.reddit.com
-
Actually, I ended up uninstalling Chrome and installing a chromium deb. Since no chromium deb exists in Ubuntu or Pop OS repositories anymore, I followed the instructions from https://askubuntu.com/questions/1204571/how-to-install-chromium-without-snap to add the Debian stable repo and install Chromium from there instead.
-
- Oct 2021
-
-
Ghost CLI
A command line interface for Ghost
Tags
Annotators
URL
-
-
-
How to install Ghost on Digital Ocean
Tags
Annotators
URL
-
- Jul 2021
-
Tags
Annotators
URL
-
- Jun 2021
-
blog.viktoradam.net blog.viktoradam.net
-
www.client9.com www.client9.com
-
github.com github.com
Tags
Annotators
URL
-
- Dec 2020
-
git-scm.com git-scm.com
-
Download for macOS
Install git on a macOS
Tags
Annotators
URL
-
-
manjaro.org manjaro.org
-
Setup and configure Manjaro in every detail using the CLI.
Tags
Annotators
URL
-
- Nov 2020
-
-
-
Only show the promotion after the beforeinstallprompt event has been fired.
Tags
Annotators
URL
-
- Jun 2020
-
qfpl.io qfpl.io
-
extraUsers
extraUsers
have been renamed tousers
. See related commits. -
boot.initrd.luks.devices = [ { name = "root"; device = "/dev/nvme0n1p2"; preLVM = true; } ];
This will still work on 20.03 but will show a warning as
name = "root";
is deprecated, andluksroot
should be used instead (seeboot.initrd.luks.devices
NixOS option) .boot.initd.luks.devices = { luksroot = { device = "/nev/sda2"; preLVM = true; }; };
-
# cryptsetup luksFormat $LVM_PARTITION
Got a warning here but it seems to be safe to ignore.
WARNING: Locking directory /run/cryptsetup is missing!
-
Networking
This didn't work out of the box, therefore worth looking at the Arch linux
wpa_supplicant
docs.wpa_cli
also wouldn't work, and needed to make sure that I had the right SSID so this link is also helpful to list available wifi networks. -
Note that from here on in we’ll be in root prompts the whole time. The NixOS install environment helpfully drops you in a shell with root logged in.
On 20.03 install drops users to a non-privileged terminal so
sudo su
has to be entered to become root. (Otherwise the first steps in "Networking" will fail immediately.)Saving this here for posterity: https://stackoverflow.com/questions/55191125/cant-seem-to-get-sudo-working-under-nixos
Tags
Annotators
URL
-
- Mar 2019
-
stackoverflow.com stackoverflow.com
-
error BadZipfile: File is not a zip file
在安装albacore的时候,使用pip install命令安装.whl文件的时候,总是会出现“ BadZipfile:File is not a zip file”的错误,通过使用参数--no-cache-dir可以解决这个问题。
-
- Oct 2018
- Sep 2018
-
unix.rocks unix.rocks
-
After the configure, do:
Tags
Annotators
URL
-
- Nov 2017
-
-
install nodejs
-
- Jul 2017
-
jeremydean.org jeremydean.org
-
Pressbooks kann nur mit einer neuen Multisite-WP-Installation gleichzeitig installiert werden.
-
- Mar 2017
- Jan 2017
-
-
sudo apt-get install libxml2-dev libxslt-dev python-dev lib32z1-dev
-
- Aug 2016
-
tidalcycles.org tidalcycles.org
-
1. Install the TidalCycles pattern engine
For Windows users: if you get errors during this process it is likely because you tried to execute cabal install tidal from the standard Windows command line. Some of the tools in the Linux toolchain are required. Download and install MingW64 or git for Windows which comes with a bash-like shell that should have everything you need built in! Enjoy!
-
- May 2016
-
jtblin.github.io jtblin.github.io
-
bower_components
Ionic installs bower components (bower packages) into the project's lib folder:
www/lib
This behaviour is defined in the projects .bowerrc file, which looks like this:
{ "directory": "www/lib" }
The project .bowerrc file may be found at the same level as the www folder.
Note that if you install angular-chart this way, you don't need to install Chart.js separately; it is one of the dependencies that bower will install for you. Of course, you must include the script tag that references the Chart.js file as usual!
Finally, if you want to link angular-chart.css you must follow the same procedure.
-
- Dec 2013
-
github.com github.com
-
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.elasticsearch.plist
assuming this is for < OSX ML
-
npm -g install coffee-script
sudo
-
npm -g install handlebars
this worked in sudo, too.
-
npm -g install uglify-js
had to install this as sudo
-
go
...go/install")
-