http://blog.eleven-labs.com/fr/debugger-avec-xdebug/
XDEBUG_CONFIG="remote_enable=1" php bin/console
https://community.ui.com/questions/Changing-channel-width-with-SSH/2d212ac9-7f30-4c30-ad80-57b77cd0e234?page=1 | |
- login to ssh | |
- edit /tmp/running.cfg and look radio.2.channel for 5Ghz | |
- edit /tmp/system.cfg and update radio.2.channel for 5Ghz | |
- run command save | |
- run command reboot | |
enjoy |
https://launchpad.net/~andy.sayler/+archive/ubuntu/openssh-pkcs11-ecdsa | |
https://bugzilla.mindrot.org/show_bug.cgi?id=2474#c25 |
from https://www.foell.org/justin/microsoft-mouse-3600-and-ubuntu-16-04-lts/ | |
I like this Microsoft “Mobile Mouse” 3600. It connects to my laptop via bluetooth so there’s no need to add a dongle. | |
It works with Linux but it’s a bit finicky. In this post I’m addressing Ubuntu 16.04 LTS. This might seem like moot point because 18.04 LTS is literally right around the corner. However, there a chance it’s meticulous connection procedure will still need to be followed. So here’s how to consistently get it to connect to your computer. | |
I’ve highlighted all the commands you’ll need to type in bold. The other text is the output you’ll be seeing. The device ID will be different for your 3600 mouse, and it will be different every time you try to pair it. Just be careful to copy and paste off of your screen and not mine 😉 | |
Put your mouse into pairing mode by holding the bottom button down for more than 5 seconds. Then launch the bluetooth control tool from the terminal, and start a scan. Note the ID of BluetoothMouse3600 |
# /etc/systemd/system/mysql_exporter.service | |
[Unit] | |
Description=Mysql Exporter | |
Wants=network-online.target | |
After=network-online.target | |
[Service] | |
User=root |
http://blog.eleven-labs.com/fr/debugger-avec-xdebug/
XDEBUG_CONFIG="remote_enable=1" php bin/console
https://www.esev.com/blog/post/2015-01-pgp-ssh-key-on-yubikey-neo/ |
command | description |
---|---|
screen -S import | create screen with name |
ctrl + a + d | exit screen |
screen -r import | return into screen by name |
ctrl + d | delete current screen |
# Logging level range: 1(Emergency)-8(Debug) | |
log-level 7 | |
# Don't log full date | |
log-mode short | |
# set preference of this server to 0 (higher = more prefered) | |
preference 0 | |
iface eth0 { | |
// also ranges can be defines, instead of exact values |
server: | |
interface: 0.0.0.0 | |
interface: ::0 | |
access-control: 192.168.42.0/24 allow | |
access-control: 127.0.0.0 allow | |
access-control: 2001:db8:dead:beef::/48 allow | |
# unbound optimisation | |
num-threads: 4 |