Skip to main content

Posts

Showing posts with the label network

Directly Connecting Your Computer to Raspberry Pi through Ethernet

A quick guide to connect your computer to Raspbberry Pi without the use of routers. $ sudo apt-get install dnsmasq-base Go to “Network Connections” Press “Add” Press “Ethernet” Press “Create” Go to “IPv4 Settings” tab. Under Method, choose “Shared to other computers” Set a distinct name. Press “Save”. Get Raspberry Pi IP with: $ cat /var/lib/misc/dnsmasq.leases Now you can SSH or VNC!!!!