Skip to content

Instantly share code, notes, and snippets.

View arindamchoudhury's full-sized avatar

Arindam Choudhury arindamchoudhury

  • Ackstorm
  • Barcelona, Spain
View GitHub Profile
An old bug report indicates that a performance gain can be achieved using
echo "options iwlwifi 11n_disable=8" | sudo tee /etc/modprobe.d/iwl11n.conf
Reboot
This option actually doesn't disable anything but enables aggressive TX
Also check the encryption of the wireless access point
https://sourceforge.net/projects/pywin32/files/pywin32/Build%20220/pywin32-220.win32-py2.7.exe/download
git clone https://github.com/mono/mono.git
cd mono/
git checkout 08fd525c3392305e0b8f5c9d9ca902f36a055ff3
git submodule init
git submodule update
./autogen.sh
make
sudo make install

Keybase proof

I hereby claim:

  • I am arindamchoudhury on github.
  • I am arindamchoudhury (https://keybase.io/arindamchoudhury) on keybase.
  • I have a public key whose fingerprint is C285 729F FEBB FFFF 04FA C2F9 498D FF59 83A7 2836

To claim this, I am signing this object:

package ecmanaged
import (
"bufio"
"bytes"
"encoding/base64"
"encoding/json"
"errors"
"fmt"
"io/ioutil"
package file
import (
"bytes"
"fmt"
"io/ioutil"
"log"
"os"
"path/filepath"
"regexp"