Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
| --- displaylink-driver-1.2.65/displaylink-installer.sh 2016-10-05 20:23:53.000000000 +1100 | |
| +++ /root/displaylink-installer.sh 2016-11-03 11:21:27.611314421 +1100 | |
| @@ -252,8 +252,9 @@ | |
| fi | |
| is_64_bit && ARCH="x64" || ARCH="x86" | |
| - local UBULONGREL=`lsb_release -r` | |
| - [[ $UBULONGREL =~ "14.04" ]] && UBUREL="ubuntu-1404" || UBUREL="ubuntu-1604" | |
| + #local UBULONGREL=`lsb_release -r` | |
| + #[[ $UBULONGREL =~ "14.04" ]] && UBUREL="ubuntu-1404" || UBUREL="ubuntu-1604" |
To use a yubico U2F token on CentOS/RHEL/Fedora you need to add the specific udev file to your system to recognize them.
Get the udev rules
wget -O /etc/udev/rules.d/70-u2f.rules https://raw.githubusercontent.com/Yubico/libu2f-host/master/70-u2f.rulesReload device events
| server { | |
| listen 80; | |
| server_name localhost; | |
| root /vagrant; | |
| index index.php index.html index.htm; | |
| location / { | |
| try_files $uri $uri $uri/ =404; |