Jurnal

keep calm and conquer the world

Menu
  • Home
  • Plimbări
  • Echipamente
  • Recomand
  • Contact
Menu

Category: Docs

ChatGPT (notes)

Posted on 02.06.202502.06.2025 by GhitaB

I took a course on LinkedIn Learning about ChatGPT used for coding. Here are some notes.

Read more

Sentry errors exclude by URL

Posted on 29.05.202529.05.2025 by GhitaB

To see errors for a particular URL you can use: is:unresolved url:https://website.com/my/url But if you want to exclude the errors from this URL, this will do the work: is:unresolved !url:https://website.com/my/url

Read more

Git commit to new branch

Posted on 06.05.202506.05.2025 by GhitaB

$ git checkout -b new_branch $ git status $ git add . $ git commit -m “Message” $ git push –set-upstream origin new_branch (or $ git push and copy paste the suggestion)

Read more

.layout issue in Plone

Posted on 08.04.202508.04.2025 by GhitaB

Go to blobstorage folder, edit .layout Change: bushy -> zeocache

Read more

Restore deleted images Plone 6

Posted on 26.03.2025 by GhitaB

Having a ABCPlone6Website.blabla with ABCPlone6Staging.blabla, let’s say you delete some images and you want to restore them from staging website. My method was to: The script:

Read more

Plone 6, random debug commands

Posted on 19.03.2025 by GhitaB

cat docker-entrypoint.sh cat /etc/passwd ls data/cache id -u plone su – plone stat /app/var…lock sudo rm data/filestorage/Data.fs.lock id -u (mounted type fakeowner data -> permission denied on data) docker context ls (ok: default, wrong: Docker Desktop)

Read more

Plone 6: unauthorized, after replacing database

Posted on 11.03.202511.03.2025 by GhitaB

Solution: clear cookies and session cache in your browser.

Read more

UID to object in Plone

Posted on 05.03.202505.03.2025 by GhitaB

(Pdb) from plone.app.uuid.utils import uuidToObject(Pdb) uuidToObject(’40asdasde33′)<Product at /Plone/en/blabla/something>

Read more

JavaScript to TypeScript

Posted on 05.03.202505.03.2025 by GhitaB

Problem: You need to convert a big JavaScript project to TypeScript. Solution: ts-migrate

Read more

Local test empty plone backend

Posted on 03.03.202503.03.2025 by GhitaB

Just some notes:

Read more
  • 1
  • 2
  • 3
  • 4
  • …
  • 6
  • Next

Archives

  • June 2025 (2)
  • May 2025 (10)
  • April 2025 (3)
  • March 2025 (19)
  • February 2025 (20)
  • January 2025 (33)
  • December 2024 (8)
  • November 2024 (4)
  • October 2024 (8)
  • September 2024 (4)
  • August 2024 (9)
  • July 2024 (21)
  • June 2024 (17)
  • May 2024 (13)
  • April 2024 (1)
  • March 2024 (7)
  • February 2024 (15)
  • January 2024 (24)
  • December 2023 (11)
  • November 2023 (53)
  • October 2023 (17)
  • September 2023 (20)
  • August 2023 (40)
  • July 2023 (39)
  • June 2023 (38)

Categories

  • 27 (4)
  • Acasă (64)
  • Amintiri (13)
  • Creștine (33)
  • Desen (8)
  • Design (1)
  • Docs (53)
  • Duldy & Țâcă (5)
  • Fotografie (42)
  • Gânduri (105)
  • Grădină (10)
  • Interesant (14)
  • Istorie (4)
  • Jurnal (168)
  • Limba română (8)
  • Mașină (2)
  • Muzică (46)
  • Personal (104)
  • Plimbări (24)
  • Programare (25)
  • Sport (12)
  • Știri (37)
  • Vegan (16)

Tags

2 mese pe zi (5) acasă (57) am auzit ceva nou (5) amintiri (8) am scris asta (7) biblice (11) Bihor (15) biserică (5) creștine (56) câine (13) câinele e prietenul omului (13) desen (8) docs (48) fotografie (45) funny (63) grădină (10) gânduri (123) interesant (8) istorie (7) jurnal (204) jurnal sportiv (11) Krita (5) limba română (10) momente (194) muzică (48) muzică preluată (28) natură (6) Padiș (11) personal (146) plimbare (22) plone (27) povești (7) programare (27) recomand (8) rețete vegane (10) România (29) Rusia (5) sketchbook (5) solutions (30) spam (5) sport (6) vegan (17) versuri (6) web development (17) știri (21)

RSS Feed Subscribe
© 2025 Jurnal | Powered by Minimalist Blog WordPress Theme