Alex Railean

Results 69 comments of Alex Railean

I'd greatly appreciate it if you could share your insights, because I ran into the same issue and I am considering whether I should do a devil's dance around it,...

Thanks for sharing your experience. I too made a custom function that solves my particular problem, though ideally it would be great if we could also make a general tweak...

Perhaps the problem is here: `Connect 172..0.0.1`: - most likely you mean `127.0.0.1` - and note that there must be a single dot between each element of the IP address...

Having experimented a bit, I found that: 1. It worked as expected if I made a pull request, instead of committing directly to the main branch. 2. After that, it...

I'd like to have this feature as well. My rationale is that I want the server to be reachable over the Internet, but not directly exposed to various vulnerability scanners....

Unfortunately, the `set -e` trick didn't work, though I can see that `-e` is exactly what is needed, according to the documentation. I still see the "not found" errors. Another...

Here's how it worked out for me - terminate the bash process after the OS loads. I did it via a cronjob for the root user: ``` @reboot kill -9...

The main benefit of this approach is that **RTEC cannot sabotage** this system directly or easily, since it is not under their control. The problem with privacy can be alleviated...

Hi and thanks for expressing interest. I assume you refer to `Transportr`, with an 'r' at the end. At the current stage, the fastest way to make it happen is...

The feed is published in this repository: https://github.com/roataway/gtfs-data Also check out the other items in https://github.com/roataway, there are various examples and other tools to tinker with.