Linux (ubuntu) install common software (chrome, input methods, remote desktop)

Install Chrome

#   下载chrome
wgethttps://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb

# If the installation fails
sudo apt-get -f install 

# Re-install
sudo dpkg -i google-chrome.deb

 Install Chinese Input Method

Do not uninstall ibus, the interface will not get    
sudo APT-GET-install Python Software-the Properties    
sudo APT-GET-install the Properties-the Common Software    
sudo ppa the Add-APT-Repository: fcitx-Team / APT-GET Update Nightly sudo add the fcitx ppa source
sudo apt-get install fcitx fcitx- config-gtk fcitx-pinyin fcitx installation, Sogou input method
im-switch -s fcitx -z default system settings to default input method fcitx
now im-config command    
sudo apt-get install im-switch    
system settings system settings -> language settings and language -> select Chinese Chinese    
sudo reboot the shutdown -r now

 Installing Remote Desktop

tar -zxvf rdesktop.tar.gz sudo    
sudo ./configure    
the make    
the make install    
rights issue requires the following operating    
sudo chmod 777 ./configure    
sudo chmod + ./configure Similarly, if the X-cancellation rights, such as the abolition write permission chmod -w filename
sudo ./configure    
    
the installation of the remote, given    
Could Not Find X window headers System / Libraries    
    
the sudo APT-GET install the install rdesktop rdesktop
    
    
    
rdesktop the IP: port of the remote connection
    
rdesktop -r clipboard: PRIMARYCLIPBOARD IP: port of the remote copy and paste
rdesktop -r disk: sunray = / home / tony specify a directory on a Linux host is mapped to the hard disk, to transfer files on a remote Windows will not need to rely on Samba or FTP the
    
tar cvf filename.tar dirname package
unzip fileName.zip extracting ZIP
    
    
sudo -s enter administrator mode (root @ xxb: ~ $ will become root @ xxb: ~ #)
    
installation pycharm differ    
* .tar.gz tar -zxvf PyCharm sudo    
cd PyCharm * / bin, after entering into the bin directory    
after running the installation ./pycharm.sh

Installation Code :: Blocks

Installation Code :: Blocks (good one of C ++ the IDE)
"the sudo -s
the sudo APT-GET the install code :: Blocks"

Code format: Plugins - Source code Formatter (AStyle)
IDE interface to modify font size: Settings - Editor ... --Generalsettings
"IDE under logs Logs & others and change the font: Settings - envionment ...-- View
the Message logs'font size "
" console output interface fonts modify
Settings - envionment ... --General settings in the Terminal to launch console programs
default is xterm-T $ TITLE-e, select another If you can not, use the following method:
in the following home / directory create a hidden file .Xresources
vi .Xresources
content save after entering: wq
last execution xrdb -load .Xresources "

.Xresources文件
"xterm.locale:true
xterm.utf8: true
xterm*utf8Title:true
xterm*fontMenu*fontdefault*Label:Default
xterm*faceName:Unbuntu Mono:antialias=true:pixelsize=16
xterm*faceNameDoublesize:微软雅黑:pixelsize=16
xterm*xftAntialias:true
xterm*cjkWidth:false
xterm*background:black
xterm*foreground:white
xterm*color0: #000000
xterm*color1: #CC0000
xterm*color2: #4E9A06
xterm*color3: #C4A000
xterm*color4: #3465A4
xterm*color5: #75507B
xterm*color6: #06989A
xterm*color7: #D3D7CF
xterm*color8: #555753
xterm*color9: #EF2929
xterm*color10: #8AE234
xterm*color11: #FCE94F
xterm*color12: #729FCF
xterm*color13: #AD7FA8
xterm*color14: #34E2E2
xterm*color15: #EEEEEC"

Published 46 original articles · won praise 9 · views 3665

Guess you like

Origin blog.csdn.net/weixin_41896770/article/details/100564637