Skip to content

Software

GradedJestRisk edited this page Jan 28, 2020 · 13 revisions

Table of Contents

Documents

Text

Geany

Shortuts

Picture

Image Magick:

  • create PDF from image : convert <IMAGE> <PDF>

PDF

Install pdfjam: sudo apt-get install texlive-extra-utils

Overview:

  • get format : pdfinfo <FILE_NAME> , youl get Page size: 1190.55 x 841.89 pts
  • change format/orientation: pdfjam --outfile <IN_FILE_NAME> --paper a4paper --landscape <OUT_FILE_NAME>
  • :

Web

Firefox

Manage bookmark

From CLI

FS

Overview from SO:

  • 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/login"}]}
Import bookmark does NOT affect bookmark toolbar directly. They are imported as a folder named "Bookmark toolbar".
sqlite

Overview from SO

  • 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"

Security

Password safe

KeePass

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
Integration with SSH-agent doesn't work with snap PM.

Hardware

Logitech

List:

Clone this wiki locally