![]() |
Running a Delphi Linux Application on Google Cloud Shell
Google has made available to all its Gmail users a Linux Shell to interact with their Cloud Services, called
![]() You access to this shell via browser at: ![]() It is an online Linux machine you can use... also for running Delphi Linux applications. So, as an experiment, I've written a console app that downloads some RSS feeds data (via TIdHTTP) and dumps it in a local file. The file name is a timestamp: SaveToFile (FormatDateTime ('yymmdd_hhnnss', Now) + '.txt'); I've pushed it to a web site, opened the shell, used wget (plus the URL) to download it, chmod u+x to mark it as an executable for the user, and could simply invoke it in the local folder, as in the image below: http://blog.marcocantu.com/images/fo...oogleCloud.png Now the power of this shell comes from integrating with other Google Cloud services, but it certainly nice to have a Linux shell at hand, for free, for running any application including those you build with Delphi Tokyo for Linux. http://feeds.feedburner.com/~r/marco...~4/zIOxUr-m-1g ![]() |
Alle Zeitangaben in WEZ +1. Es ist jetzt 12:05 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz