- key link: https://cran.r-project.org
- add a file called jranke.asc with contents from here: https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xe19f5f87128899b192b1a2c2ad5f960a256a04af
- then add jranke.asc to gpg with
sudo apt-key add jranke.asc - blog: http://wentoday.com/wp/2020/03/02/installing-the-latest-r-and-rstudio-on-a-chromebook/
- reddit: https://www.reddit.com/r/Crostini/comments/fiee9e/installing_rstudio_2020/
- instructions for anaconda here: https://chromebook.home.blog/2019/01/20/installing-anaconda-on-a-chromebook-no-dev-beta-or-crouton-needed/
- replace anaconda file with miniconda
- steps here: https://www.reddit.com/r/Crostini/wiki/howto/install-vscode
- i recommend downloading the debian file from vscode directly and then installing
- To fix the 'gray' bezel on top of VSCode (source: https://www.reddit.com/r/Crostini/comments/kc5s6u/when_will_the_bezel_be_gone/):
- Open VSCode settings.
- Search for "Window: Title Bar Style".
- Set it's value to "custom".
- Install: https://www.how2shout.com/linux/how-to-install-dbeaver-on-ubuntu-20-04-lts/
- Resolution of flickering issue: dbeaver/dbeaver#5897 (comment)
- Fixing cursor issue (did not work for me): https://www.reddit.com/r/Crostini/comments/p0gf2e/using_sommelier_turns_mouse_cursor_into_x/
- source: https://jwhollister.com/post/2017-04-14-chromebook-4-rstats/
texlive-latex-extrasdoes NOT work. usetexlive-latex-extrainstead.- reference: https://www.how2shout.com/linux/install-tex-live-on-ubuntu-20-04-lts-a-free-typesetting-system/
Symlinks are a great way to create an 'alias' that points to another file/folder. This is especially useful when you want to access local files on your Chromebook from the Linux container.
- open source solution: https://github.com/jstaf/onedriver
ensures that links in Linux open with default browser
xdg-open and x-www-browser are the commands to do that. both use garcon-url-handler which is able to open native Chrome from crostini.
type sudo update-alternatives --config x-www-browser to see/set your default browser.
- install from debian repos
sudo apt-get install alpine
-
Make sure you have your username and email password (could be app-password)
-
type
alpineat CLI to enter -
skip past initial start up screen
-
enter config screen (type
Sand thenC) -
Use the following if you have Fastmail
- Personal Name:
- User Domain:
- SMTP Server (for sending): smtp.fastmail.com:465/user=/ssl
- Inbox Path: {imap.fastmail.com:993/user=/ssl}Inbox
- Default FCC (File Carbon Copy): {imap.fastmail.com:993/user=/ssl}Sent
- Default Saved Message Folder: {imap.fastmail.com:993/user=/ssl}Archive
- Postponed Folder: {imap.fastmail.com:993/user=/ssl}Drafts
- Trash Folder: {imap.fastmail.com:993/user=/ssl}Trash
- Set up Collections List to get all folders
- enter collections list setup: type
Sand thenL
- Configure the Collections
- Nickname: Fastmail (you can use whatever name you want)
- Server: imap.fastmail.com:993/user=/ssl
- Path:
NULL - View:
NULL
- Sources