Skip to content

Instantly share code, notes, and snippets.

View Jiab77's full-sized avatar
πŸ€–
Search, Hack and Dev

Doctor Who Jiab77

πŸ€–
Search, Hack and Dev
View GitHub Profile
@Jiab77
Jiab77 / .ilg-config
Last active September 8, 2020 03:05
Intel Linux Graphics Package List - Install instructions
# [Distribution codename]
# key inst uninst
# # noop noop
# n noop noop
# s add-repo del-repo
# i install remove
# I install noop
# u install downgrade
# e error noop
# k kernel minver maxver INSTRUCTION (maxver is exclusive, minver inclusive)
@Jiab77
Jiab77 / zabbix-grafana.md
Last active June 27, 2024 21:09
Quick resume of the installation process.

Zabbix Installation with Grafana

Quick resume of the installation process.

Dependencies

Install dependecies first.

sudo apt update
@Jiab77
Jiab77 / map.icons.js
Last active April 2, 2018 22:27
GoogleMaps - Places API Types Icons
'use strict';
// GoogleMaps - Places API Types Icons
// Used google documentation and some tricks from stackoverflow
// Commented types are types from the documentation which not returning icon
// Some types are coming from the stackoverflow answer
// (c) 2018 - Jonathan Barda <[email protected]>
// https://gist.github.com/Jiab77/0f1bf31cc4555ce932ede965bca3c215
// Links:
@Jiab77
Jiab77 / tomahawk.md
Last active June 27, 2024 21:09
Just because I loved this music player but the project is abandonned and not available in Ubuntu 18.04 repository...
@Jiab77
Jiab77 / glmark2-nvidia.md
Last active June 27, 2024 21:09
The goal of this gist is to help users who was in the same case as me after the installation of the nVidia drivers.

glmark2 for nVidia cards

The goal of this gist is to help users who was in the same case as me after the installation of the nVidia drivers.

Issue

While running glmark2 after the driver installation, I got a nice surprise:

Erreur de segmentation (core dumped)
@Jiab77
Jiab77 / acrobat-reader-elementaryos-loki.md
Last active June 27, 2018 02:06
Adobe Acrobat Reader installation on ElementaryOS - Loki (ubuntu 16.04 based distrib)

Adobe Acrobat Reader installation on ElementaryOS - Loki

Just keeping track of my searching about this topic because I got only πŸ’© instructions...

The Elementary Way to do it 😎

In order to keep the system clean as possible, I will just install the required dependencies:

  • Eddy from the AppCenter
  • The installation package: ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb
@Jiab77
Jiab77 / libreoffice-6.x-plus-dark-theme-elementaryos.md
Last active June 27, 2024 21:08
Just a quick gist to keep track of what was needed to have the latest libreoffice version with Dark Theme and the ElementaryOS Icon pack to be accorded with the ElementaryOS distribution.

LibreOffice 6.x with Dark Theme and Icons for ElementaryOS

Just a quick gist to keep track of what was needed to have the latest libreoffice version with Dark Theme and the ElementaryOS Icon pack to be accorded with the ElementaryOS distribution.

Get the software

If you never used ppa before, you will need to install this package first software-properties-common.

sudo apt install software-properties-common
@Jiab77
Jiab77 / enable-2.1-audio-output-in-pulseaudio.md
Last active June 27, 2024 21:08
So I decided to make some research and found a solution that works everytimes (on Ubuntu based distribs).

Enable 2.1 audio output in PulseAudio

I'm using a 2.1 speakers kit from Logitec but most of the time it is always detected as 2.0... πŸ˜’

So I decided to make some research and found a solution that works everytimes (on Ubuntu based distribs).

It seems to work also on Arch Linux, see comment from @ilikenwf.

Before patching

As you can see, my audio output is not patched.

@Jiab77
Jiab77 / raspberry-pi-2-3-and-4-wireless-bridge-ubuntu-server-18.04-arm+netplan.md
Last active April 18, 2025 09:37
The initial goal of this project is to use the raspberry pi in place of my Wireless Range Extender and then going from 3 wireless networks (2.4ghz, 2.4ghz extended, 5ghz) at home to only one (5ghz). This way I'm reducing the exposition to radio waves for the whole familly at home.

Raspberry Pi 2/3B/B+/4B Wireless Bridge using Ubuntu Server 18.04 ARM Image and Netplan

The initial goal of this project is to use the raspberry pi in place of my Wireless Range Extender and then going from 3 wireless networks (2.4ghz, 2.4ghz extended, 5ghz) at home to only one (5ghz). This way I'm reducing the exposition to radio waves for the whole familly at home.

Let's go technical

Ok, enough drama for now, let's go technical. 😁

Setup

@Jiab77
Jiab77 / install-elementary-os-juno-on-secureboot-efi-enabled-computer.md
Last active June 27, 2024 21:08
I was really happy to know that the latest version of ElementaryOS were out so I could not wait to install it on my latest laptop Acer Predator. 🀘 But... as usual, it was not without troubles...

Install ElementaryOS Juno on SecureBoot + EFI enabled computer

Yet another night passed to fight with the machine. πŸ’ͺ

I was really happy to know that the latest version of ElementaryOS were out so I could not wait to install it on my latest laptop Acer Predator. 🀘 But... as usual, it was not without troubles...

Compatible with SecureBoot + EFI enabled computers? Awesome!!

But not really in fact... It might work for some brands but for my Acer Predator... not at all. Well it can work but will requires the steps explained below.