Skip to content

Instantly share code, notes, and snippets.

View Brutuski's full-sized avatar
😷
Currently stuck away from home

Adi Sirohi Brutuski

😷
Currently stuck away from home
  • ~/Germany
View GitHub Profile

Keybase proof

I hereby claim:

  • I am brutuski on github.
  • I am asirohi (https://keybase.io/asirohi) on keybase.
  • I have a public key ASAOQZNSGCiOPuJY2j-eAEP9t44UFvDF3zsSyxu_UHENaQo

To claim this, I am signing this object:

@Brutuski
Brutuski / config
Created May 3, 2020 13:22
i3 initial config
# i3 config file (v4)
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
#
# This config file uses keycodes (bindsym) and was written for the QWERTY
# layout.
#
# To get a config file with the same key positions, but for your current
# layout, use the i3-config-wizard
#
@Brutuski
Brutuski / :q.md
Last active April 25, 2020 08:44
How to quit vim and other basic commands for beginners

Always press Enter after each command

Just Quit

:q or :quit

Quit without saving

:q! or :quit!

Save and quit

:wq or :x

@Brutuski
Brutuski / .git_color
Last active April 6, 2020 13:41 — forked from vratiu/.bash_aliases
Git shell coloring
# Customize BASH PS1 prompt to show current GIT repository and branch.
# by Mike Stewart - http://MediaDoneRight.com
# SETUP CONSTANTS
# Bunch-o-predefined colors. Makes reading code easier than escape sequences.
# I don't remember where I found this. o_O
# Reset
Color_Off="\[\033[0m\]" # Text Reset
@Brutuski
Brutuski / .vimrc
Created March 26, 2020 15:36
Current .vimrc
syntax enable
"Line wrap and break
set linebreak
set wrap
"File detection
filetype on
"Syntax highlighting
@Brutuski
Brutuski / arch-brother-dcp-j4120dw-installation.md
Created March 23, 2020 17:15 — forked from sieste/arch-brother-dcp-j4120dw-installation.md
Minimal instructions to install Printer/Scanner combo "Brother DCP-J4120DW" under Arch Linux

General

  • Power up the printer, install cartridges
  • Settings -> Wi-Fi -> Setup-Wizard to connect printer to your network
  • Settings -> Wi-Fi -> TCP/IP, note IP address (mine is 192.168.1.8)
  • check if printer is reachable on the network: ping 192.168.1.8
  • create new user "lp" in group "lp": sudo useradd -s /bin/false -g lp lp

Install printer

  • install driver from AUR: yaourt brother-dcpj4120dw