Skip to content

Instantly share code, notes, and snippets.

View TaiKamilla's full-sized avatar
:octocat:
нαςκεя ƒμℓℓsταςκ sΩƒτωαяΞ Σηδιηε϶я Ꝓ√Θβℓεᵚ Ꞩθℓ∇϶√

Yafar Valverde TaiKamilla

:octocat:
нαςκεя ƒμℓℓsταςκ sΩƒτωαяΞ Σηδιηε϶я Ꝓ√Θβℓεᵚ Ꞩθℓ∇϶√
View GitHub Profile
sudo a2enmod rewrite
sudo systemctl restart apache2
echo "upload_max_filesize = 128M" > /etc/php/8.2/apache2/conf.d/upload_max_filesize.ini
echo "post_max_size = 128M" >> /etc/php/8.2/apache2/conf.d/upload_max_filesize.ini
systemctl restart apache2
su -s /bin/bash www-data
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@TaiKamilla
TaiKamilla / install-pimox.sh
Last active May 11, 2025 21:38
install-pimox.sh
#!/bin/bash
#Install pimox
curl -o /usr/share/keyrings/pveport.gpg https://mirrors.apqa.cn/proxmox/debian/pveport.gpg
echo "deb [deb=arm64 signed-by=/usr/share/keyrings/pveport.gpg] https://mirrors.apqa.cn/proxmox/debian/pve bookworm port" | tee /etc/apt/sources.list.d/pvport.list
apt update && apt dist-upgrade -y
cat >> /etc/hosts << EOF
127.0.0.1 localhost
127.0.1.1 pi5proxmox1
<?xml version="1.0" encoding="UTF-8"?>
<products xmlns="http://example.com/schema1">
<product>
<id>12345</id>
<title>Example Product</title>
<description>This is an example product description.</description>
<link>https://example.com/product/12345</link>
<image_link>https://example.com/images/product12345.jpg</image_link>
<availability>true</availability>
<price>99.99</price>
<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:g="http://base.google.com/ns/1.0" version="2.0">
<channel>
<title>Example - Online Store</title>
<link>http://www.example.com</link>
<description>
This is a sample feed containing the required and recommended attributes for a variety of different products
</description>
<!--
First example shows what attributes are required and recommended for items that are not in the apparel category
<?xml version="1.0" encoding="UTF-8"?>
<products>
<product>
<product_id>P001</product_id>
<name>Smartphone</name>
<price>599.99</price>
<availability>true</availability>
<description>High-end smartphone with excellent camera</description>
<category>Electronics</category>
</product>
name surname age
John Doe 22
Jane Doe 20