【crunch bang】论坛tint2配置讨论贴】的更多相关文章

地址: http://crunchbang.org/forums/viewtopic.php?id=3232…
# Tint2 config file # Background definitions # ID 1 rounded = 0 border_width = 0 background_color = #000000 100 border_color = #FFFFFF 100 # ID 2 rounded = 0 border_width = 0 background_color = #000000 100 border_color = #FFFFFF 100 # Panel panel_mon…
tint2配置: #--------------------------------------------- # TINT2 CONFIG FILE #--------------------------------------------- # For more information about tint2, see: # http://code.google.com/p/tint2/wiki/Welcome # # For more config file examples, see:…
中文字体美化是个很讨厌的事情,无数初学者在这里面浪费了无数时间,做了无数没有意义的事情.但这也是不得不做的,我把 Debian/Ubuntu 所需要的中文字体美化操作步骤详细记录在这里,希望能节约大家一部分时间. 1 安装必要的字体包 Debian 和 Ubuntu 下对中文支持比较好的字体有:ttf-droid.ttf-wqy-zenhei 和 ttf-wqy-microhei 等,除了文泉驿系列字体外,比较流行的免费中文字体还有文鼎提供的楷体和上海宋,包名分别是: ttf-arphic-uk…
原文连接:http://edyfox.codecarver.org/html/debian_testing_chinese.html 中文字体美化是个很讨厌的事情,无数初学者在这里面浪费了无数时间,做了无数没有意义的事情.但这也是不得不做的,我把 Debian/Ubuntu 所需要的中文字体美化操作步骤详细记录在这里,希望能节约大家一部分时间. 1 安装必要的字体包 首先,我们的字体美化依赖 Droid 系列字体,因此我们首先安装这个软件包: ttf-droid. 有了这个字体,对于日常工作和生…
在应用程序中配置使用中文显示. # apt-get install locales # dpkg-reconfigure locales 安装文泉驿-微米黑字体: sudo apt-get install ttf-wqy-microhei…
一.安装discuz ---->//download discuz; [root@localhost ~]# mkdir /data/www [root@localhost ~]# cd /data/www [root@localhost www]# wget http://download.comsenz.com/DiscuzX/3.2/Discuz_X3.2_SC_GBK.zip [root@localhost www]# unzip Discuz_X3.2_SC_GBK.zip [root…
Discuz后台可以进行邮件设置,实现网站自动发送邮件给用户的邮箱. 在Discuz邮件设置,经常使用25端口普通发送邮件.为了数据安全,我们也可以使用SSL加密发送,设置方法很简单,只需按照下图进行设置即可. SMTP 服务器:前面加“ssl://”: 端口:465:(加密发送接口) 发信人邮件地址:写自己的邮件地址: SMTP 身份验证用户名:写发送邮件用户 DZ论坛3.4 设置邮件发送返回错误,基本上有以下二大原因: 你使用的空间不支持邮件发送功能.例如阿里云的空间就不支持使用25端口发送…
第一步: sudo apt-get install fcitx fcitx-sunpinyin  fcitx-ui-classic fcitx-table fcitx-config-common fcitx-config-gtk fcitx-data fcitx-frontend-all fcitx-libs im-config 第二步,然后运行im-config按照提示一步步操作即可 $im−config…
1.下载linux下 的xampp安装包 xampp-linux-1.8.3-5-installer.run 2.终端下, 给执行权限 sudo chmod +x ./xampp-linux-1.8.3-5-installer.run 执行安装 sudo ./xampp-linux-1.8.3-5-installer.run 默认会安装到/opt/lampp路径下 其中的manager-linux.run是控制台面板程序.…