On 02/09/2013 20:37, hiro wrote:
comcast.
lol. yeah, I am a total loser.
comcast.
On 02/09/2013 17:44, Sam Watkins wrote:
On Sat, Feb 09, 2013 at 11:20:38AM -0800, Charlie Kester wrote:
On 02/09/2013 03:48, hiro wrote:
store them in a dbus transmission loop.
Please don't.
sarcasm detection fail
Yeah, I guess so. Glad to hear it was never a serious suggestion.
On Sat, Feb 09, 2013 at 11:20:38AM -0800, Charlie Kester wrote:
> On 02/09/2013 03:48, hiro wrote:
> >store them in a dbus transmission loop.
>
> Please don't.
sarcasm detection fail
>
>
>
> ai.ki sam something
> nipl.net sam whatever
> This looks much like a reinvention of netrc. Netrc is already
> there and widespread. Also, users know that it contains sensible
> data. The things not so perfect of netrc are minor compared to
> that.
A good point, in fact curl can use
On Feb 10, 2013 10:53 AM, "Rox 64" wrote:
>
> >I'm writing a little FTP client in pure shell + curl for my personal
needs.
>
> Looks interesting, will you make a public release?
+1. I spend far too much time in sucky clients like FireFTP.
On Sat, Feb 09, 2013 at 12:20:58PM +0100, Hugues Moretto-Viry wrote:
> Anyway, I need to store my passwords so I chose SQlite, because I don't
> want to put them in a regular file or in the script.
> Unfortunately, I think this is not really perfect.
>
> Do you know how to store my passwords outsi
>I'm writing a little FTP client in pure shell + curl for my personal needs.
Looks interesting, will you make a public release?
Hugues Moretto-Viry stated, On 2013-02-09 12:20:
> Hi guys,
>
> I'm writing a little FTP client in pure shell + curl for my personal needs.
> Anyway, I need to store my passwords so I chose SQlite, because I don't
> want to put them in a regular file or in the script.
> Unfortunately, I think this
Suckless people from all around the world will meet this year in the city
of Munich at slcon 2013.
# What timezone are the mentioned dates in?
* Europe/Berlin
# What will happen when?
* until 2013-03-15
* Call for Registration
* until 2013-04-15
* Call for Papers
* on 2013-05-15
On Sat, Feb 09, 2013 at 01:41:26PM +0100, Hugues Moretto-Viry wrote:
> If I understand correctly, your demonstration works because it's like you
> added a parameter to an existing program.
> In my script, you can't use a parameter, I just use variables inside the
> script.
> So, ps -ax just shows t
Greetings.
On Sat, 09 Feb 2013 20:18:10 +0100 Charlie Kester wrote:
> On 02/09/2013 03:48, hiro wrote:
> > store them in a dbus transmission loop.
>
> Please don't.
>
> Maybe your experience is different, but it seems like dbus only works
> less than half the time.
Noone plans to store and
On 02/09/2013 03:48, hiro wrote:
store them in a dbus transmission loop.
Please don't.
Maybe your experience is different, but it seems like dbus only works
less than half the time.
You might as well save your passwords in /dev/null.
> You should put "enable-keypad On" if you want Delete key works, but I have
> tested it now, and you are right, it doesn't work properly and causes 'k'
> key doesn't work. I think it was working, so maybe we have a regression. I
> will try a git bisect and I will send the results here
I have done
[2013-02-09 22:32] Sam Watkins
> On Sat, Feb 09, 2013 at 12:20:58PM +0100, Hugues Moretto-Viry wrote:
> > Hi guys,
> >
> > I'm writing a little FTP client in pure shell + curl for my personal needs.
> > Anyway, I need to store my passwords so I chose SQlite, because I don't
> > want to put them i
On 02/09/2013 03:57 AM, Daniel Zhang wrote:
Do you know how to fixed it? I did some try but could not find where
should be fixed.
The offending function is grabkeyboard: XGrabKeyboard(dc->dpy,
DefaultRootWindow(dc->dpy), True, GrabModeAsync, GrabModeAsync,
CurrentTime).
Try deleting calls
If I understand correctly, your demonstration works because it's like you
added a parameter to an existing program.
In my script, you can't use a parameter, I just use variables inside the
script.
So, ps -ax just shows the called script or the command used in the variable
(here SQlite) and not the
$ yes password >/dev/null & ps ax | grep '[y]es' ; kill $!
[1] 5476
5476 pts/9R 0:00 yes password
On 9 February 2013 20:08, Hugues Moretto-Viry wrote:
>
> I don't know if anyone else can read it with ps -ax. I tried myself and I
> was unable to see it.
>
Thank you for the ideas, guys.
@v4hn: Now, the password is requested via a variable (maybe I'll change
it), for example:
PASS=$(sqlite3 $HOME/.bin/Misc/FOO.sqlite "select pass from t1 limit
1";)
I don't know if anyone else can read it with ps -ax. I tried myself and I
was unable to see it.
store them in a dbus transmission loop.
On Sat, Feb 09, 2013 at 12:20:58PM +0100, Hugues Moretto-Viry wrote:
> Hi guys,
>
> I'm writing a little FTP client in pure shell + curl for my personal needs.
> Anyway, I need to store my passwords so I chose SQlite, because I don't
> want to put them in a regular file or in the script.
Why not?
On Sat, Feb 09, 2013 at 12:20:58PM +0100, Hugues Moretto-Viry wrote:
> Hi guys,
>
> I'm writing a little FTP client in pure shell + curl for my personal needs.
> Anyway, I need to store my passwords so I chose SQlite, because I don't
> want to put them in a regular file or in the script.
> Unfortu
Store it in pure text file & chown root & chmod 600 is the simpliest way.
2013/2/9 Hugues Moretto-Viry
> Hi guys,
>
> I'm writing a little FTP client in pure shell + curl for my personal needs.
> Anyway, I need to store my passwords so I chose SQlite, because I don't
> want to put them in a reg
Hi guys,
I'm writing a little FTP client in pure shell + curl for my personal needs.
Anyway, I need to store my passwords so I chose SQlite, because I don't
want to put them in a regular file or in the script.
Unfortunately, I think this is not really perfect.
Do you know how to store my password
24 matches
Mail list logo