#php

jaywink@jasonrobinson.me

Today, oh wait, yesterday too, I've been annoyed about how hard it seems to migrate from a "install PHP and run NextCloud" instance to "run Docker NextCloud".

Now, I don't consider myself a novice in hosting web services of various flavours. I'd argue somewhat completely opposite. I've hosted various services since the BBS times (if you don't know what that means, you're just not old enough). However here, NextCloud just got the better of me. No amount of reading the NextCloud Docker docs or trying to figure out things myself or searching for people with similar issues, all I get from NextCloud is:

Configuration was not read or initialized correctly, not overwriting /var/www/html/config/config.php

In the order of unhelpful error messages, this is pretty much 🖕 all the way. Yes, I've double and triple checked my mount file permissions. May just need to bite the bullet and install PHP on the new server I want to migrate to 😭 Maybe this is just another PHP thing.

#nextcloud #selfhosted #php

magdoz@diaspora.psyco.fr

#AnonChatGPT Sur https://anonchatgpt.com/ :

Sais-tu programmer en html css php et proposer des scripts pour une demande précise ?

En tant qu'IA, je suis spécialisé dans le langage de programmation et l'accompagnement dans diverses tùches. Je peux vous aider avec des questions, des conseils et des exemples liés à HTML, CSS et PHP. Cependant, la création de scripts spécifiques nécessite une compréhension détaillée des exigences et des spécifications de votre demande précise. Pouvez-vous me donner plus de détails sur le script que vous souhaitez développer ?

#ChatGPT #IA #AI #IntelligenceArtificielle #Programmation #DĂ©veloppeur #PHP #HTML #CSS #Javascript #Script

caos@anonsys.net

Heute drei Stellenanzeigen in der #taz , die vielleicht fĂŒr den einen oder die andere interessant sind:
...nicht nur #KommInsFediverseTaz , sondern auch: #KommInDieTazFediverse ! đŸŸ
#Jobs #Linux #Unix #PHP #Mediengestaltung

Anzeigen in der Printausgabe, Texte unter https://taz.de/Info/Stellen/!p4236/

"taz EDV-Abteilung sucht eine:n - :GNU/Linux/Unix-Administrator:in
Wir suchen zeitnah eine:n Kolleg:in mit praktischer Berufserfahrung in der Administration von Debian-Linux-Systemen."

"Die taz-Produktionsabteilung sucht eine*n :Mediengestalter*in
Die taz-Produktionsabteilung sucht zum 01.10.2023 eine*n Mediengestalter*in in Vollzeit (befristet)."

"taz EDV-Abteilung sucht eine:n :Entwickler:in PHP und Datenbanken
Die EDV-Abteilung der taz sucht ab sofort eine:n Backendentwickler:in fĂŒr PHP und Datenbanken."

Screenshot: Auschnitt aus https://taz.de/Info/Stellen/!p4236/ "Wir sind anders. Sind Sie es auch? Freie Stellen in der taz"

@taz @taz @taz (inoffiziell)

harald@hub.volse.no
Infosec: Seeking advice regarding CVSS scoring.

One of the hardest tasks in my dayjob (at WPScan.com) is to assign CVSS scores. Particularly the Availability impact metric is a source of internal arguments. Personally I think the CVSS v3.1 Users Guide is quite clear on the subject, but we still end up arguing how this should be understood in the context of WordPress plugins.

Typically the argument is that if a vulnerability lets an attacker upload arbitrary files or execute arbitrary code, that amounts to a high impact on availability. The way I read the CVSS docs, this would only affect the Confidentiality and Integrity impact metrics, leaving Availability at None or at most Low.

Does anybody have any advice or insights into how we should understand and score this metric?

#infosec #WordPress #php #CVSS

harald@hub.volse.no

I've written about a vulnerability I've been researching at work. Forking your dependencies without really knowing what you do may cause unintended consequences. If your project happens to be a WordPress plugin, you may risk that it appears on our blog. Don't appear on our blog!

https://jetpack.com/blog/vulnerabilities-found-in-the-3dprint-premium-plugin/

#wordpress #php #infosec #disclosure #mywork

rainerhgw@diasp.org

#Debian #Bullseye wants to install #php 8.2. I do not want this, since #Nextcloud will complain.

root@a:~# apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following package was automatically installed and is no longer required:
php8.1-intl
Use 'apt autoremove' to remove it.
The following NEW packages will be installed:
libapache2-mod-php8.2 php8.2 php8.2-bcmath php8.2-cli php8.2-common php8.2-intl php8.2-ldap php8.2-mysql
php8.2-opcache php8.2-readline php8.2-xml
The following packages will be upgraded:
php php-bcmath php-common php-intl php-ldap php-mysql php-xml
7 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
Need to get 4855 kB of archives.
After this operation, 22.8 MB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.
root@a:~#

How can I tell apt to ignore php8.2?