Yahoo! has also relesased the User Interface Library (dubbed YUI Library) it has used to create at least some of the YMail interface under the BSD License. http://developer.yahoo.com/yui/
I've not spent much time playing with it, but it looks like an interesting collection of code.
It's probably due to the LD_LIBRARY_PATH hacking it does. If you set your LD_LIBRARY_PATH to be that of your fglrx libGL.so folder, it should work.
Also the binary requires 32 bit X11 libraries etc. so it does not run under pure 64 bit mode.
I would also like to add DVR like the PSX console in Japan had too
I just want someone to port MythFrontend to it and I'd be happy (as long as a the plugins compile).
Yeah, naturally the h/w encryption/random num. gen. on the VIA Nehemiah will be faster for doing that. I don't actually use it with any sort of encryption anyway (it's a network boot frontend for MythTV) and so uses plain old NFS (I trust my network, but keep all my media on an encrypted partion (the vast majority of it is morally legal - copies of my own CDs/records/DVDs etc., and recordings of TV etc. but I want to be able to prove a point should anyone come snooping:)
That said, I was wrong when I said that the Nehemiah was not i586 compatible, it is. It is not however i686 compatible. It does report that it is, but I believe from previous experience that there are a couple of instructions it doesn't support, and various VIA forums etc. support this (though I could be miss informed). I do know that it will not boot with a stock pre-compiled kernel from Mandriva for the last few versions as these are compiled for i686. You have to use the i586 kernel which is explicitly compiled for i586 processors for it to work.
Actually come to think of it, it may not be the 10k Nehemiah that doesn't work, but one of the slower, 600MHz versions.... I can't fully remember just now.
Anyways, this has gone a little off topic now, so it's probably enough nonsense from me:)
Cool. I know my Athlon is 100% i586 compatible.... I know what you mean re: modern x86 processors not being fully i586 compatible. My little VIA M10000 MiniITX board springs immediately to mind as an example.
As you can see the results with aes-i586 are significantly better:) The write operations took a lot of CPU cycles in kjournald (I'm using ext3 so you may get better speeds with other filesystems).
Does anyone know of any reason not to use aes-i586.ko?? I assume they are exactly equiv?
Anyways, I've added the line:
alias aes aes-i586 to my modprobe.conf.
So if The Reg is correct, why is MS changing IE? If the patent is nullified, then it's nullified for everyone - MS included.....
Perhaps it was unnullified?
I find it incredibly funny that all the slashdotters here are far to wound up in their own little defensive worlds to spot a joke when they see it.
The Reg runs Otto Stern and Verity Stob and numerous other "joke" stories from time to time as a break from the us from the normal monotony of the usual *real* corporate attacks on Linux etc.!!
Get a life.
Col
Erm.... this is possibly the oldest trick in the world....
Just put a script called "saferm.sh" (or whatever) somewhere in your home directory, and (as $PATH ususally specifies system paths first), put an alias rm='path/to/my/saferm.sh' in your.bashrc.
The script can then move the file your are deleting to your e.g./home/me/Trash folder or something.
if you really want to go crazy and do it system wide, just slap the scripts in a common folder and slap the alias definition in/etc/profile.d/ or similar.
If you want the real rm command, just use the full path.
While not 100% perfect, this technique will work on 99% of accidental deletes.
That said I still don't use it as I tend to prefer teaching myself a lesson when I mess up and "rm -rf/".....
From The Register:
Dover school board booted out in electionsAll eight Dover, Pennsylvania school board members up for re-election have been booted out after introducing intelligent design to the science classroom. In their place are a number of those who campaigned against the policy.
I wonder if I can run VoTP applications?
Where is your script Ash? Sounds interesting...
Yahoo! has also relesased the User Interface Library (dubbed YUI Library) it has used to create at least some of the YMail interface under the BSD License. http://developer.yahoo.com/yui/
I've not spent much time playing with it, but it looks like an interesting collection of code.
It's probably due to the LD_LIBRARY_PATH hacking it does. If you set your LD_LIBRARY_PATH to be that of your fglrx libGL.so folder, it should work. Also the binary requires 32 bit X11 libraries etc. so it does not run under pure 64 bit mode.
I would also like to add DVR like the PSX console in Japan had too I just want someone to port MythFrontend to it and I'd be happy (as long as a the plugins compile).
Yeah, naturally the h/w encryption/random num. gen. on the VIA Nehemiah will be faster for doing that. I don't actually use it with any sort of encryption anyway (it's a network boot frontend for MythTV) and so uses plain old NFS (I trust my network, but keep all my media on an encrypted partion (the vast majority of it is morally legal - copies of my own CDs/records/DVDs etc., and recordings of TV etc. but I want to be able to prove a point should anyone come snooping :)
That said, I was wrong when I said that the Nehemiah was not i586 compatible, it is. It is not however i686 compatible. It does report that it is, but I believe from previous experience that there are a couple of instructions it doesn't support, and various VIA forums etc. support this (though I could be miss informed). I do know that it will not boot with a stock pre-compiled kernel from Mandriva for the last few versions as these are compiled for i686. You have to use the i586 kernel which is explicitly compiled for i586 processors for it to work.
Actually come to think of it, it may not be the 10k Nehemiah that doesn't work, but one of the slower, 600MHz versions.... I can't fully remember just now.
Anyways, this has gone a little off topic now, so it's probably enough nonsense from me :)
Cool. I know my Athlon is 100% i586 compatible.... I know what you mean re: modern x86 processors not being fully i586 compatible. My little VIA M10000 MiniITX board springs immediately to mind as an example.
Thanks to the poster above who pointed this out to me...
:) The write operations took a lot of CPU cycles in kjournald (I'm using ext3 so you may get better speeds with other filesystems).
I am using dm-crypt on top of a level 5, 3 disk SATA raid.
The system just used a normal aes.ko module so I decided to try the aes-i586.ko module (the server is a Athlon XP 2400+ with 512 MB RAM).
Here are my results:
Control Read test file (non-crypted)...
1) 0.01user 1.43system 0:17.99elapsed 8%CPU
2) 0.03user 1.43system 0:18.07elapsed 8%CPU
3) 0.03user 1.43system 0:17.94elapsed 8%CPU
AES
===
Write test file....
1) 0.05user 4.99system 0:53.26elapsed 9%CPU
2) 0.05user 4.88system 0:52.85elapsed 9%CPU
3) 0.06user 4.87system 0:50.14elapsed 9%CPU
Read test file....
1) 0.03user 2.00system 0:36.44elapsed 5%CPU
2) 0.03user 1.97system 0:36.99elapsed 5%CPU
3) 0.03user 1.94system 0:35.55elapsed 5%CPU
AES-i586
========
Write test file....
1) 0.06user 4.65system 0:42.12elapsed 11%CPU
2) 0.03user 4.90system 0:40.38elapsed 12%CPU
3) 0.04user 4.77system 0:42.02elapsed 11%CPU
Read test file....
1) 0.03user 1.87system 0:22.22elapsed 8%CPU
2) 0.04user 1.91system 0:21.80elapsed 8%CPU
3) 0.02user 1.90system 0:22.00elapsed 8%CPU
As you can see the results with aes-i586 are significantly better
Does anyone know of any reason not to use aes-i586.ko?? I assume they are exactly equiv?
Anyways, I've added the line:
alias aes aes-i586
to my modprobe.conf.
Cheers for the advice.
So if The Reg is correct, why is MS changing IE? If the patent is nullified, then it's nullified for everyone - MS included..... Perhaps it was unnullified?
I find it incredibly funny that all the slashdotters here are far to wound up in their own little defensive worlds to spot a joke when they see it. The Reg runs Otto Stern and Verity Stob and numerous other "joke" stories from time to time as a break from the us from the normal monotony of the usual *real* corporate attacks on Linux etc.!! Get a life. Col
Erm.... this is possibly the oldest trick in the world.... Just put a script called "saferm.sh" (or whatever) somewhere in your home directory, and (as $PATH ususally specifies system paths first), put an alias rm='path/to/my/saferm.sh' in your .bashrc.
The script can then move the file your are deleting to your e.g. /home/me/Trash folder or something.
if you really want to go crazy and do it system wide, just slap the scripts in a common folder and slap the alias definition in /etc/profile.d/ or similar.
If you want the real rm command, just use the full path.
While not 100% perfect, this technique will work on 99% of accidental deletes.
That said I still don't use it as I tend to prefer teaching myself a lesson when I mess up and "rm -rf /".....
From The Register: Dover school board booted out in elections All eight Dover, Pennsylvania school board members up for re-election have been booted out after introducing intelligent design to the science classroom. In their place are a number of those who campaigned against the policy.