Skip to content

Instantly share code, notes, and snippets.

View Goosegit11's full-sized avatar
:shipit:
tinkering

Goosegit Goosegit11

:shipit:
tinkering
  • Russia
View GitHub Profile
@voyeg3r
voyeg3r / firefox-cache-to-ram.sh
Created November 14, 2011 14:13
Script to put firefox cache in ram
#!/bin/bash
# HOW TO: Firefox cache in ramdisk (tmpfs)
# http://ubuntuforums.org/showthread.php?t=991205
# https://wiki.archlinux.org/index.php/Firefox_Ramdisk
# download: wget -c https://raw.github.com/gist/1364022/ -O firefox-cache-to-ram.sh && chmod +x $_
clear
echo 'Seu usuário tem que ser sudo user !'
@pascalpoitras
pascalpoitras / config.md
Last active July 18, 2024 22:34
My WeeChat configuration

WeeChat Screenshot

Mouse


enable


@ahushh
ahushh / bindings
Created April 26, 2015 10:13
ncmpcpp bindings
##########################################################
## this is example bindings configuration file, copy it ##
## to ~/.ncmpcpp/bindings and set up your preferences ##
##########################################################
##
##### General rules #####
##
## 1) Because each action has runtime checks whether it's
## ok to run it, a few actions can be bound to one key.
## Actions will be bound in order given in configuration
@varqox
varqox / install_debian_with_debootstrap_howto.md
Last active July 14, 2024 19:13
Instructions how to install Debian using debootstrap
@kenanpelit
kenanpelit / myweechat.md
Created November 9, 2016 21:45 — forked from pascalpoitras/config.md
My always up-to-date WeeChat configuration (weechat-dev)

WeeChat Screenshot

Enable mouse support

/mouse enable

Encrypted password in sec.conf

@YumaInaura
YumaInaura / @ZSH.md
Last active November 16, 2023 00:45
Zsh — autoload First Steps

Zsh — autoload First Steps

What is autoload?

  • Add file in specified directory and enable to use command.
    • Shell function behaves like command.
  • Command name and file name is pair.

Make autoload directory

@travis-g
travis-g / ncmpcpp.md
Created January 6, 2019 04:06
Cheat Sheet for ncmpcpp

ncmpcpp Cheat Sheet

Movement

  • Up k - Move cursor up
  • Down j - Move cursor down
  • [ - Move cursor up one album
  • ] - Move cursor down one album
  • { - Move cursor up one artist
  • } - Move cursor down one artist
@simpsoka
simpsoka / Leadership-CI.md
Last active December 20, 2023 15:40
This is a list of questions to check our decision making.

Do I want to die on this hill?

  • Pass: This is morally good and if not handled has long term consequences
  • Fail: This if self serving

Am I including everyone?

  • Pass: My ego is not driving this conversation
  • Fail: The people in this conversation will only tell me I'm right and not push back
@raulqf
raulqf / Install_OpenCV4_CUDA11_CUDNN8.md
Last active July 22, 2024 15:30
How to install OpenCV 4.5 with CUDA 11.2 in Ubuntu 22.04

How to install OpenCV 4.5.2 with CUDA 11.2 and CUDNN 8.2 in Ubuntu 22.04

First of all install update and upgrade your system:

    $ sudo apt update
    $ sudo apt upgrade

Then, install required libraries:

@emctague
emctague / bd-gruvbox.css
Last active July 20, 2024 07:40
Gruvbox Hard Dark - BetterDiscord Theme
//META{"name":"Gruvbox Hard Dark","description":"Themes your Discord using Gruvbox colors.","author":"Ethan McTague","version":"1.0"}*//
/* BetterDiscord Gruvbox Theme - By Ethan McTague
Compatible with the latest version of Discord (as of Jan 23, 2020.)
Copyright 2020 Ethan McTague <ethan@tague.me>
Licensed under the BSD 3-clause license.