On mac:
- Download the latest release.
- Extract the binary and place it in
/usr/local/bin.
| package main | |
| import ( | |
| "bytes" | |
| "fmt" | |
| "github.com/gorilla/mux" | |
| grpc "github.com/gorilla/rpc" | |
| "github.com/gorilla/rpc/json" | |
| "log" | |
| "net/http" |
On mac:
/usr/local/bin.| # /etc/udev/rules.d/60-scheduler.rules | |
| # | |
| # set none scheduler for non-rotating disks | |
| ACTION=="add|change", KERNEL=="sd[a-z]|mmcblk[0-9]*|nvme[0-9]*|loop[0-9]*", ATTR{queue/rotational}=="0", ATTR{queue/scheduler}="none" | |
| # set bfq scheduler for rotating disks | |
| ACTION=="add|change", KERNEL=="sd[a-z]", ATTR{queue/rotational}=="1", ATTR{queue/scheduler}="bfq" |
| #!/usr/bin/python3 | |
| # hack.lu CTF - packed - brute-force the xor cipher | |
| CIPHERTEXT = "H51\\\'Ux2J&+(3Z;Uxcx0Xxs\x13h\x014$V!R($R>\t/)R!\x01<.\x13,N-aP4M4aRuG1-VuU0 GuH+a@0W=3R9\x01>(_0\x01,8C0Rx GuN6\"V|\x1ezKZ3\x014$]}R!2\x1d4S?7\x1au\x1fxs\t_\x01xa\x13<Gx)R&Ip2J&\x0f93T#zj\x1c\x1ap\x13rk\x00g\x01e|\x13g\x19ju\x0ba\x18jt\x02o+xa\x13u\x01xa\x13%S1/Gu\x03\x1b.\\:N7.\\:N4o\x13\x0cN-3\x133M9&\x13<Rx A2WjiZ{DvaX0Xjh\x136N6\"R!\x01\x07rC0p\x138a\x1dc22ieu\x161Fw+=-@0\x1bRa\x13u\x01(3Z;UxcR\'F.s\x1c>D!s\x13<Rx,Z&R1/Tw+R" | |
| import itertools | |
| import string | |
| def code(key, cipher): | |
| while len(key) < len(cipher): |
| --- ../chrome-remote-desktop/PKGBUILD 2017-10-16 04:38:35.000000000 -0700 | |
| +++ PKGBUILD 2017-12-09 16:17:05.000000000 -0800 | |
| @@ -3,7 +3,7 @@ | |
| # Contributor: Mateus Rodrigues Costa <charles [dot] costar [at] gmail [dot] com> | |
| pkgname=chrome-remote-desktop | |
| -pkgver=61.0.3163.20 | |
| +pkgver=63.0.3239.17 | |
| pkgrel=2 | |
| pkgdesc="Allows you to securely access your computer over the Internet through Chrome." |