/ Published in: Bash
Ever whanted to have a (almost)full functional browser in your TTY? Here is how
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#!/bin/bash # Start the framebuffer on the tty # On Ubuntu install the package "fbset" fbset # Initialize your mouse for the framebuffer # On ubuntu install the package "gpm" # I assume you have a USB mouse gpm -m /dev/input/mice -m imps2 # Start links2 with framebuffer driver links2 -driver fb