20111230

写在2011年最后一天,看看博客已经有两个月没更新过一篇日志了。

最近一个多星期都在黑白颠倒的加班赶微电影《@伴娘》公司的2012贺岁片,现在刚闲下来,因为片子正在总输出。好吧,来把DotA。 Come on!

Posted in: 随笔 by JavasBoy No Comments

第一次成功安装Archlinux Gnome3

记得大学时第一次装Ubuntu,还申请了光盘,一个月后意外的收到了光盘,非常鸡动,而现在亦非常鸡动,因为把Archlinux装上了。整整装了一天一夜,在群里问达人解决问题,重装过3次。最后又在XP系统里装VM,也遇到同样的问题。

经过群里前辈们的指点,一个一个试着找方法,最后终于知道为什么发出现这个问题了。
问题就是装了gnome3、gdm也设置好了 就是进不去桌面。如下图:

Archlinux GDM Error

Archlinux GDM Error

#pacman -S gdm

#usr/share/glib-2.0/schemas/org.gnome.login-screen.gschema.xml: Error on line 5 char 1: invalid name ‘enable-fingerprint-authentication’: maximum length is 32. This entire file has been ignored.

#/etc/rc.d/gdm start

#/usr/sbin/gdm-binary: symbol lookup error:/usr/sbin/gdm-binary:undefined symbol:g_cclosure_marshal_generic

问题在于
1、我设置了过多的源,把Chinalist里的源全打开了,只要用163的源就OK了,虽然慢一些,但纯。
2、删除gnome 和gdm pacman -Rscn gdm gnome
还有提示有问题的那个文件 rm /etc/profile.d/locale.sh
3、清空下载目录缓存 pacman -Scc
4、更新系统 pacman -Syy
pacman -Syu
5、重新安装 pacman -S gnome gdm

Archlinux gnome 3

Archlinux gnome 3

 

Posted in: Archlinux, Linux, 电脑 by JavasBoy 20 Comments , ,

希特勒已经不能阻止C4D了

转载于钉子酷http://www.letsmg.com/ 感谢分享。

Posted in: Cinema 4D by JavasBoy 1 Comment ,

Cinema 4D小技巧集-C4D提高效率技巧

大家都知道C4D很好用,而且有用多地方非常人性化,我想这应该是一个后起之秀软件的优点。

本文转载于花青虎的博客

1、用数值精确定义曲线左右切线长度
用数值精确定义曲线左右切线长度

用数值精确定义曲线左右切线长度
也可以双击选中的点,打开快捷修改对话框

2、Ctrl+左键点击参数前的小圆圈设置关键帧,shift+左键删除关键帧,ctrl+shift+左键删除轨迹

3、Alt+g群组,Shift+g取消群组,按住alt创建的物体将作为父集,按住shift创建的物体将作为子集。按住ctrl键点击父集前的加号能全部展开子集

4、在对象管理器里快速找到选中的物体:视窗中选中物体后,对象管理器-查看-转到第一活动对象,可以设置快捷键,更有效率的操作
(阅读全文……)

RedHat5_64最简单的安装Flash方法

之前在网上找的那些手动复制那个Flash文件到那个Flash-plagin文件夹的方法怎么设置都不管用。

先安装安装rpmforge-release,把这个复制在GOOGLE里然后找到你对应系统版本的那个最新版本的下载下来安装。安装好后就可以使用yum命令来安装一些常用软件了。

yum install flash-plugin(firefox的flash插件)
yum install fuse-ntfs-3g(能访问微软系统nfts磁盘)
yum install rar(读写rar压缩文件)
yum install vlc (强大的播放器)

这次我装了redhat 5.3 换好Centos 5的yum源后再装上了上面这个RPMFORGE,运行yum install flash-plugin 提示少依赖关系。
——————————————————————————

–> Missing Dependency: libkdeui.so.5()(64bit) is needed by package flash-plugin-11.0.1.60-0.1.el5.rf.x86_64 (rpmforge)
flash-plugin-11.0.1.60-0.1.el5.rf.x86_64 from rpmforge has depsolving problems
–> Missing Dependency: libkutils.so.4()(64bit) is needed by package flash-plugin-11.0.1.60-0.1.el5.rf.x86_64 (rpmforge)
flash-plugin-11.0.1.60-0.1.el5.rf.x86_64 from rpmforge has depsolving problems
–> Missing Dependency: libkdecore.so.5()(64bit) is needed by package flash-plugin-11.0.1.60-0.1.el5.rf.x86_64 (rpmforge)
Error: Missing Dependency: libkdeui.so.5()(64bit) is needed by package flash-plugin-11.0.1.60-0.1.el5.rf.x86_64 (rpmforge)
Error: Missing Dependency: libkdecore.so.5()(64bit) is needed by package flash-plugin-11.0.1.60-0.1.el5.rf.x86_64 (rpmforge)
Error: Missing Dependency: libkutils.so.4()(64bit) is needed by package flash-plugin-11.0.1.60-0.1.el5.rf.x86_64 (rpmforge)
You could try using –skip-broken to work around the problem
You could try running: package-cleanup –problems
package-cleanup –dupes
rpm -Va –nofiles –nodigest
———————————————————————————-
我刚才的解决方法是:在软件包管理者那里搜索flash,会有几个版本,我选择了flash-plugin-10.3.162.29这个点应用就可以正常安装了,我觉得是11新版的flash弄好。如图:

install_remove_Package

install_remove_Package

flash-plugin-10.3.162.29

flash-plugin-10.3.162.29

 

 

Posted in: Linux, 电脑, 随笔 by JavasBoy 7 Comments , ,
Page 1 of 20 1 2 3 4 5 6 7 8 9 10 ...19 20 »