ubuntu 安装设置plymouth 主题

有些plymouth主题是deb 包的,那就直接安装就行了,而有很多都是压缩包,而不是安装包的就需要手动来安装和设置了。

首先把下载的plymouth主题解压,复制到/lib/plymouth/themes/下面
然后运行下面的命令,/lib/plymouth/themes/elementary/elementary.plymouth 这个路径换成你安装的plymouth主题的

sudo update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/elementary/elementary.plymouth

这样这个plymouth主题就安装到系统中了,下面是启用这个主题

Read More

ubuntu 配置pure-ftpd-mysql 并开启匿名登录

1、安装Pure-FTPd
sudo apt-get install pure-ftpd-mysql mysql-server
2、添加用户和组
sudo groupadd -g 2001 ftpgroup sudo useradd -u 2001 -s /bin/false -d /dev/null -c "pure-ftpd user" -g ftpgroup ftpuser
3、Chroot设置
sudo sh -c "echo 'yes' > /etc/pure-ftpd/conf/ChrootEveryone"
4、手工创建用户目录
sudo sh -c "echo 'No' > /etc/pure-ftpd/conf/CreateHomeDir"
5、为Pure-FTPd创建MySQL数据库

Read More

ubuntu apache2虚拟主机设置

不说费话了,直接开整
sudo cp /etc/apache2/sites-available/default /etc/apache2/sites-available/sitenamesitename文件名中不能有*和.
编辑/etc/apache2/sites-available/sitename
下面添加一行
ServerName yourname.com修改下默认目录

sudo a2ensite localhost sudo service apache2 reload

完成

Read More

【转】您来,我们欢迎;您走,我们会舍不得;但请不要带着报复心理离去。

全文转自ubuntu中文论坛,原帖地址http://forum.ubuntu.com.cn/viewtopic.php?f=113&t=374899 论坛id 是韩千代不过应该是个mj,我就不说是谁了,下面是全文。

就是这样,我没资格说自己是高手,不过是一名刚刚入门的菜鸟,但我跟您们一样,热爱开源,喜欢自由。

最近发生的事情挺多的,自新版本发布之后,有一大批的爱好者开始投入这个系统的怀抱,当然,我们欢迎您的加入。毕竟在这个小众化的社区里面,我们的相遇,也许是上天注定的吧,我们都一样,对这个未知的世界充满着好奇心,希望跟着大家一起去探索。

我们害怕只身前行,前面的茫茫黑夜,我们需要一起摸索着前进,先驱者的光芒,同时也指引着我们的方向。

Read More

软件源是什么

用linux的人经常会用到这个词,或者称软件源。而很多新接触linux的人就不能理解什么是源。下面我按我理解的说一下。

源,在ubuntu下,它就相当于软件库,需要什么软件,只要记得正确的软件名并且确定在ubuntu下肯定有的软件,就可以使用命令来安装软件的(当然也可以用新立得来安装)命令是:sudo apt -get install 软件名 ,比如说QQ,你不能输入成 sudo apt-get install qq ,这个是不对了,因为QQ没有 linux版的,只能用代替来实现,比如代替QQ的是EVA,代替DW的是nvu等,可以输入,sudo apt-get install eva 或者sudo apt-get install nvu,但要确定源里有没有这个软件,也就是说软件库里有没有这个软件,如果没有,那就要添加源了(至于如何添加,留在后面说)。,这样输入完成的话,下面的时间就只有等待安装,完成后,代替QQ的EVA就可以使用了,虽然功能少点,但能聊就已经不错了。删除软件是:sudo apt-get remove 软件名,如删 EVA ,输入 sudo apt-get remove eva .

Read More

ubuntu 11.04 11.10 软碟通(UltraISO)制作LiveUSB 方法

很多人用UltraISO 制作ubuntu 11.04和11.10的liveusb都不能正常的引导,是因为从11.04开始ubutnu光盘用的syslinux升级了

解决的方法是 

解决办法很简单,修改syslinux/syslinux.cfg文件:
将default vesamenu.c32这句话注释掉即可,即:
将
default vesamenu.c32
更改为
# default vesamenu.c32

方法来自网络,只为了能有更多的人搜索到

Read More

记录ubuntu中文无法访问

今天大约13:50分左右开始ubutnu中文出现无法访问的情况,原因不明。

大约两小时后15:40分左右恢复了,可正常访问。

16:09分,我回复了一个帖子之后习惯性的点击最新帖子,出现404错误。

返回forum.ubuntu.org.cn 出现nginx的欢迎页 Welcome to nginx!

Screenshot at 2011-07-11 .png

目前尚未恢复,将继续关注

16:50分恢复

Read More

Ubuntu11.04下安装lnmp0.7一键安装包502错误

因今天我也遇到了,就搜索了下,现转载过来。

内核: Linux ubuntu 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 i686 i386 GNU/Linux
系统版本: Ubuntu 11.04   32位

打开http://127.0.0.1 ; 显示成功,但打开 http://127.0.0.1/p.php 出现502错误

/root/lnmp restart 
错误信息:
root@ubuntu:~/lnmp0.7-full/php-5.2.17# /root/lnmp restart
Manager for LNMP V0.7  ,  Written by Licess 
LNMP is a tool to auto-compile & install Nginx+MySQL+PHP on Linux 
This script is a tool to Manage status of lnmp 
For more information please visit http://www.lnmp.org [local]1[/local]

Usage: /root/lnmp {start|stop|reload|restart|kill|status}

Stoping LNMP...
Nginx program is stop
PHP-FPM program is not runing!
Shutting down MySQL
. * 
MySQL program is stop
Starting LNMP...
Nginx start successfully!
/root/lnmp: 行 46: /usr/local/php/sbin/php-fpm: 没有那个文件或目录
PHP-FPM start successfully!
Starting MySQL
. * 
MySQL start successfully!

解决办法:

(打开 /root/lnmp0.7-full/ubuntu.sh找到 echo "========================= php + php extensions install ==================="按里面的代码执行的。从 tar zxvf php-5.2.17.tar.gz 开始执行的,下面有具体的)

apt-get install libjpeg62 libjpeg62-dev libjpeg-dev
ln -s /usr/lib/i386-linux-gnu/libpng* /usr/lib/
ln -s /usr/lib/i386-linux-gnu/libjpeg* /usr/lib/

cd /root/lnmp0.7-full/ 或者 cd cd /root/lnmp0.7/
tar zxvf php-5.2.17.tar.gz
gzip -cd php-5.2.17-fpm-0.5.14.diff.gz | patch -d php-5.2.17 -p1
cd php-5.2.17/
./buildconf –force
./configure –prefix=/usr/local/php –with-config-file-path=/usr/local/php/etc –with-mysql=/usr/local/mysql –with-mysqli=/usr/local/mysql/bin/mysql_config –with-iconv-dir –with-freetype-dir –with-jpeg-dir –with-png-dir –with-zlib –with-libxml-dir=/usr –enable-xml –enable-discard-path –enable-magic-quotes –enable-safe-mode –enable-bcmath –enable-shmop –enable-sysvsem –enable-inline-optimization –with-curl –with-curlwrappers –enable-mbregex –enable-fastcgi –enable-fpm –enable-force-cgi-redirect –enable-mbstring –with-mcrypt –enable-ftp –with-gd –enable-gd-native-ttf –with-openssl –with-mhash –enable-pcntl –enable-sockets –with-xmlrpc –enable-zip –enable-soap –without-pear –with-gettext –with-mime-magic
make ZEND_EXTRA_LIBS='-liconv'
make install

这个问题我在vpse论坛上问过了,上面有关于我如何解决的:

http://bbs.vpser.net/thread-3055-1-1.html

http://www.love4026.org/313153/ubuntu11-04%E4%B8%8B%E5%AE%89%E8%A3%85lnmp0-7%E4%B8%80%E9%94%AE%E5%AE%89%E8%A3%85%E5%8C%85502%E9%94%99%E8%AF%AF/

不过我在编译的时候出现了错误configure: error: can only configure for one host and one target at a time,原来是因为wp的原因而使./configure 这段代码出现的错误,所以到了上面的vpser论坛上找到了无错的代码

./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-iconv-dir --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --enable-discard-path --enable-magic-quotes --enable-safe-mode --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl --with-curlwrappers --enable-mbregex --enable-fastcgi --enable-fpm --enable-force-cgi-redirect --enable-mbstring --with-mcrypt --enable-ftp --with-gd --enable-gd-native-ttf --with-openssl --with-mhash --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --with-mime-magic
Read More

对linux公社语了 (多图,慎入)

真是对linux公社无语了,华军软件他们不懂linux 不懂ubuntu你作为一个linux门户竟然也犯这样的错误。

6月8日报道,本周三,开源Linux发行版Ubuntu开发小组宣布,新一代Ubuntu版本的(代号“Maverick Meerkat”)准时发布,这是Ubuntu家族的第15个公开发行版。 Ubuntu 11.10正式版 官网地址:http://cdimage.ubuntu.com/releases/oneiric/ Ubuntu11.10终结了Ubuntu家族以海洋生物命名的传统,这次研发代码意为“奇特的猫鼬”。在经历漫长了13年发型周期后,开发者试图添加一些新颖的创意。

Read More