Linux操作集 (以乌班图为例)

软件安装相关

  1. 软件执行文件安装目录: whereis sdcc

atom安装插件

Atom->->edit->preference->install

atom 设置中文

atom-chs-menu插件

乌班图语言设置中文

安装中文之后拖到第一个,Apply System-Wide

linux桌面和命令行切换

ctrl alt F1 切换到桌面
ctrl alt F3 切换到命令行

除了某文件都删除

rm -rf !(file1|file2)

查看安装的软件

dpkg -l | grep ftp :【Debian package 】

卸载软件

sudo apt-get --purge remove 包名

修改终端字体大小

右键-profile-profile preference

查看系统位数

uname -a

为root设置密码

sudo passwd root

更改软甲源

sudo gedit /etc/apt/sources.list

粘贴以下代码

# https://opsx.alibaba.com/mirror

deb https://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse

deb https://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse

deb https://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse

deb https://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse

deb https://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse

最后

 sudo apt-get update

使用乌班图写c

gcc -o test test.c 

#更新系统

sudo  apt-get  dist-upgrade 

语法高亮

man

  1. /keyword 查找关键词
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值