cd /etc/modprobe.d/
sudo cp iwlwifi.conf iwlwifi.conf.bak
sudo vi iwlwifi.conf
# add this line without #
# options iwlwifi bt_coex_active=0 swcrypto=1 11n_disable=8
# and save
sudo reboot
source: https://wiki.debian.org/iwlwifi
import pandas as pd | |
from pdfrw import PdfReader, PdfWriter, PageMerge | |
from reportlab.pdfgen import canvas | |
# Load the names from the CSV file | |
names_df = pd.read_csv('names.csv') | |
# Path to your PDF template | |
template_path = 'template.pdf' |
cd /etc/modprobe.d/
sudo cp iwlwifi.conf iwlwifi.conf.bak
sudo vi iwlwifi.conf
# add this line without #
# options iwlwifi bt_coex_active=0 swcrypto=1 11n_disable=8
# and save
sudo reboot
source: https://wiki.debian.org/iwlwifi
#!/usr/bin/python | |
import time | |
import os | |
import Adafruit_CharLCD as LCD | |
# BeagleBone Black configuration: | |
lcd_rs = 'P8_8' | |
lcd_en = 'P8_10' | |
lcd_d4 = 'P8_18' |
Manual installation | |
1. copy dropbearmultin in /usr/sbin | |
2. create dropbearmulti aliases (call ./dropbearmulti) | |
Dropbear multi-purpose version 0.51 | |
Make a symlink pointing at this binary with one of the following names: | |
'dropbear' - the Dropbear server | |
'dbclient' or 'ssh' - the Dropbear client | |
'dropbearkey' - the key generator | |
'dropbearconvert' - the key converter |
// Node v6.9.0 | |
// | |
// TEST FILE (cut down for simplicity) | |
// To ensure Golang encrypted string can be decrypted in NodeJS. | |
// | |
let crypto; | |
try { | |
crypto = require('crypto'); |
The Cisco AnyConnect client can and does work on Linux-based operating systems and you a free to download and install it using its insall shell script, however, the open source community has produced an AnyConnect SSL VPN compatible client called OpenConnect which will be available for in your modern Linux-based OS. For this document, we've used the latest Ubuntu 14.04 Desktop distribution as an example. The following should show you step-by-step how to install and configure OpenConnect for the UoM AnyConnect VPN service.
Follow these steps and refer to the screenshots to install OpenConnect, some basic knowledge of your Linux-based operating system is assumed.
$ sudo apt-get install openconnect network-manager-openconnect network-manager-openconnect-gnome