Skip to content

Instantly share code, notes, and snippets.

View m1cm1c's full-sized avatar

m1cm1c

View GitHub Profile
@m1cm1c
m1cm1c / gist:679fd8e8b416786ad453e887129d54c1
Last active July 3, 2017 21:37 — forked from asabaylus/gist:3071099
Github Markdown Heading Anchors

Anchors in Markdown

To create an anchor to a heading in github flavored markdown, convert all its letters to lowercase, add - characters between each word in the heading, and wrap the value in parens (#some-markdown-heading). Your link should look like this:

[create an anchor](#anchors-in-markdown)

@m1cm1c
m1cm1c / arch-brother-dcp-j4120dw-installation.md
Created September 21, 2019 14:22 — 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