sudo apt update
| # | Video ID | Video Title | Plays | Likes | Download URL | |
|---|---|---|---|---|---|---|
| 1 | ID | NAME | 0 | 0 | https://player.vimeo.com/play/abc&download=1 | |
| 2 | ID | NAME | 0 | 0 | https://player.vimeo.com/play/efg&download=1 | |
| 3 | ID | NAME | 0 | 0 | https://player.vimeo.com/play/hij&download=1 |
| --- | |
| ...user that doesn't match the current user | |
| vi .vagrant/machines/default/virtualbox/creator_uid | |
| Replace the id with your id which were provided by the red error message | |
| --- | |
| An error occurred while downloading the remote file. The error |
cat /etc/passwd
open regedit and navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Lxss
set the DefaultUid to 0
passwd USERNAME
You should now be able to set your new password
Get the windows subsystem (ubuntu)
sudo apt update && sudo apt dist-upgrade && sudo apt-get autoremove && sudo apt-get clean
sudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev software-properties-common libffi-dev libreadline-dev zlib1g-dev
(Updated version can be found here https://rvm.io/)
gpg2 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
curl -sSL https://get.rvm.io | bash -s stable --rails
source /etc/profile.d/rvm.sh
| set number | |
| filetype on | |
| filetype plugin on | |
| filetype indent on | |
| syntax on | |
| set cursorline | |
| set tabstop=2 |