一、系统配置
1、关闭sudo密码
为了避免每次使用sudo命令时都输入密码,我们可以将密码关闭。操作方法:
3. 更新系统
# 更新本地报数据库
sudo apt update
# 更新所有已安装的包(也可以使"htmlcode">
sudo apt upgrade
# "htmlcode">
sudo apt autoremove
4. "htmlcode">
# scaling-factor 仅能设置为整数 1=100%,2=200% 3=300% ...... gsettings set org.gnome.desktop.interface scaling-factor 2
整数倍的缩放设置,在部分设备上 UI 元素要么显得过"htmlcode">
echo $XDG_SESSION_TYPE
Wayland
如果是 wayland,使"htmlcode">
settings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"
之后再次打开 Settings>Displays,就可以选择"color: #ff0000">X11
对于 X11,我们可以同时使"htmlcode">
xrandr --output DP-4 --scale 1.25x1.25
正确执"htmlcode">
# start-service.sh #!/bin/bash xrandr --output DP-4 --scale 1.25x1.25 exit 0
接着给 start-service.sh 授予执"htmlcode">
sudo chmod +x start-service.sh
然后在 Ubuntu 中搜索「sartup Applications」(启动应"text-align: center">
"htmlcode">
apt install python
6. 安装 Git
apt install git
7. 中"htmlcode">
# 安装 sudo apt install ibus-libpinyin sudo apt install ibus-clutter
接着在应"htmlcode">
# 安装 sudo add-apt-repository ppa:gnome-terminator sudo apt update sudo apt install terminator
Terminator 默认的界"htmlcode">
cat /etc/shells
可以看到 Ubuntu 已经内置了各种 Shell:
/bin/bash /bin/csh /bin/dash /bin/ksh /bin/sh /bin/tcsh
市"htmlcode">
# 安装 zsh apt install zsh # 将 zsh 设置为系统默认 shell sudo chsh -s /bin/zsh
不过 zsh 的配置太复杂,好在有"htmlcode">
# "htmlcode">alias cls='clear' alias ll='ls -l' alias la='ls -a' alias vi='vim' alias grep="grep --color=auto"或者选择 zsh 的主题
ZSH_THEME="robbyrussell"oh-my-zsh 内置了很多主题,对应的主题"htmlcode">
# 安装 apt install autojump # 使"htmlcode"># 安装 git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my- zsh/custom}/plugins/zsh-autosuggestionszsh-syntax-highlighting:命令"htmlcode">
# 安装 git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:- ~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting插件安装好后需要在 ~/.zshrc "htmlcode">
# 打开 ~/.zshrc "htmlcode"># 安装 sudo apt install cmatrix # 运"htmlcode"># 安装 sudo apt install sl # 运"text-align: center">
Screenfetch(https://github.com/KittyKatt/screenFetch)
The Bash Screenshot Information Tool,"htmlcode">
# 安装 sudo apt install screenfetch # 运"text-align: center">![]()
三. 软件安装
1. 安装Clash(搭个tizi,你懂的)
第"htmlcode">
tar -zxvf clash-linux-amd64-v0.19.0.gz第"htmlcode">
sudo mv clash-linux-amd64-v0.19.0 /usr/local/bin/clash第三步:终端输"htmlcode">
sudo chmod +x /usr/local/bin/clash第四步:终端执"htmlcode">
# 运"htmlcode"># or run: # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA300B7755AFCFAE wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add - # add Typora's repository sudo add-apt-repository 'deb https://typora.io/linux ./' sudo apt update # install typora sudo apt install typora3. JetBrains 全家桶
安装 JetBrains 的 ToolBox App 后可以"text-align: center">
4. 其它应"htmlcode">
# 安装 sudo apt install ./<file>.deb如果你是较早的 Linux 发"htmlcode">
sudo dpkg -i <file>.deb sudo apt-get install -f # Install dependencies注:部分应"htmlcode">
# 启动zoom,缩放倍数可根据需要"htmlcode"># "htmlcode"># 安装 sudo apt install ./<file>.deb深度社区提供的各种 deb 软件下载地址:
软件 下载地址
QQ https://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.qq.im
TIM https://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.qq.o!ice
微信 https://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.wechat更多安装"htmlcode">
# 添加 Universe 仓库(如果未添加) sudo add-apt-repository universe # 更新 sudo apt update # 安装 Alien sudo apt install alien # 将.rpm 包转换为.deb 包(当前"color: #ff0000">四. 桌"htmlcode">sudo apt install gnome-tweak-tool2. 安装插件扩展"htmlcode">
# 让 gnome "_blank" href="https://extensions.gnome.org" rel="external nofollow" >https://extensions.gnome.org上探索吧。4. 主题
可在 GNOME-LOOK 上下载各种桌"htmlcode">
# 解压下载的主题"htmlcode"># 解压下载的主题"_blank" href="https://pixabay.com" rel="external nofollow" >https://pixabay.com
https://unsplash.com
https://wallpapersite.com
https://wallpapershome.com
解压下载的主题"htmlcode">
tar -xvf FileName.tar //解压将解压后的主题"htmlcode">
sudo cp -r FileName /usr/share/themes五. 使"htmlcode">
timedatectl set-local-rtc 1 --adjust-system-clock问题"htmlcode">
sudo apt-get install lightdm安装完成后,系统会"htmlcode">
sudo reboot重启完就能正常登陆了。
这时候你会发现登陆界"htmlcode">
sudo dpkg-reconfigure gdm3并不是把"htmlcode">
cat /etc/X11/default-display-manager问题三:NVIDIA 驱动修复
Ubuntu 20.04 "htmlcode">
# 先安装"nvidia*" # "_blank" href="https://linuxconfig.org/how-to-install-the-nvidia-drivers-on-ubuntu-20-04-focal-fossa-linux" rel="external nofollow" >https://linuxconfig.org/how-to-install-the-nvidia-drivers-on-ubuntu-20-04-focal-fossa-linux参考"_blank" href="https://www.cnblogs.com/xiyu714/p/9900525.html" rel="external nofollow" >https://www.cnblogs.com/xiyu714/p/9900525.html
标签:Ubuntu,20.04,配置
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com暂无“Ubuntu 20.04最佳配置指南(新手必备)”评论...P70系列延期,华为新旗舰将在下月发布
3月20日消息,近期博主@数码闲聊站 透露,原定三月份发布的华为新旗舰P70系列延期发布,预计4月份上市。
而博主@定焦数码 爆料,华为的P70系列在定位上已经超过了Mate60,成为了重要的旗舰系列之一。它肩负着重返影像领域顶尖的使命。那么这次P70会带来哪些令人惊艳的创新呢?
根据目前爆料的消息来看,华为P70系列将推出三个版本,其中P70和P70 Pro采用了三角形的摄像头模组设计,而P70 Art则采用了与上一代P60 Art相似的不规则形状设计。这样的外观是否好看见仁见智,但辨识度绝对拉满。
更新动态
2025年02月13日2025年02月13日
- 小骆驼-《草原狼2(蓝光CD)》[原抓WAV+CUE]
- 群星《欢迎来到我身边 电影原声专辑》[320K/MP3][105.02MB]
- 群星《欢迎来到我身边 电影原声专辑》[FLAC/分轨][480.9MB]
- 雷婷《梦里蓝天HQⅡ》 2023头版限量编号低速原抓[WAV+CUE][463M]
- 群星《2024好听新歌42》AI调整音效【WAV分轨】
- 王思雨-《思念陪着鸿雁飞》WAV
- 王思雨《喜马拉雅HQ》头版限量编号[WAV+CUE]
- 李健《无时无刻》[WAV+CUE][590M]
- 陈奕迅《酝酿》[WAV分轨][502M]
- 卓依婷《化蝶》2CD[WAV+CUE][1.1G]
- 群星《吉他王(黑胶CD)》[WAV+CUE]
- 齐秦《穿乐(穿越)》[WAV+CUE]
- 发烧珍品《数位CD音响测试-动向效果(九)》【WAV+CUE】
- 邝美云《邝美云精装歌集》[DSF][1.6G]
- 吕方《爱一回伤一回》[WAV+CUE][454M]