Skip to content

Instantly share code, notes, and snippets.

@marcolinuxbr
marcolinuxbr / hp-printer-wifi-107w-linux.txt
Last active August 31, 2025 11:37
hp 107w wifi printer on linux
--------------------- 2025 update
Turns out 107w is a samsung printer(sold to hp).
Unstall hplip.
Go to hp site, search for 107w linux drivers.
Ex: uld-hp_V1.00.39.12_00.15.tar.gz
untar, run ./install-printer.sh
Should install (among other things):
/opt/hp/printer/share/ppd/HP_Laser_10x_Series.ppd
@marcolinuxbr
marcolinuxbr / bashrc.sh
Last active December 31, 2015 15:09 — forked from wadouk/bashrc.sh
# Maven color
PURPLE=$(echo -en "\033[35m")
GREEN=$(echo -en "\033[32m")
RED=$(echo -en "\033[31m")
YELLOW=$(echo -e "\033[33m")
BLUE=$(echo -e "\033[1;34m")
NORMAL=$(echo -e "\033[0m")
mvn2() {
mvn $* | sed \