自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

如何在虛擬機上安裝、使用Ubuntu日志?

運維 系統(tǒng)運維
1)下載安裝iso文件 http://www.linuxeden.com/html/versionupdate/2012/04/123480.html 2)執(zhí)行startx進入圖形界面 3)從Ubuntu上訪問windows文件 位置->連接到服務器,在服務類型中選擇“windows共享”,在服務器中輸入windows計算機的ip地址或計算機名,點擊連接,這樣在系統(tǒng)桌面中就會顯示一個連接到windows 計算機的文件卷,里面就是windows計算機的共享目錄了。 同樣在訪問的時候要輸入smb的用戶名和密碼。

1)下載安裝iso文件 http://www.linuxeden.com/html/versionupdate/2012/04/123480.html

2)執(zhí)行startx進入圖形界面

3)從Ubuntu上訪問windows文件

位置->連接到服務器,在服務類型中選擇“windows共享”,在服務器中輸入windows計算機的ip地址或計算機名,點擊連接,這樣在系統(tǒng)桌面中就會顯示一個連接到windows 計算機的文件卷,里面就是windows計算機的共享目錄了。 
同樣在訪問的時候要輸入smb的用戶名和密碼。

或者使用下列命令加載:

mount -t smbfs -o iocharset=uft8,codepage=cp936,clmask=777,fmask=777,userneme=[username],password=[password] //192.168.0.1/share /mnt/diskD

4)增加一個普通用戶

sudo adduser dev -home /home/dev 

5)將***化,最小化和關閉的按鈕從窗口的左上角移動到右上角

Press Alt+F2 to bring up the Run Application dialog box, enter “gconf-editor” in the text field, and click on Run.

navigate to apps/metacity/general

change the value of button_layout to "menu:minimize,maximize,close"

6)切換到安裝用戶,然后執(zhí)行下列命令關閉虛擬機

sudo shutdown -hP now

7) 安裝deb包

sudodpkg -i package_file.deb

(http://www.debian.org/distrib/packages)

8)配置系統(tǒng)代理

gconf-editor

然后在host和port中填入合適的值后選中use_http_proxy。 這樣以后使用ant的時候可以使用ant -autoproxy就可以利用系統(tǒng)代理的配置

 9) 顯示所有文件

按下 Ctrl+H 在文件瀏覽器窗口, 所有隱藏的文件會被顯示。Fairly useful shortcut key. If you would just prefer to make this be the default setting when using file browser, go to the Edit menu and select Preferences: Check the “Show hidden and backup files” checkbox, and you should now see the hidden files all of the time.

10)查看網(wǎng)絡端口

netstat -natl

11)為apt-get設置http代理
export http_proxy=http://yourproxyaddress:proxyport
 
12)安裝full版本vim軟件
sudo apt-get install vim

13) 安裝拼音輸入法

 

請打開終端,并執(zhí)行以下命令

為了防止scim與fcitx沖突,如果你安裝了scim,你***卸載掉scim(有一次我的fcitx莫名其妙無法上屏,卸載掉就正常了):
sudo apt-get purge scim

 

sudo add-apt-repository ppa:fcitx-team/stable #***的版本都不需要
sudo apt-get update
sudo apt-get install fcitx fcitx-config-gtk fcitx-sunpinyin
sudo apt-get install fcitx-table-all #同時安裝其他碼表
im-switch -s fcitx -z default  #設為默認輸入法,一般不需要,除非系統(tǒng)有多個輸入法

 

14) 在VIM中顯示中文
編輯~/,vimrc,加入如下三行
set encoding=utf-8
set fileencodings=utf-8,gb2312,gb18030,gbk,ucs-bom,cp936,latin1 " 如果你要打開的文件編碼不在此列,那就添加進去
set termencoding=utf-8
 
15)查看網(wǎng)絡連接端口的進程名稱和ID
lsof -n -i
 
16)安裝文件編碼查看工具
sudo apt-get install enca
安裝后用
enca -f filename

【編輯推薦】

  1. Clojure世界:如何做性能測試
  2. Windows安全***境界
  3. IE8安全新功能實測,到底給不給力?
責任編輯:趙寧寧 來源: linuxeden/Ubuntu
相關推薦

2012-12-31 10:36:56

2021-08-19 08:00:00

Windows 11Windows 10虛擬機

2023-03-14 16:40:17

2011-09-22 09:27:02

虛擬機windows8虛擬化

2013-08-13 09:44:23

虛擬機Hyper-V

2012-03-19 21:19:14

vmwarekvm

2012-07-04 09:35:36

虛擬化

2011-09-15 10:52:09

2019-01-25 18:28:38

Windows 10VMware雙顯示器

2009-03-26 19:56:31

虛擬化Vmware虛擬機

2009-03-27 09:04:25

GoogleAndroid移動OS

2011-09-02 18:45:28

2022-01-21 00:19:11

Windows 11微軟虛擬機

2021-11-23 08:00:00

Linux虛擬機開發(fā)

2011-03-31 15:31:03

2011-02-25 13:41:39

UbuntuUSB虛擬機

2012-10-23 09:30:18

計算應用虛擬機Java

2013-08-16 11:17:35

虛擬桌面虛擬快照

2010-06-28 15:38:01

MeeGo

2009-07-02 16:57:51

安裝VxWorks
點贊
收藏

51CTO技術棧公眾號