Skip to content

Edoardo Vignati ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

› Always looking for awesome things

Menu
  • Studies
  • Publications
  • Skills
  • Portfolio
  • Projects
  • Career
  • Blog
  • ๐Ÿ‡ฎ๐Ÿ‡น Servizi
Menu

Category: Tips and tricks

DaVinci Resolve – Useful tricks

Posted on 13/07/202314/07/2023 by Edoardo

DaVinci Resolve is a fantastic tool for easy video editing activities and I want to share a couple of suggestions. Insert new image or video in a specific point of the timeline If you simply drag and drop, the new clip will be added at the end of the timeline or will replace the one…

Continue reading

Mini cheat sheet for Linux users setup

Posted on 04/04/202204/04/2022 by Edoardo

Here is a short list of commands on how to create a user in Linux and get started easily. First of all login as root Create a new user: Create a password for user Add user to sudo group: Create default user home folder: Edit default command line: and replace /bin/sh with /bin/bash

Continue reading

How to install a venv in Python without network connection

Posted on 11/09/202102/12/2022 by Edoardo

In some cases you have to replicate a Python project on a computer without internet connection. In these cases you must not simply copy the venv folder. Requirements for this process: the project, a memory mass storage, another computer with internet connection. First of all, you have to to install Python on the offline machine….

Continue reading

[SOLVED] Overlap images in HTML

Posted on 17/06/202117/06/2021 by Edoardo

If you spent hours trying to find a good solution to overlap images in HTML, this is your final solution. This doesn’t require CSS or Javascript. Only HTML. This is a tricky way to overlap images without using that annoying absolute CSS property misused. In fact if you use the position:absolute property, you will not…

Continue reading

How to install LaTeX package

Posted on 10/01/202110/01/2021 by Edoardo

Personally I use TeXstudio to create LaTeX documents and sometimes I need to install new packages. Usually, when you try to use a package that is not installed locally, this is the following error: The easiest way to install a new package (in this case the float package) is to use MiKTeX. First of all…

Continue reading

How to reinstall ssh key in Linux

Posted on 29/07/202011/03/2023 by Edoardo

Ssh key is very useful if you want to login quickly into applications such as when you want to clone or push from/to Github. Imagine if you set up this ssh key in plenty of services and you have to reinstall the operating system…what a nightmare! Actually there’s a very easy way to setup your…

Continue reading

How to enable emoji on Nextcloud

Posted on 05/04/202030/03/2022 by Edoardo

I found this interesting post on the community forum that explains step by step the commands to display correctly emoji on Nexcloud and in particular on Talk. Please note that the following guide DOES NOT enable the emoji library on Nextcloud but only allows to display emoji correctly. https://help.nextcloud.com/t/emojis-not-working/65004

Continue reading

Burp and Firefox not proxying localhost

Posted on 04/04/202004/04/2020 by Edoardo

Burp is absolutely one of the best suite of tools for hacking and maybe the most used by the community. In this post I want to show up the solution if you are trying to intercept localhost calls but Burp seems to ignore them. First of all you have to check if your extension is…

Continue reading

DELETE all tables in a database using MySQL

Posted on 20/03/201922/06/2022 by Edoardo
Continue reading

Remove link from HTML with CSS

Posted on 06/02/201927/05/2020 by Edoardo

This is a simple work-around to remove actions and links from a link tag without replacing the inner HTML code. For example it can be useful if you are trying to edit a CMS template like a WordPress or Joomla template. These lines of code will do the work easily: .the-outer-container a{ โ€ƒpointer-events: none; โ€ƒcolor:…

Continue reading
  • 1
  • 2
  • Next
© 2025 Edoardo Vignati ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป | Powered by Minimalist Blog WordPress Theme