1
Linux Applications / Stat Command
« on: April 11, 2007, 06:54:24 am »Quote
zgcc is the native compiler that runs on the Z directly. it is not a cross compiler...Yes... Sorry about the confusion. Found it, thank you.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
zgcc is the native compiler that runs on the Z directly. it is not a cross compiler...Yes... Sorry about the confusion. Found it, thank you.
coreutils are included as part of the zgcc images...Thank you. I've got the vmware VM running. Is there some docs available how it is used as cross compiling environment?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157905\"][{POST_SNAPBACK}][/a][/div]
They probably also don't want to commit any resources for Zaurus port since Zaurus is going to be out of production which means no more potential customers.I have to say that textmaker2002 only looks promising. But it has a few nasty bugs which prevents productive use for me. Sadly the company behind textmaker does not fix any of these bugs.
I don't know if the flash controllers on the cards understand the fat filesystem enough to do any special wear levelling, but that might be the case and explain why cards seem to wear out quicker using ext3.No, I think the reason is journal updates.
Hmmm... is this the same for ext3?Yes. The main difference between ext2 and ext3 is journalling. ext3 is ext2 with added journalling feature. Which advantages do you expect from journalling on a PDA?
I formatted that 4gb card to ext2 (mkfs.ext2) and this is what system info shows:Did you add "-m 0" to mke2fs? Normally mke2fs reserves 5% of filesystem space wich can only be used by "root". That is to avoid dos situations if the filsystem is 100% filled (from normal user's point of view). root has additional 5% to give him/her the chance to delete some files. IMO this makes only sense in multi user environments. So you can reclaim this space on the Zaurus.
SD Card - /mnt/card ext2 : 3860MB
Used (196MB) Available (3664MB)
So I've lost 7% in file space due to linux filesystem overhead compared to Fat32.
Can anyone tell me what's up with that?
EDIT: I just figured out how to "Force" Netfront to open the various threads/links.
It is a time consuming, roundabout method. :( :(
1. Click link, and error message dialog pops up.
2. copy/paste the entire error message into the URL bar in Netfront.
3. Delete all characters to the right of "/indexe965.html" (Starting with the question mark).
4. Now click the "goto" arrow and it will take you to the URL that was given in the error message.
for i in *.html; do perl -pe 's/\?[0-z]{1,10}\.html//g' $i > oesf/data/$i; done
cd oesf/data
for i in *.html; do sed -e "s#\.\./\.\./\.\./external\.html?link=##g" $i > ../../oesf/data1/$i; done
cd ../../oesf/data1
for i in *.html; do sed -e "s#\.\./\.\./\.\./external\.gif?link=##g" $i > ../../oesf/data2/$i; done
for i in *.html; do sed -e 's#\?[0-z]{1,10}\.html##g' -e 's#\.\./\.\./\.\./external\.html?link=##g' -e 's#\.\./\.\./\.\./external\.gif?link=##g' $i > oesf/data/$i; done
So i just meant that you won't see the batteries ifThank you for clarifying this. A real alternative to the pricy Sharp battery.
you browse through trisoft.de, but if you click at
the "online shop" button, they're listed as "R-EA-BL06"
and "R-EA-BL11".
They aren't actually on the website, but in our shop. We haveWhy don't you sell them online?
them for a year now and received no complaints.
As far as i can remember, it runs fast. what version are you using?
If you use lcfont, you don't type "\". If you type \ print the "yen" character.Yes, you're right.
If you resolve this problem can you tell me the solution.As there is no way to add entries to the "Fonts" menu, I think the only way is to look for a replacement font (fixed width). You can backup lcfont and rename this new font to "lcfont".
have you tried pressing fn + 2?I was a bit inaccurate. fn+1 / fn+2 works with qkonsole. But qkonsole consumes VERY much memory.