If you need to apply QoS rules to trafic coming or going to Youtube, the best thing to do is to have the list of IPs of their network.
Author: Gonzague Dambricourt
PfSense and Intel fiber card
If you use or plan to use a fiber network card such as the Intel E10G42BTDA – Intel X520-DA2 with a PfSense firewall (such as our SolidRouters), you need to adjust the /boot/loader.conf.local file with informations such as :
vm.kmem_size="435544320"
vm.kmem_size_max="535544320"
kern.ipc.nmbclusters="1000000"
kern.ipc.nmbjumbop="524288"
hw.igb.fc_setting=0
hw.ixgbe.num_queues="4"
Values are to be adjusted according to your setup. The last line is relate to quad ethernet network cards from Intel.
Download Crestron Toolbox
Crestron Toolbox is a software you can use to manage Crestron equipments over USB, IP, COM. It might be a bit difficult to find as a download since it is usually restricted to partners.Luckily it can be found on the Inernet
Parrot Bebop Charger blinking red
If the charger of your Parrot Bebop drone keeps blinking red after you plugged your battery in, it is because it’s refusing to charge it due to a low voltage. Sort of a safety feature but it is pretty annoying.
With the so convenient command “Say” on Mac OS, you can easily get your computer to read any text to you. Or for that matter, make another computer read text by sending a simple command line via Apple Remote Desktop.
How to format a Blackberry
You’re about to sell your Blackberry but you dont know how to format and erase its memory? Its easy!
How to Flush Mac OS DNS Cache
If you ever need to flush the DNS cache of Mac OS X there are several command lines to do so or a little utility
Upgrading Ubuntu to the CLI / Terminal
If you run a Ubuntu Server I hope you’re maintaining it up to date (.. and this its true for any OS..). If you dont know how to do so, it just takes a few commands.
How to install and use imapsync on Debian
imapsync is a convenient CLI tool that allows migration of emails from one inbox / server to another while using the IMAP protocol.
The author of this tool decided to sell the sources for 50 bucks.. someone bought the sources pushes it on Github .. because imapsync isn’t available in Debian’s repositories anymore.