wget -r -k -l 7 -p -E -nc --no-check-certificate https://uniforcehealth.com
cat uniforcehealth.com/index.html
<html><head><title>uniforcehealth.com</title></head><frameset rows="100%, *" framespacing="0" frameborder="0" border="0"><frame src="https://teamuniforce.com/" name="main" scrolling="auto" noresize="noresize" frameborder="0" border="0" marginheight="3" marginwidth="3" /><noframes><body bgcolor="#ffffff" text="#000000">
wget -r -k -l 7 -p -E -nc https://teamuniforce.com/
<?php
// Каталог files
$link = 'https://docs.google.com/spreadsheets/id/pub?output=csv';
$uploaddir = './';
$uploadfile = $uploaddir.basename($link);
// Копируем файл в files
if (copy($link, $uploadfile)){
$old = "pub?output=csv";
$new = "google_sheets.csv";
rename($old , $new);
$csvfile = file_get_contents($new);
$csv_edited = str_replace("значение", "новое значение", $csvfile);
file_put_contents($new, $csv_edited);
echo "Файл успешно загружен на сервер";
}
?>
xfconf-query --channel xfce4-desktop --property /backdrop/screen0/monitor0/image-path --set /usr/share/backgrounds/xfce/xfce-blue.jpg
Гугл путных ответов не выдает