Pleyel et Cie

Pleyel et Cie (“Pleyel and Company”) was a French piano manufacturing firm founded by the composer Ignace Pleyel in 1807. In 1815, Pleyel’s son Camille joined him as a business partner. The firm provided pianos to Frédéric Chopin, and also ran a concert hall, the Salle Pleyel, where Chopin performed his first – and last – Paris concerts. Pleyel’s major contribution to piano development was the first use of a metal frame in a piano. Pleyel pianos were the choice of composers such as Debussy, Saint-Saëns, Ravel, de Falla and Stravinsky and of pianists and teachers Alfred Cortot, Philip Manuel and Gavin Williamson. Nineteenth-century musicians involved in the company’s management included Joseph O’Kelly and Georges Pfeiffer.

https://en.m.wikipedia.org/wiki/Pleyel_et_Cie

Pleyel et Cie was last modified: April 28th, 2020 by Jovan Stosic

“Error while downloading the document file to be converted” on Onlyoffice-Nextcloud integration setup (on docker containers)

'onlyoffice' =>
  array (
    "jwt_secret" => "secret-from-local.json",
    "jwt_header" => "AuthorizationJwt"
)

Source: “Error while downloading the document file to be converted” on Onlyoffice-Nextcloud integration setup (on docker containers) · Issue #153 · ONLYOFFICE/onlyoffice-nextcloud · GitHub

“Error while downloading the document file to be converted” on Onlyoffice-Nextcloud integration setup (on docker containers) was last modified: April 28th, 2020 by Jovan Stosic

JupyterHub setup on centos

curl -O http://repo.continuum.io/archive/Anaconda3-4.0.0-Linux-x86_64.sh
chmod u+x Anaconda3-4.0.0-Linux-x86_64.sh
./Anaconda3-4.0.0-Linux-x86_64.sh -b -p /opt/anaconda3
export PATH=/opt/anaconda3/bin:$PATH
curl –silent –location https://rpm.nodesource.com/setup_4.x | bash –
yum install nodejs -y
npm install -g configurable-http-proxy
pip install jupyterhub
jupyterhub –generate-config
openssl req \
-newkey rsa:2048 -nodes -keyout domain.key \
-x509 -days 365 -out domain.crt
jupyterhub -f jupyterhub_config.py

Source: JupyterHub setup on centos · GitHub

JupyterHub setup on centos was last modified: April 28th, 2020 by Jovan Stosic

Prelude, Op. 28, No. 15 (Chopin)

The Prelude Op. 28, No. 15, by Frédéric Chopin, known as the “Raindrop” prelude, is one of the 24 Chopin preludes. Usually lasting between five and seven minutes, this is the longest of the preludes. The prelude is noted for its repeating A, which appears throughout the piece and sounds like raindrops to many listeners.

https://en.m.wikipedia.org/wiki/Prelude,_Op._28,_No._15_(Chopin)

Prelude, Op. 28, No. 15 (Chopin) was last modified: April 26th, 2020 by Jovan Stosic

NextCloud and OnlyOffice Behind Apache Reverse Proxy Re ONLYOFFICE/DocumentServer 

Include following lines to the https->http proxy virtual host

SetEnvIf Host "^(.*)$" THE_HOST=$1
RequestHeader set X-Forwarded-Proto https
ProxyAddHeaders Off

Source: NextCloud and OnlyOffice Behind Apache Reverse Proxy Receiving 302 Found Nginx · Issue #235 · ONLYOFFICE/DocumentServer · GitHub

NextCloud and OnlyOffice Behind Apache Reverse Proxy Re ONLYOFFICE/DocumentServer  was last modified: April 24th, 2020 by Jovan Stosic