Posts

Showing posts with the label FreeBSD

Ansible scripts, help me remember HOW TO partition a USB SSD disk.

Ansible scripts,  help me remember HOW TO partition a USB SSD disk.  Use Ansible to save scripts to  partition a 500GB USB SSD for a Raspberry Pi 500 keyboard model, running  FreeBSD ( well GhostBSD-Arm64 in the future,  anticipation ) Based on this article HowTo  Ansible with FreeBSD,    https://www.cyberciti.biz/faq/how-to-prepare-freebsd-server-to-be-managed-by-ansible-tool/   OTHER Ansible URLs:   https://duckduckgo.com/?q=freebsd+ansible+core&ia=web https://nickgeorge.net/bootstrap-ansible-freebsd/   Bootstrap Ansible on FreeBSD; good play books https://www.adminbyaccident.com/freebsd/how-to-freebsd/how-to-install-ansible-on-freebsd/  Install ansible on FreeBSD,  admin by accident   https://www.server-world.info/en/note?os=FreeBSD_14&p=ansible&f=1#google_vignette FreeBSD 14 install ansible  April 2024 https://docs.ansible.com/projects/ansible-core/2.19/os_guide/intro_bsd.html   ...

Testing FreeBSD 15.0 Beta1 October 11 image on Raspberry Pi 500 Keyboard model

 Testing  FreeBSD 15.0 Beta1  October 11 image on Raspberry Pi 500 Keyboard model https://download.freebsd.org/releases/arm64/aarch64/ISO-IMAGES/15.0/     FreeBSD-15.0-BETA1-arm64-aarch64-PINE64-LTS.img.xz 583211120 2025-Oct-11 10:16 FreeBSD-15.0-BETA1-arm64-aarch64-PINE64.img.xz 583222504 2025-Oct-11 10:16 FreeBSD-15.0-BETA1-arm64-aarch64-PINEBOOK.img.xz 583205364 2025-Oct-11 10:16 FreeBSD-15.0-BETA1-arm64-aarch64-ROCK64.img.xz 584444412 2025-Oct-11 10:16 FreeBSD-15.0-BETA1-arm64-aarch64-ROCKPRO64.img.xz 584562712 2025-Oct-11 10:23 FreeBSD-15.0-BETA1-arm64-aarch64-RPI.img.xz 590431668 2025-Oct-11 10:17   Directory Listing and wget download command  [kliktel@kliktel-pc FreeBSD ]$ cd Rpi500 [kliktel@kliktel-pc Rpi500 ]$ ls Rpi500_FreeBSD_install_Grok_October14.pdf [kliktel@kliktel-pc Rpi500 ]$ wget -c https://download.freebsd.org/releases/arm64/aarch64/ISO-IMAGES/15.0/FreeBSD-15...

Setting up Jenkins on my little Raspberry Pi 4B hardware with 8gb dram and 1 TB usb 3.0 SSD

 Setting up Jenkins on my little Raspberry Pi 4B hardware with 8gb dram and 1 TB usb 3.0 SSD  April 13, 2025 Several Jenkins FreeBSD setup URLs to read https://wiki.jenkins.io/JENKINS/FreeBSD.html  Wiki Jenkins  FreeBSD Install https://wiki.freebsd.org/Jenkins/InstallGuide    Wiki FreeBSD Jenkins Install Guide https://www.server-world.info/en/note?os=FreeBSD_14&p=java&f=4   https://www.server-world.info/en/note?os=FreeBSD_14&p=java&f=6   Install Jenkins & OpenJDK 21 https://www.jenkins.io/doc/book/installing/other/    Jenkins Installing Other   https://erlangstar.com/2020/10/08/installing-jenkins-on-freebsd/   October 2020 Erlangstar installing Jenkins on FreeBSD.   https://medium.com/@veneraldo/installing-jenkins-on-freebsd-8c27ad5405   Veneraldo Medium article, "Installing Jenkins on FreeBSD"  Apr 20, 2023   edit  /etc/rc.conf    and add  1 line jenkins_enable="YES" ...