This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name | surname | age | |
---|---|---|---|
John | Doe | 22 | |
Jane | Doe | 20 |