DirectShow Filter 资料

http://tmhare.mvps.org/downloads.htm

http://blog.csdn.net/rageliu/article/details/621157

http://www.cnblogs.com/wqj1212/default.html?OnlyTitle=1

http://blog.csdn.net/hunterzy38/article/details/7348593

ubuntu 老版本源

http://old-releases.ubuntu.com/ubuntu/

musca startx pcmanfm 自动挂载

vim /usr/share/polkit-1/actions/org.freedesktop.udisks.policy

  <action id="org.freedesktop.udisks.filesystem-mount">
    <description>Mount a device</description>
    <message>Authentication is required to mount the device</message>
    <defaults>
      <allow_any>yes</allow_any>
      <allow_inactive>no</allow_inactive>
      <allow_active>yes</allow_active>
    </defaults>
  </action>

 

vim ~/.xinitrc

 

eval `dbus-launch --sh-syntax --exit-width-session`

export LANG="zh_CN.UTF-8"

export GTK_IM_MODULE=xim
export QT_IM_MODULE=xim
export XMODIFIERS="@im=fcitx"

#fcitx &

#compton &

synclient TapButton1=1
synclient VertEdgeScroll=1
synclient HorizEdgeScroll=1

export GTK2_RC_FILES="$HOME/.gtkrc-2.0"

exec ck-launch-session dbus-launch --sh-syntax --exit-with-session musca
#exec musca

用inode删除文件

蛋碎的我ln -s了一个叫*的软链接,又不能用rm ./*删,想到可以用inode删除文件啊

wean@thinkpad ~ $ ls -il
总用量 8
1048580 lrwxrwxrwx 1 wean wean   43  5月  5 23:45 * -> /home/wean/weansfile/weanfile/configure/x/*
1048581 drwx------ 2 wean wean 4096  4月 21 23:03 Downloads
1048942 drwxr-xr-x 3 wean wean 4096  4月 19 23:03 weansfile
wean@thinkpad ~ $ find . -inum 1048580 -exec rm -i {} \;
rm:是否删除符号链接 "./*"?y

邪恶力量 高清 磁力链

gentoo su 切换失败,tty登录失败

Apr 29 10:17:39 thinkpad su[21482]: pam_authenticate: Authentication failure
Apr 29 10:17:39 thinkpad su[21482]: FAILED su for root by wean
Apr 29 10:17:39 thinkpad su[21482]: - /dev/pts/1 wean:root
Apr 29 10:18:02 thinkpad login[1910]: FAILED LOGIN (1) on '/dev/tty1' FOR 'root', Authentication failure
Apr 29 10:18:05 thinkpad login[1910]: FAILED LOGIN (2) on '/dev/tty1' FOR 'UNKNOWN', Authentication failure
Apr 29 10:18:07 thinkpad login[1910]: FAILED LOGIN (3) on '/dev/tty1' FOR 'UNKNOWN', Authentication failure
Apr 29 10:18:10 thinkpad login[1910]: FAILED LOGIN (4) on '/dev/tty1' FOR 'UNKNOWN', Authentication failure
Apr 29 10:18:14 thinkpad login[1910]: FAILED LOGIN (5) on '/dev/tty1' FOR 'UNKNOWN', Authentication failure
Apr 29 10:18:14 thinkpad login[1910]: TOO MANY LOGIN TRIES (5) on '/dev/tty1' FOR 'UNKNOWN'

发现在/etc/pam.d/下面没有su文件,那就找一下

wean@thinkpad /etc/pam.d $ equery b /etc/pam.d/su
 * Searching for /etc/pam.d/su ...
sys-auth/pambase-20120417 (/etc/pam.d/su)
wean@thinkpad /etc/pam.d $ sudo emerge -av pambase

VS 工程 ===> MakeFile

西山-油菜花

在linux下安装grub4dos

grub4dos可以用来引导iso,这样用ubuntu的livecd的时候不必每次都做一遍启动

但是gui的安装工具只有windows版的貌似,今天查了一下,在linux下安装grub4dos到mbr的方法,记录一下

下载地址 : http://sourceforge.net/projects/grub4dos/

thinkpad grub4dos # ./bootlace.com /dev/sdb

Disk geometry calculated according to the partition table:

        Sectors per track = 62, Number of heads = 121

Success.

thinkpad grub4dos # cp grldr menu.lst /mnt/

触摸板设置

synclient TapButton1=1
synclient VertEdgeScroll=1
synclient HorizEdgeScroll=1

设置边界滚动,右侧和底部边缘滚动滚动条
轻点触摸板单击

Go back to top