Tiny Core Linux

Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: awyea on April 17, 2012, 04:02:20 PM

Title: sabnzbd extension would make my life!!
Post by: awyea on April 17, 2012, 04:02:20 PM
I read somewhere that someone had sabnzbd working on TC but im rather new to linux and packages/the terminal scare me - SAB is basically the best NZB reader and it would be a great addition to TC!!
Title: Re: sabnzbd extension would make my life!!
Post by: solorin on April 17, 2012, 06:06:44 PM
The terminal is there to do your bidding.
It does exactly what you tell it,
you just need to find out how to tell it exactly
what you want it to do.
That's just a great adventure of learning.

Most commands are pithy abbreviations:
mv move
cp  copy
ls list(files)
cd change directory
rm remove

with some historical artifacts embedded in.
tar tape archive
grep global regular expression print
(which you can read some historical context to understand)

where a file (or stream) is usually the thing being operated on.

Be brave.
It would be sad if you came all this way to freedom,
and gave up before you realized your real power.
Free yourself then free others.
Title: Re: sabnzbd extension would make my life!!
Post by: vinnie on April 18, 2012, 12:13:48 AM
In the meantime try to use "pan" in the repository
P.s. The website says it is in python, you may try to start it
Title: Re: sabnzbd extension would make my life!!
Post by: gutmensch on May 04, 2012, 06:09:08 AM
needs at least python-cheetah, python-pygments and python-markdown additionally, which we don't have as extensions right now... so quite of a challenge to get it working ;)