URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID15
Нить номер: 4827
[ Назад ]

Исходное сообщение
"Online Linux Terminals"

Отправлено palak231 , 09-Сен-22 15:22 
Hi this is Palak Sharma
I am in my second year of my engineering. I like doing coding in different programming languages like C, C++, Java, PHP, Python, JS and .Net. But Python and PHP are my favorite programming languages. Currently I am working on Windows 7, 10 and 11 operating systems. Now I am looking to work in Linux OS can anyone suggest some Online Linux Terminal and is it important to use it with Linux OS?
Is installing Linux is easy as other OS like window 7, 10 and 11.
Waiting for some positive responses, would be a great support in this regard.
Thanks

Содержание

Сообщения в этом обсуждении
"Online Linux Terminals"
Отправлено Брат Онан , 09-Сен-22 19:04 
install gentoo https://www.gentoo.org
much linux
very opensource

"Online Linux Terminals"
Отправлено ddb , 12-Сен-22 14:21 
>[оверквотинг удален]
> JS and .Net. But Python and PHP are my favorite programming
> languages. Currently I am working on Windows 7, 10 and 11
> operating systems. Now I am looking to work in Linux OS
> can anyone suggest some Online Linux Terminal and is it important
> to use it with Linux OS?
> Is installing Linux is easy as other OS like window 7, 10
> and 11.
> Waiting for some positive responses, would be a great support in this
> regard.
> Thanks

try shellinabox

https://github.com/shellinabox/shellinabox


"Online Linux Terminals"
Отправлено Bulbasalo , 13-Фев-23 12:03 
>[оверквотинг удален]
> JS and .Net. But Python and PHP are my favorite programming
> languages. Currently I am working on Windows 7, 10 and 11
> operating systems. Now I am looking to work in Linux OS
> can anyone suggest some Online Linux Terminal and is it important
> to use it with Linux OS?
> Is installing Linux is easy as other OS like window 7, 10
> and 11.
> Waiting for some positive responses, would be a great support in this
> regard.
> Thanks

1. If you need to work online, buy a VPS on Hetzner or OVH with Ubuntu.
2. If you are ready to go with VirtualBox on your local computer or replacing your current OS, installing Ubuntu or its derivatives is not very complicated, and there are lots of guides on the internets, text or video ones.

If you don't mind, I'll warn you that developing for Microsoft .NET platform is a bit fishy using linux machine. If your applications do need Windows Forms or other Windows-specific libraries, it wouldn't be possible. If they aren't, you can try Mono (multiplatform free and open source .NET reimplementation with runtime included). And yet one more thing: I don't know any way to run ASP.NET MVP or other web-based .NET applications which are meant to be run with IIS. Think twice.


"Online Linux Terminals"
Отправлено Anonim , 11-Апр-23 13:06 
> is it important to use it with Linux OS?

Yes. Main Linux administration tool is Shell language at command line interface (CLI). Because of it you need good terminal emulator. And there are plenty of them for Linux.

As of my last experience there was no perfect implementation of terminal emulator for Win. All of Win implementations are not so good as native ones for Linux or Mac.

- Command line interface is great when you know what is available.
- Graphics UI is great when you do not know with what you are working.

In order to be a good eng. you need to know well a system you are working with. Because of it there is no way not to end up with usage of terminal as the OS intended to be managed at CLI with scripting language known as Shell. Or you are not a good engineer at finish.