Can I run Sublime Text 2 from SSH on Ubuntu? [closed] - ipad

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I'm trying to find the best way I can program using my iPad, I'm relatively new to ubuntu and I don't no it's limitations over SSH but I was curious to know if it were possible to install a text editor for instance Sublime Text 2 and open it using a SSH terminal from my iPad using iSSH.
Thanks a lot

iSSH ($9.99 on the US store) has an X server built in. You can install Sublime on your Ubuntu box and use iSSH to access it.

Related

Docker - SQL Server Linux auto shutdown [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
This is a first time I use docker, so I'm trying install sql-server-linux use docker in MacOS Mojave.
I'm read tutorial from https://database.guide/how-to-install-sql-server-on-a-mac/. But I meet a problem, my database server auto shutdown.
I'm tried with sudo code but nothing change.
I'm research and nothing talk about this issue.
I have written several webcrallers and always find it easier to build them from the ground up! Scrapy is a very nice module but it's documentation is a little lacking and can be quite challenging to begin with! I recommend using BeautifulSoup4, Python bult in Urllib2, and some socket module! Good luck!

Erlang run time environment [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Can someone explain what is Erlang run time environment and what dose it contain? Dose it contain erlang VM, what else ?
Regards
MM
The Erlang runtime environment in particular contains the Erlang virtual machine, the kernel and the standard libraries.
Erlang in general provides a lot more tools (compiler, debugger, monitoring tools etc.).
For details, please have a look at the documentation at: http://www1.erlang.org/documentation/doc-4.8.2/doc/system_architecture_intro/sys_arch_intro.html

Why do we still use shell commands to program? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
As a beginner & new developer attempting to learn the ropes, I am curious why we still use package managers, shell commands, and all of these things that seem like the early DOS days.
Wouldn't it seem more logical to have a GUI to simply set up an app on Heroku from Github without having to always fix all of your local environment errors and updating gems, etc?
May be a stupid question, but truly curious why it hasn't changed.

Passing a file to Security Essentials for scanning [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Does anyone have an idea on how to pass a file to Security Essentials (SE) for scanning?
When SE is installed it adds a line to the Explorer popup menu, "Scan with MS SE" and I'd like to be able to scan a specific file if SE has been installed on the host PC.
I can check for msseces.exe to see if it is installed but I can't find any command line information that will scan a specific file passed to it.
Thanks.
You want to look at MPCMDRUN.EXE. Run it with /? to get all the options.
It sits in "C:\Program Files\Microsoft Security Client" on my current system.

Is it possible to interact with your computer through Lua? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I was wondering if it is possible to interact with your computer through Lua (Through SciTE or Sublime Text, I suppose...)? For instance, can you play a .mp3, or open a file with Lua?
Yes, through the use of the operating system library os.
You can use os.execute([command]) to run any command from the host operating system's shell (think terminal or command prompt).
There's more information on using this library in the Lua online reference manual.

Resources