- #HOW TO INSTALL SQLITE ON JESSIE LITE IN RASPBERRY PI FULL#
- #HOW TO INSTALL SQLITE ON JESSIE LITE IN RASPBERRY PI SERIES#
It's document feeder is not a good as the S1500 we have in the office, but very compact and can be powered from USB hub.
#HOW TO INSTALL SQLITE ON JESSIE LITE IN RASPBERRY PI SERIES#
by rosmary For this purpose I used a Fujitsu ScanSnap S1300i scanner as I really like the features of this series (full duplex scan as well auto document feeder as well for around $250). This is a follow-up on an older blog using Ubuntu.
usermod -l NEW_USER_ID pi usermod -m -d /home/NEW_USER_ID NEW_USER_ID groupmod -new-name NEW_USER_ID pi mkdir /home/NEW_USER_ID/.ssh/ vim /home/NEW_USER_ID/.ssh/authorized_keys # -> add RSA public key # change owner and permissions on key files chown -R NEW_USER_ID:NEW_USER_ID /home/NEW_USER_ID/.ssh/ chmod 700… Reboot and log in to the RPi as root - you need to run the following commands as root. country=AU ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 network= Rename default user account The default Raspbian images use the default user 'pi' - I prefer to change this user to another account for security purposes and to be in line with other Linux system I use. cd etc/network/interfaces.d/ vim nf Add the following to the new file (if you want to use DHCP - change to static if you want to fix the IP): auto wlan0 allow-hotplug wlan0 iface wlan0 inet dhcp wpa-conf /etc/wpa_supplicant/wpa_nf Set up connection details for local wireless network vim etc/wpa_supplicant/wpa_nf Check the file and ensure the network settings are as per the Wireless Network you are connecting to.
Set up network interfaces Create a new config file for the wireless interface. "Raspberry Pi Zero W" (CC BY-SA 2.0) by lespounder Download Raspbian Lite wget -O raspbian-lite-latest.zip Download link: Write Image to SD Card dd bs=4M if=-raspbian-stretch-lite.img of=/dev/sdb After this step there should be 2 additional mounts (if not mount the 2 SD card partitions manually). These notes are for people that want to use a headless (no monitor and GUI) setup ready to connect to your RPi after first boot via SSH from another terminal.
#HOW TO INSTALL SQLITE ON JESSIE LITE IN RASPBERRY PI FULL#
If you are using the GUI (Raspian full download) and want to connect your RPi Zero to a keyboard and monitor there are probably easier ways to do this.