Free Download LibreOffice Writer CV Templates Style – 02

Most of the people are looking for free resume templates which can be edited with the LibreOffice in Linux. I’m sharing this and it will help for you. Features. Easily editable. No additional fonts required. No additional plugins required. Screenshot.     How to edit?

Free Download LibreOffice Writer Resume (CV) Templates Style – 01

LibreOffice Resume Template 01 featured image

Most of the people are looking for free resume templates which can be edited with the LibreOffice in Linux. So I designed a resume template for my personal purposes. I’m sharing this and it will help for you. Features. Easily editable. No additional fonts required. No additional plugins required. Screenshots.     How to edit?

How to use multiple SSH keys for different gitlab accounts

First, Generate two ssh keys called “id_rsa_project_a” and “id_rsa_project_b” as below. Created ssh keys Then add those keys as following. You can check   your saved keys. Type as below Then create a config file in ~/.ssh folder And edit as below Now you can use both projects with separate ssh keys 🙂  

Apache2 is not restarted or reloaded properly in ubuntu 16.04

The solution for the following Error. Job for apache2.service failed because the control process exited with error code. See “systemctl status apache2.service” and “journalctl -xe” for details. The reason for the issue. You have added virtual hosts with ssl configurations and you have not enabled the ssl module yet. Run the following command in ubuntu … Read more