Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
7 results tagged alpine  ✕
pmbootstrap to sdcard (20) https://forum.pine64.org/showthread.php?tid=8285
Tue Jun 30 10:34:41 2020 archive.org
QRCode
pinephone alpine pmos
Running Docker in Alpine Linux running in QEMU on Windows (64 bits) · GitHub https://gist.github.com/ogerardin/fb3b615a1a1daaec31966edbb47681c0#file-start-bat
Mon Jun 24 14:21:45 2019 archive.org
QRCode
thumbnail

Running Docker in Alpine Linux running in QEMU on Windows (64 bits) - Running Docker in Alpine Linux running in QEMU on Windows (64 bits)

qemu alpine windows
Installing Alpine Linux in a chroot - Alpine Linux https://wiki.alpinelinux.org/wiki/Installing_Alpine_Linux_in_a_chroot
Tue Jan 16 17:50:11 2018 archive.org
QRCode
thumbnail

This document explains how to set up an Alpine build environment in a chroot under a different Linux distro, such as Arch, Debian, Fedora, Gentoo, or Ubuntu. Once inside the chroot environment, you can build, debug, and run alpine packages. The guide can also be used to install Alpine Linux from a non-Alpine Linux livecd such as Ubuntu or System rescue CD.

This example installation of Alpine Linux in a chroot will work with the lastest release. But it's also possible to make a chroot with edge or older releases of Alpine Linux to test backports.

You can also use script alpine-chroot-install that simplifies this process to just two commands. This script is useful especially on CI environment (e.g. Travis CI).

alpine chroot
Docker - alpine ssh server for ARMHF https://github.com/memiks/alpinearmhf-sshd
Mon Feb 13 23:37:36 2017 archive.org
QRCode
thumbnail

Hello,

j'ai fait une petite modification d'un github pour avoir mon image de 2Mo d'alpine avec serveur ssh (pratique pour des images docker toutes petites)

le README:

Alpine ARMHF ssh server

Instructions

Key based usage (prefered)

Copy the id_rsa.pub from your workstation to your dockerhost.
On the dockerhost create a volume to keep your authorized_keys.

tar cv --files-from /dev/null | docker import - scratch
docker create -v /root/.ssh --name ssh-container scratch /bin/true
docker cp id_rsa.pub ssh-container:/root/.ssh/authorized_keys

For ssh key forwarding use ssh-agent on your workstation.

ssh-agent
ssh-add id_rsa

Then the start sshd service on the dockerhost (check the tags for alpine versions)

docker run -p 4848:22 --name alpinearmhf-sshd --hostname alpinearmhf-sshd --volumes-from ssh-container  -d alpinearmhf-sshd

Password based

docker run -p 4848:22 --name alpinearmhf-sshd --hostname alpinearmhf-sshd -d alpinearmhf-sshd
docker exec -ti docker-sshd passwd

From your workstation

ssh to your new docker environment, with an agent -i option is not needed

ssh -p 4848 -i id_rsa root@<dockerhost>
alpine linux docker ssh server image
[UTIL] SPB Mobile Shell 3 [Tricks, Widgets, Themes, Other, FAQ] - xda-developers http://forum.xda-developers.com/showthread.php?t=507697
Thu Oct 20 07:05:45 2011 archive.org
QRCode
thumbnail

[UTIL] SPB Mobile Shell 3 [Tricks, Widgets, Themes, Other, FAQ] Development and Hacking

spb mobile shell themes tricks widgets zepiii UTIL SPB Mobile Shell 0 Tricks Widgets Themes Other FAQ Config XDA MDA Vario HTC Qtek wallaby wizard tytn hermes alpine prophet i mate jam dopod tornado typhoon programming coding modding wiki forum news xdatools xdaunlock romkitchen rom development lobster unlock imei Windows
(26/06-08) HTC Diamond keyboards Final update - xda-developers http://forum.xda-developers.com/showthread.php?t=392197
Thu Oct 20 07:01:35 2011 archive.org
QRCode
thumbnail

(26/06-08) HTC Diamond keyboards Final update Development and Hacking

downloads removed XDA MDA Vario HTC Qtek wallaby wizard tytn hermes alpine prophet i mate jam dopod tornado typhoon programming coding modding wiki forum news xdatools xdaunlock romkitchen rom development lobster unlock imei Windows Mobile Apps Games
[UTIL] SPB Mobile Shell 3 [Tricks, Widgets, Themes, Other, FAQ] - Page 14 - xda-developers http://forum.xda-developers.com/showthread.php?p=3682863#post3682863
Thu Oct 20 07:01:29 2011 archive.org
QRCode
thumbnail

[UTIL] SPB Mobile Shell 3 [Tricks, Widgets, Themes, Other, FAQ] Development and Hacking

spb mobile shell themes tricks widgets zepiii UTIL SPB Mobile Shell 0 Tricks Widgets Themes Other FAQ Config XDA MDA Vario HTC Qtek wallaby wizard tytn hermes alpine prophet i mate jam dopod tornado typhoon programming coding modding wiki forum news xdatools xdaunlock romkitchen rom development lobster unlock imei Windows
4695 links, including 1609 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn