Posar subtítols en català 2

El “Carregador”, també ha creat el fitxer “1all_one_line.txt” el format el podem veure a sota. Com veiem te el separador ; que és ideal per a importar amb dades en Excel (text en columnes).

Entrar aquest Excel a una taula Access és trivial

Aquesta taula és convenient conservar-la a base de dades de MySQL subtituls. Pe això farem un enllaç via ODBC

 

A onedrive/access/ hi ha les connexions dsn per a vincular les taules a taules access.

En resum MySQL-AUX (que té la mateixa estructura que totes les taules de polidic està vincula amb accés i la consulta d’annexar a MySQL-AUX hi posarà el registres de Full1.

ÉS convenient anar a MySQL i canviar el nom de la taula amb el del la pel·lícula que volem conservar els subtítols. Creant prèviament una copia de la estructura del fitxer per a la pròxima vegada que vulguem salvar nous subtítols en BD

 

Posar subtítols en català a un vídeo, partint d’un fitxer “eng.srt”

El tema és relativament simple:

S’obre amb el Word i es guarda com a document docx, ara estem en condicions de cridar el traductor de Word que ens genera un document com aquest:

La pega que tenim és que no funciona perquè, com podem observar, fa falta un salt de l’ínia entre bloc i bloc.

He desenvolupat un petit programa al carregador que fa aquesta funció:

INCLOU UN CRLF davant de cada numero del bloc.

Aquest és el fitxer de sortida: (és idèntic però té un espai entre bloc i bloc. Tal com necessiten els programes de vídeo amb subtituls. Vaig a comprovar si funciona.

Aquests són els fitxers:

Va de meravella veure les pelis amb un idioma que és el teu.

Canvia la veu de lectura de Calibre

Des de la biblioteca ‘Calibre’ triem el llibre que volem llegir premen View.

S’obre el llibre per la pàgina 1. Premen ESC surten aquestes icones. Amb Read Aloud es posa a llegir en l’ultima veu selecciona

A peu de pàgina a la esquerra podem veure:

Amb la roda dentada podem triar les veus.

revisar task sheduler: bd backup

general: MySqlBackup window10
triggers: daily at 19:30 status;enable
actions: star a program “c:\dropbox\dbForge studio\executa BAK.bat”

Per comprobar que l’acció funciona es pot llançat l’acció des del indicador d’ordres de Windows. si dona l’error “no està permès l’accés a root@192.168.1.1, verificar a comptes d’usuari del phpMyAdmin que aquest usuari existeix. .

Observem que hi ha creada la tasca BACKUP que corre ‘every day’ a les 20:45. L’acció es executar “C:\Executa BAK.bat”

Executa BAK.BAT

“c:\Program Files\Devart\dbForge Studio for MySQL\dbforgemysql.com” /backup /projectfile:”T:\dbForge Studio\fons_mut.backup”

“c:\Program Files\Devart\dbForge Studio for MySQL\dbforgemysql.com” /backup /projectfile:”T:\dbForge Studio\polidic_eng.backup”

“c:\Program Files\Devart\dbForge Studio for MySQL\dbforgemysql.com” /backup /projectfile:”T:\dbForge Studio\polidic_cat.backup”

“c:\Program Files\Devart\dbForge Studio for MySQL\dbforgemysql.com” /backup /projectfile:”T:\dbForge Studio\polidic_fra.backup”

“c:\Program Files\Devart\dbForge Studio for MySQL\dbforgemysql.com” /backup /projectfile:”T:\dbForge Studio\polidic_ger.backup”

“c:\Program Files\Devart\dbForge Studio for MySQL\dbforgemysql.com” /backup /projectfile:”T:\dbForge Studio\polidic_ita.backup”

“c:\Program Files\Devart\dbForge Studio for MySQL\dbforgemysql.com” /backup /projectfile:”T:\dbForge Studio\polidic_por.backup”

“c:\Program Files\Devart\dbForge Studio for MySQL\dbforgemysql.com” /backup /projectfile:”T:\dbForge Studio\polidic_eus.backup”

“c:\Program Files\Devart\dbForge Studio for MySQL\dbforgemysql.com” /backup /projectfile:”T:\dbForge Studio\agenda.backup”

 

fons_mut.backup … etc, són programes que s’han generat prèviament en dbForge Studio for MySQL quan s’han fet els backup i s’han guardat en aquest directori.

 

Treure llibres duplicats de la llibreria Calibre

Calibre pot gestionar milers de llibres, no conec el límit però és el mateix que la base de dates SQLite. Podem estar parlant de milers o centenars de milers de llibres. La velocitat de la gestió de la biblioteca depèn bàsicament de l’ordinador que utilitzem. Així que un eina per eliminar llibres repetits es fa quasi imprescindible. Afortunadament existeix el plugin que indico a continuació i que l’he provat amb èxit.

Cleaning up an ebook library with Calibre


Un cop instal·lat el plugin si volem treure els duplicats de la llibreria que tenim oberta en aquests moments. Hem de fer córrer Find book duplicates. La aplicació ens presentarà tots els llibre duplicats. Per tan només hem d’esborrar la mitat.


How can I sign in to DSM/SRM with root privilege via SSH?

Permission

How can I sign in to DSM/SRM with root privilege via SSH?

Purpose

This article guides you through how to sign in to DSM (DiskStation Manager) and SRM (Synology Router Manager) as root via SSH.

Warning:

  • Enabling SSH service may bring security risks to your system. Please enable it only when necessary and avoid making changes to system configurations.

Contents

Resolution

Enable SSH service

  • Go to the terminal setting page on your Synology device:
    • Synology NAS: DSM Control Panel > Terminal & SNMP > Terminal
    • Synology Router: SRM Control Panel > Services > System Services > Terminal
  • Tick Enable SSH service.
  • Specify a port number for SSH connections and save the settings. To ensure system security, we suggest replacing the default port 22 with another one.1

Sign in from Windows 10, macOS, or Linux

For DSM 6.0 or later

  • Launch the terminal application on your computer:
    • Windows 10: Windows PowerShell


    • macOS: Terminal.app
    • Linux: Terminal
  • Type the following command and press Enter:

Command

Example

ssh DSM admin account@DSM IP address -p SSH port number

ssh myadmin@10.17.2.6 -p 22

  • Enter the password of your DSM’s administrator account.2
  • Type sudo -i and press Enter.
  • Enter the password of your DSM’s administrator account again, and press Enter.
  • You are now signed in to your DSM with root privilege via SSH.

For DSM 5.2 or earlier/SRM

  • Launch the terminal application on your computer:
    • Windows 10: Windows PowerShell
    • macOS: Terminal.app
    • Linux: Terminal
  • Type the following command and press Enter:

Command

Example

ssh root@DSM/SRM IP address -p SSH port number

ssh root@10.17.2.5 -p 22

  • Enter the password of the default account “admin”.
  • You are now signed in to DSM/SRM with root privilege via SSH.

Sign in from earlier versions of Windows

Earlier versions of Windows (e.g., Windows 7) require a third-party software to establish SSH connections to Synology devices. We take the software PuTTY as an example in the following steps.

For DSM 6.0 or later

  1. Launch PuTTY on your computer.
  2. Enter “DSM admin account@DSM IP address” in the Host Name (or IP address) field, e.g., “myadmin@10.17.2.6”.
  3. Enter the SSH port of your DSM in the Port field, e.g., 22.
  4. Click Open.

  5. Enter the password of your DSM’s administrator account.2
  6. Type sudo -i and press Enter.
  7. Enter the password of your DSM’s administrator account again, and press Enter.
  8. You are now signed in to your DSM with root privilege via SSH.

For DSM 5.2 or earlier/SRM

  1. Launch PuTTY on your computer.
  2. Enter “root@DSM/SRM IP address” in the Host Name (or IP address) field, e.g., “root@10.17.2.5”.
  3. Enter the SSH port of your Synology device in the Port field, e.g., 22.
  4. Click Open.

  5. Enter the password of the default account “admin”.
  6. You are now signed in to your Synology device with root privilege via SSH.

Notes:

  • To enhance the security of SSH connections, you can also avoid the ports listed in this article.
  • The following accounts are available for SSH logins with root privilege:
    • DSM 6.0 and later: Users in the administrators group
    • DSM 5.2 and earlier/SRM: root

Synology DS220+ (http://192.168.1.76:5000/ web_index.html)

  1. Instalació

El disc “backup volum 1” està introduït a la bahia 1 (ve del DS918+ que automàticament ha fet una migració). EL SISTEMA ARRANCA amb aquestes carpetes:

Aquestes són les aplicacions que ha carregat per defecte:

Poso un disc nou a la bahia2 i aquesta és la informació del administrador de emmagatzematge. Es pot observar que s’identifica amb ‘unused driver’. Amb aquest disc es pot crear un volum 2 o sumar-lo al volum 1 que passaria a 3,5+3,5 TB.


2. Tipus de Reset

Mode 1: Reset administrator login credentials and network settings4

  1. Locate the RESET button on your Synology NAS.5
  2. Use a paper clip to gently press and hold down the RESET button for about 4 seconds until you hear a beep, and then release the button immediately.
  3. Launch Web Assistant. Double-click on your Synology NAS. On the login page, enter the system default username admin, leave the password field blank, and click Sign In.
  4. Create a strong password and click Submit.
  5. Sign in to DSM with the username admin and the password that you have just created.6
  6. Go to Control Panel > User > the User tab and double-click on the administrator account you want to use.
  7. In the pop-up window, go to the Info tab and reset your password. Click OK.
  8. Disable the admin account by first signing in with your administrator account, and then going to Control Panel > User > the User tab. Double click on admin and tick the Disable this account checkbox. Click OK.
  9. The admin account status should now be Disabled.

Mode 2: Reset Synology NAS and re-install the operating system DSM

This mode wipes out all system configurations and carries out all the reset functions included in Mode 1.

  1. Find the RESET button at the back of your Synology NAS (please click here to consult the Hardware Installation Guide for your Synology NAS model if you have difficulty locating the RESET button).
  2. Use a paper clip to gently press and hold down the RESET button for about 4 seconds until you hear a beep, and then release the button immediately.
  3. Press and hold down the RESET button again for 4 seconds until you hear 3 more beeps.
  4. Wait for about 2 minutes until the STATUS light on your Synology NAS blinks orange, indicating that your Synology NAS has been successfully reset and the system configurations have been wiped.
  5. To re-install DSM, enter find.synology.com in the search bar of your web browser and find your Synology NAS on the Web Assistant page. The server name of your Synology NAS should be either DiskStation, FlashStation, or RackStation, depending on your Synology NAS model. The status of your device should be Configuration lost.
  6. Double-click on your Synology NAS and follow the wizard to complete the re-installation process.

 

3. Canviar nom i pasword del servidor amb Synology Assistand

S’entra a control panel/netword/general es posa el nou nom i es llança Synology assistan.


4. Ports Movistar