Αναζήτηση
Μηνιαία Αρχεία: Οκτώβριος 2024
Εικόνες με ελληνικό url σε WordPress. Πρόβλημα για τα social
SELECT parent.ID AS post_id, parent.post_title AS parent_title, attachment.ID AS attachment_id, attachment.guid AS attachment_url, (image URL) attachment.post_title AS attachment_title FROM tr_posts AS attachment LEFT JOIN tr_posts AS parent ON attachment.post_parent = parent.ID WHERE attachment.post_type = ‘attachment’ AND (attachment.post_name REGEXP ‘[α-ωΑ-Ω]’ OR … Συνέχεια
Διαδικασία Επαναφοράς Συγκεκριμένου Folder από tar Backup
scp -P 23 userid@userid.your-storagebox.de:folder/2024-10-21/accounts/filename.tar filename.tar tar -xvf filename.tar tar -xvf filename.tar filename/homedir/folder/subfolder –strip-components=3 -C ./subfolder