How to get an
.epubfrom an.acsmon Fedora Linux
This guide is based on Installing on Arch Linux via WINE and Exactly how to remove DRM.
The steps below were tested with Fedora 32.
How to get an
.epubfrom an.acsmon Fedora Linux
This guide is based on Installing on Arch Linux via WINE and Exactly how to remove DRM.
The steps below were tested with Fedora 32.
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:73F1A30CBDF4DB4BC75FFD0FD599E76CFFCABF60]
| #! /bin/bash | |
| # a simple command line tool for printing translations of the PDF letters sent by the Technion to students | |
| # supply PDF with Hebrew text as argument | |
| # default input filename if not specified | |
| first="${1:-$HOME/Downloads/techtemp.pdf}" | |
| # default out filename if not specified |
| #!/usr/bin/env python | |
| import sys | |
| import requests | |
| url = "https://translate.google.com/" | |
| cc = [ | |
| {"code":"af","name":"afrikaans"}, | |
| {"code":"sq","name":"albanian"}, | |
| {"code":"ar","name":"arabic"}, | |
| {"code":"hy","name":"armenian"}, |
| #!/bin/bash | |
| echo "Creating directory structure" | |
| mkdir -p ./tmproot/usr/local/bin | |
| mkdir -p ./tmproot/usr/share/applications | |
| mkdir -p ./tmproot/usr/share/icons/hicolor/128x128/apps | |
| mkdir -p ./tmproot/usr/share/icons/gnome/128x128/apps | |
| mkdir -p ./tmproot/opt/ | |
| cd ./tmproot/opt | |
| #specify current version info here |