
Hi skunks, Sadly, it took me the the better part of 15 minutes to resolve why i was getting a "404 Error" whilst trying to download today's ePaper. A minor oversight of the date's suffix on the download link thus having the date parsed as "21th" instead of "21st". "Garbage In - Garbage Out" indeed. I've decided a small bash script is in order. One that: - a) Looks up the machine's current day/month/year and stores them in variables. b) Appends the correct suffix/ (i.e 1st, 2nd, 3rd etc) to the respective day's date. c) Passes the variables in the URL, automatically downloading the ePaper via 'wget' command. In case you are on Linux/OSX and prefer to skip the daily URL edit ritual, feel free to download it. i. Make it executable. ~$ chmod +x daily ii. Run it via terminal. ~$ ./daily -- Kind Regards, Lloyd Njunge. Cell: +254 723 739 733

Excellent, thanks! Kelvin *www.jayanoris.com <http://www.jayanoris.com>* On Tue, Apr 21, 2015 at 9:57 AM, Lloyd N. via skunkworks < skunkworks@lists.my.co.ke> wrote:
Hi skunks,
Sadly, it took me the the better part of 15 minutes to resolve why i was getting a "404 Error" whilst trying to download today's ePaper. A minor oversight of the date's suffix on the download link thus having the date parsed as "21th" instead of "21st". "Garbage In - Garbage Out" indeed.
I've decided a small bash script is in order. One that: -
a) Looks up the machine's current day/month/year and stores them in variables. b) Appends the correct suffix/ (i.e 1st, 2nd, 3rd etc) to the respective day's date. c) Passes the variables in the URL, automatically downloading the ePaper via 'wget' command.
In case you are on Linux/OSX and prefer to skip the daily URL edit ritual, feel free to download it. i. Make it executable. ~$ chmod +x daily ii. Run it via terminal. ~$ ./daily
-- Kind Regards,
Lloyd Njunge. Cell: +254 723 739 733
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

Thanks Lloyd. I will not confirm nor deny that I will use this script. Regards, Alex On Tue, Apr 21, 2015 at 11:36 AM, Kelvin via skunkworks < skunkworks@lists.my.co.ke> wrote:
Excellent, thanks!
Kelvin *www.jayanoris.com <http://www.jayanoris.com>*
On Tue, Apr 21, 2015 at 9:57 AM, Lloyd N. via skunkworks < skunkworks@lists.my.co.ke> wrote:
Hi skunks,
Sadly, it took me the the better part of 15 minutes to resolve why i was getting a "404 Error" whilst trying to download today's ePaper. A minor oversight of the date's suffix on the download link thus having the date parsed as "21th" instead of "21st". "Garbage In - Garbage Out" indeed.
I've decided a small bash script is in order. One that: -
a) Looks up the machine's current day/month/year and stores them in variables. b) Appends the correct suffix/ (i.e 1st, 2nd, 3rd etc) to the respective day's date. c) Passes the variables in the URL, automatically downloading the ePaper via 'wget' command.
In case you are on Linux/OSX and prefer to skip the daily URL edit ritual, feel free to download it. i. Make it executable. ~$ chmod +x daily ii. Run it via terminal. ~$ ./daily
-- Kind Regards,
Lloyd Njunge. Cell: +254 723 739 733
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

Well, to each his own: I simply do a #curl -O URL Put this on cron and with an if (it fails) I get a notification, edit date and voila! ./Ok3ch On Tue, Apr 21, 2015 at 8:54 AM, Alex Ngatia via skunkworks < skunkworks@lists.my.co.ke> wrote:
Thanks Lloyd. I will not confirm nor deny that I will use this script.
Regards,
Alex
On Tue, Apr 21, 2015 at 11:36 AM, Kelvin via skunkworks < skunkworks@lists.my.co.ke> wrote:
Excellent, thanks!
Kelvin *www.jayanoris.com <http://www.jayanoris.com>*
On Tue, Apr 21, 2015 at 9:57 AM, Lloyd N. via skunkworks < skunkworks@lists.my.co.ke> wrote:
Hi skunks,
Sadly, it took me the the better part of 15 minutes to resolve why i was getting a "404 Error" whilst trying to download today's ePaper. A minor oversight of the date's suffix on the download link thus having the date parsed as "21th" instead of "21st". "Garbage In - Garbage Out" indeed.
I've decided a small bash script is in order. One that: -
a) Looks up the machine's current day/month/year and stores them in variables. b) Appends the correct suffix/ (i.e 1st, 2nd, 3rd etc) to the respective day's date. c) Passes the variables in the URL, automatically downloading the ePaper via 'wget' command.
In case you are on Linux/OSX and prefer to skip the daily URL edit ritual, feel free to download it. i. Make it executable. ~$ chmod +x daily ii. Run it via terminal. ~$ ./daily
-- Kind Regards,
Lloyd Njunge. Cell: +254 723 739 733
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

Whats the URL for the business daily. On Tue, Apr 21, 2015 at 11:09 AM, Okechukwu via skunkworks < skunkworks@lists.my.co.ke> wrote:
Well, to each his own: I simply do a
#curl -O URL
Put this on cron and with an if (it fails) I get a notification, edit date and voila!
./Ok3ch
On Tue, Apr 21, 2015 at 8:54 AM, Alex Ngatia via skunkworks < skunkworks@lists.my.co.ke> wrote:
Thanks Lloyd. I will not confirm nor deny that I will use this script.
Regards,
Alex
On Tue, Apr 21, 2015 at 11:36 AM, Kelvin via skunkworks < skunkworks@lists.my.co.ke> wrote:
Excellent, thanks!
Kelvin *www.jayanoris.com <http://www.jayanoris.com>*
On Tue, Apr 21, 2015 at 9:57 AM, Lloyd N. via skunkworks < skunkworks@lists.my.co.ke> wrote:
Hi skunks,
Sadly, it took me the the better part of 15 minutes to resolve why i was getting a "404 Error" whilst trying to download today's ePaper. A minor oversight of the date's suffix on the download link thus having the date parsed as "21th" instead of "21st". "Garbage In - Garbage Out" indeed.
I've decided a small bash script is in order. One that: -
a) Looks up the machine's current day/month/year and stores them in variables. b) Appends the correct suffix/ (i.e 1st, 2nd, 3rd etc) to the respective day's date. c) Passes the variables in the URL, automatically downloading the ePaper via 'wget' command.
In case you are on Linux/OSX and prefer to skip the daily URL edit ritual, feel free to download it. i. Make it executable. ~$ chmod +x daily ii. Run it via terminal. ~$ ./daily
-- Kind Regards,
Lloyd Njunge. Cell: +254 723 739 733
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

http://downloads.realviewtechnologies.com/Nation%20Media/Business%20Daily/Ap... On Tue, Apr 21, 2015 at 1:09 PM, Brian Maiyo <kipropbrian@gmail.com> wrote:
Whats the URL for the business daily.
On Tue, Apr 21, 2015 at 11:09 AM, Okechukwu via skunkworks < skunkworks@lists.my.co.ke> wrote:
Well, to each his own: I simply do a
#curl -O URL
Put this on cron and with an if (it fails) I get a notification, edit date and voila!
./Ok3ch
On Tue, Apr 21, 2015 at 8:54 AM, Alex Ngatia via skunkworks < skunkworks@lists.my.co.ke> wrote:
Thanks Lloyd. I will not confirm nor deny that I will use this script.
Regards,
Alex
On Tue, Apr 21, 2015 at 11:36 AM, Kelvin via skunkworks < skunkworks@lists.my.co.ke> wrote:
Excellent, thanks!
Kelvin *www.jayanoris.com <http://www.jayanoris.com>*
On Tue, Apr 21, 2015 at 9:57 AM, Lloyd N. via skunkworks < skunkworks@lists.my.co.ke> wrote:
Hi skunks,
Sadly, it took me the the better part of 15 minutes to resolve why i was getting a "404 Error" whilst trying to download today's ePaper. A minor oversight of the date's suffix on the download link thus having the date parsed as "21th" instead of "21st". "Garbage In - Garbage Out" indeed.
I've decided a small bash script is in order. One that: -
a) Looks up the machine's current day/month/year and stores them in variables. b) Appends the correct suffix/ (i.e 1st, 2nd, 3rd etc) to the respective day's date. c) Passes the variables in the URL, automatically downloading the ePaper via 'wget' command.
In case you are on Linux/OSX and prefer to skip the daily URL edit ritual, feel free to download it. i. Make it executable. ~$ chmod +x daily ii. Run it via terminal. ~$ ./daily
-- Kind Regards,
Lloyd Njunge. Cell: +254 723 739 733
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

Nice!! On 21 Apr 2015 3:21 pm, "Okechukwu via skunkworks" < skunkworks@lists.my.co.ke> wrote:
http://downloads.realviewtechnologies.com/Nation%20Media/Business%20Daily/Ap...
On Tue, Apr 21, 2015 at 1:09 PM, Brian Maiyo <kipropbrian@gmail.com> wrote:
Whats the URL for the business daily.
On Tue, Apr 21, 2015 at 11:09 AM, Okechukwu via skunkworks < skunkworks@lists.my.co.ke> wrote:
Well, to each his own: I simply do a
#curl -O URL
Put this on cron and with an if (it fails) I get a notification, edit date and voila!
./Ok3ch
On Tue, Apr 21, 2015 at 8:54 AM, Alex Ngatia via skunkworks < skunkworks@lists.my.co.ke> wrote:
Thanks Lloyd. I will not confirm nor deny that I will use this script.
Regards,
Alex
On Tue, Apr 21, 2015 at 11:36 AM, Kelvin via skunkworks < skunkworks@lists.my.co.ke> wrote:
Excellent, thanks!
Kelvin *www.jayanoris.com <http://www.jayanoris.com>*
On Tue, Apr 21, 2015 at 9:57 AM, Lloyd N. via skunkworks < skunkworks@lists.my.co.ke> wrote:
Hi skunks,
Sadly, it took me the the better part of 15 minutes to resolve why i was getting a "404 Error" whilst trying to download today's ePaper. A minor oversight of the date's suffix on the download link thus having the date parsed as "21th" instead of "21st". "Garbage In - Garbage Out" indeed.
I've decided a small bash script is in order. One that: -
a) Looks up the machine's current day/month/year and stores them in variables. b) Appends the correct suffix/ (i.e 1st, 2nd, 3rd etc) to the respective day's date. c) Passes the variables in the URL, automatically downloading the ePaper via 'wget' command.
In case you are on Linux/OSX and prefer to skip the daily URL edit ritual, feel free to download it. i. Make it executable. ~$ chmod +x daily ii. Run it via terminal. ~$ ./daily
-- Kind Regards,
Lloyd Njunge. Cell: +254 723 739 733
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

na hata taifa leo na East african ziko hapo.. On Tue, Apr 21, 2015 at 3:13 PM, Okechukwu via skunkworks < skunkworks@lists.my.co.ke> wrote:
http://downloads.realviewtechnologies.com/Nation%20Media/Business%20Daily/Ap...
On Tue, Apr 21, 2015 at 1:09 PM, Brian Maiyo <kipropbrian@gmail.com> wrote:
Whats the URL for the business daily.
On Tue, Apr 21, 2015 at 11:09 AM, Okechukwu via skunkworks < skunkworks@lists.my.co.ke> wrote:
Well, to each his own: I simply do a
#curl -O URL
Put this on cron and with an if (it fails) I get a notification, edit date and voila!
./Ok3ch
On Tue, Apr 21, 2015 at 8:54 AM, Alex Ngatia via skunkworks < skunkworks@lists.my.co.ke> wrote:
Thanks Lloyd. I will not confirm nor deny that I will use this script.
Regards,
Alex
On Tue, Apr 21, 2015 at 11:36 AM, Kelvin via skunkworks < skunkworks@lists.my.co.ke> wrote:
Excellent, thanks!
Kelvin *www.jayanoris.com <http://www.jayanoris.com>*
On Tue, Apr 21, 2015 at 9:57 AM, Lloyd N. via skunkworks < skunkworks@lists.my.co.ke> wrote:
Hi skunks,
Sadly, it took me the the better part of 15 minutes to resolve why i was getting a "404 Error" whilst trying to download today's ePaper. A minor oversight of the date's suffix on the download link thus having the date parsed as "21th" instead of "21st". "Garbage In - Garbage Out" indeed.
I've decided a small bash script is in order. One that: -
a) Looks up the machine's current day/month/year and stores them in variables. b) Appends the correct suffix/ (i.e 1st, 2nd, 3rd etc) to the respective day's date. c) Passes the variables in the URL, automatically downloading the ePaper via 'wget' command.
In case you are on Linux/OSX and prefer to skip the daily URL edit ritual, feel free to download it. i. Make it executable. ~$ chmod +x daily ii. Run it via terminal. ~$ ./daily
-- Kind Regards,
Lloyd Njunge. Cell: +254 723 739 733
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

@Lloyd, I am told that you can be liable for aiding and abetting a crime. On Apr 22, 2015 9:51 AM, "Joseph Maina via skunkworks" < skunkworks@lists.my.co.ke> wrote:
na hata taifa leo na East african ziko hapo..
On Tue, Apr 21, 2015 at 3:13 PM, Okechukwu via skunkworks < skunkworks@lists.my.co.ke> wrote:
http://downloads.realviewtechnologies.com/Nation%20Media/Business%20Daily/Ap...
On Tue, Apr 21, 2015 at 1:09 PM, Brian Maiyo <kipropbrian@gmail.com> wrote:
Whats the URL for the business daily.
On Tue, Apr 21, 2015 at 11:09 AM, Okechukwu via skunkworks < skunkworks@lists.my.co.ke> wrote:
Well, to each his own: I simply do a
#curl -O URL
Put this on cron and with an if (it fails) I get a notification, edit date and voila!
./Ok3ch
On Tue, Apr 21, 2015 at 8:54 AM, Alex Ngatia via skunkworks < skunkworks@lists.my.co.ke> wrote:
Thanks Lloyd. I will not confirm nor deny that I will use this script.
Regards,
Alex
On Tue, Apr 21, 2015 at 11:36 AM, Kelvin via skunkworks < skunkworks@lists.my.co.ke> wrote:
Excellent, thanks!
Kelvin *www.jayanoris.com <http://www.jayanoris.com>*
On Tue, Apr 21, 2015 at 9:57 AM, Lloyd N. via skunkworks < skunkworks@lists.my.co.ke> wrote:
> Hi skunks, > > Sadly, it took me the the better part of 15 minutes to resolve why i > was getting a "404 Error" whilst trying to download today's ePaper. A minor > oversight of the date's suffix on the download link thus having the date > parsed as "21th" instead of "21st". "Garbage In - Garbage Out" indeed. > > I've decided a small bash script is in order. One that: - > > a) Looks up the machine's current day/month/year and stores them in > variables. > b) Appends the correct suffix/ (i.e 1st, 2nd, 3rd etc) to the > respective day's date. > c) Passes the variables in the URL, automatically downloading the > ePaper via 'wget' command. > > In case you are on Linux/OSX and prefer to skip the daily URL edit > ritual, feel free to download it. > i. Make it executable. ~$ chmod +x daily > ii. Run it via terminal. ~$ ./daily > > -- > Kind Regards, > > > Lloyd Njunge. > Cell: +254 723 739 733 > > > _______________________________________________ > skunkworks mailing list > skunkworks@lists.my.co.ke > ------------ > List info, subscribe/unsubscribe > http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks > ------------ > > Skunkworks Rules > http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 > ------------ > Other services @ http://my.co.ke >
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

Since when is it a crime to access a publicly available URL in the Internet? On Wed, Apr 22, 2015 at 2:02 PM, Peter Karunyu via skunkworks < skunkworks@lists.my.co.ke> wrote:
@Lloyd, I am told that you can be liable for aiding and abetting a crime. On Apr 22, 2015 9:51 AM, "Joseph Maina via skunkworks" < skunkworks@lists.my.co.ke> wrote:
na hata taifa leo na East african ziko hapo..
On Tue, Apr 21, 2015 at 3:13 PM, Okechukwu via skunkworks < skunkworks@lists.my.co.ke> wrote:
http://downloads.realviewtechnologies.com/Nation%20Media/Business%20Daily/Ap...
On Tue, Apr 21, 2015 at 1:09 PM, Brian Maiyo <kipropbrian@gmail.com> wrote:
Whats the URL for the business daily.
On Tue, Apr 21, 2015 at 11:09 AM, Okechukwu via skunkworks < skunkworks@lists.my.co.ke> wrote:
Well, to each his own: I simply do a
#curl -O URL
Put this on cron and with an if (it fails) I get a notification, edit date and voila!
./Ok3ch
On Tue, Apr 21, 2015 at 8:54 AM, Alex Ngatia via skunkworks < skunkworks@lists.my.co.ke> wrote:
Thanks Lloyd. I will not confirm nor deny that I will use this script.
Regards,
Alex
On Tue, Apr 21, 2015 at 11:36 AM, Kelvin via skunkworks < skunkworks@lists.my.co.ke> wrote:
> Excellent, thanks! > > > > Kelvin > *www.jayanoris.com <http://www.jayanoris.com>* > > On Tue, Apr 21, 2015 at 9:57 AM, Lloyd N. via skunkworks < > skunkworks@lists.my.co.ke> wrote: > >> Hi skunks, >> >> Sadly, it took me the the better part of 15 minutes to resolve why >> i was getting a "404 Error" whilst trying to download today's ePaper. A >> minor oversight of the date's suffix on the download link thus having the >> date parsed as "21th" instead of "21st". "Garbage In - Garbage Out" indeed. >> >> I've decided a small bash script is in order. One that: - >> >> a) Looks up the machine's current day/month/year and stores them in >> variables. >> b) Appends the correct suffix/ (i.e 1st, 2nd, 3rd etc) to the >> respective day's date. >> c) Passes the variables in the URL, automatically downloading the >> ePaper via 'wget' command. >> >> In case you are on Linux/OSX and prefer to skip the daily URL edit >> ritual, feel free to download it. >> i. Make it executable. ~$ chmod +x daily >> ii. Run it via terminal. ~$ ./daily >> >> -- >> Kind Regards, >> >> >> Lloyd Njunge. >> Cell: +254 723 739 733 >> >> >> _______________________________________________ >> skunkworks mailing list >> skunkworks@lists.my.co.ke >> ------------ >> List info, subscribe/unsubscribe >> http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks >> ------------ >> >> Skunkworks Rules >> http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 >> ------------ >> Other services @ http://my.co.ke >> > > > _______________________________________________ > skunkworks mailing list > skunkworks@lists.my.co.ke > ------------ > List info, subscribe/unsubscribe > http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks > ------------ > > Skunkworks Rules > http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 > ------------ > Other services @ http://my.co.ke >
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- Regards Brian Ngure

If you leave your door open, is it a crime if someone walks into your house? Or copy data from say passports office and sell it to the highest crime boss because they forgot to change their password? ... or download movies because they are there for you to download? ᐧ On 22 April 2015 at 15:24, Brian Ngure via skunkworks < skunkworks@lists.my.co.ke> wrote:
Since when is it a crime to access a publicly available URL in the Internet?
On Wed, Apr 22, 2015 at 2:02 PM, Peter Karunyu via skunkworks < skunkworks@lists.my.co.ke> wrote:
@Lloyd, I am told that you can be liable for aiding and abetting a crime. On Apr 22, 2015 9:51 AM, "Joseph Maina via skunkworks" < skunkworks@lists.my.co.ke> wrote:
na hata taifa leo na East african ziko hapo..
On Tue, Apr 21, 2015 at 3:13 PM, Okechukwu via skunkworks < skunkworks@lists.my.co.ke> wrote:
http://downloads.realviewtechnologies.com/Nation%20Media/Business%20Daily/Ap...
On Tue, Apr 21, 2015 at 1:09 PM, Brian Maiyo <kipropbrian@gmail.com> wrote:
Whats the URL for the business daily.
On Tue, Apr 21, 2015 at 11:09 AM, Okechukwu via skunkworks < skunkworks@lists.my.co.ke> wrote:
Well, to each his own: I simply do a
#curl -O URL
Put this on cron and with an if (it fails) I get a notification, edit date and voila!
./Ok3ch
On Tue, Apr 21, 2015 at 8:54 AM, Alex Ngatia via skunkworks < skunkworks@lists.my.co.ke> wrote:
> Thanks Lloyd. I will not confirm nor deny that I will use this > script. > > Regards, > > Alex > > On Tue, Apr 21, 2015 at 11:36 AM, Kelvin via skunkworks < > skunkworks@lists.my.co.ke> wrote: > >> Excellent, thanks! >> >> >> >> Kelvin >> *www.jayanoris.com <http://www.jayanoris.com>* >> >> On Tue, Apr 21, 2015 at 9:57 AM, Lloyd N. via skunkworks < >> skunkworks@lists.my.co.ke> wrote: >> >>> Hi skunks, >>> >>> Sadly, it took me the the better part of 15 minutes to resolve why >>> i was getting a "404 Error" whilst trying to download today's ePaper. A >>> minor oversight of the date's suffix on the download link thus having the >>> date parsed as "21th" instead of "21st". "Garbage In - Garbage Out" indeed. >>> >>> I've decided a small bash script is in order. One that: - >>> >>> a) Looks up the machine's current day/month/year and stores them >>> in variables. >>> b) Appends the correct suffix/ (i.e 1st, 2nd, 3rd etc) to the >>> respective day's date. >>> c) Passes the variables in the URL, automatically downloading the >>> ePaper via 'wget' command. >>> >>> In case you are on Linux/OSX and prefer to skip the daily URL edit >>> ritual, feel free to download it. >>> i. Make it executable. ~$ chmod +x daily >>> ii. Run it via terminal. ~$ ./daily >>> >>> -- >>> Kind Regards, >>> >>> >>> Lloyd Njunge. >>> Cell: +254 723 739 733 >>> >>> >>> _______________________________________________ >>> skunkworks mailing list >>> skunkworks@lists.my.co.ke >>> ------------ >>> List info, subscribe/unsubscribe >>> http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks >>> ------------ >>> >>> Skunkworks Rules >>> http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 >>> ------------ >>> Other services @ http://my.co.ke >>> >> >> >> _______________________________________________ >> skunkworks mailing list >> skunkworks@lists.my.co.ke >> ------------ >> List info, subscribe/unsubscribe >> http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks >> ------------ >> >> Skunkworks Rules >> http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 >> ------------ >> Other services @ http://my.co.ke >> > > > _______________________________________________ > skunkworks mailing list > skunkworks@lists.my.co.ke > ------------ > List info, subscribe/unsubscribe > http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks > ------------ > > Skunkworks Rules > http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 > ------------ > Other services @ http://my.co.ke >
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- Regards
Brian Ngure
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

I believe Brian took the words right out of my mouth. On 04/22/2015 02:02 PM, Peter Karunyu via skunkworks wrote:
@Lloyd, I am told that you can be liable for aiding and abetting a crime.
On Apr 22, 2015 9:51 AM, "Joseph Maina via skunkworks" <skunkworks@lists.my.co.ke <mailto:skunkworks@lists.my.co.ke>> wrote:
na hata taifa leo na East african ziko hapo..
On Tue, Apr 21, 2015 at 3:13 PM, Okechukwu via skunkworks <skunkworks@lists.my.co.ke <mailto:skunkworks@lists.my.co.ke>> wrote:
http://downloads.realviewtechnologies.com/Nation%20Media/Business%20Daily/Ap...
On Tue, Apr 21, 2015 at 1:09 PM, Brian Maiyo <kipropbrian@gmail.com <mailto:kipropbrian@gmail.com>> wrote:
Whats the URL for the business daily.
On Tue, Apr 21, 2015 at 11:09 AM, Okechukwu via skunkworks <skunkworks@lists.my.co.ke <mailto:skunkworks@lists.my.co.ke>> wrote:
Well, to each his own: I simply do a
#curl -O URL
Put this on cron and with an if (it fails) I get a notification, edit date and voila!
./Ok3ch
On Tue, Apr 21, 2015 at 8:54 AM, Alex Ngatia via skunkworks <skunkworks@lists.my.co.ke <mailto:skunkworks@lists.my.co.ke>> wrote:
Thanks Lloyd. I will not confirm nor deny that I will use this script.
Regards,
Alex
On Tue, Apr 21, 2015 at 11:36 AM, Kelvin via skunkworks <skunkworks@lists.my.co.ke <mailto:skunkworks@lists.my.co.ke>> wrote:
Excellent, thanks!
Kelvin _www.jayanoris.com <http://www.jayanoris.com>_
On Tue, Apr 21, 2015 at 9:57 AM, Lloyd N. via skunkworks <skunkworks@lists.my.co.ke <mailto:skunkworks@lists.my.co.ke>> wrote:
Hi skunks,
Sadly, it took me the the better part of 15 minutes to resolve why i was getting a "404 Error" whilst trying to download today's ePaper. A minor oversight of the date's suffix on the download link thus having the date parsed as "21th" instead of "21st". "Garbage In - Garbage Out" indeed.
I've decided a small bash script is in order. One that: -
a) Looks up the machine's current day/month/year and stores them in variables. b) Appends the correct suffix/ (i.e 1st, 2nd, 3rd etc) to the respective day's date. c) Passes the variables in the URL, automatically downloading the ePaper via 'wget' command.
In case you are on Linux/OSX and prefer to skip the daily URL edit ritual, feel free to download it. i. Make it executable. ~$ chmod +x daily ii. Run it via terminal. ~$ ./daily
-- Kind Regards,
Lloyd Njunge. Cell: +254 723 739 733 <tel:%2B254%20723%20739%20733>
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke <mailto:skunkworks@lists.my.co.ke> ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke <mailto:skunkworks@lists.my.co.ke> ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke <mailto:skunkworks@lists.my.co.ke> ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke <mailto:skunkworks@lists.my.co.ke> ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke <mailto:skunkworks@lists.my.co.ke> ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke <mailto:skunkworks@lists.my.co.ke> ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- Kind Regards, Lloyd Njunge. Cell: +254 723 739 733

Guys, I explained the scenario to a lawyer, he said specifically you Lloyd, are liable. But for everyone else who used your script, it is not so clear cut. You could confirm from another lawyer. On Apr 22, 2015 3:00 PM, "Lloyd N." <njungelloyd@gmail.com> wrote:
I believe Brian took the words right out of my mouth.
On 04/22/2015 02:02 PM, Peter Karunyu via skunkworks wrote:
@Lloyd, I am told that you can be liable for aiding and abetting a crime. On Apr 22, 2015 9:51 AM, "Joseph Maina via skunkworks" < skunkworks@lists.my.co.ke> wrote:
na hata taifa leo na East african ziko hapo..
On Tue, Apr 21, 2015 at 3:13 PM, Okechukwu via skunkworks < skunkworks@lists.my.co.ke> wrote:
http://downloads.realviewtechnologies.com/Nation%20Media/Business%20Daily/Ap...
On Tue, Apr 21, 2015 at 1:09 PM, Brian Maiyo <kipropbrian@gmail.com> wrote:
Whats the URL for the business daily.
On Tue, Apr 21, 2015 at 11:09 AM, Okechukwu via skunkworks < skunkworks@lists.my.co.ke> wrote:
Well, to each his own: I simply do a
#curl -O URL
Put this on cron and with an if (it fails) I get a notification, edit date and voila!
./Ok3ch
On Tue, Apr 21, 2015 at 8:54 AM, Alex Ngatia via skunkworks < skunkworks@lists.my.co.ke> wrote:
Thanks Lloyd. I will not confirm nor deny that I will use this script.
Regards,
Alex
On Tue, Apr 21, 2015 at 11:36 AM, Kelvin via skunkworks < skunkworks@lists.my.co.ke> wrote:
> Excellent, thanks! > > > > Kelvin > *www.jayanoris.com <http://www.jayanoris.com>* > > On Tue, Apr 21, 2015 at 9:57 AM, Lloyd N. via skunkworks < > skunkworks@lists.my.co.ke> wrote: > >> Hi skunks, >> >> Sadly, it took me the the better part of 15 minutes to resolve why >> i was getting a "404 Error" whilst trying to download today's ePaper. A >> minor oversight of the date's suffix on the download link thus having the >> date parsed as "21th" instead of "21st". "Garbage In - Garbage Out" indeed. >> >> I've decided a small bash script is in order. One that: - >> >> a) Looks up the machine's current day/month/year and stores them in >> variables. >> b) Appends the correct suffix/ (i.e 1st, 2nd, 3rd etc) to the >> respective day's date. >> c) Passes the variables in the URL, automatically downloading the >> ePaper via 'wget' command. >> >> In case you are on Linux/OSX and prefer to skip the daily URL edit >> ritual, feel free to download it. >> i. Make it executable. ~$ chmod +x daily >> ii. Run it via terminal. ~$ ./daily >> >> -- >> Kind Regards, >> >> >> Lloyd Njunge. >> Cell: +254 723 739 733 <%2B254%20723%20739%20733> >> >> >> _______________________________________________ >> skunkworks mailing list >> skunkworks@lists.my.co.ke >> ------------ >> List info, subscribe/unsubscribe >> http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks >> ------------ >> >> Skunkworks Rules >> http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 >> ------------ >> Other services @ http://my.co.ke >> > > > _______________________________________________ > skunkworks mailing list > skunkworks@lists.my.co.ke > ------------ > List info, subscribe/unsubscribe > http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks > ------------ > > Skunkworks Rules > http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 > ------------ > Other services @ http://my.co.ke >
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing listskunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribehttp://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Ruleshttp://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- Kind Regards,
Lloyd Njunge. Cell: +254 723 739 733

party pooper!! On Wed, Apr 22, 2015 at 3:12 PM, Peter Karunyu via skunkworks < skunkworks@lists.my.co.ke> wrote:
Guys, I explained the scenario to a lawyer, he said specifically you Lloyd, are liable. But for everyone else who used your script, it is not so clear cut.
You could confirm from another lawyer. On Apr 22, 2015 3:00 PM, "Lloyd N." <njungelloyd@gmail.com> wrote:
I believe Brian took the words right out of my mouth.
On 04/22/2015 02:02 PM, Peter Karunyu via skunkworks wrote:
@Lloyd, I am told that you can be liable for aiding and abetting a crime. On Apr 22, 2015 9:51 AM, "Joseph Maina via skunkworks" < skunkworks@lists.my.co.ke> wrote:
na hata taifa leo na East african ziko hapo..
On Tue, Apr 21, 2015 at 3:13 PM, Okechukwu via skunkworks < skunkworks@lists.my.co.ke> wrote:
http://downloads.realviewtechnologies.com/Nation%20Media/Business%20Daily/Ap...
On Tue, Apr 21, 2015 at 1:09 PM, Brian Maiyo <kipropbrian@gmail.com> wrote:
Whats the URL for the business daily.
On Tue, Apr 21, 2015 at 11:09 AM, Okechukwu via skunkworks < skunkworks@lists.my.co.ke> wrote:
Well, to each his own: I simply do a
#curl -O URL
Put this on cron and with an if (it fails) I get a notification, edit date and voila!
./Ok3ch
On Tue, Apr 21, 2015 at 8:54 AM, Alex Ngatia via skunkworks < skunkworks@lists.my.co.ke> wrote:
> Thanks Lloyd. I will not confirm nor deny that I will use this > script. > > Regards, > > Alex > > On Tue, Apr 21, 2015 at 11:36 AM, Kelvin via skunkworks < > skunkworks@lists.my.co.ke> wrote: > >> Excellent, thanks! >> >> >> >> Kelvin >> *www.jayanoris.com <http://www.jayanoris.com>* >> >> On Tue, Apr 21, 2015 at 9:57 AM, Lloyd N. via skunkworks < >> skunkworks@lists.my.co.ke> wrote: >> >>> Hi skunks, >>> >>> Sadly, it took me the the better part of 15 minutes to resolve why >>> i was getting a "404 Error" whilst trying to download today's ePaper. A >>> minor oversight of the date's suffix on the download link thus having the >>> date parsed as "21th" instead of "21st". "Garbage In - Garbage Out" indeed. >>> >>> I've decided a small bash script is in order. One that: - >>> >>> a) Looks up the machine's current day/month/year and stores them >>> in variables. >>> b) Appends the correct suffix/ (i.e 1st, 2nd, 3rd etc) to the >>> respective day's date. >>> c) Passes the variables in the URL, automatically downloading the >>> ePaper via 'wget' command. >>> >>> In case you are on Linux/OSX and prefer to skip the daily URL edit >>> ritual, feel free to download it. >>> i. Make it executable. ~$ chmod +x daily >>> ii. Run it via terminal. ~$ ./daily >>> >>> -- >>> Kind Regards, >>> >>> >>> Lloyd Njunge. >>> Cell: +254 723 739 733 <%2B254%20723%20739%20733> >>> >>> >>> _______________________________________________ >>> skunkworks mailing list >>> skunkworks@lists.my.co.ke >>> ------------ >>> List info, subscribe/unsubscribe >>> http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks >>> ------------ >>> >>> Skunkworks Rules >>> http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 >>> ------------ >>> Other services @ http://my.co.ke >>> >> >> >> _______________________________________________ >> skunkworks mailing list >> skunkworks@lists.my.co.ke >> ------------ >> List info, subscribe/unsubscribe >> http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks >> ------------ >> >> Skunkworks Rules >> http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 >> ------------ >> Other services @ http://my.co.ke >> > > > _______________________________________________ > skunkworks mailing list > skunkworks@lists.my.co.ke > ------------ > List info, subscribe/unsubscribe > http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks > ------------ > > Skunkworks Rules > http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 > ------------ > Other services @ http://my.co.ke >
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing listskunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribehttp://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Ruleshttp://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- Kind Regards,
Lloyd Njunge. Cell: +254 723 739 733
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

Thank You On Tue, Apr 21, 2015 at 9:57 AM, Lloyd N. via skunkworks < skunkworks@lists.my.co.ke> wrote:
Hi skunks,
Sadly, it took me the the better part of 15 minutes to resolve why i was getting a "404 Error" whilst trying to download today's ePaper. A minor oversight of the date's suffix on the download link thus having the date parsed as "21th" instead of "21st". "Garbage In - Garbage Out" indeed.
I've decided a small bash script is in order. One that: -
a) Looks up the machine's current day/month/year and stores them in variables. b) Appends the correct suffix/ (i.e 1st, 2nd, 3rd etc) to the respective day's date. c) Passes the variables in the URL, automatically downloading the ePaper via 'wget' command.
In case you are on Linux/OSX and prefer to skip the daily URL edit ritual, feel free to download it. i. Make it executable. ~$ chmod +x daily ii. Run it via terminal. ~$ ./daily
-- Kind Regards,
Lloyd Njunge. Cell: +254 723 739 733
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

So if I were to share this on a public domain, would that be deemed as illegal? Emali Morgan Team Leader Webonmobi.com Physical Address: AAYMCA Building 2nd Floor, State House Cresent, Nairobi Mobile: 0719510136 Website: www.webonmobi.com Blog: ww.webonmobi.com/blog Facebook: Facebook.com/webonmobi Twitter: twitter.com/webonmobiseo Internet Marketing, Website Development On Wed, Apr 22, 2015 at 4:59 PM, Tusker 21 via skunkworks < skunkworks@lists.my.co.ke> wrote:
Thank You
On Tue, Apr 21, 2015 at 9:57 AM, Lloyd N. via skunkworks < skunkworks@lists.my.co.ke> wrote:
Hi skunks,
Sadly, it took me the the better part of 15 minutes to resolve why i was getting a "404 Error" whilst trying to download today's ePaper. A minor oversight of the date's suffix on the download link thus having the date parsed as "21th" instead of "21st". "Garbage In - Garbage Out" indeed.
I've decided a small bash script is in order. One that: -
a) Looks up the machine's current day/month/year and stores them in variables. b) Appends the correct suffix/ (i.e 1st, 2nd, 3rd etc) to the respective day's date. c) Passes the variables in the URL, automatically downloading the ePaper via 'wget' command.
In case you are on Linux/OSX and prefer to skip the daily URL edit ritual, feel free to download it. i. Make it executable. ~$ chmod +x daily ii. Run it via terminal. ~$ ./daily
-- Kind Regards,
Lloyd Njunge. Cell: +254 723 739 733
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

The more people talk about this, the more likely that the freebies will end.. Someone somewhere will discover it, and pap it will be fixed. Just saying.. On 23 April 2015 at 01:09, Morgan Emali via skunkworks < skunkworks@lists.my.co.ke> wrote:
So if I were to share this on a public domain, would that be deemed as illegal?
Emali Morgan Team Leader Webonmobi.com Physical Address: AAYMCA Building 2nd Floor, State House Cresent, Nairobi Mobile: 0719510136 Website: www.webonmobi.com Blog: ww.webonmobi.com/blog Facebook: Facebook.com/webonmobi Twitter: twitter.com/webonmobiseo Internet Marketing, Website Development
On Wed, Apr 22, 2015 at 4:59 PM, Tusker 21 via skunkworks < skunkworks@lists.my.co.ke> wrote:
Thank You
On Tue, Apr 21, 2015 at 9:57 AM, Lloyd N. via skunkworks < skunkworks@lists.my.co.ke> wrote:
Hi skunks,
Sadly, it took me the the better part of 15 minutes to resolve why i was getting a "404 Error" whilst trying to download today's ePaper. A minor oversight of the date's suffix on the download link thus having the date parsed as "21th" instead of "21st". "Garbage In - Garbage Out" indeed.
I've decided a small bash script is in order. One that: -
a) Looks up the machine's current day/month/year and stores them in variables. b) Appends the correct suffix/ (i.e 1st, 2nd, 3rd etc) to the respective day's date. c) Passes the variables in the URL, automatically downloading the ePaper via 'wget' command.
In case you are on Linux/OSX and prefer to skip the daily URL edit ritual, feel free to download it. i. Make it executable. ~$ chmod +x daily ii. Run it via terminal. ~$ ./daily
-- Kind Regards,
Lloyd Njunge. Cell: +254 723 739 733
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

Making hay while sun shines... On Apr 23, 2015 1:24 PM, "Njoroge Tito via skunkworks" < skunkworks@lists.my.co.ke> wrote:
The more people talk about this, the more likely that the freebies will end.. Someone somewhere will discover it, and pap it will be fixed.
Just saying..
On 23 April 2015 at 01:09, Morgan Emali via skunkworks < skunkworks@lists.my.co.ke> wrote:
So if I were to share this on a public domain, would that be deemed as illegal?
Emali Morgan Team Leader Webonmobi.com Physical Address: AAYMCA Building 2nd Floor, State House Cresent, Nairobi Mobile: 0719510136 Website: www.webonmobi.com Blog: ww.webonmobi.com/blog Facebook: Facebook.com/webonmobi Twitter: twitter.com/webonmobiseo Internet Marketing, Website Development
On Wed, Apr 22, 2015 at 4:59 PM, Tusker 21 via skunkworks < skunkworks@lists.my.co.ke> wrote:
Thank You
On Tue, Apr 21, 2015 at 9:57 AM, Lloyd N. via skunkworks < skunkworks@lists.my.co.ke> wrote:
Hi skunks,
Sadly, it took me the the better part of 15 minutes to resolve why i was getting a "404 Error" whilst trying to download today's ePaper. A minor oversight of the date's suffix on the download link thus having the date parsed as "21th" instead of "21st". "Garbage In - Garbage Out" indeed.
I've decided a small bash script is in order. One that: -
a) Looks up the machine's current day/month/year and stores them in variables. b) Appends the correct suffix/ (i.e 1st, 2nd, 3rd etc) to the respective day's date. c) Passes the variables in the URL, automatically downloading the ePaper via 'wget' command.
In case you are on Linux/OSX and prefer to skip the daily URL edit ritual, feel free to download it. i. Make it executable. ~$ chmod +x daily ii. Run it via terminal. ~$ ./daily
-- Kind Regards,
Lloyd Njunge. Cell: +254 723 739 733
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
participants (14)
-
Alex Ngatia
-
Brian Echesa
-
Brian Maiyo
-
Brian Ngure
-
Jangita
-
Joseph Maina
-
Kelvin
-
Lloyd N.
-
Morgan Emali
-
Njoroge Tito
-
Obi wan riobani
-
Okechukwu
-
Peter Karunyu
-
Tusker 21