-
Install the pulseaudio package.
$ pacman -S pulseaudio
-
Install control module and equlizer
$ pacman -S pulseaudio-equalizer pavucontrol
-
Install gst-plugins-good if your intended program has a legacy GStreamer implementation.
-
Compile node-sass for your current platform
git clone --recursive https://github.com/sass/node-sass.git cd node-sass npm install JOBS=max node scripts/build -f
-
Do a recursive copy of your compile binary to frsh-dsk/node_modules
-
Some modules are loaded as part of the initramfs.
mkinitcpio -M
will print out all automatically detected modules: to prevent the initramfs from loading some of those modules, blacklist them in/etc/modprobe.d/modprobe.conf
-
Running
mkinitcpio -v
will list all modules pulled in by the various hooks:
mkinitcpio -v
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Every standard HTTP code mapped to the appropriate message. | |
# Generated with: | |
# curl -s https://www.iana.org/assignments/http-status-codes/http-status-codes-1.csv | \ | |
# ruby -ne 'm = /^(\d{3}),(?!Unassigned|\(Unused\))([^,]+)/.match($_) and \ | |
# puts "#{m[1]} => \x27#{m[2].strip}\x27,"' | |
HTTP_STATUS_CODES = { | |
100 => 'Continue', | |
101 => 'Switching Protocols', | |
102 => 'Processing', |
- Compile node-sass for your current platform
git clone --recursive https://github.com/sass/node-sass.git cd node-sass npm install JOBS=max node scripts/build -f
- Select aurora cluster
- Create a reader making sure all the options are correct and they are in the same db parameter group
- Make sure the reader completes setup and the replica lag is withing acceptable range 13 - 20 ms
- Set the highest failover priority for the reader after its completely setup usually failover-0
- Make sure there are no pending changes
- Select writer and select failover and accept prompts
- Wait for the failover process to complete (30 - 60 seconds)
- You should have the reader promoted to a writer
Reference:
OlderNewer