虚位以待(AD)
虚位以待(AD)
首页 > 操作系统 > Fedora > Fedora初始配置

Fedora初始配置
类别:Fedora   作者:码皇   来源:互联网   点击:

Fedora初始配置启用sudo vi etc sudoers或 visudo找到下面而2行内容: Allow root to run any commands anywhereroot ALL=(ALL) ALL在后面添加一行[username] ALL=(ALL) NOPASSWD:
Fedora初始配置   启用sudo # vi /etc/sudoers 或 # visudo 找到下面而2行内容: ## Allow root to run any commands anywhere root ALL=(ALL) ALL 在后面添加一行 [username]     ALL=(ALL)       NOPASSWD: ALL 注: 将[username]换成对应的用户名,另外如果需要每次都输入密码的话,可以把"NOPASSWD:"去掉 另外如果下面有组设置类似 %wheel  ALL=(ALL)       ALL 也需要把它改成NOPASSWD的形式才能不输入密码直接sudo %wheel  ALL=(ALL)       NOPASSWD: ALL   安装系统更新 # yum update 或 # yum upgrade 区别是第一个会更新内核   GNOME 3.2 配置 安装Gnome-tweak-tool和Gnome-shell-extension # yum install gnome-tweak-tool gnome-shell-extension-alternate-tab.noarch gnome-shell-extension-apps-menu.noarch gnome-shell-extension-auto-move-windows.noarch gnome-shell-extension-common.noarch gnome-shell-extension-cpu-temperature.noarch gnome-shell-extension-dock.noarch gnome-shell-extension-drive-menu.noarch gnome-shell-extension-gpaste.noarch gnome-shell-extension-icon-manager.noarch gnome-shell-extension-mediaplayers.noarch gnome-shell-extension-noim.noarch gnome-shell-extension-noripple.noarch gnome-shell-extension-places-menu.noarch gnome-shell-extension-pomodoro.noarch gnome-shell-extension-presentation-mode.noarch gnome-shell-extension-remove-volume-icon.noarch gnome-shell-extension-righthotcorner.noarch gnome-shell-extension-systemMonitor.noarch gnome-shell-extension-theme-selector.noarch gnome-shell-extension-user-theme.noarch gnome-shell-extension-windowsNavigator.noarch gnome-shell-extension-workspace-indicator.noarch gnome-shell-extension-workspacesmenu.noarch gnome-shell-extension-xrandr-indicator.noarch gnome-shell-theme-atolm.noarch gnome-shell-theme-dark-glass.noarch gnome-shell-theme-gaia.noarch gnome-shell-theme-orta.noarch gnome-shell-theme-smooth-inset.noarch 安装完毕后 按Alt+F2,输入r重启gnome。执行gnome-tweak-tool,激活安装的扩展即可。   其他工具安装   编译开发环境和一些基本库 # yum install curl-devel gcc glibc-devel gcc-gfortran gcc-c++ python perl erlang vim gedit tcl tk libX11-devel autoconf automake libtool flex pkgconfig   源码管理工具Git # yum install git-core   集成优化工具Ailurus小熊猫 # yum install ailurus   其他常用工具 # yum install thunderbird transmission filezilla shutter gimp dia inkscape gthumb vlc banshee pitivi gnome-do p7zip stardict chmsee libreoffice codeblocks 邮件客户端 Thunderbird BT客户端 Transmission FTP客户端 Filezilla  截屏工具Shutter 图片处理工具 Gimp 流程图绘制工具Dia  矢量做图 Inkscape 看图软件 Gthumb 播放器V lc 音乐播放器 Banshee  视频编辑工具 Pitivi 音频编辑工具 audacity  快速文件搜索 Gnome-Do  解压缩工具 p7zip  星际译王 Stardict  CHM文件阅读器 Chmsee  Office套件 LibreOffice  C/C++集成开发环境 Code::Blocks
相关热词搜索: Fedora 初始 配置