Jurnal

Less. Better.

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

Tag: docs

Kdenlive crash render Ubuntu

Posted on 23.06.2025 by GhitaB

navigate to Settings > Configure Kdenlive > Environment and then uncheck the option “Use multiple threads” (or set 1 instead of 2)

Read more

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
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next

Archives

  • March 2026 (6)
  • February 2026 (4)
  • January 2026 (3)
  • December 2025 (6)
  • November 2025 (4)
  • October 2025 (10)
  • September 2025 (5)
  • August 2025 (4)
  • July 2025 (9)
  • June 2025 (6)
  • 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 (5)
  • Acasă (66)
  • Amintiri (15)
  • Creștine (40)
  • Desen (8)
  • Design (1)
  • Docs (64)
  • Duldy & Țâcă (5)
  • Fotografie (42)
  • Gânduri (125)
  • Grădină (10)
  • Interesant (14)
  • Istorie (4)
  • Jurnal (190)
  • Limba română (8)
  • Mașină (2)
  • Muzică (46)
  • Personal (119)
  • Plimbări (24)
  • Programare (25)
  • Sport (14)
  • Știri (41)
  • Vegan (17)

Tags

2 mese pe zi (5) acasă (60) am auzit ceva nou (5) amintiri (9) am scris asta (7) biblice (17) Bihor (15) biserică (6) creștine (65) câine (15) câinele e prietenul omului (15) desen (8) docs (59) fotografie (45) funny (74) grădină (10) gânduri (147) interesant (8) istorie (7) jurnal (229) jurnal sportiv (17) Krita (5) limba română (12) momente (218) muzică (48) muzică preluată (28) natură (6) Padiș (11) personal (167) plimbare (22) plone (29) povești (9) programare (27) recomand (11) rețete vegane (11) România (29) Rusia (5) sketchbook (5) solutions (37) sport (6) Ubuntu (5) vegan (18) versuri (6) web development (18) știri (22)

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