[原]我的CentOS設定

來源:互聯網
上載者:User

【Date】2013-10-06
【Keywords】Linux、CentOS、Fedora
【Environment】CentOS 6.3 Final 、 Wiz
【Author】wintys (wintys@gmail.com) http://wintys.cnblogs.com

【Content】:
1、安裝Flash centos6.3內建firefox瀏覽器,但是並沒有flash外掛程式,也就是不能線上看視頻,所以需要安裝flash外掛程式。
install_flash_player_11_linux.i386.tar.gz:http://download.csdn.net/download/gh0st007/4476003 # tar -zxvf install_flash_player_11_linux_i386.tar.gz //這裡將解壓出 libflashplayer.so
# ls
# cp libflashplayer.so /usr/lib/mozilla/plugins //將libflashplayer.so複製到/usr/lib/mozilla/plugins目錄下
# chmod 755 libflashplayer.so //修改libflashplayer.so的屬性 重新開啟firefox即可看視頻了。 2、如何安裝中文IME?

1.用root登入 ,或su root
2.

yum install "@Chinese Support" 3.exit
4.回到案頭,system->preferences->input method
5.如果沒有,先登出一下。
6.到裡面addIME到列表裡。
7.最後再登出、登入。 3、亮度調整

直接使用膝上型電腦鍵盤上的Fn+F5及Fn+F6

4、在新視窗中開啟

File Browser:Edit->Preferences->Behavior->Always open in browser windows

5、修改系統時間 date –s '1987-05-02 10:10:10'
clock –w //將日期寫入CMOS 6、CentOS密碼忘了

我的密碼:User:root,Password:root
重啟時,在grub菜單中選擇對應核心項按e鍵,編輯vmlinuz項的最後,加上一個“1”或"single"

#passwd root
#輸入新的密碼。 7、centos,fedora 如何開機自動連網

預設情況下,CentOS不是自動連接上網的,要點擊右上方有個電腦表徵圖,選擇system eth0進行串連。圖形模式下,按右鍵網路連接,開啟設定,編輯"System eth0"為自動連接。

8、查看系統版本的命令 #getconf LONG_BIT 返回32就是32位,返回64就是64位 9、linux如何用快速鍵切換工作區(Workspace)

不同發行版切換快速鍵可能有所不同,我記得大部分都是 ALT+CTRL+方向鍵,但是你可以在 系統>喜好設定>鍵盤快速鍵 來進行設定。

10、CentOS系統更新命令 yum update 11、Linux下類似Eyefoo的工作/休息提醒保護眼睛的軟體

Workrave: http://www.workrave.org/download/
下載了一個Workrave,但是發現不會安裝。等發現了如何安裝Workrave再來更新此文。
另一個:
Linux下的保護眼睛的工具的原始碼 (EyeGuard): http://download.csdn.net/detail/engle_mars/1960417

12、Linux Shell切換滑鼠左右鍵 #!/bin/bash
current=$(xmodmap -pp | head -5 | tail -1 | awk '{print $2}');
if [ "$current" -eq "1" ]
then
xmodmap -e "pointer = 3 2 1";
else
xmodmap -e "pointer = 1 2 3";
fi 13、安裝RAR壓縮解壓工具

RAR 5.00 for Linux : http://www.rarlab.com/rar/rarlinux-5.0.0.tar.gz

$su -
#tar -zxvf rarlinux-5.0.0.tar.gz
#cd rar
#make
#make install

安裝後,有兩個命令UNRAR和RAR,分別用於解壓和壓縮。
UNRAR是Freeware,不需要註冊的。
[root@CentOS Desktop]# unrar
UNRAR 5.00 freeware Copyright (c) 1993-2013 Alexander Roshal

RAR是共用軟體,有試用期的。
[root@CentOS Desktop]# rar
RAR 5.00 Copyright (c) 1993-2013 Alexander Roshal 22 Aug 2013
Trial version Type RAR -? for help

【Reference】
[1] 《CentOS修改系統時間》 : http://www.cnblogs.com/dingyingsi/archive/2013/02/26/2933239.html
[2] 《CentOS,Fedora如何開機自動連網》 : http://www.cnblogs.com/xiaochaohuashengmi/archive/2011/10/13/2209559.html
[3]*《Easy way to invert left-right mouse buttons》 : http://crunchbang.org/forums/viewtopic.php?id=1760
[4] 《劉權linux之centos6.3_安裝firefox_的flash外掛程式筆記》 : http://wenku.baidu.com/view/71d5b917fc4ffe473368abc3.html
[5] 《linux下解壓rar檔案用rar程式》 : http://moneypy.blog.51cto.com/745631/291189
[6]*《在Linux下安裝rar for linux》: http://www.liukai.cn/in-linux-setup-rar-for-linux/
[7] 《源於 WinRAR 的 Linux RAR 解壓縮工具》 : http://lugir.com/software/rar4linux.html

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.