What are some tips to connect to linux server remotely from windows and increase productivity? [closed] - remote-access

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I have a windows computer and connect to Linux on a remote server for my experiments. I want to use an easy interface software from windows to my Linux server (ubuntu 18.04). Can you give some tips on how to increase productivity in such a workflow?

Putty is fast, but AFAIK, does not support tabs, you will have to open different windows for different tasks, unless you use a terminal multiplexer like screen.
Try Mobaxterm and see if you like it. It is free, and supports multiple tabs, very handy for a single session.

Related

Can two linux pc's can be use as one signle screen [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
Can two linux pc can be use as one signle screen (half in first pc and second half in another pc).Basically can 2 pc's used to see a single movie at same time.
Your screen is controlled by your operating system. So there is no standard way to let on screen be shared by to different OS.
But if you manage a remote connection on your main OS to your seconds OS, for instance by ssh, you can use them with one screen.
Visual tools like TeamViewer, VNC or the Remote Desktop protocol would also enable you to bring the output of a second system to your single monitor.

How do I connect to a simple linux console for executing some basic commands that anyone could with just a linux operating system? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I would just like to be able to have my own linux command line on Windows 7. I do have Putty installed but I have no idea how to access a simple linux command line. I just basically need the basic commands that any Linux OPERATING SYSTEM has.
Install Cygwin (https://www.cygwin.com). Cygwin is a Unix-like environment and command-line interface for Microsoft Windows. Cygwin provides native integration of Windows-based applications, data, and other system resources with applications, software tools, and data of the Unix-like environment.

Opening a session on your operating system [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I was looking at how windows provides tools like this called Remote Desktop Connection. Then I wondered, how would of this been accomplished. First most likely a socket connection is made between the two computers, but then how is a usable session opened. How could I do this in Java or Python?
My goal is to make one of these for connections over the internet protocol.
Research the protocol RDP which underpins the remote desktop connection support. Libraries exist to assist in using RDP in many different programming languages when you get to that point.

Can I set up a debian nfs server and have a fedora nfs client? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
Just wanted to make sure I could mix the two flavors of linux before I installed Fedora on my new laptop hard drive. I'm guessing that nfs is generic to all linux distributions.
Yes, NFS works across multiple operating systems, let alone versions of Linux. You do have to use the same protocol level on the two, however.

Remote desktop for Linux [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I come from a Windows background and have been using Remote Desktop to view a remote server's desktop on my local machine. Remote desktop is probably the most popular tool for doing this because it's already part of the OS. Is there a similar tool for Windows but for accessing a Linux machine instead?
Try VNC. It works on Mac and Linux. You need to be running the server portion on the Linux host.
Take a look at xrdp. According to project description you can even use your native Windows client to access Linux desktop:
The goal of this project is to provide a fully functional Linux
terminal server, capable of accepting connections from rdesktop,
freerdp, and Microsoft's own terminal server / remote desktop clients.
try TeamViewer you can download it from
http://www.teamviewer.com/en/download/linux.aspx

Resources