Re: shutdown on idle network activity
The script is using bash which is not necessary and can be changed to sh so bash.tcz doesn't need to be installed.Also the script doesn't create directories where it attempts to write to. using /tmp...
View ArticleRe: Guidelines for extension submission
I've submitted some extensions on October, are there any delays in processing? I haven't gotten any confirmation since then
View ArticleRe: Guidelines for extension submission
Quote from: Misalf on June 02, 2017, 05:22:46 AMIt can take a few weeks for submitted extensions to appear in the repo.
View ArticleRe: shutdown on idle network activity
Also, doublecheck if busybox cron supports that /20 syntax, if I read your post correctly.
View ArticleRe: Cannot start application from Ondemand entry
Sorry for abandoning this issue! I could not continue at the time but had to run after a stack of urgencies and left this thread on my "to do later" list with the following prepared answer that I had...
View ArticleRe: shutdown on idle network activity
Quote from: curaga on Today at 10:00:27 AMAlso, doublecheck if busybox cron supports that /20 syntax, if I read your post correctly.I will start with this.I tried /8 * * * sudo reboot...not...
View ArticleRe: shutdown on idle network activity
Hi arisYou could do it without cron by wrapping the script in a loop:[code]#!/bin/sh## This is scheduled in CRON. It will run every 20 minutes# and check for inactivity. It compares the RX and TX...
View ArticleRe: Request: WINE for CorePure64
I believe that the choices for wine are:* 32-bit* 32-bit/64-bit multi-lib (since there is no pure 64-bit version of windows)..therefore you'd be unable to compile it with CorePure64.
View ArticleRe: Request: WINE for CorePure64
In fact wine can be compiled 64-bit only - posted.Note however: Quote 64-bit Wine built without 32-bit support will not be able to run ANY 32-bit applications, which most Windows binaries are. Even...
View ArticleRe: shutdown on idle network activity
@rich..thank you...brillian suggestion...I will try it now@misalf.. sh it is...thankswill report back...On second thought...I think compare traffic is not really a perfect solution for meI think It...
View ArticleRe: shutdown on idle network activity
Hi arisQuote from: aris on Today at 07:09:42 AMOn second thought...I think compare traffic is not really a perfect solution for meI think It will be better to simply the script to ..something like...if...
View ArticleWorking with RasPi-0W and gadgets
Hello folks;I'm making progress in getting USB gadgets working with the RasPi-0W that I have. Prior discussion in the forum was a help to get me started, thanks folks. To start, it's necessary to have...
View ArticleRe: Request: WINE for CorePure64
Ahhh, sorry, probably just my lack of understanding then. I am aware that most Windows stuff is still 32-bit, just dont know how WINE works on 64 bit Linux. Does that mean I can get WINE from the 32...
View ArticleRe: Request: WINE for CorePure64
I tried to run itunes, which might reasonably be expected to be fully 64-bit, but it wouldn't install under wine - perhaps you would be better off running windows with the CorePure64 qemu...
View Articlesmall bug in linux-kernel-sources-env[.tcz] for wget, -s => -S
wget (in busybox) has changed switch -s into -S , for server response.so, two places into linux-kernel-sources-env.sh has to be modified.coreplayer2, thank you for the script
View ArticleRe: small bug in linux-kernel-sources-env[.tcz] for wget, -s => -S
Thank you, an update which addresses the busybox update has been submitted a few weeks ago but has yet to make it into the repo, maybe today???
View ArticleRe: small bug in linux-kernel-sources-env[.tcz] for wget, -s => -S
Just in case we are not lucky this weekend too, here is the latest linux-kernel-sources-env.sh script which has been updated with busybox wget fix.We use the longhand option (--spider) instead
View ArticleRe: [artful] udisks2 policy changed name (now UD are capital letters)
HiRe-imported and now works!! thank you Jason
View Article