Skip to content

Instantly share code, notes, and snippets.

View irudoy's full-sized avatar
💭
🦔

irudoy

💭
🦔
View GitHub Profile
@irudoy
irudoy / hi.md
Created February 18, 2021 05:20

/ᐠ。‸。ᐟ\

@irudoy
irudoy / schema.json
Last active February 28, 2022 13:19
{
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"properties": {
"associations": {
"type": "array",
"items": {
"type": "object",
"properties": {
"overview": {
@irudoy
irudoy / samsung-ml1920-cups-rpi.md
Last active May 21, 2022 16:02
Set up Samsung ML-1910 Printer (or similar) with CUPS on Raspberry Pi

Set up Samsung ML-1910 Printer (or similar) with CUPS on Raspberry Pi

Install and configure CUPS

sudo apt install cups
sudo usermod -a -G lpadmin pi
sudo cupsctl --remote-any
sudo cupsctl --share-printers

sudo lpinfo -v # should show your USB-connected printer