EPS filer i Inkscape

Den bästa tutorial för att importera Ghostscript så att Inkscape kan öppna .EPS filer jag hittat är denna;

Favoritrecept laxburgare

Detta recept utvecklade jag till PIRA-studien, men har sedan dess även blivit min privata favorit för laxburgare; Recept Laxfärs 1 kg Ägg 100 g Ströbröd 66-67 g Salt 1.6 tsk (1 tsk och 3 kryddmått) Peppar 3.3 kryddmått Burgarna ser inte ut att hålla ihop, men de blir bra när de väl blir stekta. Ta […]

Autoconnect to VPN on boot in Ubuntu

You must have the protonvpn-cli installed (the official one, not the community version). [Unit] Description=Connect to protonvpn, fastest server, after user login After=graphical-session.target [Service] Type=simple ExecStart=protonvpn-cli connect –fastest [Install] WantedBy=graphical-session.target Create this script with: nano ~/.config/systemd/user/protonvpn_start_on_login.service Then run: systemctl –user enable protonvpn_start_on_login Then check the status of the script after you log in (should say […]

Bokmärke PCA

http://www.sthda.com/english/articles/31-principal-component-methods-in-r-practical-guide/118-principal-component-analysis-in-r-prcomp-vs-princomp/  

RStudio logical expressions

Kom-ihåg lista: Operator Description ! Logical NOT & Element-wise logical AND && Logical AND | Element-wise logical OR || Logical OR   Operator Description < Less than > Greater than <= Less than or equal to >= Greater than or equal to == Equal to != Not equal to   Operator Description + Addition – […]

Remove all images in a wordpress installation

Recently one image got entangled by a copyright claim from Copyright Agent on the website FrågaDietisten.se, an author had by mistake and unknowingly uploaded a photo belonging to TT and now had to pay a hefty fee. To avoid any further expensive mistakes, and in all a bit of a haste, I decided to write […]

Logistisk regression i R – backup

Backup av denna artikel: Logit Regression | R Data Analysis Examples   Logit Regression | R Data Analysis Examples   Logistic regression, also called a logit model, is used to model dichotomous outcome variables. In the logit model the log odds of the outcome is modeled as a linear combination of the predictor variables. This […]