menu.lst备份
pjq@localhost ~ $ cat /media/sda11/boot/grub/menu.lst
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
gfxmenu (hd0,10)/boot/message.cristal
## default num
# Set the default entry to the entry number NUM. Numbering starts from …
Gentoo修改文件默认编辑器
Gentoo修改文件默认编辑器 | |
|
[Gentoo]Clean up world file
[Gentoo]Clean up world file | |
|
gentoo 备份之xorg.conf,make.conf,.config
cat /etc/X11/xorg.conf
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see …
时间出错解决方法
设置系统时钟的技巧
这是一个小麻烦. 可能不少人遇到过, 系统时间怎么折腾都有毛病. 下面这些步骤我都觉得有点郁闷, 不过, 按这些步骤弄完, 系统时间应该就正常了. 如果你有更好的解决方法, 一定要记得共享哦 首先我们按手册里的方法把时区设置好, 这里用了 Chongqing, 没关系, 全中国都是一样的时间:
代码: |
# ln -sf /usr/share/zoneinfo/Asia/Chongqing /etc/localtime # date |
date 命令这时给出的时间肯定不对. 为什么? 因为系统启动时默认的系统时间 (注意和硬件时间分开) 是 UTC 的 (也就是格林威治标准时间 – 说错没??), 在我们把 localtime 指向 Chongqing 之后, 系统就以当前的 …
vsftp相关配置文件
1.sudo gedit /etc/init.d/rc.local
#! /bin/sh
mount –bind /media/sda5/software/ /home/ftp/winsoft
mount –bind /media/sda6/music/ /home/ftp/music/
mount –bind /media/sda6/movies/ /home/ftp/movies/
mount –bind /media/sda7/linux/ /home/ftp/linux/
mount –bind /media/sda7/games/ /home/ftp/games/
mount –bind /media/sda6/var/ /home/ftp/var/
PATH=/sbin:/bin:/usr/sbin:/usr/bin
[ -f /etc/default/rcS ] && . /etc/default/rcS
. /lib/lsb/init-functions
do_start() …
镜像配置文件/etc/apt/mirror.list
sudo gedit /etc/apt/mirror.list
…
############# config ##################
#
set base_path /media/sda6/var/spool/apt-mirror
#
# if you change the base path you must create the directories below with write privlages
#
set mirror_path $base_path/mirror
set skel_path $base_path/skel
set var_path $base_path/var
# set cleanscript
我的VSFTP配置文件讲解(附配置文件)
# Example config file /etc/vsftpd.conf
listen=YES
#listen_ipv6=YES
#
# Allow anonymous FTP? (Beware – allowed by default if you comment this out).
anonymous_enable=YES
#anon_root=/home/ftp#匿名用户登录时目录,默认为/home/ftp
local_enable=YES #是否启用本地用户
#local_root=/home/ftp #本地用户登录时目录
#write_enable=YES #是否允许本地用户写
#local_umask=022
#anon_upload_enable=YES #是否允许匿名用户上传
#anon_mkdir_write_enable=YES #是否允许匿名用户新建目录
#dirmessage_enable=YES #是否允许改变目录时显示目录下.message中的内容
#
# Activate …
安装vsftp
安装vsftp
转自http://forum.ubuntu.org.cn/weblog_entry.php?e=1471
2006-9-13 周三, 上午11:19
在新立得中安装vsftp
命令窗口提示:
正在预设定软件包 …
选中了曾被取消选择的软件包 ssl-cert。
(正在读取数据库 … 系统当前总共安装有 92256 个文件和目录。)
正在解压缩 ssl-cert (从 …/ssl-cert_1.0.13_all.deb) …
选中了曾被取消选择的软件包 vsftpd。
正在解压缩 vsftpd (从 …/vsftpd_2.0.4-0ubuntu4_i386.deb) …
正在设置 ssl-cert (1.0.13) …
正在设置 vsftpd (2.0.4-0ubuntu4) …
正在添加系统用户 ftp…
Adding new …