https://www.openpgp.org/software/kleopatra/
dnf install kleopatra

Seed | Benefits |
---|---|
Flax Seeds | Rich in omega-3 fatty acids, fiber, and lignans; supports heart health, aids digestion, may reduce cholesterol. |
Chia Seeds | High in fiber, protein, omega-3s, and antioxidants; promotes hydration, aids weight loss, supports bone health. |
Sesame Seeds | Good source of calcium, iron, magnesium, and healthy fats; supports bone health, may lower cholesterol levels. |
Sunflower Seeds | Rich in vitamin E, magnesium, selenium, and protein; boosts heart health, supports skin health, aids in mood regulation. |
Watermelon Seeds | Contains protein, healthy fats, vitamins, and minerals; supports heart health, aids digestion, may boost immunity. |
Pumpkin Seeds | High in antioxidants, magnesium, zinc, and fiber; supports prostate health, boosts immunity, help sleep. |
Halim Seeds | Rich in Iron, protein, fiber, vitamins, and minerals; aids digestion, promotes weight loss, supports heart health. |
/etc/kubernetes/manifests/kube-apiserver.yaml
nginx.yml
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: nginx
name: nginx
spec:
replicas: 1
selector:
matchLabels:
app: nginx
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: nginx
spec:
containers:
- image: nginx
name: nginx
resizePolicy:
- resourceName: cpu
restartPolicy: NotRequired
- resourceName: memory
restartPolicy: NotRequired
resources:
limits:
memory: "100Mi"
cpu: "100m"
requests:
memory: "100Mi"
cpu: "100m"
patch.yml [only applied to pod]
kubectl patch pod nginx-94675f6cf-9bxzj --patch '{"spec":{"containers":[{"name":"nginx", "resources":{"requests":{"cpu":"200m"}, "limits":{"cpu":"200m"}}}]}}'
mkdir /root/ipfs
docker run -d \
-v /root/ipfs:/export \
-v /root/ipfs:/data/ipfs \
-p 192.168.0.189:4001:4001 -p 192.168.0.189:4001:4001/udp -p 192.168.0.189:8080:8080 -p 192.168.0.189:5001:5001 \
ipfs/kubo:latest
rpi-eeprom-config -e
Value | Mode | Description |
---|---|---|
0x0 | SD CARD DETECT | Try SD then wait for card-detect to indicate that the card has changed – deprecated now that 0xf (RESTART) is available. |
0x1 | SD CARD | SD card (or eMMC on Compute Module 4). |
0x2 | NETWORK | Network boot – See Network boot server tutorial |
0x3 | RPIBOOT | RPIBOOT – See usbboot |
0x4 | USB-MSD | USB mass storage boot – See USB mass storage boot |
0x5 | BCM-USB-MSD | USB 2.0 boot from USB Type C socket (CM4: USB type A socket on CM4IO board). Not available on Raspberry Pi 5. |
0x6 | NVME | CM4 and Pi 5 only: boot from an NVMe SSD connected to the PCIe interface. See NVMe boot for more details. |
0x7 | HTTP | HTTP boot over ethernet. See HTTP boot for more details. |
0xe | STOP | Stop and display error pattern. A power cycle is required to exit this state. |
0xf | RESTART | Restart from the first boot-mode in the BOOT_ORDER field i.e. loop |
boot order: https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#BOOT_ORDER
rabbitmq-plugins enable rabbitmq_shovel
rabbitmq-plugins enable rabbitmq_shovel_management
Note: Source should not include / at the end.
Error:
2023-11-09 15:24:08.911950+00:00 [error] <0.7052.0> {child_type,worker}]
2023-11-09 15:24:08.928523+00:00 [error] <0.7502.0> Shovel 's2' failed to connect (URI: amqp://rabbitmqcluster-prod.test/): access to target virtual host was refused
2023-11-09 15:24:08.928734+00:00 [error] <0.7502.0> Shovel 's2' has no more URIs to try for connection
2023-11-09 15:24:08.929101+00:00 [error] <0.7502.0> Shovel 's2' could not connect to source
References:
sudo find / -name libbz2.so.1
[root@fedora]# ls /usr/lib64/libbz2.so.1.0
libbz2.so.1.0 libbz2.so.1.0.8
ln -s /usr/lib64/libbz2.so.1.0.8 /usr/lib64/libbz2.so.1.0
Error on fedora:
libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory\\n\”: exit status 127″\n’