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
1 answer

Install biopython on windows (use mobaxterm)

I have tried to install the biopyhton on Windows 10 (using Mobaxterm), but I have not succeded. I get the reply "bash: pip: command not found" when typing in "pip install biopython". However, when I do the same on the cmd line, there is no…
Jonasml
  • 1
  • 1
  • 1
0
votes
1 answer

Import SecureCrt XML session file into MobaXterm not working

I have recently started working at a new job,and unfortunately i can't install SecureCrt at the moment from various reasons. A colleague of mine is working with Scrt, so we decided he'll export his sessions into XML and i'll import them in…
0
votes
1 answer

user not able to launch firefox from unix- X11 error

Using MobaXTerm on RedHat, I am able to launch Firefox from my user profile and access browser GUI. However if I sudo to root and try to launch firefox I get an error: X11 connection rejected because of wrong authentication. I want to…
alexherm
  • 1,362
  • 2
  • 18
  • 31
0
votes
1 answer

Why does tkinter X program work through SSH with MobaXterm, but give an error when using SSH through Windows Subsystem for Linux?

What I'm working on I'm writing a Python program (front-end: tkinter, back-end: Python 3.6) on a remote Fedora server from a Windows 10 workstation. MobaXterm would sometimes stop displaying what you type after an exception so I decided to test the…
0
votes
2 answers

connecting to a docker container as a workspace

I currently use a vagrant box as my workspace for devops/cloud development. vagrant ssh not working in MobaXterm on Windows I saw this command for vagrant: command /drives/c/HashiCorp/Vagrant/bin/vagrant ssh-config > vagrant-ssh-config && ssh -A -F…
Philip Ruff
  • 11
  • 1
  • 3
0
votes
1 answer

mysql bash command fail in moba extreme but n cmd windows success

I can't run a mysql command in mobaxterm, but when I try the same command in a cmd prompt, it works. Commands such as mysql -V, mysql -U admin -P, etc. What's wrong with mobaxterm? It return: bash: mysql: command not found
m hanif f
  • 406
  • 1
  • 7
  • 20
0
votes
1 answer

Tmux: Clipboard selection behaves strangely in MobaXTerm

I'm running a Tmux session inside a MobaXTerm SSH connection. Now if I want to select some text to be copied to the system clipboard (by holding shift pressed while dragging the mouse over the text) the selection does not work as expected. Assume I…
Georg P.
  • 2,785
  • 2
  • 27
  • 53
0
votes
2 answers

MobaXterm: edit pasted command before execution

Hi everyone in this great community! I am using MobaXterm - in my opinion it's a great tool for everyday routine with Win\Linux servers. My question is about copy-paste procedure and Linux command execution. When I copy some command from some site,…
0
votes
1 answer

How to multitask commands for MobaXterm with a .bat file

I want to start mobaxterm and then start a ssh and then want to see the que list (which is done by "qstat -wa") and finally want to see the files in it (which is done by "ls"). For this purpose, I've started to create a bat file. But I could not…
0
votes
1 answer

Unable to fetch some archives, maybe run apt-get update using Mobaxterm

I downloaded Mobaxterm to use the a Bash shell. The problem is, I can't compile my C files with "cc -o file file.c". It shows me this : Command 'cc' not found, but can be installed with: sudo apt install gcc sudo apt install clang sudo apt install…
Daniel D
  • 17
  • 1
  • 1
0
votes
1 answer

How to set up GIT in a new computer with the same ssh keys used in the server to connect

I have a VM with ubuntu that I have installed GIT and is set up correctly to connect automatically to the GIT repository without prompt password, now I've installed GIT in windows using MobaXterm software to emulate unix machine. What I want to do…
Javier Salas
  • 119
  • 1
  • 3
  • 9
0
votes
1 answer

Mobaxterm stop macro while running

How to stop Mobaxterm macro script? Is there a command to cancel/stop the macro while it is running for Mobaxterm?
vileharp
  • 1
  • 1
  • 3
0
votes
1 answer

Why is there no such file or directory_profile?

I am using Windows and MobaXterm. I created a .bash_profile file in the ~ directory and the following line alias sbp="source ~/.bash_profile" is the only code in that file. However, when I was trying to do sbp, I got an error. This works on my Mac…
Seaky Lone
  • 992
  • 1
  • 10
  • 29
0
votes
0 answers

MobaXterm launches SCP not SFTP

I'm connecting to a remote Linux lab and need to be able to see all the directories on the side. It worked fine on my other computer. I noticed that the side tab that comes up is "SCP" when I think it should be "SFTP" My side bar I have looked…
NickH
  • 21
  • 1
  • 4
-1
votes
1 answer

The username and current directory disappear in the terminal

After I installed sra-tools using conda, the username and current directory disappeared in the terminal. The situation did not change after I deleted sra-tools. enter image description here I have tried cutomizing the PS1 in the ~/.bashrc…
Xuwen Cao
  • 1
  • 1
1 2 3
12
13