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 - patzoul

Pages: [1] 2
1
Security and Networking / Script For Connecting To A Wifi Network
« on: May 29, 2010, 04:53:53 am »
I have the following script to connect to a wifi network that will allow me to automatically input the login and password on a webpage. Where should I put this script so that it launches automatically?

script:
#!/bin/sh
CURL=`which curl`
login=SAISIR LOGIN
password=SAISIR MOT DE PASSE
IWGETID=`which iwgetid`
ESSID="FreeWifi"
isFreeWifi="`$IWGETID |grep $ESSID |wc -l`"
if [ $isFreeWifi = "1" ]
then
    priv=`$CURL https://wifi.free.fr/ |grep "<input name=\"priv\" id=\"priv\" type=\"hidden\"" | sed -e 's/^.*value=\"\(.*\)\"\s.*/\1/'`
    $CURL -d "login=$login&password=$password&priv=$priv&submit=Valider&url=http://www.free.fr" https://wifi.free.fr/
    espeak "FreeWifi network connected"
fi

2
Software / Opiereader Keyshortcuts
« on: April 23, 2010, 04:46:29 pm »
I installed opiereader on cacko 1.23. At the first launch, I misconfigured the key shortcuts to move across pages. How can i reconfigure them?

3
Zaurus - pdaXrom / Beta4 - Dead C760
« on: August 11, 2006, 11:30:47 pm »
I tried to install beta4 on my C760. During the install, I got an error message saying it coudnlt write anymore on the device after the 2nd reboot. The install them attempted to reboot but nothing happened. I turned the C760 off by removing battery and power supply but now I can restart it neither with OK + Power or M + D + Power.

Any suggestions?

4
Zaurus - pdaXrom / Ipkg - Automatic Install
« on: June 04, 2006, 09:51:09 am »
I tried to install kdelibs via ipkg command line. The installation did not start because the download of the .ipk failed at some point (I lost the wifi internet connection). Now whenever I want to install another file, I always get a message asking whether I want to install kdelibs. How can I remove that message?

5
Zaurus - pdaXrom / 1gb Sd Card & C760 Problem
« on: June 03, 2006, 09:10:48 am »
I got a 1GB SD Card for my C760 but I keep having problems with it. I've tried to create 1 partition (ext2) or 2 partition (1 ext2 and 1 FAT16).

I can get it to mount and start installing application on the ext2 partition but systematically I get to a point where a larger installation for ex abiword or kdepimpi will go on forever. When I reboot after that I get input/output errors on the SD card.

any suggestions?

6
Zaurus - pdaXrom / Timing For 1.1.0beta4 For C760
« on: May 30, 2006, 09:36:42 am »
What is the timing for the release of 1.1.0beta4 for the C760?

7
Zaurus - pdaXrom / Sd Card Ext2 Formatting / Partition
« on: May 23, 2006, 09:35:11 am »
I bought a 1gb sd card. I used fdisk to define 2 partitions by using the following command:
fdisk /dev/mmcd/disc0/disc

The first partition is of type 83 (ext2). The second one of type 6 (FAT16).
After I confirm the setting changes by exiting fdisk with 'w', I get a 'bad blocks count' error message when I run the command mkfs.ext2 /dev/mmcd/disc0/disc.

How can I create a partition correctly as I would like to be able to mount my sd card both on my C760 via partition 1 and on my Mac via partition 2?

8
Zaurus - pdaXrom / Sd Card / Partition / C760
« on: May 23, 2006, 09:31:35 am »
I bought a 1gb sd card. I used fdisk to define 2 partitions by using the following command:
fdisk /dev/mmcd/disc0/disc

The first partition is of type 83 (ext2). The second one of type 6 (FAT16).
After I confirm the setting changes by exiting fdisk with 'w', I get a 'bad blocks count' error message when I run the command mkfs.ext2 /dev/mmcd/disc0/disc.

How can I create a partition correctly as I would like to be able to mount my sd card both on my C760 via partition 1 and on my Mac via partition 2?

9
Zaurus - pdaXrom / Justreader Command Line
« on: May 10, 2006, 07:38:30 am »
Do you know what is the syntax to open an html file with justreader using the command line?

I tried justreader x.html but I doesnt open the file. It just launches justereader and an error message pops up saying it couldnt open the file.

10
Zaurus - pdaXrom / Gnumeric / Libiconv
« on: May 08, 2006, 09:19:34 am »
I installed gnumeric on my SD card but when I try to start it, I get an error about a missing libiconv library.

Any suggestions?

11
Zaurus - pdaXrom / File Manager
« on: May 06, 2006, 10:20:35 pm »
What file manager do you use if any for pdaxrom?

12
Zaurus - pdaXrom / Notecase / Libiconv
« on: May 05, 2006, 10:40:36 pm »
I installed Notecase that I got from this forum (in Package Announcement) but when I try to start it I get an error:
notecase: error whilel loading shares librairies: libiconv.s0.2: cannot open shares object file: No such file or directory.

Where can I get this missing library?

13
Zaurus - pdaXrom / Qbedic - Window Problem
« on: May 03, 2006, 08:55:30 pm »
I installed qbedic but when I launch it, it opens a very small window which is also missing the top bar that would allow me to maximise, minimise and close it.

Any ideas for fixing this?

14
Zaurus - pdaXrom / Ar Command
« on: May 02, 2006, 09:42:53 am »
I need to use the ar command to unpack a .deb package but I dont have it installed on my Zaurus. Where can I get it?

15
Zaurus - pdaXrom / Zsafe .deb
« on: May 01, 2006, 07:12:03 am »
I managed to find a .deb installation file for zsafe. What do I need to do to install it? With ipkg I get an error message from the start because the file name doesnt contain .ipk.

Pages: [1] 2