Tag Archives: opensuse


让Ubuntu飞一会儿

PC (70)

很久以前我一直使用的rpm based Linux,原因很简单,我只要手握一张最新的DVD,就可以走遍天下都不怕,特别是对SuSE Linux的yast很依赖,因为它可以帮我解决rpm包之间的依赖性。这样工作起来就很简单,基本上是搜索到软件包之后,点击安装既可以搞定所有的软件安装工作。 来到Ubuntu世界的我并不很满意,最近一次的apt-get update,以失败告终,险些把家里的PC的一块硬盘给搞丢了,因为升级失败导致分区表失效了,Win操作系统不认了。直接崩溃,好在那Live Cd模式进入还能勉强看得那个盘里的东西,恢复到移动硬盘,重新格式化该分区,才把文件恢复了。着实让我虚惊一场。 我比较喜欢一些小的LAMP堆栈式安装的Linux,如TurnkeyLinux。安装可以在10分钟内搞定系统安装。今年家里的宽度升级到2MB了,因此带宽上逐渐能满足Ubuntu这种从网上升级的需求。下面就是找国内的升级的源了,进过几个月的使用,最近觉得在北京的联通固定宽带的用户,使用163的镜像站点速度还是不错的。再次感谢国内的这样的无私奉献的公司,使得在国内的开源用户可以更快更方便。废话说了一堆:)哈哈下面也就是这几条命了的事情。 第一步,当然要选择近水楼台的163了,来参考http://mirrors.163.com/.help/ubuntu.html 的帮助文档,根据你操作系统的版本,更新/etc/apt/sources.list 文件即可,之后你的Ubuntu就是从国内的较快的站点上下载包了 第二步,安装多线程apt下载加速工具apt-fast root@lamp ~# apt-get install python-software-properties root@lamp ~# add-apt-repository ppa:tldm217/tahutek.net root@lamp ~# apt-get update root@lamp ~# apt-get install apt-fast root@lamp ~# apt-fast -v apt 0.7.25.3ubuntu9.3 for i386 compiled on Sep  9 2010 22:22:02 Supported modules: *Ver: Standard .deb *Pkg:  Debian dpkg interface (Priority 30)

Continue reading »

M$ Windows is eating your hard driver

No matter Bill says how friendly M$ Windows is. It is eating more and more my free disk space. Toady I figured out some tips for releasing disk space. In Windows file explore, you can not see the folder size without checking on property. So you may need a tool, something like FolderSizes. FolderSize helps

Continue reading »

Xen quick start guide on openSuSE Linux 10.3

If you had installed VMWare workstation on any Linux, you may have kernel source problem. Because a default Linux installation do not include kernel source package. I’m just saying that you should always play with open source Virtualization, Xen or Virtial Box are all good stuff to run ;)  . I got some screen-shots for

Continue reading »

Install Oracle 10.2.01 on OpenSuSE 10.3

A) Download 10201_database_linux32.zip from Oracle website. B) Download 10gR2_openSUSE102_introduction.pdf and ora.rpm from ftp ftp.novelŀcom C) Install Oracle, following quick steps: 1. Install openSUSE 10.2 with “C/C++ Development” selection. 2. Download and Install orarun package. 3. Enable and set password for newly created user oracle by orarun. 4. Set updated kernel parameters by executing /etc/init.d/oracle start.

Continue reading »

How to install hyperic-hq on openSuse 10.2

Make the hq and group groupadd hq useradd -c ‘hyperic hq’ -d /home/hq -g hq -s /bin/bash hq mkdir /home/hq chown -R hq.hq /home/hq Untar installer package and install cd /home/hq tar zxf hyperic-hq-installer-3.0.4-389-x86-linux.tgz chown -R hq.hq . su hq hq@Suse:~> cd hyperic-hq-installer/ hq@Suse:~/hyperic-hq-installer> ls LICENSES.txt agent-3.0.4.tgz installer-3.0.4 server-3.0.4.tgz setup.bat setup.sh shell-3.0.4.tgz hq@Suse:~/hyperic-hq-installer> ./setup.sh Unpacking

Continue reading »

Page 1 of 212