Linux Memo

仅供存放个人的配置文件,不要在本版发问。
回复
yexingchun
帖子: 62
注册时间: 2009-12-08 11:01
系统: Ubuntu 12.04 Win 7

Linux Memo

#1

帖子 yexingchun » 2013-03-15 22:35

/etc/fonts/fonts.conf #字体设置文档
/usr/share/fonts #系统字体位置
/usr/share/backgrounds/ #壁纸位置
/usr/share/themes #主题位置
/usr/share/applications #应用程序
/usr/share/app-install/desktop/
/var/cache/apt/archives #apt-get完成包缓存
/var/cache/apt/archives/partial #apt-get未完成包缓存

ubuntu 12.04 软件语言包
language-pack-gnome-en
language-pack-gnome-en-hase
language-pack-ja
language-pack-ja-base
language-pack-gnome-ja
language-pack-gnome-ja-base
language-gack-zh-hans
language-pack-zh-hans-base
language-gack-gnome-zh-hans
language-pack-gnome-zh-hans-base
libreoffice-l10n-zh-cn
thunderbird-locale-ja
thunderbird-locale-zh-cn
thunderbird-locale-zh-hans
ibus-sunpinyin
ibus-table-wubi
poppler-data
cmap-adobe-gb1

软件包
gimp
thunderbird
unity-lens-music
unity-lens-video
ubuntuone-install
rhythmbox-ubuntuone
unity-scope-musicstores
totem
totem-plugins
totem-common
gir1.2-totem-plparser-1.0
gir1.2-totem-1.0
gnome-panel
gnome-panel-data
gnome-applets
gnome-applets-data
gnome-session-fallback
alacarte
cups-pk-helper
gir1.2-panelapplet-4.0
system-config-printer-gnome

字体包
fonts-takao-mincho
ubuntu-defaults-ja
fonts-takao-gothic
fonts-takao-pgothic
fonts-arphic-ukai
ttf-arphic-ukai
fonts-arphic-uming

字体名称
ttf-takao-pgothic
ttf-wqy-microhei
ttf-freefont
cups
fontconfig-config
ubuntu-desktop
ttf-opensymbol
openoffice.org-core
ttf-unfonts-core
ttf-khmeros-core
ttf-lao
ttf-liberation
ttf-punjabi-fonts
ttf-thai-tlwg
ttf-indic-fonts-core
ttf-kacst-one
ttf-dejavu-core
fontconfig-config

终端部分已知得程序名
gconftool
gsettings
gedit
im-switch
locale
fc-list
mplayer

代码: 全选

sudo apt-get install mplayer
synaptic-pkexec

代码: 全选

sudo apt-get install synaptic-pkexec
totem
winecfg
regedit

终端操作记录
tar -zxvf /media/14AE408DAE4068F6/install_flash_player_11_linux_i386.tar.gz
sudo mv /media/14AE408DAE4068F6/install_flash_player_11_linux_i386/libflashplayer.so /usr/lib/mozilla/plugins/
sudo gedit /etc/fonts/conf.d/49-sansserif.conf
gsettings set org.gnome.gedit.preferences.encodings auto-detected "['UTF-8', 'SHIFT_JIS', 'GB18030', 'GB2313', 'GBK', 'BIG5', 'ISO-2022-JP', 'ISO-8859-15', 'CURRENT', 'UTF-16']"
gsettings set org.gnome.desktop.background picture-uri 'file:///home/yxc/图片/touhou/Touhoushirizu.xml'
export LANG=en_US.UTF-8
swapoff -h
LC_CTYPE=ja_JP.utf8 wine
killall ibus-daemon
ibus-daemon -d
jobs
fg
bg
sudo gedit /etc/fstab
sudo apt-get purge ubuntuone* transmission-* gnome-orca onboard bluez unity-lens-music unity-lens-video deja-dup gwibber empathy empathy-common landscape-client-ui-install
sudo apt-get install ttf-wqy-microhei
sudo apt-get purge fonts-takao-mincho ubuntu-defaults-ja fonts-takao-gothic fonts-takao-pgothic fonts-arphic-ukai ttf-arphic-ukai fonts-arphic-uming
回复