Chinaunix首页 | 论坛 | 博客
  • 博客访问: 368149
  • 博文数量: 82
  • 博客积分: 4149
  • 博客等级: 上校
  • 技术积分: 1415
  • 用 户 组: 普通用户
  • 注册时间: 2007-08-28 13:38
文章分类

全部博文(82)

分类: LINUX

2008-09-28 14:54:15

To update virus scanner

gksudo clamtk

apt-get source-list
/etc/apt/sources.list
#
# deb cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.5)]/ intrepid main restricted
deb-src intrepid main restricted #Added by software-properties
# See for how to upgrade to
# newer versions of the distribution.
deb intrepid main restricted
deb-src intrepid multiverse universe #Added by software-properties
## Major bug fix updates produced after the final release of the
## distribution.
deb intrepid-updates main restricted
deb-src intrepid-updates restricted main multiverse universe #Added by software-properties
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb intrepid universe
deb intrepid-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb intrepid multiverse
deb intrepid-updates multiverse
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb intrepid-backports main restricted universe multiverse
# deb-src intrepid-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb intrepid partner
deb-src intrepid partner
deb intrepid-security main restricted
deb-src intrepid-security restricted main multiverse universe #Added by software-properties
deb intrepid-security universe
deb intrepid-security multiverse
deb hardy main restricted universe multiverse
#
Special thank to tencent.corporation present this version basesd on linux QQ.




ibus
sudo gedit /etc/apt/sources.list
#
deb intrepid main restricted universe multiverse
#
sudo aptitude install ibus ibus-pinyin
sudo gedit ~/.profile
# Start Input Bus
export XMODIFIERS="@im=ibus"
export GTK_IM_MODULE="ibus"
export QT_IM_MODULE="ibus"      # qt3 is not supported currently
ibus &
#
Logout ...

mount *.iso *.mds
without farstone、WinISO、alcohol120.
@lee-laptop:$ ls /dev
loop0  loop1  loop2  loop3  loop4  loop5  loop6  loop7 
Here are 8 virtual points.
/home/lee/iso/XPRCSP2_CHS.iso
 # sudo losetup  /dev/loop0 /home/lee/iso/XPRCSP2_CHS.iso
 # sudo mount   /dev/loop0 /media/cdrom0/
 # sudo umount /dev/loop0 /media/cdrom0/
Now mount  aaa.iso and bbb.mdf
 # sudo losetup /dev/loop1 /home/lee/iso/aaa.iso
 # sudo mount   /dev/loop1 /media/cdrom0/
 # sudo losetup /dev/loop2 /home/lee/iso/bbb.mdf
 # sudo mount   /dev/loop2 /media/cdrom0/

create iso
sudo     df -h
文件系统            容量  已用 可用 已用% 挂载点
/dev/sda8              28G   18G  8.7G  67% /
tmpfs                1012M     0 1012M   0% /lib/init/rw
varrun               1012M  252K 1012M   1% /var/run
varlock              1012M     0 1012M   0% /var/lock
udev                 1012M  2.8M 1009M   1% /dev
tmpfs                1012M  104K 1012M   1% /dev/shm
lrm                  1012M  2.0M 1010M   1% /lib/modules/2.6.27-11-generic/volatile
/dev/sdb              2.0G  1.6G  427M  79% /media/UNIS
/dev/scd0             675M  675M     0 100% /media/cdrom0

sudo dd if=/dev/scd0 of=/home/lee/iso/abc.iso

ubuntu

http://cdimage.ubuntu.com/dvd/current/

There is only one user u can login after your installation. The root user is not allow to login at first. You can type "sudo -s -H" to change the root password if u need. It's relating to security that ubuntu set root for this state. Less to use root account for unix system sercurity.


Make sure you had install video card driver. (such as ATI / Nvidia)
Now reboot.

System    ->    Administration    ->    Synaptic Package Manaher  
search for  compiz * and ccsm *

mark all of these. 
It's very easy by using ubuntu.  Just apt-get install ***           ^_^.

Click update.


Click Application    ->    System Tools    ->    compiz-config

Enable Compiz

Ctrl+Alt LeftClick























NOTE:
U must have make sure that the driver of your video card was successfully been installed ,before u run compiz 3D.










阅读(4901) | 评论(22) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2010-09-19 13:11:14

1.将当前目录下所有.txt文件打包并压缩归档到文件this.tar.gz,我们可以使用 tar czvf this.tar.gz ./*.txt 2.将当前目录下的this.tar.gz中的文件解压到当前目录我们可以使用 tar xzvf this.tar.gz ./

chinaunix网友2010-09-19 13:11:14

1.将当前目录下所有.txt文件打包并压缩归档到文件this.tar.gz,我们可以使用 tar czvf this.tar.gz ./*.txt 2.将当前目录下的this.tar.gz中的文件解压到当前目录我们可以使用 tar xzvf this.tar.gz ./

chinaunix网友2010-09-16 10:56:43

sudo apt-get install libxine1-all-plugins

chinaunix网友2010-09-16 10:56:43

sudo apt-get install libxine1-all-plugins

chinaunix网友2009-03-30 13:26:56

http://www.oklinux.cn/html/Basic/jyjq/20080325/49979.html