Questions tagged [mobaxterm]

MobaXterm is windows desktop application which includes:

  • remote network tools (SSH, X11, RDP, VNC, FTP, MOSH, ...)
  • Unix commands (bash, ls, cat, sed, grep, awk, rsync, ...)
  • embedded servers (TFTP, FTP, HTTP, SSH/SFTP, telnet, ...)
  • MobApt package manager
  • support for SSH tunneling
183 questions
0
votes
0 answers

Is there a way to desactivate the copy in the primary clipboard of MobaXterm when an item is selected in a tkinter listbox?

I've been trying for a few days to make a function that copies certain informations about a selected item in a listbox. However, the primary clipboard of MobaXterm seems to be interfering with my clipboard append. It works the first time I click on…
Noxeal
  • 1
0
votes
0 answers

how to set tuneling on mobaXterm homescreen?

To run a job on remote server of my uni, I use MobaXterm. First I had to "start local terminal" and type "ssh somenet.mylab.uni.ac.bla – username:BlaBla" (the address is fake). Type a password, and connect. Next, I had to type "ssh login8" and I on…
Michael L.
  • 443
  • 4
  • 14
0
votes
0 answers

MobaXterm not sshing into server/VM, instead linking with my PC and can't close terminal window without shutting down PC

This is a strange one, I've had it occur a few too many times and it's difficult to give a title to, but recently on a number of occasions when I try to open one of my existing sessions (VM or Server doesn't matter) the session doesn't open, it's…
Dave
  • 244
  • 2
  • 16
0
votes
0 answers

How do I launch anaconda GUI inside WSL?

I'm trying to follow this guide which details how to install conda on WSL. I have installed conda without issue but I can't launch the GUI on the last step. The guide indicated that once the conda is installed within WSL, I should be able to launch…
Zizi96
  • 459
  • 1
  • 6
  • 23
0
votes
0 answers

Show folder tree when using 4 terminal mode

How can I show the folder tree (through SFTP) of the selected terminal when I am in 4 terminal mode? As of now, I can see the folder tree only when in single terminal mode. But having it showing the content based on the active terminal would be very…
Alexis
  • 576
  • 1
  • 10
  • 29
0
votes
1 answer

Can't import mRemote sessions into MobaXterm

I have hundreds of devices saved in mRemoteNG and would very much like to export these and import them into MobaXterm. When I do this however it seems like only a few sessions out of the hundreds actually gets imported. Most folders are empty as you…
MikeB
  • 1
  • 1
0
votes
0 answers

Linux doesn't read splite funciton s() in R script stm

I am running a R script for topic modelling through remote on server of university, using MobaXterm to interact with Linux SSH. I can run all commands of my script, and upload most packages there, but s() function is not read, it will stop the…
0
votes
0 answers

Automating the Stacking of Graphene

I want to automate the stacking of graphene for my college project. The user will give the angle as an input and the Graphene which will be in AA stacking initially, would change to that custom stacking. I have made the POSCAR, KPOINTS, INCAR of the…
Fanatic
  • 43
  • 5
0
votes
0 answers

vscode+x11+mobaXterm for remote pyglet rendering

I was using vscode plus x11 to render environment in gym, it fails. I was trying to use x11 extension in vscode to configure remote gui for pyglet rendering in my code, successfully running "xclock" command and "plt" scripts. But when running…
0
votes
0 answers

i want to open a folder from mobaxterm monitor in my current monitor

hi i'm trying to open a folder from the monitor i'm using the mobaxtem to get to, into my monitor i'm running the mobaxterm on.i tried: nautilus nautilus . nautilus -w . & nohup nautilus -w . & and they all open the folder in the screen of the…
Lihi Haim
  • 1
  • 1
0
votes
0 answers

How to install python packages/modules in Mobaxterm

I am trying to install h5py, numpy, pandas, and iglob through MobaXTerm. I have tried doing pip install, conda install, and I am currently the superuser as well.
brizzy
  • 3
  • 3
0
votes
0 answers

Mobaxterm ssh browser doesn't load and uploads get stuck at 0%

As said on the title, when connecting to my university's server using mobaxterm, the ssh browser doesn't show anything and when I put the mouse on it, it appears as loading(the mouse with the blue circle). Also when I try uploading a file, it gets…
0
votes
1 answer

Why MobaXterm tellnet session in remote session enter key displays ^M instead of regular new line?

Throught windows remote session MobaXterm tellnet session print ^M instead of new line when enter key in pressed.
didi
  • 1
  • 1
0
votes
0 answers

SSH using Mobaxterm in python

Am trying to automate a SSH access to a remote server with Mobaxterm in Python. I could launch Mobaxterm and send the SSH command to it using below command import subprocess import time moba_path = "C:\Program Files…
0
votes
0 answers

Execute command in Mobaxterm from tcl/tk script

I use the following script(in tcl/tk) to login to the SSH in Mobaxterm. button $a.b1 -text "Connect-Check" -command \ {exec "C:/Program Files (x86)/Mobatek/MobaXterm/MobaXterm.exe" -exec "ssh "} -font {times 12} place $a.b1 -x 40 -y…
vetri
  • 11
  • 3