https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
timedatectl set-local-rtc 1 --adjust-system-clock |
If you install nvidia driver in elementary os (go to AppCenter and it's under updates as a Free app) the 4k screen works perfectly. If you disable the laptop screen you might need to fix the scaling with the gsettings
command (see commands below)
https://jakob.soy/blog/2016/scale-elementary-os-hdpi/
https://elementaryos.stackexchange.com/questions/15591/command-to-enable-60hz-on-4k-display
sudo dpkg-reconfigure tzdata |
I hereby claim:
To claim this, I am signing this object:
1clipboard | |
1password | |
7zip | |
autohotkey | |
googlechrome | |
spotify | |
steam | |
telegram | |
vlc | |
# from https://github.com/mitchellh/vagrant/issues/2339 | |
vagrant box add v0rtex/xenial64 | |
cd ~/.vagrant.d/boxes/v0rtex-VAGRANTSLASH-xenial64/20161121.0.0/virtualbox | |
VBoxManage clonehd box-disk1.vmdk tmp-disk.vdi --format vdi | |
VBoxManage modifyhd tmp-disk.vdi --resize 61440 | |
VBoxManage clonehd tmp-disk.vdi resized-disk.vmdk --format vmdk | |
rm tmp-disk.vdi box-disk1.vmdk | |
mv resized-disk.vmdk box-disk1.vmdk | |
mkdir ~/repos/ubuntu64 |