Show Posts

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.


Topics - propofol

Pages: [1]
1
Linux Applications / Portabase On Kickstarter
« on: September 14, 2012, 02:29:13 am »
This is an opensource database very equavalent to HanDBase. Since it is opensource it can be compiled to run on +/- any linux distribution. I have used Portabase initially on my Zaurus and then on my Netwalker. I found it very handy to have a database on a mobile device as well as my desktop PCs (home & work). Particularly if the database files are stored in a Dropbox folder for instant synchronization.

Regards,
Stefan

PS I am in not associated with the project in any way, I just found this a very useful program.

2
Sharp PC-Z1 NetWalker / Vote For Dropbox Support On Arm
« on: July 08, 2010, 02:49:32 am »
I use Dropbox since it simplifies syncing files across the various real & real Windows & Linux computers I have between home & work. They have free storage of 2Gb. Unfortunately they do not have an arm binary yet. Apparently it may be in the works. If any of you use Dropbox, please add a vote on their forums.
Dropbox proprietary arm binary

I anyone is interested, I am using rsync to upload files from my Netwalker to my "always on" server at home over ssh:
Code: [Select]
rsync -ave 'ssh' ~/files/ user@homeserver.net:~/Dropbox/This works but it is not ideal & I need to have a server always running to make it useful.

Regards,
Stefan

3
Sharp PC-Z1 NetWalker / Iqnotes
« on: June 16, 2010, 02:10:37 am »
I thought I would upload the binary & resources - one day I will try my hand at making a real debian package however I have a few to many other things taking up my time. This needs to be uncompressed in root:
Code: [Select]
cd /
sudo tar xzvf iqnotes-2.0.4-armel.tar.gz

md5sum:
ebfc036d8af9e2afc5e7120e17b3fcf5  iqnotes-2.0.4-armel.tar.gz

Regards,
Stefan

(Original source: IqNotes)

4
Sharp PC-Z1 NetWalker / Portabase
« on: June 06, 2010, 11:36:43 pm »
I needed a replacement for the closed source tkcCard database. The best replacement so far seems to be Portabase. I have recompiled it for the Netwalker. If anyone is interested, I have added the debian archive. I do not know much about creating archives but this should not do to much damage. I used the original archive and substituted the armel binaries.  The other program that I have used on my Zaurus was IqNotes which I have compiled from the desktop source code. If anyone is interested, I can upload it to the forum.

Regards,
Stefan

5
Sharp PC-Z1 NetWalker / Working Netbook Remix On Netwalker
« on: May 27, 2010, 06:49:02 pm »
I have been very keen on getting this functional on my Netwalker and it seems to be working. It does require mixing packages which may potentially cause problems. This was scraped together from various sources.

(From http://plaza.rakuten.co.jp/kapper1224/diary/201003120000/)
 
Add lucid to /etc/apt/sources.list:
 
Code: [Select]
 #deb http://ports.ubuntu.com/ jaunty main universe multiverse restricted
 deb http://ports.ubuntu.com/ lucid main universe multiverse restricted

Code: [Select]
sudo aptitude update
sudo aptitude install firefox
sudo aptitude install openoffice.org
sudo aptitude install netbook-remix-efl

Note: It is probably better to remove lucid from apt sources.list file or alternatively to have both jaunty & lucid available use apt pinning described below.

This is required before betbook-launcher-efl will run:
(From http://webcache.googleusercontent.com/sear...clnk&gl=us)

Code: [Select]
sudo ln -s /usr/lib/libembryo-ver-svn-02.so.0 /usr/lib/embryo.so.0
sudo ln -s /usr/lib/libembryo-ver-svn-02.so.0 /usr/lib/embryo.so

Auto launch:
Add netbook-launcher-efl to
Preferences -> Startup Applications

To get the remix theme without requiring Ctrl-Alt-Esc:
In System tools/Configuration editor -> set apps/nautilus/preferences/show_desktop to false,

or

(From http://www.mybookmarks.ro/linux/how-to-add...el-locked-fix/)

Ubuntu Netbook Edition 2D:
Code: [Select]
sudo ln -s /etc/xdg/xdg-une/autostart/maximus-autostart.desktop /etc/xdg/autostart/ #this makes Maximus run at login
sudo ln -s /etc/xdg/xdg-une-efl/autostart/netbook-launcher-efl.desktop /etc/xdg/autostart/ #this launches the UNE interface at login
sudo ln -s /usr/share/gconf/une/default/20_une-gconf-default /usr/share/gconf/defaults/
sudo ln -s /usr/share/gconf/une/mandatory/20_une-gconf-mandatory /usr/share/gconf/defaults/
sudo update-gconf-defaults

Then log out and in the the GDM login screen, chose "GNOME" instead of "Ubuntu Netbook Edition" or "Ubuntu Netbook Edition 2D"

For those living on the edge (i.e. make a recovery disk first): you could try Apt Pinning:
Add lucid & jaunty to /etc/apt/sources.list:
 
Code: [Select]
 deb http://ports.ubuntu.com/ jaunty main universe multiverse restricted
 deb http://ports.ubuntu.com/ lucid main universe multiverse restricted

sudo vi /etc/apt/preferences
Code: [Select]
Package: *
Pin: release a=jaunty
Pin-Priority: 700

Package: *
Pin: release a=lucid
Pin-Priority: 600


Then do:
sudo aptitude update
sudo aptitude safe-upgrade -> this may take a while to sort out conflicts

Notes on pinning:

Install package from specific version:
apt-get install -t lucid package
or
aptitude -t lucid install package

Check what versions of "package" are available:
apt-cache policy package

Keep a package from being updated:
echo package hold | dpkg --set-selections

Restore:
echo package install | dpkg --set-selections



Alternatives to pinning -> compile source from a development version:

Add the following line to /etc/apt/sources.list
Code: [Select]
deb-src http://archive.ubuntu.com/ubuntu intrepid main restricted universe multiverse
sudo apt-get update

Code: [Select]
sudo apt-get build-dep package
sudo apt-get -b source -t lucid package


Regards,
Stefan

6
Sharp PC-Z1 NetWalker / Working Hardware List: Ovation U727
« on: May 23, 2010, 10:41:57 pm »
I have recently bought a Netwalker from Conics.net. The lack of built in wireless, limited memory & incompatibility of Qt/Opie with X being the main issues. So far this seems to be a very good upgrade from the Zaurus 3100.

I thought it may be useful to start a list of compatible hardware.
As a start: I am happy to report that the Ovation U727 works +/- plug & play. The only step is to do and eject + umount /dev/sr0 first.

Regards,
Stefan

7
Software / Csv To Ms Excel Conversion
« on: February 24, 2006, 12:16:30 am »
I am using linstanpump to generate large comma separated value files on my Zaurus. Unfortunately I cannot import it directly into Hancomsheet. Are there any open source programs available which can do a cvs to xls conversion? It has to run on the Zaurus.
I have found a perl program on the internet however I could not get it working.

Regards,
Stefan

8
Software / Povray 3.6.1 + Linstanpump 0.2
« on: December 19, 2005, 01:30:34 am »
I have compiled Povray 3.6.1 & linstanpump 0.2 (linux port of the DOS program stanpump) for the Zaurus. If anyone is interested in trying either program:

http://www.ingogo.net/Zaurus/index_.htm
or
http://www.killefiz.de/zaurus/

Regards,
Stefan

Pages: [1]