opposite of wget?

2009-04-08 Thread cesarino vinh
With wget, I can download websites. But what can I use for giving data to a html form (eg.: giving the form some data on a webpage, then click ok/or send - but from command line :D )?

Re: dpkg corrupted :(

2009-04-08 Thread cesarino vinh
The solution was: I just "rm -f" the "ls -la /var/lib/dpkg/info | grep mc" files :) then apt-get update&&apt-get install -f, and it's ok now :) no errors It works now, thank you!

Re: dpkg corrupted :(

2009-04-07 Thread cesarino vinh
oh yeah :) I got it... The solution was: I just "rm -f" the "ls -la /var/lib/dpkg/info | grep mc" files :) then apt-get update&&apt-get install -f, and it's ok now :) no errors

Re: dpkg corrupted :(

2009-04-07 Thread cesarino vinh
and I have enough free space on my hard drive :S > > I'm running "dpkg-reconfigure -a" wright now... :S

dpkg corrupted :(

2009-04-07 Thread cesarino vinh
Hi! :| I would be pleased, if someone could help me.. I just installed mc from it's deb file: aptitude download mc dpkg -i --force-all mc_2%3a4.6.2~git20080311-4_amd64.deb and then... I can't install or upgrade anything, because dpkg gives errors :( eg.: apt-get install mc Reading package li

Re: ooo3 Lenny

2009-03-31 Thread cesarino vinh
And ooo3 on Lenny is to read/write ms office 2007 docs, that's all :D :S [I just "heard" that I can read/write ms2007 formats with ooo3 :O ?] > >

Re: ooo3 Lenny

2009-03-31 Thread cesarino vinh
I'm not sure, but I still don't get it: didn't Firefox 3.08 fixed ~at least two security bugs? I'm using NoScript plugin [maybe more security], but not all of my friends, who has Lenny uses NoScript, because they say the don't want to whitelist every new site :S

Re: ooo3 Lenny

2009-03-31 Thread cesarino vinh
plus :) :( How can I get an up-to-date Firefox in Lenny? Because Iceweasel is still 3.06.. :S but Firefox 3.08 is out :S On Tue, Mar 31, 2009 at 2:20 PM, cesarino vinh wrote: > How can I install OpenOffice.org 3 on Debian Lenny? > > I only saw ooo3 in sid: > > http://packages

ooo3 Lenny

2009-03-31 Thread cesarino vinh
How can I install OpenOffice.org 3 on Debian Lenny? I only saw ooo3 in sid: http://packages.debian.org/sid/openoffice.org Is there a repository for ooo3 for Lenny? [I don't want to add the sid repository to stable :( ] Thanks :S

mount problem

2009-03-29 Thread cesarino vinh
Why can't my Debian normally mount smbfs? I Tried many mount options in fstab, but I always get one strange result: I can create folders in the mounted dir, BUT: I can't create files, because it say's I don't have permission. I tried it with root, same problem. The samba share is anonymous, could

Re: huawei modem?

2009-03-26 Thread cesarino vinh
or huawei e870 :S On Thu, Mar 26, 2009 at 9:58 PM, cesarino vinh wrote: > Did anyone get any of these USB modems work on Debian Lenny? > > k3565 > > k3520 > > *k3715* > > Thank you for any information! >

huawei modem?

2009-03-26 Thread cesarino vinh
Did anyone get any of these USB modems work on Debian Lenny? k3565 k3520 *k3715* Thank you for any information!

Re: pipeline in dpkg -I

2009-03-25 Thread cesarino vinh
I've figured it out the keywords were: get the packagename from the deb's [gdm_XXX.deb etc], with dpkg -I, result: "gdm", and then eg.: apt-rdepends gdm -s --show=DEPENDS > list and then download the dependencies with "aptitude download list line1" etc, and it will not download the eg.: x-termin

Re: setuid script

2009-03-25 Thread cesarino vinh
This is how I start my browser under GNOME: Alt+F2 then: gksu then I choose another user, and run iceweasel, I just want to make that "more comfortable" by just clicking "on something".

pipeline in dpkg -I

2009-03-25 Thread cesarino vinh
hi! I want to get the dependencies for a deb file: eg.: aptitude download gdm dpkg -I gdm_*.deb|grep Depends then it looks like this: Depends: libart-2.0-2 (>= 2.3.18), libatk1.0-0 (>= 1.20.0), libattr1 (>= 2.4.41-1), libc6 (>= 2.7-1), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-gli

Re: setuid script

2009-03-22 Thread cesarino vinh
Ok, thank you, so that's why it ignores it :) I just wanted to run my browser with a different user, because it's safer :S :( How can I do that? I'm using wright now the "gksu" - and then run as user... so I can't make a shell script to do that, and I don't want to modify the browser's executable

setuid script

2009-03-22 Thread cesarino vinh
why doesn't setuid work? 1) I create a new user: useradd test -m -G audio passwd test ..ok 2) I'm logged in with another user [name: "user"], and I create a script [foo.sh]: #!/bin/sh whoami ..ok 3) I'm still logged in with another user ["user" - not the "test" user] and: chown test:test