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 / glmark2-nvidia.md
Last active June 27, 2018 01:43
glmark2 for nVidia cards

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 / tomahawk.md
Last active January 31, 2020 14:25
Compile Tomahawk Music Player on Ubuntu 18.04
@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 <jonathan.barda@gmail.com>
// https://gist.github.com/Jiab77/0f1bf31cc4555ce932ede965bca3c215
// Links:
@Jiab77
Jiab77 / zabbix-grafana.md
Last active February 15, 2023 02:49
Zabbix and Grafana

Zabbix Installation with Grafana

Quick resume of the installation process.

Dependencies

Install dependecies first.

sudo apt update
@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 / live-setup-x64.sh
Last active August 12, 2021 23:04
Quick live setup - Lazy live environment setup
#!/bin/bash
# Remove 'pantheon-mail' (not compatible to Gmail)
# Now keeping 'epiphany-browser'.
#sudo apt remove --purge -y epiphany-browser* pantheon-mail 2>/dev/null
sudo apt remove --purge -y pantheon-mail 2>/dev/null
# Clean up the system
sudo apt autoremove --purge -y
@Jiab77
Jiab77 / perfectelementary.bash
Last active July 2, 2017 14:09
HowTo Install the perfect Elementary-OS
# Download Elementary OS from here:
# http://sourceforge.net/projects/elementaryos/files/stable/
# Will fix all static version by some automatic detection code later
# First you update your system
sudo apt update --fix-missing -y && sudo apt dist-upgrade -y
# Install Google Chromium
sudo apt install -y chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg-extras
@Jiab77
Jiab77 / nvidia-elementaryos-loki.md
Last active February 28, 2024 00:28
nVidia drivers installation on ElementaryOS - Loki (ubuntu 16.04 based distrib)

nVidia drivers installation on ElementaryOS - Loki

Introduction

ElementaryOS - Loki is an amazing ubuntu based distribution, I've just felt in love on it BUT they've removed what's required to install easily the nVidia Proprietary drivers. So here is the reason of this gist, to store the install instructions in one place inside a crystal clear documentation.

Check your device

@Jiab77
Jiab77 / git-init.md
Last active August 12, 2021 23:04
Lazy git intialisation script

Lazy git intialisation script

Just run these commands by copy/paste or saving in a script.

#!/bin/bash

# Git initialisation script
# Just because I'm a lazy guy that dont want to do it 
# manually on every installs...
@Jiab77
Jiab77 / samba.md
Last active November 23, 2018 03:20
Samba installation (for ubuntu based distrib)

Samba installation (for ubuntu based distrib)

Just because I'm kind of amnesic and need something somewhere to remember how to install quickly samba on a desktop (or server)

Installation

Simply run this command.

sudo apt install samba samba-common smbclient