Active Topics

 

Showing results 1 to 4 of 4 @ 0.39 seconds. Search: Posts Made By: ichneumon
Forum: Development 2009-01-11, 16:26
Replies: 4
Views: 5,659
Posted By cvmiller
Re: Script to connect/disconnect from wifi

Look interesting. My only comment, would be to add help, with something like this:

#!/bin/sh

if [ -z $1 ]; then
# needs help
echo "Help is available"
exit
fi
Forum: Development 2009-01-11, 14:38
Replies: 4
Views: 5,659
Posted By codeMonkey
Re: Script to connect/disconnect from wifi

#!/bin/sh
May also be slightly more appropriate for those who don't have bash installed (provided there isn't anything in there that's bash specific)
Forum: Development 2009-01-11, 12:25
Replies: 4
Views: 5,659
Posted By allnameswereout
Re: Script to connect/disconnect from wifi

Hmm, some AP names contain spaces. Then you need quotes; e.g. wifitool -c "Home Sweet Home"

This should be pretty useful for those who decide to use a newer kernel, not being able to use the...
Forum: Development 2008-07-29, 10:09
Replies: 2
Views: 7,058
Posted By Khertan
Re: Python won't print to console

lol ...

This is this stupid (not stupid for user but annoying for dev the first time) python2.5-launcher which preload some python libs, and don't display std log.

There is two ways :
-...
Showing results 1 to 4 of 4



 
Forum Jump

All times are GMT. The time now is 16:38.