How to Build a GCC Cross-Compiler for the Raspberry Pi.
$ sudo apt-get install g++ make gawk
$ chmod +x ./build_cross_gcc
$ sudo ./build_cross_gcc
Source: http://blog.felipe.rs/2015/01/20/how-to-build-a-gcc-cross-compiler-for-the-raspberrypi/
| # "local" is for Unix domain socket connections only | |
| local all all trust | |
| # IPv4 local connections: | |
| host all all 0.0.0.0/0 trust | |
| # IPv6 local connections: | |
| host all all ::1/128 trust |
| sudo systemctl status mongodb |
| sudo apt update | |
| sudo apt install -y mongodb |
| date = Time.now | |
| week = (((date.mday + Date.new(date.year, date.month, 1).wday - 1) / 7) + 1) | |
| puts week |
| # Please take the time to finish this file as described in | |
| # https://sourceforge.net/p/lirc-remotes/wiki/Checklist/ | |
| # and make it available to others by sending it to | |
| # <[email protected]> | |
| # | |
| # This config file was automatically generated | |
| # using lirc-0.9.4c(default) on Wed Mar 27 21:36:13 2019 | |
| # Command line used: -d /dev/lirc0 /home/pi/lircd.conf | |
| # Kernel version (uname -r): 4.14.79+ | |
| # |
| Notes to make IR shield (made by LinkSprite) work in Raspberry Pi 3 (bought from Amazon [1]). | |
| The vendor has some documentation [2] but that is not complete and sufficient for Raspbian Stretch. | |
| Following are the changes that I made to make it work. | |
| $ sudo apt-get update | |
| $ sudo apt-get install lirc | |
| # Add the following lines to /etc/modules file | |
| lirc_dev | |
| lirc_rpi gpio_in_pin=18 gpio_out_pin=17 |
| WO -> Work Order | |
| PO -> Purchase order | |
| EO -> Expense Order | |
| MO -> Movement Order | |
| HO -> Harvest Order | |
| AO -> Adjustment Order |
| require 'spec_helper' | |
| describe 'GraphQL acceptance' do | |
| describe 'allLinks' do | |
| it 'returns all links' do | |
| link1 = create :link, description: 'first' | |
| link2 = create :link, description: 'second' | |
| query = %( | |
| { |
How to Build a GCC Cross-Compiler for the Raspberry Pi.
$ sudo apt-get install g++ make gawk
$ chmod +x ./build_cross_gcc
$ sudo ./build_cross_gcc
Source: http://blog.felipe.rs/2015/01/20/how-to-build-a-gcc-cross-compiler-for-the-raspberrypi/
| https://translate.google.com/translate_tts?ie=UTF-8&tl=es-NI&client=tw-ob&q=Hola%20Paulo |