SliTaz SliTaz Forum

You are not logged in.

#26 2017-02-22 04:21:44

alanyih
Administrator
Registered: 2011-04-02
Posts: 532

Re: slitaz-x86_64

slitaz/slitaz-ssh

https://hub.docker.com/r/slitaz/slitaz-ssh/

docker pull slitaz/slitaz-ssh

openssh client/server

ID/PASSWD : root/root

1.

tux@slitaz:~$ docker run --help | egrep '\-d,|\-P,'

  -d, --detach                      Run container in background and print container ID

  -P, --publish-all                 Publish all exposed ports to random ports

tux@slitaz:~$ docker run -d -P slitaz/slitaz-ssh

Unable to find image 'slitaz/slitaz-ssh:latest' locally

latest: Pulling from slitaz/slitaz-ssh

986f76552751: Pull complete

0226342fb824: Pull complete

c506367a6559: Pull complete

babe5d634668: Pull complete

Digest: sha256:b159db8c7371602c7609cfc04e752d5a3ea4610bef57b76c75174b76d67fca8b

Status: Downloaded newer image for slitaz/slitaz-ssh:latest

b32fc1ef623c43363871ddef19b3622c445f0ad9211bc31833ae17701c9cbb65

2.

tux@slitaz:~$ docker ps

CONTAINER ID        IMAGE               COMMAND               CREATED             STATUS              PORTS                   NAMES
b32fc1ef623c        slitaz/slitaz-ssh   "/usr/sbin/sshd -D"   12 seconds ago      Up 11 seconds       0.0.0.0:32768->22/tcp   tender_curie

tux@slitaz:~$ docker inspect b32f | grep IPAd
            "SecondaryIPAddresses": null,
            "IPAddress": "172.17.0.2",
                    "IPAddress": "172.17.0.2",

3.

tux@slitaz:~$ ssh root@172.17.0.2

Host '172.17.0.2' is not in the trusted hosts file.

(ecdsa-sha2-nistp256 fingerprint md5 4e:89:a7:c0:69:64:12:13:72:d6:af:18:53:af:e1:89)

Do you want to continue connecting? (y/n) y

root@172.17.0.2's password:

  Welcome to the Open Source World!

  SliTaz GNU/Linux is distributed in the hope that it will be useful,

  but with ABSOLUTELY NO WARRANTY.

4.

root@b32fc1ef623c:~# tazpkg -l

List of all installed packages
================================================================================
busybox                            1.23.2            base-system
gettext-base                       0.19.4            base-system
glibc-base                         2.19              base-system
libcrypto                          1.0.1q            security
ncurses-common                     5.9               base-system
openssh                            7.2p2             security
sftp-server                        7.2p2             security
slitaz-base-files                  309               base-system
tazpkg                             5.3.3             base-system
zlib                               1.2.8             base-system
================================================================================
10 packages installed.

root@b32fc1ef623c:~#

Offline

#27 2017-03-02 01:42:51

alanyih
Administrator
Registered: 2011-04-02
Posts: 532

Re: slitaz-x86_64

CaaS -  Container-as-a-Service

ARUKAS CLOUD is DOCKER HOSTING

https://arukas.io/en/

Arukas is the simplest-to-use Container-as-a-Service that makes it easy to deploy and manage apps at scale.

Deploy apps right out of the box

Get started for free

https://app.arukas.io/sign_up/

1. Create application

[attachment=44263,2449]

2. Start application

[attachment=44263,2450]

3. Application up and running

[attachment=44263,2451]

4. ssh  login

[attachment=44263,2452]

tux@slitaz:~$ ssh -p 31382 root@153.125.239.144

Host '153.125.239.144' is not in the trusted hosts file.

(ecdsa-sha2-nistp256 fingerprint md5 4e:89:a7:c0:69:64:12:13:72:d6:af:18:53:af:e1:89)

Do you want to continue connecting? (y/n) y

root@153.125.239.144's password:

  Welcome to the Open Source World!

  SliTaz GNU/Linux is distributed in the hope that it will be useful,

  but with ABSOLUTELY NO WARRANTY.

5.

root@c1ee9ae00198:~# tazpkg -lf openssh

Installed files by: openssh

======================================================================

/etc/init.d/openssh

/etc/ssh/moduli

/etc/ssh/ssh_config

/etc/ssh/sshd_config

/usr/bin/scp

/usr/bin/sftp

/usr/bin/ssh

/usr/bin/ssh-add

/usr/bin/ssh-agent

/usr/bin/ssh-keygen

/usr/bin/ssh-keyscan

/usr/sbin/ssh-keysign

/usr/sbin/ssh-pkcs11-helper

/usr/sbin/sshd

======================================================================

14 files installed with openssh

6.

root@c1ee9ae00198:~# slitaz

SliTaz GNU/Linux
===========================================================================
Release      : 5.0
Architecture : x86_64
Kernel       : 4.8.17-coreos-r1
Machine type : x86_64
Home path    : /home/slitaz
Configs      : /etc/slitaz
Main config  : /etc/slitaz/slitaz.conf
Log files    : /var/log/slitaz
Packages DB  : /var/lib/tazpkg
Installed    : 10 packages
Mirror       : http://slitaz64.96.lt/packages/
System date  : Tue Feb 28 14:47:35 UTC 2017
--------------
Boot options : rootflags=rw mount.usrflags=ro BOOT_IMAGE=/coreos/vmlinuz initrd=/coreos/cpio.gz
===========================================================================

7.

root@c1ee9ae00198:~# uname -a

Linux c1ee9ae00198 4.8.17-coreos-r1 #1 SMP Thu Feb 2 01:17:06 UTC 2017 x86_64 GNU/Linux

root@c1ee9ae00198:~# exit

tux@slitaz:~$ uname -a

Linux slitaz 3.16.36-slitaz64 #1 SMP Fri Oct 7 13:26:22 UTC 2016 x86_64 GNU/Linux

tux@slitaz:~$

Offline

#28 2017-03-14 12:48:23

alanyih
Administrator
Registered: 2011-04-02
Posts: 532

Re: slitaz-x86_64

SliTaz Web Server

docker pull slitaz/slitaz-lighttpd

https://hub.docker.com/r/slitaz/slitaz-lighttpd/

http://doc.slitaz.org/en:handbook:webserver

tux@slitaz:~$ docker run -d -P slitaz/slitaz-lighttpd

Unable to find image 'slitaz/slitaz-lighttpd:latest' locally

latest: Pulling from slitaz/slitaz-lighttpd

986f76552751: Pull complete

443082f2095a: Pull complete

2a39471c7bf0: Pull complete

Digest: sha256:ebf93fa93f15acb18b0b1d74f88d416fd3a1c181bdecc7ab266b9c9102b1c42d

Status: Downloaded newer image for slitaz/slitaz-lighttpd:latest

81b7262138595b2f066f337aab3c865d9dfe5710a7b32e6f2f3aa05e55512c03

tux@slitaz:~$ docker ps

CONTAINER ID        IMAGE                    COMMAND                  CREATED             STATUS              PORTS                   NAMES
81b726213859        slitaz/slitaz-lighttpd   "lighttpd -D -f /etc/"   8 minutes ago       Up 8 minutes        0.0.0.0:32769->80/tcp   small_sinoussi

tux@slitaz:~$ ps | grep proxy
2504 root       0:00 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 32769 -container-ip 172.17.0.2 -container-port 80
tux@slitaz:~$

[attachment=44358,2463]

[attachment=44358,2462]

Offline

#29 2017-03-28 23:23:57

alanyih
Administrator
Registered: 2011-04-02
Posts: 532

Re: slitaz-x86_64

mirror1 :  ARUKAS CLOUD

Endpoint    https://tiny-bartik-1436.arukascloud.io/packages/

[attachment=44427,2471]

tux@slitaz:~$ wget --check-certificate=quiet https://tiny-bartik-1436.arukasclod.io/packages/packages.md5

--2017-03-18 22:53:26--  https://tiny-bartik-1436.arukascloud.io/packages/packages.md5

Resolving tiny-bartik-1436.arukascloud.io (tiny-bartik-1436.arukascloud.io)... 153.125.239.164

Connecting to tiny-bartik-1436.arukascloud.io (tiny-bartik-1436.arukascloud.io)|153.125.239.164|:443... connected.

HTTP request sent, awaiting response... 200 OK

Length: 80014 (78K) [application/octet-stream]

Saving to: ‘packages.md5’

packages.md5        100%[===================>]  78.14K  --.-KB/s    in 0.1s   

2017-03-18 22:53:27 (603 KB/s) - ‘packages.md5’ saved [80014/80014]

tux@slitaz:~$ tail -5 packages.md5

8959db35ba02b994c0573e553657b0bc  yasm-dev-1.3.0-x86_64.tazpkg

a19b9e7f9eabb359559df66061957929  ytree-1.97-x86_64.tazpkg

1bb1b80f76b9a367158da0c930ef6b23  zip-3.0-x86_64.tazpkg

36dddd22f16e742f9b8c5570170d534c  zlib-1.2.8-x86_64.tazpkg

cfc5eef6981df97da057710d3cb7a199  zlib-dev-1.2.8-x86_64.tazpkg

tux@slitaz:~$ cat packages.md5 | wc -l

1212

tux@slitaz:~$

Offline

#30 2017-03-28 23:46:24

alanyih
Administrator
Registered: 2011-04-02
Posts: 532

Re: slitaz-x86_64

Endpoint

Endpoint https://tiny-bartik-1436.arukascloud.io/packages/

What is Endpoint

https://arukas.io/en/help-en/endpoint-en/         

Instance IP Address is dynamic IP address.

When an instance needs to be rebooted for some reasons, its port are change. Can not always use the same port.

but, Endpoint URL is always the same.

Always-on connection it is supposed to be through the Endpoint.

Endpoint URL is mapped to the first port only.

ex:

port#1: 3456 <= mapped to Endpoint

port#2: 80

port#3: 443

Endpoint need all port opened after endpoint enabled.

EndPoint URL is HTTP backend support. (TCP/UDP not suppoted.)

This is intended to be used in a web server and API Server.

Entity of Endpoint is a load balancer. This will load balance the communication of multiple back-end instance automatically.

All of the instances automatically get rebooted almost every week, The average life span of the ip address and port is one week. Sometimes it changes in one day.

Offline

#31 2017-04-15 01:18:16

alanyih
Administrator
Registered: 2011-04-02
Posts: 532

Re: slitaz-x86_64

6 billion pulls from Docker Hub,

another billion every 6 weeks

@solomonstre #LinuxCon

1 billion=1,000,000,000

1. Docker Hub Reaches Over 1.2 Billion Pulls

https://blog.docker.com/2015/11/docker-hub-billion-pulls/

[attachment=44499,2477]

2. Docker Community Passes Two Billion Pulls!

https://blog.docker.com/2016/02/docker-hub-two-billion-pulls/

[attachment=44499,2482]

3. 6 billion pulls from Docker Hub,

another billion every 6 weeks

@solomonstre #LinuxCon

https://twitter.com/docker/status/783226960172515328

[attachment=44499,2479]

[attachment=44499,2480]

4. As of March 1, 2017, we crossed 11 billion pulls from the public registry!

https://blog.docker.com/2017/04/enterprise-ready-software-docker-store/

[attachment=44499,2481]

Offline

#32 2017-05-13 13:17:10

gibor
Moderator
Registered: 2011-04-30
Posts: 1,067

Re: slitaz-x86_64

Hi Alanyih, after read this thread have compiled my first kernel-3.9.5 at 64bit smile

and this is my config file

http://paste.slitaz.org/?8a9cd8fafdcc9b81#9ggyy2EFCxdNwEVCPZW+32UtJiP1gXO6fQatxmuPaV0=

tested and compiled on Toshiba Satellite Pro A300 with Intel core2

at time, seem all full work well...

Linux slitaz 3.9.5-slitaz64 #17 SMP Sat May 13 12:53:17 GMT 2017 x86_64 GNU/Linux

Thank You!

Offline

#33 2017-05-16 22:57:17

alanyih
Administrator
Registered: 2011-04-02
Posts: 532

Re: slitaz-x86_64

Hi gibor,

at time, seem all full work well...

    Linux slitaz 3.9.5-slitaz64 #17 SMP Sat May 13 12:53:17 GMT 2017 x86_64 GNU/Linux

Well done!

Try:

$ cat /path-to-kernel-src/.version

Offline

#34 2017-05-17 05:34:19

gibor
Moderator
Registered: 2011-04-30
Posts: 1,067

Re: slitaz-x86_64

cat /usr/src/linux-3.9.5/.version ---> 17

Offline

#35 2018-12-10 16:40:31

tosim
Member
Registered: 2018-08-31
Posts: 3

Re: slitaz-x86_64

Can someon please give me, login name, and password for Slitaz? I presently hace it on a CD, and on my MultiBoot flash drive. Thank you very much.

Offline

#36 2018-12-14 08:15:00

Erkan_Yilmaz
Member
Registered: 2014-12-18
Posts: 78

Re: slitaz-x86_64

iirc the usual credentials are:

user: tux

pwd: tux

root pwd: root

> Can someon please give me, login name, and password for Slitaz?

> I presently hace it on a CD, and on my MultiBoot flash drive. Thank you very much.

Erkan YILMAZ

http://people.slitaz.org/~eyilmaz/blog/

Offline

#37 2018-12-14 13:36:45

tosim
Member
Registered: 2018-08-31
Posts: 3

Re: slitaz-x86_64

Thank you very much.

Offline

#38 2019-05-19 08:36:31

Wido
Member
Registered: 2019-05-18
Posts: 3

Re: slitaz-x86_64

My antivirus mark slitaz core 64 as Heur.AdvML.B.

Offline

#39 2019-05-29 12:51:04

alanyih
Administrator
Registered: 2011-04-02
Posts: 532

Re: slitaz-x86_64

My antivirus mark slitaz core 64 as Heur.AdvML.B.

README

http://mirror1.slitaz.org/iso/rolling/README

slitaz-rolling-core64.iso

    Full 32 bits desktop with 64 bits kernel.

VS.

slitaz-x86_64

http://forum.slitaz.org/topic/slitaz-x86_64#post-43349

tux@slitaz:~$ file /lib64/libc-2.19.so

/lib64/libc-2.19.so: ELF 64-bit LSB shared object, x86-64,

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.58 MiB (Peak: 1.77 MiB) ]