Bucket
Tag cloud
Picture wall
Daily
RSS feeds
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Links per page
  • 20 links
  • 50 links
  • 100 links
12 results tagged rpi  ✕
Minio on a Raspberry Pi 3 with Raspbian (Debian Jessie 8.0) · christianbaun/ossperf Wiki
Thu 06 Feb 2020 02:31:04 PM IST
linux rpi serveradmin tutorial
https://github.com/christianbaun/ossperf/wiki/Minio-on-a-Raspberry-Pi-3-with-Raspbian-(Debian-Jessie-8.0)
How to Setup Transmission on the Raspberry Pi - Pi My Life Up
Thu 19 Sep 2019 11:04:49 PM IST
guide linux rpi tutorial
https://pimylifeup.com/raspberry-pi-transmission/
NextCloudPi – Own your bits
Tue 17 Sep 2019 01:24:15 PM IST

I spent so many hours trying to set up NextCloud on my RPi, starting from scratch. (Not that I regret; learned a ton of things.) Here is a plug-n-play NextCloud solution for RPi (or any Debian-based system).

linux rpi
https://ownyourbits.com/nextcloudpi/#supported_systems
How to Setup a Raspberry Pi Nextcloud Server - Pi My Life Up
Tue 27 Aug 2019 11:20:04 PM IST
linux rpi serveradmin
https://pimylifeup.com/raspberry-pi-nextcloud-server/
Accessing RaspberryPi from external network
Mon 26 Aug 2019 09:17:01 PM IST

After spending a day with failed attempts to set up Dynamic DNS (because I am behind a NAT), I finally set up reverse proxy with OpenVPN to access my raspberrypi from anywhere on the Internet. Here are a few links that helped me:

  • Accessing home services from anywhere, without port forwarding!
  • OPENVPN ASSIGN STATIC IP TO CLIENT
  • Configure OpenVPN to autostart on systemd Linux
commandline linux rpi serveradmin
?e3rc5g
Raspberry Pi Port Forwarding & Dynamic DNS - Pi My Life Up
Sun 25 Aug 2019 12:19:11 PM IST
rpi security serveradmin
https://pimylifeup.com/raspberry-pi-port-forwarding/
Installing RabbitMQ on *buntu/debian/raspbian
Fri 10 May 2019 08:10:07 PM IST

I have found several tutorials online that guide you on how to install RabbitMQ from the official package - from rabbitmq site. However those installation instructions failed for me giving some nondescript errors. Here's how I installed RabbitMQ on Ubuntu 18.04 and Raspbian Stretch.

apt-get update
apt install rabbitmq-server
sudo systemctl enable rabbitmq-server
sudo systemctl start rabbitmq-server
sudo rabbitmq-plugins enable rabbitmq_management
rabbitmqctl add_user myUser myPass 
rabbitmqctl set_user_tags myUser administrator
rabbitmqctl set_permissions -p / myUser ".*" ".*" ".*"
Optional but important

I needed to install bcmath as well

sudo apt-get install php7.0-bcmath

And finally...

systemctl reload apache2
linux rpi serveradmin
?KMxEWg
How to setup mount / auto-mount USB Hard Drive on Raspberry Pi
Wed 07 Nov 2018 02:02:17 PM IST
rpi
https://gist.github.com/etes/aa76a6e9c80579872e5f
How to set up transmission-daemon on a Raspberry Pi and control it via web interface - LinuxConfig.org
Wed 07 Nov 2018 02:01:55 PM IST
rpi
https://linuxconfig.org/how-to-set-up-transmission-daemon-on-a-raspberry-pi-and-control-it-via-web-interface
Headless Rpi Setup
Tue 23 Oct 2018 08:28:28 AM IST

Here is a list of links that helped me setup a headless pi:

  1. How to setup headless RPi
  2. MySQL Connection Issue on RPi -- On Razbian Stretch, I found that /etc/mysql/mariadb.conf.d/50-server.cnf was overriding another bind-address directive.
  3. MySQL root password set but still can login w/o pw -- Note I could not login from web as well, until I set the plugin field to empty.
  4. iPhone Hotspot IP range issue -- At work I sometimes use my iPhone's hotspot for the headless rpi. This post helped me in identifying problems with iOS hotspot issues. NOTE AFAIK, max 3 clients can be connected to iPhone hotspot.
  5. Change hostname in rpi
  6. Download Bonjour for Windows -- This is not exactly related to rpi setup but it was useful in concert with iPhone hotspot. Since there is no way to set static ip with iPhone hotspot, bonjour is the way to go to connect to rpi, using pi@pihostname.local at port 22.
  7. Increasing amout of inotify watchers -- Helped me fix nuxtjs hot reloading issues.
  8. Installing postgresql in raspbian
list rpi
?nelqlQ
pi 3 - Connection to MySQL database does not work - Raspberry Pi Stack Exchange
Tue 23 Oct 2018 08:26:36 AM IST
hack rpi
https://raspberrypi.stackexchange.com/questions/84090/connection-to-mysql-database-does-not-work/84127#84127
How to do a Raspberry Pi headless setup
Tue 16 Oct 2018 08:35:25 AM IST
rpi serveradmin
https://howtoraspberrypi.com/how-to-raspberry-pi-headless-setup/
319 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn