Search found 932 matches

by myVesta
Wed Apr 10, 2024 6:47 pm
Forum: Mail
Topic: How to empty all Trash and Spam folders
Replies: 0
Views: 39

How to empty all Trash and Spam folders

In SSH, as 'root', run: USER='*' # enter user if you don't want * users (*=all) DOMAIN='*' # enter domain if you don't want * domains (*=all) MAILACC='*' # enter mail account if you don't want * mail accounts (*=all) find /home/$USER/mail/$DOMAIN/$MAILACC/.Spam/new/ -type f -delete find /home/$USER/...
by myVesta
Wed Apr 10, 2024 3:15 pm
Forum: Linux tutorials
Topic: How to find the largest files on the server
Replies: 0
Views: 33

How to find the largest files on the server

find / -type f -ls 2>/dev/null | grep -v ' /proc/\| /var/lib/\| /boot' | awk '{print $7" "$5":"$6" ("$9"."$8"/"$9":"$10") "$11 $12 $13 $14 $15 $16 $17 $18 $19 $20}' | sort -h | tail -50 | column -t Or scan only /home : find /home...
by myVesta
Tue Apr 09, 2024 10:48 am
Forum: Bash
Topic: Automatic WordPress installing (v-install-wordpress)
Replies: 6
Views: 39282

Re: Automatic WordPress installing (v-install-wordpress)

Romabento wrote: Thu Apr 04, 2024 8:06 pm Hello gentlemen, Can I call the v-install-wordpress command through the api?
Yes.
by myVesta
Tue Apr 09, 2024 10:44 am
Forum: Installation
Topic: Does myvesta support debian arm64?
Replies: 1
Views: 67

Re: Does myvesta support debian arm64?

Unfortunately, not.
Maybe in the future we will support arm64 architecture.
by myVesta
Mon Mar 25, 2024 3:16 pm
Forum: General discussion
Topic: Unable to locate package vesta error
Replies: 8
Views: 556

Re: Unable to locate package vesta error

I can't promise anything; a lot of stuff is waiting...
by myVesta
Mon Mar 25, 2024 2:06 am
Forum: General discussion
Topic: Unable to locate package vesta error
Replies: 8
Views: 556

Re: Unable to locate package vesta error

You created ARM64 Cloud.
ARM architecture is not supported.

Create a Cloud with Intel / AMD architecture.
by myVesta
Sun Mar 24, 2024 8:40 pm
Forum: General discussion
Topic: Unable to locate package vesta error
Replies: 8
Views: 556

Re: Unable to locate package vesta error

Of course you can't install it on Ubuntu, since myVesta is Debian-only fork.
by myVesta
Mon Mar 18, 2024 4:27 pm
Forum: nginx templates
Topic: Fixing CORS on nginx
Replies: 0
Views: 273

Fixing CORS on nginx

How to fix the Cross-origin resource sharing (CORS) policy on myVesta on the nginx level On SSH, logged in as root, do the following. First, define your myVesta user and domain as a variable: USER='youruser' DOMAIN='yourdomain.com' Now you can copy-paste the following block: cd /home/$USER/conf/web...
by myVesta
Mon Mar 18, 2024 3:29 pm
Forum: General discussion
Topic: Unable to locate package vesta error
Replies: 8
Views: 556

Re: Unable to locate package vesta error

Send us ssh root login.

Something strange is happening with Hetzner ISO images... my friend just got Ubuntu instead of Deb12