Page 35 of 37
Re: Linux PowerPC Server Software
Posted: Wed Feb 14, 2024 3:44 am
by xeno74
Update with salt:
Create a new user with the username as a password:
Code: Select all
#!/bin/bash
fkt_user_add() {
read -p "Username: " username
sudo useradd -m -d /home/$username -p $(openssl passwd -1 --salt xyz $username) $username
}
fkt_user_add
Re: Linux PowerPC Server Software
Posted: Sat Mar 02, 2024 12:32 pm
by xeno74
git reset and git restore:

Re: Linux PowerPC Server Software
Posted: Tue Mar 05, 2024 12:50 pm
by xeno74
git stash:

Re: Linux PowerPC Server Software
Posted: Sat Mar 09, 2024 7:51 am
by xeno74
puppet resource and puppet apply --execute:

Re: Linux PowerPC Server Software
Posted: Fri Mar 15, 2024 10:03 am
by xeno74
puppet describe and resource type host:
The package "
puppetserver" doesn't have the resource type "
host" on Debian PPC64 so you need to install the package "
puppet" additionally.
You need the package "
vim-puppet" for syntax highlighting of puppet manifests in VIM.
Re: Linux PowerPC Server Software
Posted: Tue Mar 19, 2024 12:36 pm
by xeno74
xeno74 wrote: Sat Apr 09, 2022 5:01 pm
File system replication of group policies (gpo) with rsync for Samba:
Copying of my openSUSE Tumbleweed PPC64 from the X1000 to the X5000 with rsync/SSH:
Code: Select all
bash-5.1# pwd
/run/media/amigaone/openSUSE
bash-5.1# ls
bin boot dev etc home lib lib64 lost+found mnt opt proc root run sbin srv sys tmp usr var
bash-5.1# rsync --stats --progress --numeric-ids -axAhHSP . [email protected]:/run/media/amigaone/openSUSE_XFS --exclude=/dev --exclude=/proc --exclude=/sys --exclude=/tmp --exclude=/mnt
On the X5000:
Code: Select all
bash-5.1# mkdir tmp sys proc dev
bash-5.1# chmod 1777 tmp
Important: PermitRootLogin yes in the
/etc/ssh/sshd_config then restart of the sshd.
Re: Linux PowerPC Server Software
Posted: Sat Mar 23, 2024 4:23 pm
by xeno74
Puppet agent installed via the RubyGems package manager on openSUSE Tumbleweed PPC64:
Additionally BTRFS tested with the final kernel 6.8.
Re: Linux PowerPC Server Software
Posted: Sun Mar 24, 2024 3:27 pm
by xeno74
Old Puppet agent installed via the RubyGems package manager on openSUSE Tumbleweed 20170924 PPC64:

Re: Linux PowerPC Server Software
Posted: Wed Mar 27, 2024 12:37 pm
by xeno74
Simple Puppet manifest for installing the new Arctic Fox
44.0 64-bit on Linux PPC64 (including facter and notify):

Re: Linux PowerPC Server Software
Posted: Tue Apr 16, 2024 9:38 pm
by xeno74
Kernel
6.9-rc4 with LVM:
