Synology NAS – PHP

Enabling extensions in PHP CLI

https://blackswan.ch/archives/594

Become root
Find out which configuration file is used:
php --ini

I get:
Configuration File (php.ini) Path: /usr/local/etc/php70
Loaded Configuration File: /usr/local/etc/php70/php.ini

Edit the php.ini file, check/change extensions dir to where it is located. If PHP was installed through DSM it should be something like ‘/volume1/\@appstore/PHP7.0’
extension_dir = "/volume1/@appstore/PHP7.0/usr/local/lib/php70/modules/"

Enable the extensions you wish to use:
extension = mysqli.so
extension = phar.so
extension = openssl.so
extension = zip.so
extension = curl.so

Installing Composer

Composer documentationhttps://medium.com/unhandled-code/installing-composer-on-synology-6-1-4-eebd1a1c4891

Become root
Enable the extensions as above (phar, openssl and zip are needed for Composer).

Get and install Composer:
cd /usr/local/bin
curl -s http://getcomposer.org/installer | php70

Create shortcut script ‘composer’ in /usr/local/bin:
#!/bin/bash
php70 /usr/local/bin/composer.phar $*

Set permissions:
chmod --reference=composer.phar composer

Test:
composer --version

Arduino Yun

Iduino Yun Shield

Iduino_Yun_Shield, an extremely powerful development for Arduino board, is designed to solve the problems of connection and storage which exist in the Arduino board. Iduino_Yun_Shield runs Open Source OpenWrt System (Same system as runs in Arduino Yun) and it is fully compatible with Arduino IDE V1.5.4 or later versions. Yun Shield is an ideal choice for Arduino Projects which require various internet connections and more storage.

Actually, Iduino_Yun_Shield is equal to the official Arduino Yun, but Iduino_Yun_Shield is more flexible because it can work with other Arduino board such as Uno, Duemilanove, and Mega etc. Iduino_Yun_Shield uses external antenna which provides stable connection under various environments.

The Iduino Yun is the core module of Iduino_Yun_Shield. And it requires 200mA current when in full load, so it is powered by the Arduino VIN pins to avoid overheated in the Arduino onboard 5V LD0.

Features:
1. Open source Linux system (OpenWrt) inside
2. Low power consumption
3. Compatible with Arduino IDE 1.5.4 or later versions. Users can program, debug or upload Sketch to Arduino board
4. Managed by Web GUI, SSH via LAN or Wifi
5. Software upgradable via network
6. Support internet connection via LAN port, Wifi or 3G dongle
7. Support USB flash to provide storage for Arduino projects
8. Reliable design provides robust system
9. Compatible with Arduino Leonardo, Uno, Duemilanove, Diecimila and Mega

For more information, please kindly check at wiki page.

Q: Hello, I am able to access the web GUI with my phone, but no wifi routers show up on the system settings page even though I have two wifi routers in my shop and the same phone can see them, but not the iduino config page via mobile browser. I don’t have a desktop with wifi capability.

Q: Hello Geeetech Team Probleme for software installation. iduino yun shell on a leonardo shell installed Firmware Version Dragino-v2 common-2.0.4 Kernel Version 3.3.8 I wanr to installe some softwares (openssh-server & samba) In System/Software when I do the update lists command, nothing happens. I tried, in terminal mode, the command: root@dragino-6b4f3b:~# opkg update
PROMPT ANSWER
Downloading http://www.dragino.com/downloads/downloads/motherboards/ms14/Firmware/Yun/Packages–v2.x/Packages.gz. with the same result.

Q: I just got this shield but I am not seeing a wireless network for it when it is opwered up. I ave an Arduino uno and running a 12v power adapter in to power it. I have added the jumper to the uno. All i am getting is a solid light on the R10 led.No unsecured Wifi network is displaying…

A: Hello Mike, you can go to this link for more help,
http://www.geeetech.com/wiki/index.php/Iduino_Yun_Shield#How_to_set_up_Iduino_Yun_Shield
Check whether your computer or smartphone can detect the WIFI called “Iduino-A8404113A358” or not. Before you do this, make sure that you already have a good combination of arduino uno and iduino yun, and be careful not distorting the pins. If you still can’t detect WIFI, try to reset iduino yun.

Q1: Please help , I have iduino yun shell on a leonardo shell installed correctly, but Arduino IDE does not recognize default plate as shown in tutorial. the wiki for DRAGINO shell is exactly the same but there is a link to download files that add dragino plate:
http://wiki.dragino.com/index.php?title=Getting_Start_with_Arduino_Yun#Detect_Dragino_Yun
Where I can download these files for IDUINO yun ? Thank you.

A1: Hello Carlos,you don’t need the files.What you are advised to do is checking the followings:
1.Is the version of Arduino IDE 1.5.4 or higher?
2.Whether your PC is in the same network environment with Iduino_Yun_Shield or not.
3.Sometimes the problem you described may appear when the start of Iduino_Yun_Shield is prior to that of Arduino IDE, so try to restart Iduino_Yun_Shield to solve the problem.

Q2: Quentin Many thanks, I detected not really happened, just disassemble everything and reconnected, now works. Like I said about the Iduino yun shield is installed on Leonardo Shield, so the configuration would it be: Shield “Arduino Leonardo” and Port “Arduino Yun” or Shield “Arduino Yun” and Port “Arduino Yun”. I ask because unfortunately when loading a basic example as “ScanNetworks” (Yun shield energized with 9V DC and charging via USB cable program on Leonardo shield), the serial port says “WiFi shield not present”.
Would I have to load the program for wifi or direct to Yun shield with an USB-USB cable? Thanks for your help.

A2: You’re welcome Carlos. The right configuration should be: Shield “Arduino Leonardo” and Port “Arduino Yun”. For the problem “WiFi shield not present” you mentioned, mabybe it is because your computer didn’t successfully connect to the wifi sent by Arduino yun shield, please check the wifi of your computer. Please feel free to ask us for help. Thank you for your question.

Q3: Thanks, I checked the connections: – Shield Leonardo. – USB port (COM4 Arduino Leonardo) – Puerto WIFI: Iduino at 192.168.240.1 (Arduino Yun) All connections are working properly, I can smoothly enter the settings via web to 192.168.240.1. Ssh access to Linux -_ OK. The failure occurs when loading the “ScanNetworks” (wifi programs) program via USB Arduino Leonardo com4 says: WiFi shield not present. the other basic programs work, but using wifi throw this error.

A3: When your computer is connected to the WiFi sent by Arduino Yun, open Arduino IDE(higher version than 1.5.4),and the Arduino IDE will detect the port of Yun shield. Have your Arduino IDE ever detected such a port?

Q4: wifi always correctly detects the port, even if I change the configuration of Arduino IDE: shield: Yun shield, port: 192.168.240.1 Yun shield, I can load the sketch via wifi . This does not work if the board configuration is Leonardo. I’m thinking of buy a mega 256 shield for test.

A4: If you use wifi to do this, the principle will be:the sketch is first sent to Yun Shield,then it is sent to Leonardo via Yun Shield. So when you are choosing the board type in Arduino IDE, you can only choose Arduino Yun. If you want to use Leonardo type, just connect it with USB and don’t use wifi.

Arduino Yun and the Yun shield

Geeetech
Geeetech Iduino Yun Shield
Iduino Yun Cloud
Geeetech Dragino Yun Shield wiki
Geeetech Iduino Shield Wiki
Geeetech Iduino Shield Wiki (archive.org)

Arduino
Arduino Yun (retired)
Bridge Library for Yun devices
Bridge Library tutorials
Dragino
Dragino Yun
Dragino Yun downloads
Dragino Yun Shield wiki
Linux, WiFi, Ethernet , USB Shield for Arduino

Computer games

Game posters

Lucasarts Posters

Sites

Humble Bundle
GOG
GamersGate
Abandonware DOS

Spore

SPORE™ Collection on GoG
Google Search (videos) “Spore GDC 2005”

Spore 35min Demonstration from the GDCe (2005)

The making of spore (FULL)

Will Wright: Spore, birth of a game (TED Talk)

Will Wright and Spore

G4TV’s Icons – Will Wright

Cannon Fodder

OpenFodder
(some free levels + uses data from full Amiga/PC versions)

BeamNG.Drive

Available from Steam and Humble Bundle
https://store.steampowered.com/app/284160/BeamNGdrive/
https://www.humblebundle.com/store/beamngdrive

https://beamng.com/
https://www.beamng.com/threads/your-performance-testing-results.37866/
https://www.beamng.com/threads/performance-statistics-feedback-thread.28306/

Wreckfest

https://www.humblebundle.com/store/wreckfest

Tornado

One of the best flight simulators of its time. Partial source code (the main file ‘flight.exe’) for the simulator was released for enhancement in 2016.
https://github.com/TornadoGame
Game download on myabandonware
https://www.myabandonware.com/game/tornado-41i

Tornado subforum on dogsofwar
http://dogsofwarvu.com/forum/index.php/board,50.0.html
Tornado gameplay by Frankie Kam

Digital Integration Tornado On Twitch (Frankie Kam)


Digital Integration Tornado CD Soundtrack

X-Plane 11

https://www.x-plane.com/
https://www.x-plane.com/email-archives-index/

Captain Joe

Fly with Captain Joe

Amiga hardware

Google search

Google search for 'kickstart+switch+27c160' (multiple kickstarts on the same EPROM)
Google search for 'multiple+amiga+kickstarts+on+eprom'

Amiga Info

AmigaWiki

Amiga hardware database, digitizers

https://amiga.resource.cx/search.pl?amiga=3000&cat=dig

New PCBs for Amiga models

Complete PCB Set for the Amiga 4000T

Amiga 4000T
A4000T PCB Info page

Mikes Retro Tech: shows new main board for the Amiga 2000

Amiga 500++, RetroManCave




John Hertell (Chucky)’s ReAmiga 3000





AA3000+ Amiga 3000 with AGA

http://www.amibay.com/showthread.php?108604-AA3000-Amiga-3000-AGA-motherboard-PCBs

Repair and hacks

Amiga PCB Explorer
Amiga 500 Keyboard Schematic
Amiga Schematics and Manuals
Amiga PSU guide and more
Amiga 500 PS/2 controller for external keyboard
1MB Chipminne i A500 (sv/en)

Hard drive controllers

Amiga GrandSlam SCSI controller (and related)
(IVS_SCSIpro.device or IVS_SCSI.device)
http://www.lemonamiga.com/forum/viewtopic.php?t=8974&sid=50ecfa02f5968a351542bb3382fd89c3
http://eab.abime.net/showthread.php?t=35685
http://www.lemonamiga.com/forum/viewtopic.php?t=8984&sid=dccbc9797ac4222ef07f4e04efa99356
http://eab.abime.net/showthread.php?t=71169&page=2
http://eab.abime.net/showthread.php?t=91467
https://forum.amiga.org/index.php?topic=68282.0

http://www.stone-oakvalley-studios.com/0009_21_dashboard_index.php
http://amiga.resource.cx/exp/trumpcard500
http://amiga.resource.cx/exp/trumpcard2000
http://amiga.resource.cx/exp/grandslam500
http://amiga.resource.cx/exp/grandslam2000
http://amiga.resource.cx/exp/trumpcardpro2000
https://www.bigbookofamigahardware.com/bboah/product.aspx?id=1211
https://www.bigbookofamigahardware.com/bboah/product.aspx?id=1212
https://www.bigbookofamigahardware.com/bboah/product.aspx?id=1213
https://www.bigbookofamigahardware.com/bboah/product.aspx?id=1214

Trumpcard 500 AT
http://amiga.resource.cx/exp/trumpcard500at
https://www.bigbookofamigahardware.com/bboah/product.aspx?id=564

Trifecta 500 LX (SCSI + IDE combo)
https://www.bigbookofamigahardware.com/bboah/product.aspx?id=1206

Oktagon 2008
http://amiga.resource.cx/search.pl?product=oktagon+2008
https://www.bigbookofamigahardware.com/bboah/product.aspx?id=1145
https://www.bigbookofamigahardware.com/bboah/product.aspx?id=1153

Memory expansion boards

Microbotics M-502 for Amiga 500 (512k SLOW or CHIP after mod) and Amiga 500+ (1MB CHIP)
This expansion uses the same RAM-chips as the later Amiga 500 models (rev. 6 and up) and harddrive controllers like the A2091 and A590: HM514256AP-10 (DIP-20 256kx4, 4 chips per 512k)
At the time of purchase I found these chips on utsource: HM514256AP-10

SupraRAM 500 RX as well as Trifecta 500LX and Oktagon 2008 above and Amiga 3000 uses TC514400Z-80 (ZIP-20 1Mx4, 4 chips per 2MB)
At the time of purchase I found these chips on eBay: 1PCS TC514400Z-80 ZIP-20 TOSHIBA 1,048,576 x 4 BIT DYNAMIC RAM

Golden Image RC-2000 with absolutely no identification text on the card uses 1Mx1 DIP-18 (16 needed per 2MB).
At the time of purchase I found these chips at Elgood OY / Partco in Finland: TARIC 81C1000-70

Testing the installed memory

There are some generic software based memory testers around for the Amiga. Just to name a few we have Amiga Test Kit and my own software (which runs from Workbench and an alternate version which runs from CLI: MemoryTest (Aminet: util/misc/MemoryTest.

Usually the memory expansion boards have a “test” jumper which disables autoconfig of RAM and allows that to be tested with the expansion specific tester included on the installation disk. These bootable disks are available at least for Supra 500RX, Oktagon and A590. Oktagon tests the RAM in 4MB chunks, so it will first say “4MB gefunden”, then “2MB gefunden” when it is done testing 4MB out of 6MB installed on the board.

CF card as replacement for hard drive

Preparing a CF-card using UAE for use on a real Amiga
Preparing a CF-card using UAE for use on a real Amiga
Creating an Amiga partition with the PFS3(AIO) file system

A500 replacement power supply

Amiga PSU guide and more
Commodore Amiga 500 full replacement Power Supply (DIY)
Power supply used above (discontinued):
Mean Well T40-B
Suitable power supplies for modification as above:
Mean Well RT-65B (5-8A on +5V)
Less suitable, won’t fit in the original plastic case:
RT-85B (8-10A on +5V)
Less suitable (needs constant load of 0.1A on -12v line, as the T40-B used in the modification)
Mean Well RT-50B (4-5A on +5V) || RPT-60B (4-4.4A on +5V) || RPT-75B (6-8A on +5V)

Using an ATX power supply with the Amiga

How to make an ATX Adapter for Amiga 500/600/1200 and Amiga 4000

Amiga 2000

Amiga stuff and much more (found it while searching for PSU info for the A2000 #Amgia2000) (Erwin Rol)
Replace the A2000 PSU With an ATX
Google search for 'testing+amiga+2000+power+supply+outside+the+computer'
Commodore Amiga 2000 PSU Upgrade
Amiga 2000 PAL REV4.5 Battery & 1MB ChipRAM Upgrade
Google search for 'amiga+2000+4.4+chip+ram'

Joysticks

Wico Command Control repair
Wico Retro gaming joysticks – Disassembly and Repair

Modern hardware for the Amiga

Amiga 34 report

New mechanical Amiga keyboard

Amiga keyboard types
https://www.amigaclub.be/knowledgebase/hardware/34/amiga-keyboard-types

Amiga keyboard with almost correct layout (smaller spacebar)
A project that preserves the uniqueness of the Amiga keyboard, PCB with Cherry MX switches, stl files for printing a full set of keycaps.
Github hekkelek/amiga-keyboard
Keycaps stl files for Cherry MX switches

Another keyboard with (100%) correct layout, PCB and integrated controller
https://github.com/HenrykRichter/A500KB/

Amiga-like PC keyboard
https://github.com/grahamshaw1972/a2000Serotina
https://github.com/grahamshaw1972/a2000Keyboard

Building video by Jan Beta

Accelerators

TFxxx – Terrible Fire Hardware developed by Stephen Leary
TerribleFire GIT repository

For CD32
CD32 TF328 plus IDE cable and CF adapter With Riser [supaduper]
TF330: 030+64MB RAM+IDE, complete expansion for the CD32 [alenppc]
CD32 TF330 rev3 030/50mhz 64mb Fast ram IDE Accelerator [supaduper]

For Amiga 500
Warp 560 (68060@100MHz, 256MB RAM, RTG, Sound card and WiFi)
TF536: 030+64 MB+IDE internal expansion for the A500 [alenppc]

For Amiga 1200
Warp 1260 (68060@100MHz, 256MB RAM, RTG, Sound card and WiFi)

Fits many Amiga models
AmigaWarp (for Amiga 1200, 500, 4000 and 3000)
68EC020 TK – new A500/A1000/A2000 accelerator by Matze

Lukas Hartmann, VA2000 graphics card and the new ZZ9000

MNT ZZ9000 Amiga Graphics Accelerator + Network, USB
Dev74 blog


(Rabi Abbot)


(ejhelle)

Using a VGA monitor on the Amiga

15kHz compatible monitors
http://15khz.wikidot.com/
https://gamesx.com/wiki/doku.php?id=av:combo
http://retropedia.ribit.se/wiki/Plattsk%C3%A4rmar
http://eab.abime.net/showthread.php?t=85693
http://www.marcovandenhout.nl/15khz-on-lcd-monitors/

Signal converter
https://www.google.se/search?q=gbs-8200