Re: Fifth Browser Questions
Yes, this is also an example why i find the letsencrypt initiative highly dubious. Now their certificates are used by many websites, explicitly forcing everyone to change their certificate every few...
View ArticleLinux-Libre kernel
Hello All, Does anyone know of any projects/remasters of Tinycore using the Linux-Libre kernel with a mind to creating a 'free' (as in the Free Software Federation) version of Tinycore? Any...
View ArticleRe: Lightweight Web Server on my RPI2
Missing index.html?That is the default for busybox-httpdcall below code a file ledon.cgi, stick it in www/cgi-bin/button on the HTML5 page calls the ledon.cgi file, now you have web control of...
View ArticleRe: USB DVD drive connected, but /dev/cdrom and /dev/dvd did not be created
sg.ko, sr_mod.ko and cdrom.ko kernel modules are not part of the base but built. For 7.x armv7 you can find them in this...
View ArticleRe: split a string
Standard LInux stuff, grep, sed, awk, these can be used in shell scripts.All available in busybox on piCore.Extremely powerful and highly obscure languages and commands I use them to split out...
View ArticleRe: split a string
Quote from: jnovacek on Today at 01:25:13 PMin other distributions it works, it does not work on Raspberry PI (Tiny Core Linux 7.0),I get the message "syntax error: unexpected redirection"Your original...
View ArticleRe: split a string
Quote from: gavinmc42 on Today at 08:43:52 PMOne line of shell script with these in it can do the same as 100s of lines of python.Only if you can't use Python. Back to the split, in Python it just a...
View ArticleRe: split a string
Quote from: Greg Erskine on Today at 03:50:10 PMAre you using bash?Good question. TC (piCore) is using BusyBox shell ash. If you want to work with Bash, install bash.tcz from repo and explicitely start...
View ArticleRe: USB DVD drive connected, but /dev/cdrom and /dev/dvd did not be created
Quote from: bmarkus on May 19, 2016, 08:00:39 PMsg.ko, sr_mod.ko and cdrom.ko kernel modules are not part of the base but built. @bmarkusBeing a HTPC is one of the major applications of a RPi. A...
View ArticleRe: USB DVD drive connected, but /dev/cdrom and /dev/dvd did not be created
Quote from: jgrulich on May 19, 2016, 11:36:14 PMBTW, the latest is this: http://tinycorelinux.net/7.x/armv7/releases/RPi2/src/kernel/4.1.20-piCore_v7+_modules.tar.xzAnd how to build the extension,...
View ArticleRe: XLView submitted
Hi nimday, It's been my experience to see submissions processed every other Sunday depending on how busy folks are.Confirmation emails are usually sent to you after the extension has been accepted and...
View ArticleRe: USB DVD drive connected, but /dev/cdrom and /dev/dvd did not be created
isofs.ko is provided by filesystems-KERNEL.tcz which must be a dependency of your custom kernel package.Also follow TC naming standard for kernel modules, add kernel version to identify related kernel...
View ArticleRe: IceWM graphic issues in dCore-wily...
If you get the library issue fixed, my suggestion is not to bother with IceWM-lite to reduce your maintenance workload. When testing IceWM there are several issues, not just graphic, my hunch is nobody...
View ArticleRe: IceWM graphic issues in dCore-wily...
I have tested icewm every which way but loose in terms of individual gtk2 deps after finding gtk2 makes it work. Seems a gtk2 dep solves the issue, at least on dCore-wily. Results in a 40MB SCE...
View ArticleRe: IceWM graphic issues in dCore-wily...
As usual thanks for your hard work Jason. Other suggestions to update IceWM, thanks.*System Tools menu fix: System Tools menu wasn't working, required updated /usr/local/bin/icewm_initmenu...
View ArticleRe: Run TinyCore on iMX6
Quote from: imaad on May 22, 2016, 01:07:23 PMI hava a SOM board from Toradex, Colibri iMX6. I want to make TinyCore to run on this board.I have tried to use an old version from GK802 dCore but it's...
View Article