• Stars
    star
    115
  • Rank 305,916 (Top 7 %)
  • Language
    Shell
  • Created almost 9 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Personnal dotfiles to make new servers feel like home

A propos

Ce dépôt est une bouée de sauvetage en cas de formatage et me permet de noter les choses à savoir concernant mon installation de Linux.

Aperçu

La liste des paquets installés sur ma machine sont disponibles dans le fichier package.list. Les paquets AUR sont en fin de liste

cat package.list | xargs yaourt -S --needed --noconfirm

Trucs & Astuces

Thêmes

Nvidia problems

LightDM démarre avant nvidia

Source : https://endeavouros.com/docs/hardware-and-network/graphic-cards-gpu-driver-and-setup/nvidia/nvidia-optional-enhancements-and-troubleshooting/

On commence par forcer le modeset au niveau du grub en éditant /etc/default/grub et en ajoutant nvidia-drm.modeset=1 dans la partie GRUB_CMDLINE_LINUX_DEFAULT

# GRUB boot loader configuration

GRUB_DEFAULT=0 GRUB_TIMEOUT=5

GRUB_DISTRIBUTOR="EndeavourOS"

GRUB_CMDLINE_LINUX_DEFAULT="nvidia-drm.modeset=1 resume=UUID=

On reconstruit grub après coup

sudo grub-mkconfig -o /boot/grub/grub.cfg

On force ensuite le early load KMS en modifiant /etc/mkinitcpio.conf

# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES="piix ide_disk reiserfs"

MODULES="nvidia"

# BINARIES ....

On reconstruit ensuite l'image du kernel

sudo mkinitcpio -P

Et on reboot !

Tearing

  • Utiliser nvidia settings pour gérer les settings
  • Exporter la configuration et ajouter { ForceCompositionPipeline = On } dans la partie metamodes de "Screen"

Remapper les boutons de la souris

EasyStroke permet  de remapper les boutons de la souris

Remapper touches du clavier

Pour remplacer une touche par une autre. Je l'utilise pour remplacer la touche puissance 2 par un back-tick.

# On génère le fichier de map
xmodmap -pke > ~/.Xmodmap
# On trouve la clef a remap
xev | awk -F'[ )]+' '/^KeyPress/ { a[NR+2] } NR in a { printf "%-3s %s\n", $5, $8 }'
# On modifie le fichier Xmodmap et on teste avec
xmodmap ~/.Xmodmap

Trouver le process qui utilise un port

sudo netstat -nlp | grep :80

More Repositories

1

Grafikart.fr

Dépôt pour la nouvelle version de Grafikart.fr
PHP
634
star
2

JS-Markdown-Editor

An easy to use markdown editor with live preview and Image uploading
JavaScript
225
star
3

BlogMVC

Helping you select a MVC Framework showing you the source code of a Blog App
PHP
214
star
4

Zoombox

Zoombox is an easy to use Javascript class that allow you to overlay images and videos on the current page.
JavaScript
160
star
5

CSS3-Loaders

CSS
105
star
6

CustomElement-DropFiles

Customized built-in element to add user interactions on a file input with multiple files as a progressive enhancement.
TypeScript
88
star
7

filemanager-element

A simple file browser distributed as a custom element
TypeScript
78
star
8

grafisearch

Un front pour faire mes recherches en local
TypeScript
54
star
9

WPHP-Framework

Un framework pour wordpress dédié au développeur PHP
PHP
52
star
10

intellij-tinacious

🚥 Tinacious Design syntax theme for Jetbrains IDE
46
star
11

dev-map

Carte d'apprentissage du développement Web
TypeScript
45
star
12

OpenApiToTS

Convert openapi.yml file to ts declaration
TypeScript
40
star
13

ReorderJS

Parceque je voulais un système permettant de réorganiser des éléments en grille
JavaScript
37
star
14

Grafikart-DockerPHP

Docker image for Grafikart
Dockerfile
34
star
15

tokyo-night-jetbrains-theme

29
star
16

olympics-medals

CSS
25
star
17

CustomElement-SpinningDots

A spinning loader, with dots
JavaScript
24
star
18

headless-elements

Custom HTML elements for generic components (dropdown, modal...) without style.
JavaScript
23
star
19

WebDeckOBS

TypeScript
23
star
20

Neon-Startpage

Trying to reproduce Opera Neon StartPage
JavaScript
22
star
21

video.grafikart.fr

Un serveur NodeJS pour gérer le streaming de video et l'upload youtube
TypeScript
19
star
22

Challenges

JavaScript
16
star
23

BlogMVC-Laravel

BlogMVC done with Laravel 5
PHP
16
star
24

twitch-overlay

The code of my twitch overlay
JavaScript
15
star
25

Tracky

Tracky chrome extension source code
CSS
15
star
26

DigestTracker

Dashboard pour le suivie de problèmes digestif
PHP
14
star
27

grafibot

Bot discord
TypeScript
13
star
28

shaper

WIP : Un pictionary mais avec 15 trait droits (sans courbes)
TypeScript
11
star
29

Grafilang

Un langage de programmation simplifié pour apprendre l'algorithmique
TypeScript
10
star
30

subsearch

Learning golang
Go
8
star
31

PokeNative

A pokemon app created using react native
TypeScript
7
star
32

go-web-boilerplate

This is a boilerplate when starting a new web server using golang.
Go
7
star
33

siteback

Petit outil personnel qui permet de sauvegarder un site rapidement
Go
6
star
34

ColorExtractor

Extract color from a file and display a grid.
JavaScript
6
star
35

TutoRecipeApi

Préparation d'une petite API en prévision du TP React.
TypeScript
6
star
36

PSR15-CsrfMiddleware

A PSR-15 compatible middleware to prevent CSRF
PHP
5
star
37

Slides

Code source des slides utilisés pour certaines vidéos
HTML
5
star
38

elixir-bootform

Create bootstrap forms with elixir
Elixir
5
star
39

rtag

A Cli tool to generate marker when recording a video
Go
5
star
40

nvim

Nvim configuration
Lua
4
star
41

demo-error-vite

HTML
3
star
42

StreamlabCSS

Dépôt pour tester et créer le CSS du tchat streamlabs
JavaScript
3
star
43

PrepWP

Code pour un tutoriel WordPress
PHP
3
star
44

TrashRepo

For demo purpose
SCSS
2
star
45

PrepReactQuery

Dépôt pour tester react query
JavaScript
2
star
46

SubtitleMe

Une expérimentation avec Electron (WIP)
JavaScript
2
star
47

arraytree-gem

The goal of this gem is to add some usefull methods for array.
Ruby
1
star