Beagle Bone Blue Setup under Ubuntu/Linux
General Notes on Setup
* Run off microSD instead of via embedded - boot time was about the same.
- Read more about Beagle Bone Blue Setup under Ubuntu/Linux
- Log in to post comments
General Notes on Setup
* Run off microSD instead of via embedded - boot time was about the same.
When I first created PHPLOT I started with CVS. When I moved it to Sourceforge I converted to SVN. Now I'm using git and this guide is how to migrate from Sourceforge to Github or, in general, any SVN to git repository.
Subversion only keeps the username for each commit. Git’s commits need to have a name and email listed at a minimum. By default git-svn will just list the SVN username. This list can be used by git-svn to transform plain svn usernames into proper Git committers.
I hate going to businesses who offer "free wifi" but then block port 22. Also I've noticed that Comcast blocks port 22 at some places I've visited. I used to get around it by running ssh over port 443 - but more recently businesses have been blocking that as well and when you ask why - their IT department has no idea. It's ridiculous and a major problem when it blocks access to git repositories, etc. Fortunately setting up ssh over SSL is easy with HaProxy.
1. Create .pem files for each domain of key, crt, and intermediate cert (if any):
sudo cat DOMAIN.key DOMAIN.crt CRT_intermediate_sha2_sha1root.crt > dom1.pem
2. Edit haproxy file and have list of domain.pem files bound to port 443. Note: you also need mode=http, some variants shown
This will setup the Raspberry Pi to act as a mail server that will take any emails sent to mail2fax@myfaxserver.example.com and will send out a fax from that received email. The PI makes a great, low-power-draw server with a USB modem. A modem that works well is the U.S. Robotics USR5637 56K USB Controller Dial-Up External Fax Modem with Voice
Notes on setting it up for postfix and mail-to-fax capabilities
* Get and boot with Raspian
* Find out what com port is assigned to the modem
Paxton ported to drupal by DropThemes.in