sylware / nyanlinux (public) (License: AFFERO GPLv3) (since 2019-09-09) (hash sha1)
scripts for a lean, from scratch, amd hardware, linux distro
List of commits:
Subject Hash Author Date (UTC)
online map generator only in case of emergency c50d534010ed0e53e372aad868891ac025b39af7 Sylvain BERTRAND 2019-05-23 22:33:05
gfx stack update cb1dae4538e780bc0b61bd0b4e9dba754ec1ea64 Sylvain BERTRAND 2019-05-21 21:03:37
update the dhclient script f4fd8a320290e7b221fc7ecb874aac6c90cef6e1 Sylvain BERTRAND 2019-05-21 21:03:04
gfx stack update c4ac98c5ff7a911b3ea28277bc2a26880fead15d Sylvain BERTRAND 2019-05-13 00:56:12
gfx stack update f4f40b967d9018695f9ef2cfc1d8ae6ac652ae30 Sylvain BERTRAND 2019-05-05 16:29:25
fix mouse dpi programing from real linux dpi 8bc1b8c840c97b69bcf5985ccc9b808272d6a44e Sylvain BERTRAND 2019-05-01 21:34:00
st update 65227a6066db0184b848c18fefcc808a062096f1 Sylvain BERTRAND 2019-04-22 18:15:42
gfx stack update 6d88b857b58746eeba42ecd80783a86b83c80873 Sylvain BERTRAND 2019-04-22 00:32:26
gfx stack update f15d969566f9086bafde3a4bc93002f4754c8cb9 Sylvain BERTRAND 2019-04-15 00:54:25
gfx stack update f8462abf96c574e11aaaa205501762d8ef992fe5 Sylvain BERTRAND 2019-04-07 18:13:09
st update 621f819d99cae6702c030260cfdb6c2149d2fe7c Sylvain BERTRAND 2019-03-31 20:46:30
gfx stack update b1170f07df68214631cf8ae3f5de7f89b01c3cd5 Sylvain BERTRAND 2019-03-31 19:35:24
gfx stack update 9495f93d2bcbca9e9022ef59d52a786a33df057c Sylvain BERTRAND 2019-03-26 20:04:36
fix corner case of coarse hls streamer ae91638afc50c36168f33ac9ba2adb41674d8609 Sylvain BERTRAND 2019-03-22 00:20:16
coarse shell based hls streamer e947b82ed648cd494b51a8932d10e5b8299c273a Sylvain BERTRAND 2019-03-21 21:53:17
gfx stack update 552c8c60c92b1dbfb4c37ec1f957436395a6055e Sylvain BERTRAND 2019-03-17 20:09:29
gfx stack update 6f475db9d1b456e3c45e318cb9e0aeed3201bbb0 Sylvain BERTRAND 2019-03-10 22:32:05
mouse configurator rival110 2e3dd8db64049fdf37695d9ac0c06417330aa249 Sylvain BERTRAND 2019-03-05 21:12:39
mesa vulkan, deprecate some old code generators 43834baf73a9f533a4431bf4eb97475330e92ca9 Sylvain BERTRAND 2019-03-03 22:50:51
gfx stack update df10ca787938876d174aa2eb41b92e239db04005 Sylvain BERTRAND 2019-03-03 14:46:42
Commit c50d534010ed0e53e372aad868891ac025b39af7 - online map generator only in case of emergency
Author: Sylvain BERTRAND
Author date (UTC): 2019-05-23 22:33
Committer name: Sylvain BERTRAND
Committer date (UTC): 2019-05-23 22:33
Parent(s): cb1dae4538e780bc0b61bd0b4e9dba754ec1ea64
Signer:
Signing key:
Signing status: N
Tree: 17f5c880830c1d7b11f61c0e3a8a36be5197d66d
File Lines added Lines deleted
files/map.sh 37 0
File files/map.sh added (mode: 100755) (index 0000000..de5f82a)
1 #!/bin/sh
2
3 # this is for emergency/rare use only, hence the non automated way
4 #
5 # The right ways would be:
6 # - WSI native browser of openstreetmap tile servers
7 # - local C code software renderer with partial ector data
8 # - noscript/basic (x)html www site with C coded software renderer and
9 # partial vector data or browsing some tile servers (found one but dead)
10
11 curl=/nyan/curl/current/bin/curl
12
13 # vitrolles: 43.46 5.24861111111
14 # marseille: 43.296346 5.369889
15 # "paper_size": "Din A0"
16 cat >/tmp/map.json <<EOF
17 {
18 "title": "emergency map",
19 "bbox_bottom": 43.40,
20 "bbox_left": 5.2480,
21 "bbox_right": 5.2490,
22 "bbox_top": 43.50
23 }
24 EOF
25
26 #$curl "https://api.get-map.org/apis/paper_formats"
27 # not tested: "layout" parameter
28 #$curl "https://api.get-map.org/apis/layouts"
29 # not tested: "style" parameter for base style
30 #$curl "https://api.get-map.org/apis/styles"
31 # not tested: "overlays" parmeter, list of overlays
32 #$curl "https://api.get-map.org/apis/overlays"
33
34 #$curl -X POST "https://api.get-map.org/apis/jobs/" -H "Content-Type: application/json" -d @/tmp/map.json -i -o /tmp/job.txt
35 # WAIT FOR 15 SECONDS
36 #$curl "https://api.get-map.org/apis/jobs/64267" -o /tmp/job-results.txt
37 #$curl -O "https://api.get-map.org/results//064267_2019-05-23_21-53_emergency-map.png"
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/nyanlinux

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/nyanlinux

Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/nyanlinux

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main