pptp extension posted to tc-8.x x86 repo, but not tested
↧
Re: PPTP Client: connecting to MS VPN servers
↧
Re: Announcements
Current release candidates are now moved to release. See git change log for details.
http://tinycorelinux.net/dCore/x86/release/
http://tinycorelinux.net/dCore/x86/release/
↧
↧
RegEx to find error but exclude no error
Hi all,
I"m trying to put together a error check in my daily file backup bash script.
Here's my error check section
[code]
# Check the log file for errors
DateTime=$(date +"%d/%m/%Y %H:%M")
ErrorCheck=$(grep -ciE "fail|can't" $LOGFILE)
if [ $ErrorCheck...
I"m trying to put together a error check in my daily file backup bash script.
Here's my error check section
[code]
# Check the log file for errors
DateTime=$(date +"%d/%m/%Y %H:%M")
ErrorCheck=$(grep -ciE "fail|can't" $LOGFILE)
if [ $ErrorCheck...
↧
Re: RegEx to find error but exclude no error
grep -vi "no error" $LOGFILE | grep -ciE ...
↧
Core v8.1rc1
Team Tiny Core is pleased to announce that Tiny Core 8.1 rc1 is available for public testing:
http://repo.tinycorelinux.net/8.x/x86/release_candidates/
http://repo.tinycorelinux.net/8.x/x86_64/release_candidates/
This is a release candidate. If you dec...
http://repo.tinycorelinux.net/8.x/x86/release_candidates/
http://repo.tinycorelinux.net/8.x/x86_64/release_candidates/
This is a release candidate. If you dec...
↧
↧
TC not run
Hi, I install TC in raspberry pi 2 and it's not run. It's stay like that in the pic. I don't know what to do. ![]()
Enviado desde mi Moto G (5) Plu...

Enviado desde mi Moto G (5) Plu...
↧
Re: Core v8.1rc1
Hi andyj
I checked here:
http://tinycorelinux.net/8.x/x86/tcz/xarchiver.tcz.list
and it's listed. You didn't mention it but I guess you're running 64 bit because when I checked:
http://tinycorelinux.net/8.x/x86_64/tcz/xarchiver.tcz.list
that list match...
I checked here:
http://tinycorelinux.net/8.x/x86/tcz/xarchiver.tcz.list
and it's listed. You didn't mention it but I guess you're running 64 bit because when I checked:
http://tinycorelinux.net/8.x/x86_64/tcz/xarchiver.tcz.list
that list match...
↧
Re: Core v8.1rc1
One of TC's endearing qualities. Differences between architectures. It's how we tell the twins apart. ![Grin ;D]()

↧
Re: Inactivity Timed Shutdown in Shell
I have added this script into a current batch file that I have running upon startup, when this executes, it is immediately shutting down the terminal. it appears to not be looking at the value behind the command. When I run the command on its' own, it ...
↧
↧
Re: TC not run
Did you try typing:
startx
startx
↧
Re: Core v8.1rc1
CorePlus ISO:
File cde/installer.instlist outdated.
Should be tc-install-GUI.tcz, not tc-install.tcz
Redundant files in cde/optional:
tc-install.tcz.info-32
tc-install.tcz.info-64
Firmwares:
Inconsistent listing.
[code]
$ wc -l wififirmware.instlist
37...
File cde/installer.instlist outdated.
Should be tc-install-GUI.tcz, not tc-install.tcz
Redundant files in cde/optional:
tc-install.tcz.info-32
tc-install.tcz.info-64
Firmwares:
Inconsistent listing.
[code]
$ wc -l wififirmware.instlist
37...
↧
hello everybody.!!
i'm a new member. i want to learn Tiny core. Because it is new with me. Can you guide me to find out. thank you very much
↧
Re: hello everybody.!!
Hi petertohen
I suggest you start by reading:
http://tinycorelinux.net/corebook.pdf
Additional information:
http://tinycorelinux.net/faq.html
http://wiki.tinycorelinux.net/wiki:start
I suggest you start by reading:
http://tinycorelinux.net/corebook.pdf
Additional information:
http://tinycorelinux.net/faq.html
http://wiki.tinycorelinux.net/wiki:start
↧
↧
Re: Inactivity Timed Shutdown in Shell
After working on it some more.. I was able to get it to execute while running the telnet command, the *BEEP* and *BOOP* message/sound both work, but after that, it doesn't shut down like it should. It seems like the telnet command may be stopping the s...
↧
Newbie question about whether TCL will work for me
Hi. I have a question about whether Tiny Core will work for me. I require a Chromium/Chrome browser (I sync bookmarks with a Chromebook, and this is crucial). Iron Browser no longer lets you sync with Google servers. Yuck! I also need to run an ol...
↧
Re: RegEx to find error but exclude no error
That nailed it !
Thanks curaga
Thanks curaga

↧
Re: Newbie question about whether TCL will work for me
Some of that software doesn't exist in the repos, meaning you need to compile it.
↧
↧
how to install tinycore
can you help me
↧
Re: how to install tinycore
↧
Re: Newbie question about whether TCL will work for me
Got it. Thanks.
↧