Re: PPTP Client: connecting to MS VPN servers
I wouldn't post my email in public because it invites spam and whatnot.
View ArticleRe: 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...
View ArticleRe: Lightweight Linux distros
After the lightweight distros, I want to see the bloated distros Thanks for sharing.
View ArticleRe: 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.
View ArticleFoxit 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...
View ArticleUse arecord to capture and digitize analog sources with tinycore
July 18, 2017Recording 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...
View ArticleRe: 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 Code: [Select]system.dllnotfound exception: libcI have tried...
View ArticleIs 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.
View ArticleRe: Is it possible to boot tinycore fully in memory in raspbery pi or clone?
Hi LassarCreate an empty file called copy2fs.flg in your tce directory. This will cause extensions to be loaded into RAM insteadof being loop mounted.
View ArticleRe: Is it possible to boot tinycore fully in memory in raspbery pi or clone?
Quote from: Lassar on Today at 03:06:33 PMFlash 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...
View ArticleRe: 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...
View ArticleIssue 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:...
View ArticleRe: 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...
View ArticleRe: Syslogd issues
Did this get carried forward to TC 8? It looks like it's being truncated again.
View ArticleRe: 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...
View ArticleRe: 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...
View ArticleRe: 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?
View ArticleRe: 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...
View Article