|
1 2 |
/usr/local/psa/bin/dns --del domain.tld -a subdomain -ip 123.123.123.123; /usr/local/psa/bin/dns --add domain.tld -a subdomain -ip 125.125.125.125; |
Mas comandos: https://linuxdiviner.wordpress.com/2013/04/25/managing-dns-in-plesk/
|
1 2 |
/usr/local/psa/bin/dns --del domain.tld -a subdomain -ip 123.123.123.123; /usr/local/psa/bin/dns --add domain.tld -a subdomain -ip 125.125.125.125; |
Mas comandos: https://linuxdiviner.wordpress.com/2013/04/25/managing-dns-in-plesk/
El titulo lo dice todo, por defecto se crean en ANSI, haciendo lo siguiente se crearan en UTF-8 pero solo desde el menú contextual ya que desde el bloc de notas sera necesario cambiar la codificación a mano en el momento de guardar.
New Text Document.txt is created. Don’t type anything and open it.Encoding:, press Save and overwrite the existing file. Close the file.New Text Document.txt to TXTUTF-8.txt"TXTUTF-8.txt" to C:\WINDOWS\SHELLNEWStart > Run... and type regedit and press okHKEY_CLASSES_ROOT\.txt\ShellNewString Value and rename it to FileNameFileName and put TXTUTF-8.txt into Value data: field and press okFuente: https://superuser.com/questions/557023/changing-the-default-ansi-to-utf-8-in-notepad
Probado en Windows 10