Open your terminal.
In the root directory run the command:
sudo nano /etc/bluetooth/main.conf
| #!/bin/bash | |
| ## Ricardo Pádua | |
| ## install asdf in fedora | |
| ## install curl and git | |
| dnf install curl git | |
| ## install asdf | |
| git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.9.0 |
NetworkManager supports WiFi powersaving but the function is rather undocumented.
From the source code: wifi.powersave can have the following value:
From this tutorial.
Gemfile.rb:
group :development, :test do
gem 'rspec-rails', '~> 3.5'| HTTP status code symbols for Rails | |
| Thanks to Cody Fauser for this list of HTTP responce codes and their Ruby on Rails symbol mappings. | |
| Status Code Symbol | |
| 1xx Informational | |
| 100 :continue | |
| 101 :switching_protocols | |
| 102 :processing |