Ubuntu linux - 安装完成后、(编程)好用的桌面软件
- msdn https://msdn.itellyou.cn/?ang=2h-cn
- Ubuntu 文档: http://people.ubuntu.com/~happyaron/udc-cn/lucid-html/index.html
- 软件:
- xinlc 的常用软件整理 - https://github.com/xinlc/dotfiles/tree/master/linux
- Pop!_OS https://pop.system76.com/
一个基于ubumtu的linux系统,有内容齐全的软件商店
入坑视频:https://www.youtube.com/watch?v=mkBVJIS1KFU
安装完成后
https://blog.csdn.net/gatieme/article/details/44856359
设置root密码
sudo passwd
VMware Tools
https://blog.csdn.net/qq_41782425/article/details/85125807
检察网络
sudo apt-get install net-tools
ifconfig
更新软件源
https://www.cnblogs.com/dadonggg/p/11129973.html
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup sudo vi /etc/apt/sources.list追加如下地址:#添加阿里源
deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
sudo apt-get update
sudo apt-get upgrade
软件
卸载:https://blog.csdn.net/luckydog612/article/details/80877179
2020年09月12日
-
fish or
zsh
shell
Fish shell 入门教程
Ubuntu下zsh的安装与oh my zsh的配置
Fish vs. Zsh vs. Bash以及为什么要改用Fish
Oh My Fish 一个可以让你赏心悦目的 fish shell 框架
Oh My Fish! 让你的 Shell 漂亮起来设置fish为开机shell
查看 fish shell 的安装位置:$ which fish /usr/bin/fish修改默认 shell 为 fish shell
chsh -s /usr/bin/fishman chsh: chsh - change login shell# 推荐omf的主题 omf install zishomf 增加了 vi 模式,在 fish 下运行 fish_vi_mode 命令,或者在
~/.config/fish/config.fish中加上fish_vi_mode便自动进入 vi 模式 -
git
Ubuntu 安装git及git命令 -
openjdk
Linux之Ubuntu18.04安装Java JDK8的三种方式
在ubuntu下安装openjdk
官方网站安装的相关介绍sudo apt-get install openjdk-8-jdk -
eclipse
ubuntu - 安装openjdk、eclipse
CDT(c/c++ develope tools?):Eclipse 配置C/C++开发环境
ECLIPSE 安装及与CDT 的使用 多线程编程 -
vscode
Ubuntu16.04下配置VScode的C/C++开发环境
配置解释:Linux - VScode配置C、C++环境
Linux 中vscode vim模式切换<esc> <caps lock> 后,<caps lock> 不起作用在ubuntu中切换了 两个按键的位置,但是在vscode里面,按下 本应该切换为normal mode,但是没有。
这个错误在https://github.com/VSCodeVim/Vim/issues/4350 被提到
修改:
在设置文件中加上:
"keyboard.dispatch": "keyCode" -
ftp
gftp
vsftpd
《详解:Ubuntu 下安装和配置 FTP》
https://www.linuxprobe.com/ubuntu-ftp-service.html -
ssh
https://blog.csdn.net/future_ai/article/details/81701744sudo apt install openssh-server
vi /etc/ssh/ssh_config.d
PasswordAuthentication yes # 打开
防火墙
lsof -i:22
sudo ufw all ssh -
secureCRT
Ubuntu安装secureCRT
安装及错误解决
SecureCRT+Xming实现Linux远程图形绘画
通过ssh X11转发使用远程gui程序 -
qt
Qt下载(多种下载通道+所有版本)
图解Qt安装(Linux平台)
Qt5 Linux如何输入中文 -
startup application
(自带)开机管理 -
System Monitor
(自带)监控资源使用情况 -
Sogo 输入法
【安装中文输入法(sogo)部分】Ubuntu18.04 linux - 软件安装、美化
ubuntu 20.04 自带拼音输入法 -
百度输入法
Ubuntu 20.04 安装百度输入法 -
vNote
markdown工具
vNote安装(AppImage) -
MindMaster
思维导图 -
Wireshark
抓包
https://linux.cn/article-11987-1.html -
Postman
模拟请求
在Ubuntu18.04系统中Postman的安装、配置及使用 -
Beyond Compare
比较工具 -
Meld
(命令行)比较工具 -
VLC media player
播放器 -
GNU
做图软件(ps) -
Kdenlive
视频剪接 -
flameshot
屏幕截图
ubuntu 下可以尝试还不错的屏幕截图工具: flameshot
Ubuntu(Debian)截图并编辑软件推荐:Flameshot(实现类似QQ的截图功能,具有插入文字功能) -
录屏、推流
OBS (专业)
kazam (简单) -
cheese
摄像头 -
KolourPaint
简单的绘图(mspaint) -
GoldenDict
翻译软件
(设置成开启启动,快捷键ctrl+c+c,挺方便)
Ubuntu 18.04 LTS版本 GoldenDict安装与配置 -
MySQL Workbench
mysql客户端 -
VirtualBox
ubuntu 18.04 安装 virtualbox
linux - ubuntu 20.04 上安装 VirtualBox 和搭建 ubuntu 18.04 虚拟机(解决:窗口太小,无法点击按钮)
virtualbox 安装 Windows 10 专业版 -
vmware workstation
Ubuntu 20.04 安装 vmware workstation 虚拟机软件 -
Remmina
远程连接工具 -
开发集成
OpenJDK、eclipse、vscode、Android Studio、CLion、GoLand -
vim
vim - 常用快捷键 - 【简洁】+ linux命令行快捷键
vim - CapsLock大写锁定键映射成 Esc 建
linux vim - 以普通用户启动的Vim如何保存需要root权限的文件 -
微信、qq
Ubuntu 20.04.1 LTS - linux 安装 微信 qq 、启动脚本 -
electron-srr -
telegram -
aMule
edk2链接下载
aMule官网:http://www.amule.org/
AMule - Ubuntu中文
eMule官网:https://www.emule-project.net/home/perl/general.cgi?l=42
ed2k的服务器列表文件地址: http://ed2k.2x4u.de/index.html -
ktorrent
用ubuntu下载电影:磁力链接,torrent,迅雷链接 -
aria2
下载工具,支持:
ubuntu18.04 aria2的安装及使用详解 -
百度网盘
https://pan.baidu.com/download -
libreoffice(慢)
正常预装
wps for linux -
oracle 12c、11g、oracle sql developer
Oracle-【学习笔记】for ocp
ubuntu Oracle SQL Developer 安装 -
resolvconf
dns管理
https://note.qidong.name/2020/05/resolvconf/
美化
ubuntu20.04 美化全过程实录
Ubuntu18.04 linux - 软件安装、美化
Ubuntu 16.04 完全美化指南
- Plank
磁盘管理
-
Linux 挂在硬盘到指定路径
-
怎么组 RAID?其实很简单!
-
Linux - 硬盘(类型、分区、挂载、开机自动挂载)、光盘开机自动挂载、特殊挂载方式(光盘镜像、只读挂载)、LVM资料
清理缓存
root@openwrt_d2550:~# find / -name release_ram*
/rom/usr/lib/lua/luci/controller/release_ram.lua
/rom/usr/lib/lua/luci/i18n/release_ram.zh-cn.lmo
/usr/lib/lua/luci/controller/release_ram.lua
/usr/lib/lua/luci/i18n/release_ram.zh-cn.lmo
root@openwrt_d2550:~# cat /usr/lib/lua/luci/controller/release_ram.lua
module("luci.controller.release_ram",package.seeall)function index()entry({"admin", "status", "release_ram"}, call("release_ram"), _("Release Ram"), 9999)
endfunction release_ram()luci.sys.call("sync && echo 3 > /proc/sys/vm/drop_caches")luci.http.redirect(luci.dispatcher.build_url("admin/status"))
end
root@openwrt_d2550:~#
定时清理 cron
*/20 * * * * echo 1 > /proc/sys/vm/drop_caches#整句复制到计划任务 每20分钟释放内存
本文来自互联网用户投稿,文章观点仅代表作者本人,不代表本站立场,不承担相关法律责任。如若转载,请注明出处。 如若内容造成侵权/违法违规/事实不符,请点击【内容举报】进行投诉反馈!
