Skip to content

actions current IT

  • fake webcam background
  • taks & process mgt in linux
  • insert overwrite mode disable
  • change permissions for a symbolic link

xed

  • double click on tab bar should create a new empty tab , but does nothing
  • ==> empty search resultss
  • custom actions in xed (like in nemo)
  • wiki , apart from the readme on github

— to be fixed : —

  • Thunar’s “Open Terminal here” bug
  • remarkable editor: start with given file
  • nemo : create new documet keyboard shortcut
  • nemo : custom actions : python3 scripts:
    rename files ( remove all “:” ending spaces , rplace question marks )

— LX startup —

on startup open 6 WS , with :
- WS 1 - mon L - maximized : Vivaldi
- WS 2 - mon L - maximized : Obsidian - note / notesIT
- WS 3 - mon L - maximized : Obsidian & Zettlr - scripta
- WS 4 - mon L - maximized : Zotero
- WS 5 - mon L - maximized : KP (quid pswd ? )

— security —

  • DNS versus socks versus openvpn
  • shadowsocks ( = client to ) socks5
  • alternative [[03. DNS]]
  • custom dns with ip assigned by dhcp (ISP)

— PKS —

ebook collection mgt

collections in general : https://www.linuxlinks.com/collectionmanagers/
personal book epub manager
summary, genre and subgenre metadata
mgt possible by zotero ?

notes

compare Obsidian , zetllr , zettlekaste etc

zotero

zotfile
zotero plugins ( prfeview , zotfile en andere)
open snapshot in specific browser on samen workspace


use libre office calc as front end for sql server database

— DEV —

python3

finding the index of an item in a list
date time
convert datetime to string
create a file
clipboard
tkinker
databases
error :: ModuleNotFoundError: No module named ‘tkinter’

gtk versus QT versus tk

QT : https://doc.qt.io/qt-5/qtdesigner-manual.html
https://doc.qt.io/qt-5/designer-quick-start.html

visual studio

?  code lens

bazaar versus git versus svn

text base data mgt formats

INI  (sections & key/value pairs]
XML
JSON
YAML
ConfigObj ( = extended ini )  used in python3   , https://pypi.org/project/configobj/

JSON is a better data exchange format. XML is a better document exchange format. Use the right tool for the right job.