Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nemo file explorer in half of screen. #48

Open
a-t-0 opened this issue Apr 29, 2022 · 0 comments
Open

Nemo file explorer in half of screen. #48

a-t-0 opened this issue Apr 29, 2022 · 0 comments

Comments

@a-t-0
Copy link
Contributor

a-t-0 commented Apr 29, 2022

Anaconda

sudo apt-get install wget
cd /tmp
wget https://repo.anaconda.com/archive/Anaconda3-2020.02-Linux-x86_64.sh
chmod +x Ah
./A
h

VS code

sudo snap install --classic code

Git

yes | sudo apt update
yes | sudo apt install git

Signal

NOTE: These instructions only work for 64 bit Debian-based

Linux distributions such as Ubuntu, Mint etc.

1. Install our official public software signing key

wget -O- https://updates.signal.org/desktop/apt/keys.asc | gpg --dearmor > signal-desktop-keyring.gpg
cat signal-desktop-keyring.gpg | sudo tee -a /usr/share/keyrings/signal-desktop-keyring.gpg > /dev/null

2. Add our repository to your list of repositories

echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/signal-desktop-keyring.gpg] https://updates.signal.org/desktop/apt xenial main' |
sudo tee -a /etc/apt/sources.list.d/signal-xenial.list

3. Update your package database and install signal

sudo apt update && sudo apt install signal-desktop

Git ssh

#https://docs.github.com/en/[email protected]/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account
ssh-keygen -t ed25519 -C "[email protected]"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519

cat ~/.ssh/id_ed25519.pub
https://github.com/settings/keys

put in half screen

yes | sudo apt install qpdfview

#Explorer put in half screen:
sudo add-apt-repository ppa:webupd8team/nemo
sudo apt-get update
sudo apt-get install nemo nemo-fileroller

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant