frndc.saschaschroeder.eu

ISO 27001 Zertifizierung

Die Berechtigungsüberprüfung findet auf # statt.
Diverse Gruppen sind auf einem Service mit # SSO zu finden.
Zu verwenden sind # oder #, weil die nach 10Minuten den Bildschirm sperren können, und das domainweit so festgelegt werden kann (Gruppenrichtlinie)
# - darf nicht verwendet werden, weil es den Bildschirm nicht zuverlässig sperren kann, und man das nicht zentral konfigurieren kann...
Alle eigenen Services und Kundensysteme werden zu AWS oder Azure verlegt. Ja keine eigene Hardware mehr.
Keinerlei Vorgabe um ssh-Zugänge mit einem # (#, #, # abzusichern. # bringt eh openssh in WSL mit. Funktioniert nur nicht mit Hardware-token und/oder # (da muss man erst recht wieder Verrenkungen mit # und noch irgend einem Zusatzprogramm für putty machen...

Ich hab das Gefühl, dieses Unternehmen braucht dringend # bzgl. #, # und #...

Vielleicht lass ich mich jetzt echt zum Datenschutz-Experten ausbilden und geh in die Unternehmensberatung. Seit dem Audit für die ISO 27001-Zertifizierung trau ich diesem Zertifikat noch weniger über den Weg, als ich das vorher schon tat...

Ich hab im letzten Jahr so dermaßen viel in dem Bereich gelernt... vor allem sein wir beim Kunden # haben und unsere Zugänge absichern mussten, und ich im # unterwegs bin... Das ich den Praktiken in diesem, oben geschilderten, Unternehmen nicht mehr wirklich über den Weg traue...
# #

Friendica 2022.06 released

We are very happy to announce the avail-ability of the new stable version of Friendica. With this release the “Siberian Iris” cycle is closed and we start a new one, the “Giant Rhubarb“. 20 people have contributed directly to the code of Friendica “Giant Rhubarb” over the last year, committing over 2500 pull requests fixing nearly 200 numbered issues and adding new features.

Kudos to everyone who made this release possible by their contributions!
Photograph of a Giant Rhubarb, which is a large, clump-forming herbaceous perennial growing to 2.5 m tall by 4 m or more. Picture taken by Tom Oates CC-BY 3.0Gunnera manicata, photographed near the church at St Just in Roseland in Cornwall. Photo by Tom Oates, License CC-BY 3.0
In addition to fixing bugs and improving the performance of Friendica, the highlights of the changes of the last year since the first release of the “Siberian Iris” are
  • The UI translations for Arabic and Dansk was added and Friendica supports now left-to-right languages generally better then before.
  • We have two new addons (S3 and WebDAV) to use additional storage back-ends for storing the media files.
  • The Mastodon compatible API was improved, you now should be able to use most Mastodon clients with your Friendica account.
  • The federation with Diaspora*, Mastodon, PeerTube, Pleroma and Lemmy was enhanced.
  • The themes (Frio and vier) got some touch ups, and the screen-reader support of Frio was improved.

For details, please the CHANGELOG file in the repository.

The lowest required PHP version Friendica needs on the server was raised to PHP 7.3 and PHP 8.0 is supported.

Breaking Change If you are running a custom addon, please note that the 2022.06 release does a breaking change removing the hooks settings_form and settings_post. Your addon should use the addon_settings hook instead.

What is Friendica


Friendica is a decentralised communications platform, you can use to host your own social media server that integrates with independent social networking platforms (like the Fediverse or Diaspora*) but also some commercial ones like Twitter.

How to Update

Updating from old Friendica versions


If you are updating from an older version than the 2021.09 release, please first update your Friendica instance to that version.

Pre-Update Procedures


Ensure that the last backup of your Friendica installation was done recently.

Using Git


Updating from the git repositories should only involve a pull from the Friendica core repository and addons repository, regardless of the branch (stable or develop) you are using. Remember to update the dependencies with composer as well. So, assuming that you are on the stable branch, the commands to update your installation to the 2022.06 release would be
cd friendica
git pull
bin/composer.phar install --no-dev
cd addon
git pull
If you want to use a different branch then the stable one, you need to fetch and checkout the branch before your perform the git pull.

Pulling in the dependencies with composer will show some deprecation warning, we will be working on that in the upcoming release.

Using the Archive Files


If you had downloaded the source files in an archive file (tar.gz) please download the current version of the archive from friendica-full-2022.06.tar.gz (sha256) and friendica-addons 2022.06.tar.gz (sha256) and unpack it on your local computer.

As many files got deleted or moved around, please upload the unpacked files to a new directory on your server (say friendica_new) and copy over your existing configuration (config/local.config.php and config/addon.config.php) and .htaccess files. Afterwards rename your current Friendica directory (e.g. friendica) to friendica_old and friendica_new to friendica.

The files of the dependencies are included in the archive (make sure you are using the friendica-full-2022.06 archive), so you don’t have to worry about them.

Post Update Tasks


The database update should be applied automatically, but sometimes it gets stuck. If you encounter this, please initiate the DB update manually from the command line by running the script
bin/console dbstructure update
from the base of your Friendica installation. If the output contains any error message, please let us know using the channels mentioned below.

Please note, that some of the changes to the database structure will take some time to be applied, depending on the size of your Friendica database.

Known Issues


Regarding the update process none as of writing.

How to Contribute


If you want to contribute to the project, you don’t need to have coding experience. There are a number of tasks listed in the issue tracker with the label “Junior Jobs” we think are good for new contributors. But you are by no means limited to these – if you find a solution to a problem (even a new one) please make a pull request at github or let us know in the development forum.

Contribution to Friendica is also not limited to coding. Any contribution to the documentation, the translation or advertisement materials is welcome or reporting a problem. You don’t need to deal with Git(Hub) or Transifex if you don’t like to. Just get in touch with us and we will get the materials to the appropriate places.

Thanks everyone who helped making this release possible and have fun!
https://friendi.ca/2022/06/11/friendica-2022-06-released/

Friendica 2022.06 released

We are very happy to announce the avail-ability of the new stable version of Friendica. With this release the “Siberian Iris” cycle is closed and we start a new one, the “Giant Rhubarb“. 20 people have contributed directly to the code of Friendica “Giant Rhubarb” over the last year, committing over 2500 pull requests fixing nearly 200 numbered issues and adding new features.

Kudos to everyone who made this release possible by their contributions!
Photograph of a Giant Rhubarb, which is a large, clump-forming herbaceous perennial growing to 2.5 m tall by 4 m or more. Picture taken by Tom Oates CC-BY 3.0Gunnera manicata, photographed near the church at St Just in Roseland in Cornwall. Photo by Tom Oates, License CC-BY 3.0
In addition to fixing bugs and improving the performance of Friendica, the highlights of the changes of the last year since the first release of the “Siberian Iris” are
  • The UI translations for Arabic and Dansk was added and Friendica supports now left-to-right languages generally better then before.
  • We have two new addons (S3 and WebDAV) to use additional storage back-ends for storing the media files.
  • The Mastodon compatible API was improved, you now should be able to use most Mastodon clients with your Friendica account.
  • The federation with Diaspora*, Mastodon, PeerTube, Pleroma and Lemmy was enhanced.
  • The themes (Frio and vier) got some touch ups, and the screen-reader support of Frio was improved.

For details, please the CHANGELOG file in the repository.

The lowest required PHP version Friendica needs on the server was raised to PHP 7.3 and PHP 8.0 is supported.

Breaking Change If you are running a custom addon, please note that the 2022.06 release does a breaking change removing the hooks settings_form and settings_post. Your addon should use the addon_settings hook instead.

What is Friendica


Friendica is a decentralised communications platform, you can use to host your own social media server that integrates with independent social networking platforms (like the Fediverse or Diaspora*) but also some commercial ones like Twitter.

How to Update

Updating from old Friendica versions


If you are updating from an older version than the 2021.09 release, please first update your Friendica instance to that version.

Pre-Update Procedures


Ensure that the last backup of your Friendica installation was done recently.

Using Git


Updating from the git repositories should only involve a pull from the Friendica core repository and addons repository, regardless of the branch (stable or develop) you are using. Remember to update the dependencies with composer as well. So, assuming that you are on the stable branch, the commands to update your installation to the 2022.06 release would be
cd friendica
git pull
bin/composer.phar install --no-dev
cd addon
git pull
If you want to use a different branch then the stable one, you need to fetch and checkout the branch before your perform the git pull.

Pulling in the dependencies with composer will show some deprecation warning, we will be working on that in the upcoming release.

Using the Archive Files


If you had downloaded the source files in an archive file (tar.gz) please download the current version of the archive from friendica-full-2022.06.tar.gz (sha256) and friendica-addons 2022.06.tar.gz (sha256) and unpack it on your local computer.

As many files got deleted or moved around, please upload the unpacked files to a new directory on your server (say friendica_new) and copy over your existing configuration (config/local.config.php and config/addon.config.php) and .htaccess files. Afterwards rename your current Friendica directory (e.g. friendica) to friendica_old and friendica_new to friendica.

The files of the dependencies are included in the archive (make sure you are using the friendica-full-2022.06 archive), so you don’t have to worry about them.

Post Update Tasks


The database update should be applied automatically, but sometimes it gets stuck. If you encounter this, please initiate the DB update manually from the command line by running the script
bin/console dbstructure update
from the base of your Friendica installation. If the output contains any error message, please let us know using the channels mentioned below.

Please note, that some of the changes to the database structure will take some time to be applied, depending on the size of your Friendica database.

Known Issues


Regarding the update process none as of writing.

How to Contribute


If you want to contribute to the project, you don’t need to have coding experience. There are a number of tasks listed in the issue tracker with the label “Junior Jobs” we think are good for new contributors. But you are by no means limited to these – if you find a solution to a problem (even a new one) please make a pull request at github or let us know in the development forum.

Contribution to Friendica is also not limited to coding. Any contribution to the documentation, the translation or advertisement materials is welcome or reporting a problem. You don’t need to deal with Git(Hub) or Transifex if you don’t like to. Just get in touch with us and we will get the materials to the appropriate places.

Thanks everyone who helped making this release possible and have fun!
https://friendi.ca/2022/06/11/friendica-2022-06-released/
Steffen K9 🐰 hat dies geteilt
Thanks to our rolling release schedule, every release is the best we’ve ever made!
Friendica released a new stable version 2022.06. libranet.de and venera.social successfully updated.

Also, looks like Misskey will release an new version today as well. Will update misskey.de asap.

Have fun!
misskey.de updated to v.12.111.0 :-)
# # # #

https://taz.de/Polizeigewalt-in-Delmenhorst/!5856971/
adorfer hat dies geteilt
bei
Offenbar aus Versehen filmte der Polizist sich dabei mit der Bodycam.
weiss man nicht, ob man lachen oder weinen soll
Test. Will delete later. 😏
Bild/Foto
@Steffen K9 🐰 It's almost midnight. Think about the children!
[bookmark=https://twitter.com/golem/status/1534131916936445952]Linux-Desktop: # Shell wird auf Mobilgeräte portiert [/bookmark]
Ich mag Nextcloud. Es hat seine Schwächen und ist sicher nicht perfekt. Aber alles in allem ist ein tolles System und superpraktisch.

Was mir aber jedes Mal nervöses Zucken im Auge verursacht ist dieser Desktop-Syncclient. Kann man den nicht einfacher, konsistenter in der Bedienung gestalten? Ein Fenster, alle Einstellungen, kein Dropdown-Klimbim? 😕
@hoergen @vinzv wenn Anbindung gut und schnell, dann kann man auch WebDAV nutzen und NC einfach lokal mounten. Der Client läuft bei mir immer und scheint auch zu funktionieren.
utzer ~Friendica~
@utzer ~Friendica~ mir persönlich geht es um eine zeitlich punktuelle Synchronisierung der Verzeichnisse und Dateien. Es soll nicht ständig eine Verbindung oder ein synchroner Abgleich stattfinden, da mir das zu viele Resourcen verbraucht und in meinem Fall auch komplett zuviel des Guten ist.
Die Nextcloud-CLI, die @vinzv vorgeschlagen hat, ist da exakt die richtige Lösung dafür :thumbs up
hoergen

Moving to Diaspora

Okay, I've seen enough of # now to convince me that # is much better for me. It might just be this particular instance with all of it's blocked pods and instances, but I've been checking the public feed on a couple of Diaspora pods and it's obvious that a lot of cool stuff from familiar people is simply not showing up in my Friendica feed, even stuff from my contact list!

I chose a pod, too. I figure if they don't censor @{Theaitetos@diaspora.psyco.fr}, then they probably don't censor anyone! 😊

So look for me there. Hopefully I can use my usual name.
[bookmark=https://twitter.com/golem/status/1534085859322040322]WWDC: Apple bringt # in Linux-VMs [/bookmark]
# the amazing »Belfast - Yotto Remix« by »Orbital, Yotto« # 🎶 💙
Mehr als 80Millionen Menschen in Deutschland haben noch kein Mastodon.

Schreib dich nicht ab, lern Tröten und Sternen! 🐘🌟
@Tobias
Hhmpff!

Aber deswegen dichtmachen? Bislang habe ich da hauptsächlich Stuff aus Anwendersicht gesehen und hinterlegt. Das Wegwerfen, weil Core-Entwickler nicht mitmachen?!?
Üblicherweise schreiben Entwickler andere Arten von Dokumentation - wenn überhaupt...
Kann man die Markdown-Dateien aus dem /doc Verzeichnis nicht importieren?
Marco R.
#: 'Ruhestörung' anstatt 'Routerstörung'

J-E-D-E-S-M-A-L
Herr Mann hat dies geteilt
na, wenn der Router gestört ist, ist es auch mit der Ruhe in der Famile aus, oder?
eine routerstörung ist auch eine ruhestörung!
# # # # # # #

https://www.scinexx.de/news/biowissen/glyphosat-macht-hummeln-kalt/
Glyphosat macht Hummeln kalt
mhm, auf so eine Idee muß man erst mal kommen. Ich glaube, sowas schaffen nur die CDU, CDU oder FDP.
# # # # # #

https://www.pv-magazine.de/2022/06/02/europa-braucht-100-grosse-solarfabriken/
Europa braucht 100 große Solarfabriken
4 Personen haben dies geteilt
Interessantes Tool - Danke für den Artikel

# #

Horcrux


Do, 2. Juni 2022, Ralf Hersel

Ein Horcrux ist ein Gegenstand, in dem ein dunkler Zauberer ein Fragment
seiner Seele versteckt hat, um unsterblich zu werden. Solange der
Gegenstand intakt bleibt, bleibt auch das Seelenfragment darin intakt
und hält den Schöpfer in der Welt der Lebenden verankert, selbst wenn
sein Körper tödlichen Schaden erleidet.

Bild/Foto

Das hier vorgestellte Werkzeug Horcrux ist weniger magisch als sein
Pendant aus der Harry Potter Welt, jedoch auch sehr nützlich. Damit ist
es möglich, eine Datei in beliebig viele Teile zu zerlegen und zu
verschlüsseln. Für die Wiederherstellung wird kein Schlüssel oder
Passwort benötigt, sondern die erzeugten Teile, wobei nicht alle
Teilstücke notwendig sind. Das dafür verwendete Verfahren nennt sich
Shamir\'s Secret
Sharing
.

Weiterlesen

https://gnulinux.ch/horcrux
# # #
Teil 736 aus der Reihe "Diese kleinen Übertreibungen in den modernen Texten gehen mir zu weit":

Torvalds' Aussage "Wenn sich niemand findet, der den Code übernimmt, sollten wir ihn wohl entfernen" wird nicht als Erwägung, sondern als Drohung dargestellt.

lore.kernel.org/lkml/CAHk-=wih…

Bild/Foto
# # #
Olaf Scholz hat das Problem der Klimakrise nicht verstanden. Dabei wäre es der Job des Kanzlers, jetzt einen grundlegenden Wandel zu organisieren.
[attachment type='link' url='https://taz.de/Olaf-Scholz-und-die-Klimabewegung/!5856390/' title='Olaf Scholz und die Klimabewegung: Der ganz normale Wahnsinn' image='https://taz.de/picture/5598417/948/30310405-1.jpg'][/attachment]
Nach Preis und # hab ich jetzt noch nicht geschaut, aber das geht schon in die Richtung, die ich mir wünsche. Ganzjahresspeicher mit #.

Speicher, wir brauchen Speicher!

# # # # # # #

https://www.homepowersolutions.de/produkt/
Produkt
preis liegt mit 85.000 – 125.000 € brutto etwas hoch für normalverbraucher, auch wenn man 15T€ KfW Kredit bekommt.

H2produktion Speicher und verstromung wäre vllt doch besser zentral mit größeren Einheiten ?!?
(Jan 2021) Artikel bei golem zu #, einem System von einem australischen Hersteller.

https://www.golem.de/news/wasserstoff-lavo-entwickelt-wasserstoffspeicher-fuers-eigenheim-2101-153674.html

> Die Anlage ist etwa 1,70 m hoch, 1,20 m breit und wiegt über 320 kg. Der Wasserstoff wird bei einem Druck von 35 bar in einem Metallhydrid gespeichert.

> Das System liefert eine Dauerleistung von 5 kW. Die Speicherkapazität beträgt 40 kWh.

> Das System soll im Juni in einer limitierten Auflage von 2.500 Stück auf den Markt kommen. Es wird 34,750 australische Dollar, umgerechnet knapp über 22.000 Euro, kosten.

https://lavo.com.au/lavo-hydrogen-battery/

https://www.cleanthinking.de/konkurrent-fuer-powerwall-und-picea-lavo-zeigt-wasserstoff-speichersystem/
#LAVO
Return to Betton, sculptural installation over a canal in Betton, France, 2013
by Guy Lorgeret

# # # # # # # #
Bild/Foto
Steffen K9 🐰
2 Personen haben dies geteilt
# # # # # #
Julian Assange's wife collected the Gunther Wallraff prize on behalf of her husband in Germany on Thursday. The imprisoned WikiLeaks publisher continues his fight against extradition and a 175 year sentence for publishing truthful information, including revealing war crimes https://t.co/1kbpZrMUw0
Bild/Foto
Parole „Wer Deutschland liebt, ist Antisemit!“ wurde im FZW verhandelt – Volksverhetzung: Fünf Neonazis wurden in Dortmund zu Geldstrafen verurteilt

Urteil im großen „Antisemit“-Verfahren vor dem Landgericht in Dortmund: Nach sieben Monaten Verhandlung und 3,5 Jahre nach der Tat sind fünf Neonazis wegen Volksverhetzung zu Geldstrafen verurteilt worden.
Volksverhetzung: Fünf Neonazis wurden in Dortmund zu Geldstrafen verurteilt
Paula Gentle on Friendica hat dies geteilt
Alles etwas verspätet hier, vermutlich geht mein Talk erst so um 11:10 oder 11:20 los
[bookmark=https://twitter.com/KernelRecipes/status/1531914146039664640]# just starts and is available also online

YouTube: Kernel Recipes 2022 (hupstream)

[/bookmark]

47,6%

# # # # # # #

https://www.scinexx.de/news/energie/neuer-rekord-fuer-mehrfach-solarzelle/
Neuer Rekord für Mehrfach-Solarzelle
Ha!

Wördl 345 4/6 🔥2

⬛⬛⬛⬛⬛
⬛⬛⬛⬛⬛
⬛⬛⬛⬛🟨
🟩🟩🟩🟩🟩

wordle.at

#
Halben Weg nach Paris bald geschafft. Alle Talks von der #-#-Konferenz inklusive meinem morgen um 10:50 werden übrigens live ins Netz gestreamt: kernel-recipes.org/en/2022/
[bookmark=https://twitter.com/kernellogger/status/1531571879126908929]Cleaning cat hairs and dust from my Laptop is what I normally forget when preparing for conferences. But I remembered it today before leaving for my first conf after 27 months. 😁

Now on my way to Paris for @KernelRecipes (by train via Karlsruhe, 6 1/2 hours)

[/bookmark]
Wetten, dass Ihr nie draufkommt, in welchem Hotel ich gerade bin.
Bild/Foto
Sonntagsausflug in # - Neue Luppe, Elsterflutbett, Clarapark und Johannapark. 🌞😍
Bild/Foto
Bild/Foto
Bild/Foto
Bild/Foto
Steffen K9 🐰 hat dies geteilt
Sowas booste ich immer gern. Mögen sich viele finden, die daran teilnehmen...

"Ein persönliches Kennenlernen des Kernteams – in dem auch weitere Unterstützer und Interessenten herzlich willkommen sind – ist für den 1. Juni um 19 Uhr in dem kleinen Saal der Ratsschänke, Kirchstraße, geplant."


# # # # #

https://www.ruhrnachrichten.de/olfen/solawi-in-olfen-gegruendet-es-fehlen-noch-abnehmer-w1758458-2000538639/
SoLaWi in Olfen gegründet – es fehlen noch Abnehmer
rebel hat dies geteilt
Vorgezogener # bis 2030 in #? Wir werden sehen...
Liebe #, lasst euch nicht von der # über den Tisch ziehen.

Aber schön, dass dies zumindest bislang noch nicht untergegangen ist:
Außerdem soll das von den Grünen kritisierte Versammlungsgesetz Ende 2023 unabhängig und wissenschaftlich geprüft werden.

# # # # # # #

https://www.sueddeutsche.de/politik/nrw-sondierungsgespraeche-schwarz-gruen-1.5593136

Wie kann ich Knoten unter "dir.friendica.social" löschen?

!helpers@forum.friendica.ca
Hallo und einen schönen Tag Zusammen!
Wie ich in anderen Posts schon erwähnt habe, bastle ich z.Zt. an einem privaten Netzwerk für unseren Verein. Beim der Installation war mir nicht aufgefallen, dass ich den Server als öffentliches Netzwerk deklariert hatte - nun steht der Knoten im offiziellen Friendida-Verzeichnis und ich finde dort keine Möglichkeit, die Adresse wieder zu entfernen.
Was kann ich tun? (Die Einstellung im Admin-Bereich habe ich schon lange zurückgenommen - bisher ohne Wirkung)
!Friendica Support
Gute Frage. Normalerweise sollte der Server nach dem Ändern der Option im Verzeichnis verschwinden. Das kann aber etwas dauern.
Eine andere Möglichkeit wäre, die Registrierung neuer Nutzer zu schließen. Server mit geschlossener Registrierung werden nicht im Verzeichnis gelistet.
Diese Summen sind doch irgendwie crazy…
[bookmark=https://twitter.com/verge/status/1529805908439617537]Broadcom is acquiring VMware for $61 billion theverge.com/2022/5/26/2314…

[/bookmark]
neuer älter