Skip to content

Instantly share code, notes, and snippets.

@marcolinuxbr
marcolinuxbr / hp-printer-wifi-107w-linux.txt
Last active January 25, 2021 22:35
hp 107w wifi printer on linux
hp 107w wifi printer on linux (ubuntu 14.04)
As of hplip HPLIP-3.19.11, there are no support for this printer.
One have to use windows to setup the printer in your wifi network (hp easyprinter manager asks for wifi id/password).
Using a virtualbox windows VM (bridged adapter - wlan0) , I could not complete the steps, but informing wifi/password was enough.
Once done, the printer is available (my ip was 192.168.1.125. Yours probably gonna be different, be sure the blue wifi led is on):
$ nmap 192.168.1.125
PORT STATE SERVICE
80/tcp open http
@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 \