「原创」🐧Linux操作系统必备应用

--

安装Kubuntu操作系统

出处:goodreads.com : Linus Torvalds > Quotes

:~$ sudo apt update && sudo apt install lsb-core
:~$ lsb_release
LSB Version: core-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch
:~$ lsb_release -a
LSB Version: core-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch
Distributor ID: Ubuntu
Description: Ubuntu 20.04.2 LTS
Release: 20.04
Codename: focal

##后来添加注释 Ubuntu 20.04.4 LTS 所以和以上不一样 Ubuntu 20.04.2 LTS,不过重点在于安装neofetch比lsb_release -a好
## Install neofetch
:~$ sudo apt install neofetch
:~$ neofetch
.-/+oossssoo+/-. englianhu@Scibrokes-Trading `:+ssssssssssssssssss+:` — — — — — — — — — — — — — -

-+ssssssssssssssssssyyssss+- OS: Ubuntu 20.04.4 LTS x86_64 .ossssssssssssssssssdMMMNysssso. Host: 23-p080d /ssssssssssshdmmNNmmyNMMMMhssssss/ Kernel: 5.13.0–37-generic +ssssssssshmydMMMMMMMNddddyssssssss+ Uptime: 12 hours, 26 mins /sssssssshNMMMyhhyyyyhmNMMMNhssssssss/ Packages: 6246 (dpkg), 23 (snap) .ssssssssdMMMNhsssssssssshNMMMdssssssss. Shell: bash 5.0.17 +sssshhhyNMMNyssssssssssssyNMMMysssssss+ Resolution: 1920x1080 ossyNMMMNyMMhsssssssssssssshmmmhssssssso DE: Plasma ossyNMMMNyMMhsssssssssssssshmmmhssssssso WM: KWin +sssshhhyNMMNyssssssssssssyNMMMysssssss+ WM Theme: Sweet-Dark .ssssssssdMMMNhsssssssssshNMMMdssssssss. Theme: Iridescent Lightly 3 [Plasma], /sssssssshNMMMyhhyyyyhdNMMMNhssssssss/ Icons: BeautyLine [Plasma], BeautyLin +sssssssssdmydMMMMMMMMddddyssssssss+ Terminal: konsole /ssssssssssshdmNNNNmyNMMMMhssssss/ CPU: Intel i5–4590T (4) @ 3.000GHz .ossssssssssssssssssdMMMNysssso. GPU: NVIDIA GeForce 710M -+sssssssssssssssssyyyssss+- GPU: Intel HD Graphics `:+ssssssssssssssssss+:` Memory: 9518MiB / 15894MiB .-/+oossssoo+/-.

## Install KDE Plasma Desktop on Ubuntu 20.04 : https://computingforgeeks.com/install-kde-plasma-desktop-on-ubuntu-linux
## How to install KDE plasma desktop on Ubuntu 20.04 Focal Fossa Linux : https://linuxconfig.org/how-to-install-kde-plasma-desktop-on-ubuntu-20-04-focal-fossa-linux
:~$ sudo add-apt-repository ppa:kubuntu-ppa/backports
:~$ sudo apt update
:~$ sudo apt install kubuntu-desktop ## choose sddm

:~$ sudo micro /etc/sudoers
## Append the following entry to run ALL command without a password for a user named tom and Ctlr+s to save and Ctlr+q to exit:
:~$ englianhu ALL=(ALL) NOPASSWD:ALL$ cd ~/.ssh
$ ls
$ ssh-keygen -o -t ed25519 -C “englianhu@gmail.com”

Before proceeding, here is some context: When building new things, it is usually better to use the Elliptic Curve technology algorithm Ed25519 instead of RSA. There is also ECDSA — which has had a comparatively slow uptake, for a number of reasons — that is widely available and is a reasonable choice when Ed25519 is not available. There are also post-quantum algorithms, but they are newer and adopting them today requires a careful cost-benefit analysis.

Kindly refer to Why I don’t Use `2048` or `4096` RSA Key Sizes for more information.

Conclusion
When it comes down to it, the choice is between RSA 2048⁄4096 and Ed25519 and the trade-off is between performance and compatibility. RSA is universally supported among SSH clients while EdDSA performs much faster and provides the same level of security with significantly smaller keys. Peter Ruppel puts the answer succinctly:

> The short answer to this is: as long as the key strength is good enough for the foreseeable future, it doesn’t really matter. Because here we are considering a signature for authentication within an SSH session. The cryptographic strength of the signature just needs to withstand the current, state-of-the-art attacks.
Ed25519 for SSH

Kindly refer to Comparing SSH Keys — `RSA`, `DSA`, `ECDSA`, or `EdDSA`? for more information.

原文请参阅:Connect to github with ED25519

应用库

:~$ wget http://crossover.codeweavers.com/redirect/crossover.bin
:~$ chmod 755 crossover.bin
:~$ ./crossover.bin

实用工具

$ sudo snap install vokoscreen-ng # https://linuxecke.volkoh.de/vokoscreen/vokoscreen-install.html
$ sudo apt install flameshot # https://github.com/flameshot-org/flameshot
$ ##或者安装lightshot https://prnt.sc

程序员必备应用

## Reference
## https://stackoverflow.com/a/52951224/3806250
## https://docs.python.org/2/library/2to3.html#to3-reference
:~$ apt install 2to3
:~$ apt install python3-lib2to3
:~$ apt install python3-toolz
🐧企鹅舞
⛷Linux🐧舞⛷
⚙Kubuntu 20.04

Linux操作系统 https://www.youtube.com/watch?v=skotw8bJULQ

--

--

赢家黄氏江夏堂,联富(雷欧)
赢家黄氏江夏堂,联富(雷欧)

Written by 赢家黄氏江夏堂,联富(雷欧)

🚩🦔®️🧑🏻‍💻📚📊📉📈💹 咱们世袭制亚洲公民道教徒十二生肖赢家黄氏江夏堂,中科红旗🚩道教高频量化对冲自然对数进制大秦赋算筹、易经算卜、秦人复兴、道教金融科技教育农业司法杏林经济学。https://gitee.com/englianhu

No responses yet