Skip to content

Edoardo Vignati

– Always looking for something awesome –

Menu
  • About me
  • Studies
  • Publications
  • Skills
  • Portfolio
  • Projects
  • Career
  • Blog
  • Travels  
Menu

Author: Edoardo

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

WPScan: what is and how to install

Posted on 27/05/202027/05/2020 by Edoardo

WPScan is a very interesting and useful tool written in Ruby for scanning WordPress websites and find outdated versions of plugins, known vulnerabilities, enumeration of users etc… It’s very easy to use and very powerful. These are the installation step. After this, let’s install WPScan using gem: To run the scan, first of all update…

Continue reading

[SOLVED] Nextcloud can’t login – Internal Server Error

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

In this short guide I would like to help you if you are in the same frustrating situation as me. In particular I spent a lot of time trying to understand what was going wrong on my Nextcloud installation and now I want to give you (I hope) a solution. The situation we want to…

Continue reading

[SOLVED] The target server failed to respond – Jenkins and Nexus

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

I encountered this error while I was writing a Maven project. I want to explain what was the problem in my case. Here is the setup of the project: the project is on Github a trigger on push events is fired to a self-hosted Jenkins installation that builds the artifact an upload step of the…

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

Nexus Repository Manager

Posted on 27/03/202003/04/2020 by Edoardo

Every good Java programmer should know and use a build automation tool like Maven or Gradle. Associated with one of these tools there is always a good repository from which the artifacts are downloaded and included automatically in the project. Probably the most important repository for artifacts is Maven Central But what if you want…

Continue reading

Let your code live forever

Posted on 27/11/201921/07/2020 by Edoardo

Update – July 2020 Github recently added a badge on Github profiles that contributed to the code vault. You can find it on your account main page under the personal information. How many repositories of yours have been put into the code vault??? Svalbard, an awesome place at the end of the world, where time…

Continue reading

Awesome things to do with a VPS

Posted on 20/11/201930/03/2022 by Edoardo

You bought a VPS and you want to boost it? Here is an interesting list of things you can do! Publish your personal website (blog or your CV). Apache and WordPress is a perfect duo. Setup a mail server with Dovecot and Postfix (part1, part2). Access your mail from browser using Roundcube Run a private…

Continue reading

[SOLVED] Commit failed on Gitlab – Disable (or enable) pipelines

Posted on 03/04/201930/04/2020 by Edoardo

If you are using Gitlab you have already experienced that commits will “fail” with no reason. This is due to the automatic enabling of pipelines for continuous integration and delivery (CI/CD). This is what happens when you create a new repository: This is what happens when you push the first commit: So, if you want…

Continue reading
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next
  1. Edoardo on [SOLVED] XMLHttpRequest error in Flutter web is a CORS error06/01/2023
  2. Fabi on [SOLVED] XMLHttpRequest error in Flutter web is a CORS error20/12/2022
  3. Edoardo on How to install hplip on Ubuntu28/11/2022
  4. Alex K on How to install hplip on Ubuntu28/11/2022

© 2023 Edoardo Vignati | Powered by Minimalist Blog WordPress Theme