Trying pop_os!
Results
arm64 m1
amd64 i5-6600
VirtualBox on Windows 10 i5-6600 very smooth.
sudo apt install build-essential
https://itsfoss.com/build-essential-ubuntu/
https://noxasch.tech/blog/setting-up-popos-as-main-daily-dev-machine/
How to SSH into VirtualBox machine
amd64 i7-4790
sudo apt update && sudo apt upgrade
## install config open ssh server ##
sudo nano /etc/ssh/sshd_config
sudo systemctl restart ssh
sudo systemctl status ssh
sudo systemctl restart ssh
sudo systemctl status ssh
## Installing emacs from PPA ##
sudo apt remove --autoremove emacs emacs-common
sudo add-apt-repository ppa:ubuntuhandbook1/emacs
sudo apt install emacs-nox emacs-common
sudo add-apt-repository ppa:ubuntuhandbook1/emacs
sudo apt install emacs-nox emacs-common
## Installing melpa in ~/emacs.d/init.el ##
## Installing fonts rebuild cache
~/.fonts
fc-cache -f -v ~/.fonts
# install smbclient
smbclient -L mirin.local -U user%passwd
# mount fs with gio
## Installing fonts rebuild cache
~/.fonts
fc-cache -f -v ~/.fonts
# install smbclient
smbclient -L mirin.local -U user%passwd
# mount fs with gio
gio mount smb://mirin.local/Downloads
# mount location
cd /run/user/1000/gvfs/
amd64 i5-460m
Results
Put it on i7-4790 success!
Tried to put it on Fujitsu i5-460m failed but redox succeeded!
No comments:
Post a Comment