Skip to content

Instantly share code, notes, and snippets.

Move the cursor to the last line of Part 1.
Type Vgg to select the first part, and :w Part1.md<cr> to save that section to the first file.
Press `>j, which will move the cursor to the first line of Part 2.
Type VG to select the second part, and :w Part2.md<cr> to save that section to the second file.
sudo lshw -C network
modinfo ena
sysctl net.core.somaxconn=1024
sysctl net.core.netdev_max_backlog=2000
apt-get install -y linux-generic-hwe-16.04

Keybase proof

I hereby claim:

  • I am jdamick on github.
  • I am jeffreydamick (https://keybase.io/jeffreydamick) on keybase.
  • I have a public key whose fingerprint is B90B 4271 7E33 9226 A256 0D43 B6F0 4D9B 21AF C265

To claim this, I am signing this object:

@jdamick
jdamick / git stuff
Last active November 21, 2016 21:13
# force reauth
git config --global credential.helper osxkeychain
# remove a tag
git tag -d <tag>
git push origin :refs/tags/<tag>
# to release
git tag 0.0.1 -m "initial release"
Capital One Individual and Corporate Contributor License Agreement (“Agreement”)
We welcome Your interest in Capital One’s Open Source Projects (the “Project”). Any Contributor to the Project must accept and [SIGN] this Agreement, indicating agreement to the license terms below. Except for the license granted in this Agreement to Capital One and to recipients of software distributed by Capital One, You reserve all right, title, and interest in and to Your Contributions; this Agreement does not impact Your rights to use Your own Contributions for any other purpose.
1. Definitions
“You” or “Your” means the copyright owner or the legal entity authorized by the copyright owner that is making this Agreement with Capital One. For legal entities, the entity making the Contribution and all other entities that control, are controlled by, or under common control with the entity are considered to be a single Contributor. [“Control” here means the power, direct or indirect, to cause the direction or management of
# add these switches:
JRUBY_OPTS="-Xcli.debug=true --debug" bundle exec rake spec
--- tools/build/v2/tools/gcc.jam.orig 2009-09-24 09:25:20.000000000 -0400
+++ tools/build/v2/tools/gcc.jam 2009-09-24 09:28:02.000000000 -0400
@@ -368,4 +368,11 @@
}
}
+ else if $(os) = darwin
+ {
+ if $(model) = 32
+ {
+ option = -m32 ;