Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
60 views

While building GCC-15.1.0 on TinyCorePure64 version 16.12.11 in Oracle VirtualBox Version 7.1.10 r169112 (Qt6.5.3) in Windows 11 Home 24H2 - 26100.4351 on AMD Ryzen 5 5625U Acer Aspire Thin & ...
Chi Kun's user avatar
2 votes
1 answer
840 views

In Tiny Core Linux I get this error if I try to download from a https URL: wget -O foo https://example.com/foo wget: can't execute 'openssl': No such file or directory I tried to install openssl but ...
guettli's user avatar
  • 27.7k
1 vote
1 answer
2k views

I have a TinyCore 14 raw image, which I want to run with QEMU in multiple parallel instances as emulation, but not virtualization (because the target systems may lack CPU with virtualization ability). ...
Confused Merlin's user avatar
1 vote
1 answer
1k views

Mine is a bit of a peculiar situation, I created a dockerfile that "works" if not for some proiblems, Here is a "working" version: ARG IMGVERS=latest FROM bensuperpc/tinycore:${...
vinnie's user avatar
  • 45
-2 votes
1 answer
239 views

I have QOS working well in VyOS but need to move to TinyCoreLinux as I'll be sharing this VM as a lab router. VyOS is 400MB vs TCL which is 10MB. Using the "set" commands in VyOS, it generates the tc ...
letslogic.com's user avatar
0 votes
1 answer
2k views

piCore version 9.3 is installed on a raspberry pi 3 B+ device. The project requires python3 packages like adafruit temperature library, pip, flask for running a rest server, gpio, some other python3 ...
Prakash P's user avatar
  • 4,138
1 vote
1 answer
682 views

I'm trying to install some packages on the OpenFOAM docker-machine image which is based on boot2docker. When running the uname -a command I get the info: Linux default 4.4.111-boot2docker #1 SMP Thu ...
Foad S. Farimani's user avatar
1 vote
1 answer
3k views

I am running Tiny Core Linux (TCL) and have installed new kernel modules to /lib/modules/<VERSION>/extra/. To have those modules available after a reboot, I need to add them to the extension ...
sergej's user avatar
  • 18.2k
0 votes
0 answers
332 views

I got segfault without the dummy fl_message for linux(fltk 1.3.3 Tiny core linux) Fixed,it's a bug from 1.3.3 #include <FL/Fl.H> #include <FL/Fl_File_Chooser.H> int main()...
nimday's user avatar
  • 343
1 vote
1 answer
3k views

I want to install the stress command in docker machine, but when I run: tce-load -wi stress It fails: Downloading: stress.tcz Connecting to repo.tinycorelinux.net (89.22.99.37:80) wget: server ...
Freewind's user avatar
  • 199k
0 votes
1 answer
135 views

I'm trying to compile fbsplash under Tiny Core Linux using autotools. In the middle of compilation it crashed saying "LD: attempted static link to dynamic object /usr/local/lib/libpng16.so" I've got ...
Jacen Kaedus's user avatar
0 votes
1 answer
441 views

I am running Tiny Core Linux. I am trying to get LAMP installed and configured. I have mariadb installed. When i run the command 'mysql start' which should start mysql service, I get this error ...
John Doe's user avatar
2 votes
4 answers
6k views

i was able to install nodejs from appbrowser-cli but it has not installed npm How do i install npm on tinycore linux ? I tried many things but none worked out.
debianmaster's user avatar
6 votes
0 answers
2k views

I have been working with getting Vagrant to allow me to setup a Tiny Core Linux image, and have been unable to get past the following error: Vagrant attempted to execute the capability '...
theother404's user avatar
0 votes
1 answer
4k views

Solution at end of this post. By default the time is set to one second, and under the usual iputils version of ping there is an option to reduce this number with the -i switch. I need to ping faster, ...
nileshp87's user avatar