I hereby claim:
- I am iamwrm on github.
- I am iamwr (https://keybase.io/iamwr) on keybase.
- I have a public key ASBSsui1dM5C32p69S7Pc4u-A7JNweX2YvO7U3TeDNWk0go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
sudo groupadd docker | |
sudo gpasswd -a $USER docker |
sudo kextunload -b com.apple.filesystems.smbfs
rsync -azvh --delete-after . [email protected]:~/Documents/l8 | |
rsync -azvh -e 'ssh -p 3023' Downloads/docker-ce_18.09.0_3-0_ubuntu-bionic_amd64.deb wr@localhost:/home/wr |
Insert pictures | |
\begin{figure}[H] | |
\centering | |
\includegraphics[width=1\textwidth]{m32ce} | |
\end{figure} |
instsall shadowsocks-libev config it to run on 127.0.0.1:1080
however, with firefox, i could still only go on the sites that are not blocked, though I make sure that my ip is outside the greatwall. I contribute this problem to DNS pollution. For the log of sslocal shows that google.com is redirected to 0.0.0.0. With chrome, this problem never happens. Maybe chrome has some dns resolver overiding?
Unix sockets and its programming
Since cpu and the operating system is dividing the clock cycle to multiple devices, how to make the sound seems continuous?
Maybe it's done by sending "discrete" data to the audio card, and the audio card plays it "continuously"?
This is about documenting getting Linux running on the late 2016 and mid 2017 MPB's; the focus is mostly on the MacBookPro13,3 and MacBookPro14,3 (15inch models), but I try to make it relevant and provide information for MacBookPro13,1, MacBookPro13,2, MacBookPro14,1, and MacBookPro14,2 (13inch models) too. I'm currently using Fedora 27, but most the things should be valid for other recent distros even if the details differ. The kernel version is 4.14.x (after latest update).
The state of linux on the MBP (with particular focus on MacBookPro13,2) is also being tracked on https://github.com/Dunedan/mbp-2016-linux . And for Ubuntu users there are a couple tutorials (here and here) focused on that distro and the MacBook.
Note: For those who have followed these instructions ealier, and in particular for those who have had problems with the custom DSDT, modifying the DSDT is not necessary anymore - se
np.zero((3, 5), 7) | |
np.full((3, 5), 7) | |
import numpy as np | |
np.add(first, second) |