I wouldn't post my email in public because it invites spam and whatnot.
↧
Re: PPTP Client: connecting to MS VPN servers
↧
Re: Inactivity Timed Shutdown in Shell
I apologize for the late reply, I've been caught up in other matters. I've recently had some time to dig back into this. I'm trying to take the code you provided and make it work for what I need, but I may be going about it the wrong way. I am trying t...
↧
↧
Re: Lightweight Linux distros
After the lightweight distros, I want to see the bloated distros ![Grin ;D]()
Thanks for sharing.

Thanks for sharing.
↧
Re: Mono 5.0.1
What mono programs were you running in which there were errors? I don't see any errors just invoking mono* commands.
↧
Foxit Reader
Foxit Reader is now available, taken from the Tinycore 3.x repo. Was my favorite small PDF reader. Tested on dCore-xenial but since it is from 2009 should work on all dCore x86 ports. Package name is foxit-reader.
↧
↧
Use arecord to capture and digitize analog sources with tinycore
July 18, 2017
Recording analog audio using Tinycore Linux-- I also use this to record/digitize records).
Some of us have probably already done this , but it works great with my Rapsberry PI 2 running Tinycore (it is a PiCore player)
Assumes line signal...
Recording analog audio using Tinycore Linux-- I also use this to record/digitize records).
Some of us have probably already done this , but it works great with my Rapsberry PI 2 running Tinycore (it is a PiCore player)
Assumes line signal...
↧
Re: Mono 5.0.1
I will try linking I will report the result.
I was trying Mono Debugger - MDebug. With mono 4.2.1 is everthing working ok, but with 5.0.1 got
I was trying Mono Debugger - MDebug. With mono 4.2.1 is everthing working ok, but with 5.0.1 got
Code: [Select]
system.dllnotfound exception: libc
I have tried with basic mono aplication and I get no errors. B...
↧
Re: [TUTORIAL] HP T510 Internet Radio
Nice project !
↧
Is it possible to boot tinycore fully in memory in raspbery pi or clone?
Flash drives get corrupted so easy.
Is it possible to use a sd card as firmware, and run tinycore fully in memory.
I was thinking of using a raspberry or clone as a internet radio.
Is it possible to use a sd card as firmware, and run tinycore fully in memory.
I was thinking of using a raspberry or clone as a internet radio.
↧
↧
Re: Is it possible to boot tinycore fully in memory in raspbery pi or clone?
Hi Lassar
Create an empty file called copy2fs.flg in your tce directory. This will cause extensions to be loaded into RAM instead
of being loop mounted.
Create an empty file called copy2fs.flg in your tce directory. This will cause extensions to be loaded into RAM instead
of being loop mounted.
↧
Re: Is it possible to boot tinycore fully in memory in raspbery pi or clone?
Flash drives get corrupted so easy.
Hi Lassar,
I think you are worrying about something that *may* not be a problem.
We have hundreds of people using piCorePlayer, using...
↧
Re: Mono 5.0.1
This linking is working to run just the basic app, but for my app, got the error that System.core is missing.
when mono-runtime 4.2.1 is installed i got the following output with the command 'gacutil -l' :
[code]The following assemblies are installed i...
when mono-runtime 4.2.1 is installed i got the following output with the command 'gacutil -l' :
[code]The following assemblies are installed i...
↧
Issue with nfs-utils, not returning version on `-V`
We create an ISO, much like boot2docker, to create an environment to run Docker.
We do some minor customization, and one of them has been to provide nfs support.
This task can be found here: https://github.com/minishift/minishift-b2d-iso/issues/44
Howe...
We do some minor customization, and one of them has been to provide nfs support.
This task can be found here: https://github.com/minishift/minishift-b2d-iso/issues/44
Howe...
↧
↧
Re: Issue with nfs-utils, not returning version on `-V`
Maybe you get the same error as me, with mount.nfs...
You could try my own method to mount nfs with out "mount.nfs" command.
Let me search a little bit in this forum to get my answer.
http://forum.tinycorelinux.net/index.php/topic,19913.msg123637.html#...
You could try my own method to mount nfs with out "mount.nfs" command.
Let me search a little bit in this forum to get my answer.
http://forum.tinycorelinux.net/index.php/topic,19913.msg123637.html#...
↧
Re: Syslogd issues
Did this get carried forward to TC 8? It looks like it's being truncated again.
↧
Re: Mono 5.0.1
Hi mzlj10,
Could you start a sce-import session for mono-runtime version 4.2.1 and then stop when it is about to download or merge the packages, listing what is in /tmp/work/ ie 'ls /tmp/work', and then do the same for mono-runtime 5.0.1, and compare t...
Could you start a sce-import session for mono-runtime version 4.2.1 and then stop when it is about to download or merge the packages, listing what is in /tmp/work/ ie 'ls /tmp/work', and then do the same for mono-runtime 5.0.1, and compare t...
↧
Re: Mono 5.0.1
mono 4.2.1:
[code]gcc-6-base
libc0.1
libc6
libc6.1
libgcc1
libmono-corlib4.5-cil
libmono-security4.0-cil
libmono-system-configuration4.0-cil
libmono-system-security4.0-cil
libmono-system-xml4.0-cil
libmono-system4.0-cil
mono-4.0-gac
mono-gac
mono-runti...
[code]gcc-6-base
libc0.1
libc6
libc6.1
libgcc1
libmono-corlib4.5-cil
libmono-security4.0-cil
libmono-system-configuration4.0-cil
libmono-system-security4.0-cil
libmono-system-xml4.0-cil
libmono-system4.0-cil
mono-4.0-gac
mono-gac
mono-runti...
↧
↧
Re: Mono 5.0.1
Those libc0.1 and libc6.1 are just redundant entries for older package names for libc6 in the Xenial Packages file, so they don't bring in any packages themselves. At this point there is nothing obvious to me to explain why the two versions of mono be...
↧
Re: Inactivity Timed Shutdown in Shell
I tried what you suggested, and I'm no longer getting any errors, but it's still not powering off when it should be. Is there a way to monitor the script and see where the issue is at?
↧
Re: Inactivity Timed Shutdown in Shell
I made it a little bit more fancy to make things easier.
[code]#!/bin/sh
#
# Prints idle time in seconds
# ... or waits TIME seconds while idle then beeps
# ... or waits TIME seconds while idle then executes COMMAND.
#
# Copyleft Misalf 2017
SLEEP="2" ...
[code]#!/bin/sh
#
# Prints idle time in seconds
# ... or waits TIME seconds while idle then beeps
# ... or waits TIME seconds while idle then executes COMMAND.
#
# Copyleft Misalf 2017
SLEEP="2" ...
↧