-
Notifications
You must be signed in to change notification settings - Fork 0
Software
GradedJestRisk edited this page Jan 28, 2020
·
13 revisions
Image Magick:
- create PDF from image :
convert <IMAGE> <PDF>
Install pdfjam: sudo apt-get install texlive-extra-utils
Overview:
- get format :
pdfinfo <FILE_NAME>
, youl getPage size: 1190.55 x 841.89 pts
- change format/orientation:
pdfjam --outfile <IN_FILE_NAME> --paper a4paper --landscape <OUT_FILE_NAME>
- :
- Open the Libraty (Bookmark explorer => Ctrl Shift O // Bookmark /Open all Bookmarks)
- Import and Backup / Backup
- it generate a .json (containing human-readable) file
, what follow is a Github entry {"guid":"7JgXRzEXXRHL","title":"GitHub","index":2,"dateAdded":1570890131829000,"lastModified":1570890140371000,"id":38,"typeCode":1,"iconuri":"https://github.com/fluidicon.png","type":"text/x-moz-place","uri":"https://github.com/#"}]}
- install Sqlite
apt-get install sqlite3
- locate your profile bookmark file (places.sqlite)
find ~/.mozilla -name places.sqlite
- shutdown Firefox
- export
sqlite3 <BOOKMARK_PATH> ".backup <EXPORT_PATH>"
- import
sqlite3 <BOOKMARK_FILE> ".restore /path/to/backup/file"
Windows port Install with browser integration:
- install server with snap (native packages are outdated)
sudo snap install keepassxc
- start it and open a database
- enable client connection in Tools / Settings/ Browser integration
- download and execute the helper script
- install web client plugin
- look for plugin on upper-right corner et connect to server
List: