New pages

New pages
Hide registered users | Hide bots | Show redirects
  • 01:51, 22 July 2024Postgresql (hist | edit) ‎[1,714 bytes]Jahway603 (talk | contribs) (initial PostgreSQL wiki page)
  • 14:35, 3 July 2024Securing Alpine Linux (hist | edit) ‎[4,682 bytes]Reddognighttime (talk | contribs) (Securing Alpine Linux using Security Technical Implementation Guides (STIGs))
  • 15:13, 30 June 2024Matrix (hist | edit) ‎[3,686 bytes]Jahway603 (talk | contribs) (created)
  • 12:16, 30 June 2024Postgresql 16 (hist | edit) ‎[2,213 bytes]Jhjacobs81 (talk | contribs) (Created page with "= General = PostgreSQL is a well known opensource database that scales well and is easy to use. in Alpine v3.20 we can install the latest version using the package postgresql16 = Install = {{Cmd|apk add postgresql16 postgresql16-contrib postgresql16-openrc}} {{Cmd|rc-update add postgresql}} {{Cmd|rc-service postgresql start}} This will start the postgresql 16 server and perform some initial configuration. = Configure = login as the postgres user and start psql to cr...")
  • 17:21, 25 May 2024Nftables (hist | edit) ‎[580 bytes]WhyNotHugo (talk | contribs) (New article (only Alpine-specific notes))
  • 17:23, 22 May 2024Raspberry Pi LVM on LUKS (hist | edit) ‎[4,836 bytes]Harpia (talk | contribs) (Document all particularities of booting the pi from encrypted root, plus cryptkey usage; Motivation came from my difficulties getting it done - many things are not obvious and not documented.)
  • 09:56, 7 May 2024CEPH (hist | edit) ‎[7,876 bytes]Larena (talk | contribs) (Created page with "{{Draft|work in progress}} CEPH is a software defined storage platform. There are various methods and tools to deploy CEPH, none of which (to my knowledge, please correct this statement if wrong) work on Alpine. However CEPH has been available in the community repository since Alpine 3.10. Thanks to the maintainer that has done an amazing job, even maintaining multiple versions! So that's why this how-to, I will show how to deploy CEPH monitors, managers and OSDs, via A...")
  • 06:56, 2 May 2024K8s with cloud-init (hist | edit) ‎[4,451 bytes]Thomas (talk | contribs) (Created page with "= Alpine Linux <span class="emoji" data-emoji="evergreen_tree">🌲</span> K8s in 1 Minute = == Summary == This is an idea how to set up Alpine with cloud init. The current version has been tested with the [https://dl-cdn.alpinelinux.org/alpine/v3.19/releases/cloud/nocloud_alpine-3.19.1-x86_64-bios-tiny-r0.qcow2 nocloud Alpine 3.19 cloudinit] base image. It has been inspired by k8s and intended for the adminless set up of virtual and bare metal machines. At the m...")