#表示root命令  $表示普通用户命令

给普通用户添加sudo权限

#visudo    (编辑/etc/sudoers文件的命令)

root all = (all) all

username all = (all) all              #第一行为默认的,第二为自行添加内容,username为自己的账户名

添加第三方源

网易:

http://mirrors.163.com/.help/fedora-163.repo

http://mirrors.163.com/.help/fedora-updates-163.repo

搜狐:

http://mirrors.sohu.com/help/fedora-sohu.repo

http://mirrors.sohu.com/help/fedora-updates-sohu.repo

点击下载 .repo文件,将其放入 /etc/yum.repos.d 文件夹(需要root身份)

重建源数据

$sudo yum makecache

安装镜像选择工具

$sudo yum install yum-plugin-fastestmirror  yum-presto axel

更新系统

$sudo yum update

安装flash

$sudo yum install flash-plugin

安装vim

$sudo yum install vim

安装gcc,c++编译器

$sudo yum install gcc gcc-c++

安装系统优化工具

$sudo yum install gnome-tweak-tool

最新文章

  1. 借助 Lucene.Net 构建站内搜索引擎(下)
  2. ArcGIS 10 SP5中文版(ArcGIS10补丁5中文版)
  3. 破解win10系统密码
  4. 关于VS2010“ADO.NET Entity Data Model模板丢失或者添加失败问题
  5. [UI]抽屉菜单DrawerLayout分析(三)
  6. [Swust OJ 856]--Huge Tree(并查集)
  7. hdu Oulipo(kmp)
  8. Reinforcement Learning in R
  9. ABAP 7.52 中的Open SQL新特性
  10. Android艺术开发探索第三章——View的事件体系(上)
  11. 西湖论剑2019-msc之奇怪的TTL
  12. arcgis for js开发之路径分析
  13. VScode 中 vue文件template中不能使用tab补齐标签
  14. Hadoop配置文件参数详解
  15. centos6安装openresty
  16. iOS下ajax回调函数里不能播放audio
  17. 批量后台执行fio性能测试脚本
  18. hdu 1026:Ignatius and the Princess I(优先队列 + bfs广搜。ps:广搜AC,深搜超时,求助攻!)
  19. jQuery动态绑定事件(左右移动)
  20. [PKUSC2018]最大前缀和(DP)

热门文章

  1. 内存泄漏检测工具VLD在VS2010中的使用举例
  2. bzoj 4885: [Lydsy2017年5月月赛]长方体
  3. windows mysql默认配置文件
  4. [转]C# 测试网络连接
  5. CentOS 添加新硬件硬盘,扩展空间而无需重启虚拟机
  6. linux记录每个用户执行的命令
  7. Java——poi读取Excel文件
  8. c# 二维码支持中文
  9. 跟我学算法-PCA(降维)基本原理推导
  10. web.xml中配置spring.xml的三种方式