Posted 11 months, 1 week ago at 11:32 am. 0 comments
I run the jUploadr file I get this error:
libswt-pi-gtk-3232.so: wrong ELF class
search and find this result
Are you running a 64 bit processor? You might want to download 64 bit java and the 64 bit version of jUploadr.
this is jUpload r for AMD 64 version
http://sourceforge.net/project/showfiles.php?group_id=127771&package_id=139883&release_id=483032
Popularity: 11% [?]
Tags:
flickr
Posted 11 months, 1 week ago at 11:32 am. 0 comments
ubuntu cn flickr group
大家有什么 ubuntu 好玩的图片,也可以发到组中来。
Popularity: 11% [?]
Tags:
flickr,
ubuntu
Posted 11 months, 1 week ago at 11:32 am. 0 comments
sopcast 现在的节目源还不少,比开始好多了…

安装图形界面版本:
rpm:http://apt.magiclinux.org/magic/2.1/unstable/RPMS.os/qsopcast-0.2.4-4mgc.i686.rpm
或者
srpm:http://apt.magiclinux.org/magic/2.1/unstable/SRPMS.os/qsopcast-0.2.4-4mgc.src.rpm
sudo alien -i xxxx.rpm
即可。在 配置 - 配置 中可以设置声音或者视频的播放器。默认是 amarok 和 kaffine,可以改成 mplayer 之类。
guoshuang2007-12-10+我转好的 .deb 文件
qsopcast_0.3.5-3_i386.deb
sp-sc_1.0.2-2_i386.deb
Popularity: 20% [?]
Tags:
deb,
flickr,
linux,
mplayer
Posted 11 months, 1 week ago at 11:32 am. 0 comments

还可以,运行也不是很卡。默认网络就是通的。

注意设置 hostkey,我设置的是 ctrl 键。在虚拟机中按 ctrl 键可以把鼠标和键盘操作从虚拟机中解放出来。
另外,virtualbox 需要用户是 vboxusers 组成员(root 当然可以)
sudo usermod -G vboxusers -a guoshuang
将 guoshuang 加入 vboxusers 组
usermod 修改用户配置
-G group 加入 group 组
-a 追加而不是从原来的组移动过来
注意:修改当前用户组后需要注销重新登录使权限生效!
错误信息:
You are not a member of the “vboxusers” group. Please add yourself to this
group before starting VirtualBox.
相关资料:
VirtualBox虚拟硬件驱动安装
先要在VirtualBox的虚拟机选项中配置你的虚拟机要使用声卡,然后才能安装声卡。
Popularity: 18% [?]
Tags:
flickr,
hp,
screen,
ubuntu,
vi
Posted 11 months, 1 week ago at 11:32 am. 0 comments
除了以前在 flickr uploadr tools for linux 提到的 flickrUploadr 和flickr_upload,我还尝试过 jUploadr(官方推荐)和 Kflickr。

flickrUploadr 需要 phython;jUploadr 需要java环境;个人感觉 flickrUploadr 最好,选择set和tag功能都可以在客户端完成。
相关日志:
install jUploadr under ubuntu
flickr bookmarklets
flickr 相关工具
flickr 官方推荐:
iPhoto Plug-in by Fraser Spiers
1001 (also does uploading)
Uploadr for Gnome’s Nautilus by Marc Nozell
Linux Uploadr by Michele Campeotto
Glimmr for Gnome by Mike Gardiner
Flock by Flock
jUploadr by Steve Cohen
Popularity: 19% [?]
Tags:
cat,
flickr,
gnome,
install,
linux,
ls,
ubuntu
Posted 11 months, 1 week ago at 11:32 am. 0 comments

主要参考了这个文章http://doc.gwos.org/index.php/BerylOnEdgy
我的电脑问题是 geforce 4 显卡,Nvidia 9xxx 系列不在支持老显卡。另外,运行 beryl 需要手工切换窗口管理器。
geforce 4 need the old package.96xx version
http://us.download.nvidia.com/XFree86/Linux-x86/1.0-9631/NVIDIA-Linux-x86-1.0-9631-pkg1.run
以下步骤很乱,仅供参考
1.beryl repos
deb http://ubuntu.beryl-project.org edgy main
wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add -
sudo apt-get update
2.NVIDIA repos
deb http://nvidia.limitless.lupine.me.uk/ubuntu edgy stable
wget -O- –quiet http://nvidia.limitless.lupine.me.uk/ubuntu/root@lupine.me.uk.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install nvidia-glx
sudo apt-get upgrade
sudo nvidia-xconfig –add-argb-glx-visuals
3.install beryl
sudo apt-get install beryl emerald-themes
via http://www.ubuntuforums.org/showthread.php?t=263851&highlight=beryl+nvidia
我们开始吧!!
第二节 安装NV 1.0-9631驱动
1.NV的官方正式版1.0-9631驱动已经发布,而且ubuntu的源里面已经有官方的编译,用一下的方法安装源里的驱动:
http://wiki.ubuntu.org.cn/NVIDIA%E6%98%BE%E5%8D%A1%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE%E6%8C%87%E5%8D%97
一下的方法为手动编译安装驱动,新手如果想锻炼身手可以尝试:
1.去http://www.nvidia.com/object/unix.html下载对应32/64位版本的驱动,放置在home根目录下,方便调用。
2.删除原有驱动(假设你安装过源里面的nvidia-glx驱动,曾经手动安装驱动的可以跳过):
sudo apt-get –purge remove nvidia-glx
然后灰复X的设置
sudo cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf
重启,确定起动正常
3.安装编译环境和前期步骤:
安装头文件和编译环境
sudo apt-get install linux-headers-$(uname -r) build-essential
edgy已经安装好了最新的gcc了,没有装的,自己装上
sudo gedit /etc/default/linux-restricted-modules-common
在最后的双引号里面添加nv两个字,添加后就是“nv”
预防起动X失败
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.mybackup
如果起动X失败,可以用sudo cp /etc/X11/xorg.conf.mybackup /etc/X11/xorg.conf来灰复X设置,然后起动
以下为网络上留传的要点,本人多台机器安装没有使用,如果不行,可以尝试(但是会删除受限制模块,导致某些别的硬件无法使用:
sudo apt-get –purge remove nvidia-settings nvidia-kernel-common
sudo rm /etc/init.d/nvidia-*
4.开始安装(对于曾经手动安装nv驱动的,可以在安装的时候选择卸载旧版的驱动):
请拿出一张纸和一支笔,记录下一下的命令,因为我们要去到纯终端里面安装
注销后,按Ctrl+Alt+F1,登录后
关闭gdm
sudo /etc/init.d/gdm stop
然后开始安装(假设下载的文件放在home根目录下)
sudo sh NVIDIA-Linux-x86-1.0-9631-pkg1.run(如果你下载的是64位驱动 sudo sh NVIDIA-Linux-x86_64-1.0-9629-pkg1.run)
进入安装界面后,首先接受协议,选“接受”
可能会有提示已经安装了旧的驱动(视乎你自己是否有手动安装过),是否删除,选yes就是了,
一般会提示缺少模块,问是否网上下载,选“no”,
提示需要自己编译模块,选“ok”,然后编译安装开始,
最后提示需要修改xorg.conf,是否允许,选yes,
完成安装,选ok。
然后回到终端界面,重启gdm
sudo /etc/init.d/gdm start
现在可以重启试试驱动是否已经装好,在“应用程序-》系统工具-》NVIDIA X server setting里面可以看到驱动的信息
提示:每次更新内核后都需要重新安装nv的驱动!重复第5点的步骤即可
第三节 安装Beryl
1.添加源
建议直接是用亚洲官方或者cn99的源里面的!
不过也可以是用官方的源:
sudo gedit /etc/apt/sources.list
加入以下源
deb http://beryl-mirror.lupine.me.uk edgy main
deb-src http://beryl-mirror.lupine.me.uk edgy main
保存后退出
然后加入钥匙:
wget http://beryl-mirror.lupine.me.uk/1609B551.gpg -O- | sudo apt-key add -
刷新库
sudo apt-get update
sudo apt-get dist-upgrade
详细最新的变化,请看:http://ubuntu.beryl-project.org/
2.安装beryl
sudo apt-get install beryl emerald emerald-themes
修改xorg.conf
sudo gedit /etc/X11/xorg.conf
在 Section “Screen” 里面添加
Option “AddARGBGLXVisuals” “True”
可选:
在 Section “Device” 里面添加
Option “TripleBuffer” “true”
添加如下一项:(本人没有添加)
Section “Extensions”
Option “Composite” “Enable”
EndSection
保存退出
在系统-》首选项-》会话-》起动程序 里面添加一项”beryl-manager“
注销
alt+ctrl+backspace,重启X
登录后享受Beryl带来的快感吧~!
Wink
第四节 错误解决
如果出现窗口框闪烁,可以在系统-》首选项-》会话-》起动程序 里面添加一项”emerald –replace“
对于升级Beryl的朋友,最好删除home里面的.beryl和.emerald里面的setting.ini
http://www.ubuntuforums.org/showthread.php?t=263851&highlight=beryl+nvidia
Popularity: 23% [?]
Tags:
deb,
flickr,
hp,
install,
linux,
ls,
screen,
ubuntu,
unix,
vi
Posted 11 months, 1 week ago at 11:32 am. 0 comments

AWN(avant window navigator 是 linux 下的 dock 工具。
我遇到的安装、使用问题如下:
安装
在 /etc/apt/sources.list 添加下面的源
deb http://download.tuxfamily.org/syzygy42/ feisty avant-window-navigator
然后:
wget http://download.tuxfamily.org/syzygy42/8434D43A.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install avant-window-navigator-svn
设置
在AWN 上右键可以修改 preferences 或者某个应用程序的图标。注意:preferences 中的 fade 选了,就不能上下跳了。
alt+f2 运行 gconf-editor,修改
apps/avant-window-navigator/bar/bar_angle 为 45
/apps/avant-window-navigator/bar/icon_offset 为 18
AWN 的背景是黑色而不是透明?
AWN 需要 beryl 或者 compiz,因为beryl 比较卡,所以我选择的是 compiz。
更多资料:
http://awn.wetpaint.com/page/FAQ
http://www.osxcn.com/ubuntu/avant-window-navigator.html
Popularity: 17% [?]
Tags:
deb,
feisty,
flickr,
install,
linux,
ubuntu,
vi
Posted 11 months, 1 week ago at 11:32 am. 0 comments
要在 laptop上装 pclinuxos,但目前80G,50->win,13->suse,17->ubuntu,win 虽大但有15G mp3和10g左右用于腾挪的电影和软件,只好委屈 ubuntu 了…
首先是分区问题,网上说法大多是 partitionmagic 不适合对linux分区进行处理,但我感觉似乎还可以,以前都是在win下修改分区的,这次准备尝试livecd来修改分区(gparted不能修改已挂接的分区,只能用livecd),但我手头没有ubuntu live cd只有 pclinuxos 2007 live cd ,查到 kde 的分区工具是 qtparted,小白,出发啦,:)…
gparted 改变分区大小,也太慢了吧,这都等了好一会了,取消,警告可能会破坏分区数据!靠,到底行不行啊。
先刻xp盘,以备不测
以下为引用内容:
雨林木风 XP SP2 安装版 2.0 测试版
更新说明:
整合了到 2007 年 9 月 20 日之前的所有必选补丁,支持在线更新,可通过微软正版验证
采用全新的整合技术,系统安装速度更快,系统更稳定
集成 SATA/RAID/SCSI/CPU/Chipset 驱动包,支持更多串口设备
整合 Windows Media Player 10 已经相关补丁
更新 PE 光盘系统,可支持在 PE 下全新安装系统
更新光盘 Tools 目录下的常用软件
下载地址:http://ghost.ylmf.net/test/YlmF_SXP2_Y2.0.iso
MD5: D797C2C78FE460967DF17F21DF05DEC7
SHA1: 5D9DEF38D961B58947B514021C187E9F8D3E026A
注意事项:
1.备份 grub;ubuntu 不能读 suse /boot/grub/menu.lst 文件。
2.小心啊,guoshuang,TMD手头连 xp 盘都没有,万一 mbr 或者什么东东,岂不是郁闷两天不能上网?
还能有什么问题呢?
如果几个小时后,我继续写下去,那就已经在 pclinuxos 里了,回头见…
firstthing is make network works!i have adsl here,after that i will make some chinese and firefox addons,:(
cd/etc/apt/
su root
vim sources.list
ad(change to)d this first!the official repo is so slow!
rpm http://pclosusers.com/pclosusers/pclosfiles pclinuxos/2007 main extra nonfree kde
open pakage manager and reload,and search “chinese”…

pclinx defualt screenshot with mu blog
pclinux will not recoganize before linuxs such as suse and ubuntu,though she can find the partition,:(below is the grub menu.lst from pclinuxos
timeout 11
color black/cyan yellow/cyan
gfxmenu (hd0,8)/usr/share/gfxboot/themes/pclinuxos/boot/message
default 0
title linux
kernel (hd0,8)/boot/vmlinuz BOOT_IMAGE=linux root=/dev/sda9 acpi=on resume=/dev/sda7 splash=silent vga=788
initrd (hd0,8)/boot/initrd.img
title linux-nonfb
kernel (hd0,8)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=/dev/sda9 acpi=on resume=/dev/sda7
initrd (hd0,8)/boot/initrd.img
title failsafe
kernel (hd0,8)/boot/vmlinuz BOOT_IMAGE=failsafe root=/dev/sda9 failsafe acpi=on resume=/dev/sda7
initrd (hd0,8)/boot/initrd.img
title windows
root (hd0,0)
makeactive
chainloader +1
God.i can not input chinese though i installed something,:(but the chinese is much better than before…sth wrong with kde chinese package?if i choose china,i see many box instead of chinese words,:( i can not sure this,or i will can not control the config again.
sudo vim /boot/grub/menu.lst
u can see nothing!u must su root,and then vim…
没有输入法,网上资料也太少,有空用用吧…
英文locale下的scim输入法中文配置
How to Make PCLinuxOS 2007 Support Chinese
Popularity: 20% [?]
Tags:
blog,
flickr,
hp,
install,
laptop,
linux,
ls,
screen,
ubuntu,
vi