Use of external boot loaders with CorePlus frugal install on hard drive
Hi mocore:My comments are largely based on limited experience on one ofmy test machines configured as follows:sda1 ntfs Windows 7 primary partitionsda2 ext4 1 GB...
View ArticleRe: Help Requested - remove superfluous directory names from file list
I've adjusted my script so it won't accidentally drop lines we need. awk '{print $1}' should drop any "link redirections".[code]#!/bin/shOUTPUT_DIR=/tmp/tcz-listmkdir -p $OUTPUT_DIRstrip_path() { awk...
View ArticleRe: TC as a Kiosk
Have you tried to add "--start-fullscreen" to the command line ?? For chromium.Or you could add these add on to firefox. https://addons.mozilla.org/en-US/firefox/addon/r-kiosk/
View ArticleRe: TC as a Kiosk
Hi patrikgQuote from: patrikg on Today at 05:24:21 AMOr you could add these add on to firefox. https://addons.mozilla.org/en-US/firefox/addon/r-kiosk/Already suggested:[quote author=Rich...
View ArticleRe: Use of external boot loaders with CorePlus frugal install on hard drive
I believe the update-grub command creates a fresh grub.cfg file based on the operating systems it finds and knows about. It doesn't know about Tiny Core though and won't create a boot stanza for...
View ArticleRe: Use of external boot loaders with CorePlus frugal install on hard drive
I got be honest here, using two boot managers to choose between various systems seems a little complicated and unnecessary unless there's some security advantage to this technique.. IMO its better to...
View ArticleHow to make printer configurations persistent ??
Hi Juanito: Some good news; I was able to make the HP B210 printer configuration persistent.There was a crucial hint in the Executive Summary of the Persistence forDummies...
View ArticleRe: How to make printer configurations persistent ??
I'm not sure that you need to save anything under /var, but good that you got things working
View ArticleRe: No nginx in the tcz repo?
Hi all, just wondering if anyone managed to compile Nginx? I'm really trying to get a working version for PiCore 8 - Any ideas would be great!At this stage the Nginx version uses old SSL and hence...
View ArticleRe: Apache2 not running with 8.2.1
What platform is this on (32-bit Intel, 64-bit AMD, ARM6, ARM7, etc)?
View ArticleRe: Apache2 not running with 8.2.1
As indicated above I've had this both with an AMD CPU and an Intel CPU. In each case it's the 32-bit distribution that I'm using.
View ArticleRe: Apache2 not running with 8.2.1
You say you are using apache2.tcz, which is 6 years old. Why are you using that version instead of the more recent apache2.4.tcz, which was compiled for TC 8.x just a few months ago?
View ArticleRe: Apache2 not running with 8.2.1
I guess the quick reply is inertia. When I tried 2.4 some years ago it broke a some of my scripts due to the change in syntax in some areas. As things stood (and still stand!) stuff I have running...
View ArticleRe: Apache2 not running with 8.2.1
Apache 2.2 was declared EOL in July http://www.apache.org/dist/httpd/Announcement2.2.html. Depending on what you are doing, you might consider nginx as well.
View ArticleRe: new Firefox extensions
firefox_getLatest extension has been updated to function with latest busybox and is available in x86 and x86_64 repo's However, I found that libzstd.tcz was missing from my corepure64...
View ArticleRe: Apache2 not running with 8.2.1
Well I've made the effort and things are now apparently running Ok with 2.4. As was expected the web pages were full of error messages until I added SSILegacyExprParser On to the configuration file.Re...
View ArticleRe: How to install/setup the Grub2 bootloader on CorePlus ??
As previously mentioned, simply installing grub2 will not create a boot config file and even if asked of grub the installer may not even find the core files either.. So it's easiest to create a...
View ArticleRe: new Firefox extensions
squashfs-tools was updated recently to give different compression options - the tce extension default remains zlib
View ArticleRe: new Firefox extensions
Thanks Juanito, I had come to that conclusion but wanted to advise folks to simply update their squashfs-tools extension and deps if firefox_getLatest failed to create a Firefox extension..
View Article