nas_x1

Mobaxtek cracked + [crack key] lecense download

Jul 16th, 2013
399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.27 KB | None | 0 0
  1. Mobaxtek cracked + [crack key] lecense download
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. http://ryushare.com/0vm5kornp7yy/Mobaxtek_cracked_+_%5Bcrack_key%5D_lecense_download.iso
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. 1.1. Presentation
  19.  
  20. Mobaxtek cracked + [crack key] lecense download
  21.  
  22.  
  23. MobaXterm is a toolbox for working in a professional computer environment: it contains a complete set of remote clients (SSH, Telnet, Rlogin, RDP, VNC, XDMCP, FTP, SFTP, Serial), an X11 server and several Unix commands packaged in a multitab environment. The aim of MobaXterm is to allow professional users such as system administrators, developpers, website designers and all other computer users to perform remote tasks easily.
  24. Mobaxtek cracked + [crack key] lecense download
  25.  
  26. MobaXterm main window
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34. 1.2. Sessions
  35.  
  36.  
  37. MobaXterm allows you to launch remote sessions. You just have to click on the "Sessions" button to start a new session.
  38. Mobaxtek cracked + [crack key] lecense download
  39.  
  40.  
  41. The "Session" button
  42.  
  43.  
  44. You can then choose to create a new SSH, Telnet, Rlogin, RDP, VNC, XDMCP, FTP, SFTP or Serial session. Every session you start is automatically saved.
  45.  
  46.  
  47. The "sessions" window
  48. Mobaxtek cracked + [crack key] lecense download
  49.  
  50. You can edit, delete, move, import or export sessions by right-clicking on them in the left MobaXterm sidebar. You can also create a desktop shortcut in order to automatically launch a session or a group of sessions at MobaXterm startup.
  51. Right-clicking on a session folder allows you to launch several sessions at once. It can be really useful when you often work using the same environment and the same opened sessions.
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59. 1.3. Unix-like terminal with bash shell
  60.  
  61.  
  62. MobaXterm features a great terminal with a bash shell script which allows users to run Unix commands as if they were logged on a GNU/Linux computer. There are several Unix commands available inside the terminal: ssh, telnet, rlogin, rsh, rsync, wget, vim, corkscrew, httping, fdupes, iperf, mathomatic, xhost, xprop, xdpyinfo, xmodmap, xkill, Xorg...
  63. If you need an Unix command that is not included into MobaXterm, you can ask us to develop a plugin containing the required program(s)
  64.  
  65. The terminal (based on MinTTY and PuTTY by Andy Koppe and Simon Tatham) provides a bunch of settings that can be tuned in order to suit your needs (font, background/foreground colors, antialiasing, old keyboards compatibility, ...). The default terminal parameters can be set by clicking on the "Settings" button.
  66.  
  67.  
  68. The "settings" button
  69.  
  70.  
  71. Mobaxtek cracked + [crack key] lecense download
  72.  
  73.  
  74.  
  75.  
  76.  
  77. 1.4. Multitab environment
  78.  
  79.  
  80. The multitab environment allows you to work with several terminals or remote sessions at the same time. You can toggle between "multitab" mode, "2-terminals" mode and "4-terminals" mode by clicking on the "Split" button.
  81.  
  82.  
  83. The "Split mode" button
  84.  
  85.  
  86. MobaXterm brings another really useful mode called "Multi-execution" mode. This mode allows you to display all your terminals at the same time and to write your commands to all of them at once: when you press a keyboard key, it will write the same letters on all your terminals at once. This mode can be activated by pressing the "MultiExec" button.
  87.  
  88.  
  89. The "MultiExec mode" button
  90.  
  91.  
  92.  
  93. Mobaxtek cracked + [crack key] lecense download
  94.  
  95.  
  96.  
  97.  
  98.  
  99. 1.5. Built-in graphical tools
  100.  
  101.  
  102. MobaXterm comes with useful Unix command-line utilities, but also built-in graphical tools such as a fast picture viewer, a developpers text editor, a file/folder comparison tool, a ports analyzer and a packet capture tool.
  103. The feature which is in our opinion the most useful may be the graphical SFTP browser: when you log to a remote server using SSH, a graphical SFTP browser pops up on in the left sidebar allowing you to drag and drop files directly from or to the remote server using a secure SFTP connection.
  104. In the SFTP side browser, you can double-click on a remote file in order to edit it directly using your favorite program. Your changes will be saved to the remote server automatically!
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117. 2. Terminal features
  118.  
  119.  
  120.  
  121.  
  122.  
  123. 2.1. Windows interactions
  124.  
  125.  
  126.  
  127.  
  128.  
  129. open command
  130.  
  131. This command allows you to open your local files. This command will open your documents using the Windows default association for your document type.
  132. open http://www.google.com
  133. open MyDocuments/MyWork.pdf
  134. You can open files, directories or URL directly from the terminal by simply Ctrl+clicking on them.
  135.  
  136.  
  137. Mobaxtek cracked + [crack key] lecense download
  138.  
  139. cygpath command
  140.  
  141. This command allows you to work with dos/unix paths. You can obtain the Dos path from a given Unix path and vice-versa. You can also list your computer paths like the Windows, System, Desktop, Profiles and Start Menu paths.
  142. echo "/bin PATH = $(cygpath -w /bin)"
  143. echo "System PATH = $(cygpath -u -S)"
  144.  
  145.  
  146.  
  147.  
  148. /drives mount path
  149.  
  150. This directory contains a mount point for each drive of your computer. You can for example browse your system drive by cd to /drives/c/
  151. cat /drives/c/Windows/win.ini
  152. PicView /drives/d/MyPhotos/Photo36.jpg
  153.  
  154.  
  155.  
  156.  
  157. /registry virtual folder
  158.  
  159. This folder is a virtual directory containing your registry keys and values. You can open and read a registry key by doing a simple "cat" of these virtual files.
  160. cat /registry/HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/DevicePath
  161. cat "/registry/HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/Shell Folders/CommonPictures"
  162.  
  163. Mobaxtek cracked + [crack key] lecense download
  164.  
  165.  
  166. // mount point
  167.  
  168. You can also browse computers from your network neighborhood by typing //<remote_computer>
  169. PicView //server1/share1/Photo36.jpg
  170. edit //server2/Documents/program.c
  171.  
  172.  
  173.  
  174.  
  175. Executing native Windows programs
  176.  
  177. You can execute native Windows programs from MobaXterm as you would in a "cmd" console.
  178. ipconfig /all
  179. netsh -c interface dump
  180. regedit
  181. net user
  182. calc
  183. notepad
  184.  
  185.  
  186.  
  187.  
  188. Other useful commands
  189.  
  190. There are several other useful commands for interacting with Windows, like editrights, shutdown, regtool, ps, passwd, MobaControl, mkshortcut, MobaSwInfo, MobaHwInfo, MobaTaskList, MobaKillTask, MobaControl[...]
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198. 2.2. Network utilities
  199.  
  200.  
  201.  
  202.  
  203. Remote computing
  204.  
  205. MobaXterm includes some useful command line clients for executing commands on remote computers:
  206. . ssh (utility to access shell accounts using a secure crypted connection)
  207. . telnet (useful to login to remote system hosts)
  208. . rlogin (same aim as telnet but using a different protocol)
  209. . rsh (useful for sending commands on remote computers, especially using the passwordless feature)
  210. Do not forget that you can bookmark your connections using the bookmarks feature (see the corresponding section for more information). You can also set up passwordless connections with rsh or ssh, there is also a corresponding section to this feature.
  211.  
  212. Mobaxtek cracked + [crack key] lecense download
  213.  
  214.  
  215. DISPLAY settings
  216.  
  217. MobaXterm includes an X server so that it can display X11-based graphical programs.
  218. By default, an X server is started at MobaXterm startup. Your DISPLAY environment variable is automatically set and it is written in your terminal startup message. When you use a remote computing client to connect to a Unix computer, you can export your DISPLAY to your local Windows desktop thanks to MobaXterm. When you use a SSH connection, if the remote server supports X11-Forwarding, your DISPLAY is automatically set and it will be sent through the SSH connection to your Windows desktop.
  219.  
  220.  
  221. With this icon, you can monitor the X-server state
  222. telnet remoteserver1
  223. export DISPLAY=localcomputer1:0.0
  224. nedit
  225. exit
  226. ssh -l root remoteserver1
  227. nedit
  228.  
  229.  
  230.  
  231.  
  232. File transfer
  233.  
  234. MobaXterm includes some useful clients for transferring files
  235. . ftp (File Transfert Protocol)
  236. . sftp/scp (File Transfert using a secure crypted SSH connection)
  237. . rcp (Copy files to/from remote computers using the rsh protocol)
  238. . wget (download files through http/ftp protocol with enhanced settings)
  239. . rsync (synchronize directories through a network with incremental capabilities and enhanced options)
  240. scp /drives/c/Photo36.jpg root@server1:/tmp/
  241.  
  242. Mobaxtek cracked + [crack key] lecense download
  243.  
  244.  
  245. Network monitoring
  246.  
  247. MobaXterm includes 2 useful utilities for monitoring your network:
  248. . TCPCapture (allows you to capture network packets)
  249. . MobaListPorts (allows you to list all open ports with their current state)
  250. . httping (monitor your web server)
  251. . iperf (monitor the available bandwidth on your network)
  252.  
  253.  
  254. Mobaxtek cracked + [crack key] lecense download
  255.  
  256.  
  257.  
  258.  
  259. 2.3. MobaXterm interface
  260.  
  261.  
  262.  
  263.  
  264. Tab interface
  265.  
  266. MobaXterm can start several independent terminals thanks to a tab-based interface.
  267. Use the appropriate button to create new tabs, close existing tabs, cycling through tabs or rename tabs.
  268.  
  269.  
  270. The "Create Tab" button
  271.  
  272.  
  273.  
  274.  
  275. Split modes
  276.  
  277. MobaXterm allows you to display some terminals in the same Window just as you would do using the "screen" utility.
  278. You can display 2 terminals in horizontal or vertical mode, or even 4 terminals in the same Window
  279.  
  280.  
  281. The "Split mode" button
  282.  
  283. Mobaxtek cracked + [crack key] lecense download
  284.  
  285. Detach tab feature
  286.  
  287. MobaXterm allows you to detach tabs in order to display them in a separate window. You can detach or reattach tabs using the appropriate button from the top toolbar.
  288.  
  289.  
  290. The "Detach" button
  291.  
  292.  
  293.  
  294.  
  295. Options dialog
  296.  
  297. You can edit your options using the corresponding button from the top toolbar. Your options will be saved to an INI file. You can select a persistent home directory for keeping your files and parameters instead of having your home directory in a temporary folder. You can also select the terminal fonts, colors, skin, transparency, keyboard shortcuts, specify a font server, etc...
  298.  
  299.  
  300. The "Settings" button
  301.  
  302.  
  303. The settings dialog
  304.  
  305.  
  306. Mobaxtek cracked + [crack key] lecense download
  307.  
  308. Sessions
  309.  
  310. You can store your connection settings in bookmarks that are stored in your INI file. Sessions can be accessed easily through the corresponding menu in the top toolbar or in the left sidebar, but you can also create a desktop shortcut to each session in order to launch them easily.
  311.  
  312.  
  313. The "sessions" button
  314.  
  315.  
  316. The "sessions" window
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324. 2.4. Other utilities
  325.  
  326.  
  327.  
  328.  
  329. Editors
  330.  
  331. MobaXterm includes everything you need to edit text files: vi on command line, nedit for a graphical editor or MobaTextEditor which is a light but powerful editor for developpers with textdiff utilities.
  332.  
  333.  
  334.  
  335.  
  336. Miscellaneous
  337.  
  338. . MobaPictureViewer (Display pictures in fullscreen with zoom features)
  339. . MobaTextDiff (Diff utility for text files)
  340. . MobaFoldersDiff (Diff utility for folders)
  341. . fdupes (Find and erase duplicate files)
  342. . mathomatic (computer algebra system)
  343.  
  344.  
  345.  
  346. Plugins
  347.  
  348. Some commands can be added to MobaXterm thanks to the use of plugins. You can download some ready-to-use plugins at http://mobaxterm.mobatek.net/download/plugins.html .
  349.  
  350.  
  351. Mobaxtek cracked + [crack key] lecense download
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359. 3. How to
  360.  
  361.  
  362.  
  363.  
  364.  
  365. 3.1. Set up a passwordless ssh connection
  366.  
  367.  
  368.  
  369. You can connect to an SSH server without supplying any password: this is useful if you want to run shell scripts that are not interactive. This can be done in 2 steps:
  370.  
  371.  
  372.  
  373. On client side
  374.  
  375. You will have to generate a public rsa key on the client. This can be done by typing
  376. ssh-keygen -t rsa -N '' -q -f ~/.ssh/id_rsa
  377.  
  378.  
  379.  
  380.  
  381. On server side
  382.  
  383. Copy the file that has been generated on the client (".ssh/id_rsa.pub") to the ~/.ssh/ directory of the server and rename it to "authorized_keys".
  384. scp .ssh/id_rsa.pub user1@server1:.ssh/authorized_keys
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392. 3.2. Set up a passwordless rsh connection
  393.  
  394.  
  395.  
  396. You can connect to an RSH server without supplying any password: this is useful if you want to run shell scripts that are not interactive. This can be done in 1 step:
  397.  
  398. Mobaxtek cracked + [crack key] lecense download
  399.  
  400. Using /etc/hosts.equiv
  401.  
  402. Edit the /etc/hosts.equiv file on server side: you can specify in this file the authorized users that will be able to connect to the server without supplying any password. The file syntax is:
  403. <computer_name> <user_name>
  404.  
  405.  
  406.  
  407.  
  408. Using ~/.rhosts
  409.  
  410. Edit the ~/.rhosts file on server side: you can specify in this file the authorized users that will be able to connect to the server using the current account without supplying any password. The file syntax is:
  411. <computer_name> <user_name>
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419. 3.3. Execute a shell script at MobaXterm startup
  420.  
  421.  
  422.  
  423.  
  424.  
  425. Using commandline parameters
  426.  
  427. You can edit a shell script (be careful, it has to be in Unix and not Dos format) and run it at MobaXterm startup. You just have to launch MobaXterm with the following command line:
  428. MobaXterm.exe <script_file>
  429.  
  430.  
  431.  
  432.  
  433. Using bookmarks
  434.  
  435. Create a new bookmark, select the "Custom shell script" option in the dropdown menu and edit your shell script. You can then click on your bookmark and choose to create a desktop shortcut to this bookmark.
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446. 4. Frequently Asked Questions
  447.  
  448.  
  449.  
  450.  
  451.  
  452. 4.1. General
  453.  
  454.  
  455.  
  456.  
  457.  
  458. What is the purpose of MobaXterm?
  459.  
  460. MobaXterm is an enhanced terminal for Windows with an X11 server, several network tools for remote computing and all the essential Unix commands packaged into a single portable exe file. MobaXterm has been designed to suit the needs of computer users, sysadmins, developers and webmasters by providing:
  461. - a multitab terminal with embedded Unix commands (ls, cd, cat, sed, grep, awk, rsync, wget, ...)
  462. - an embedded X11 server for easily exporting your Unix/Linux display
  463. - a session manager with several network utilities: SSH, RDP, VNC, SFTP, FTP, Telnet, Rlogin, FTP, SFTP and XDMCP
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470. What are the main advantages of using MobaXterm over other SSH/SFTP/FTP/RDP/VNC/X11 solutions in Windows?
  471.  
  472. MobaXterm has several advantages over its competitors:
  473. - a full All-In-One solution: it features an X11 server, a terminal with embedded Unix/Linux commands and a complete collection of network tools (SSH, SFTP, telnet, rlogin, RDP, VNC, XDMCP, FTP and Serial console)
  474. - a portable solution without the need to install and without the need of administrator priviledges: MobaXterm is a single executable self-contained file which does not need to be installed or run with administrator priviledges
  475. - no complex settings: there is no need to set up your environment or to tune settings: MobaXterm default parameters have been chosen in order for it to be immediately usable
  476. - some unique features like the remote sessions with saved passwords or the SFTP browser: when you connect to a remote server through SSH, a graphical remote file browser will automatically be displayed allowing you to transfer files or to edit them directly using the integrated text editor “MobaTextEditor”
  477. - a robust terminal based on PuTTY/MinTTY with clean fonts, tabs, split modes (2 or 4 terminals side by side), Multi-execution (write once, execute everywhere), copy/paste, save/print text and much more
  478. - a non-intrusive program: MobaXterm does not connect to the Internet or write entries into your Windows registry without asking before. It does not automatically check for updates. There is no time limit for using it.
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486. 4.2. X11 server
  487.  
  488.  
  489.  
  490.  
  491.  
  492. What is X11? Why would I need an X server?
  493.  
  494. The X server (a.k.a. X11) is something very important in an Unix/Linux environment: it is the graphical layer on which all graphical applications are based.
  495. As X11 is a network protocol, applications that can display their graphical interface on a Linux/Unix desktop can also display it through the network on another computer as well. This 2nd computer only needs to run an X11 server to display them.
  496. MobaXterm includes an X11 server, based on "X.Org", that allows you to display remote graphical Linux/Unix applications on your local Windows computer with great speed and performances.
  497. Example: On your remote Unix/Linux computer, you just have to perform the following command:
  498. DISPLAY=MY_WINDOWS_HOST_RUNNING_MOBAXTERM:0.0 xclock
  499. ...and you will see the "xclock" interface on your Windows desktop
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506. What does X11-Forwarding means?
  507.  
  508. X11-Forwarding is a mechanism that allows the X11 protocol to be routed through an existing SSH channel. The main advantages of this solution are:
  509. - X11 protocol will be encrypted
  510. - X11 protocol can be compressed
  511. - There is no need to set up a new communication channel (and to open communication ports in your firewall) for X11: the network packets go through the already existing SSH connection
  512.  
  513.  
  514. Mobaxtek cracked + [crack key] lecense download
  515.  
  516.  
  517.  
  518. How does X11-Forwarding work?
  519.  
  520. With MobaXterm, it is really easy to use X11-Forwarding: just connect to your server using "ssh -Y MYSERVER" or "ssh MYSERVER" (the -Y option is automatically on by default). Then, from the remote server prompt, run "xclock". You will see the "xclock" interface which has been transfered through SSH on your Windows desktop.
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527. Why is my remote DISPLAY variable configured to "localhost:10.0"?
  528.  
  529. If you check the "DISPLAY" environment variable on your remote server, you will notice that it is set to something like "DISPLAY=localhost:10.0". This is the standard behaviour for X11-Forwarding: it means that any program will use a local virtual display (:10.0) which is created by SSH and which will be automatically forwarded trhough the SSH connection to MobaXterm display.
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536. I have an issue with an X11 remote program (Java/X11/Motif) which does not accept keyboard input: everytime I press a keyboard key, nothing is written on the text field
  537.  
  538. This problem can generally be solved easily by using X11 with a window manager instead of using X11 in "multiwindow" (transparent) mode: go to MobaXterm "Settings" window --> "X11" tab --> select "Windowed mode with Fvwm" setting in the combo box and apply. Restart your remote program and it should take keyboard input correctly.
  539. If you want to use the standard "multiwindow" (transparent) X11 server and occasionally use the windowed X11 server with the window manager, you can go to MobaXterm "Settings" window --> "X11" tab --> select "Multiwindow mode" setting in the combo box and apply, then open the "tools" menu and select either "X11 tab with Dwm" or "X11 window with Fvwm2".
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546. How do the X11 tabs with DWM work? Why does MobaXterm include this "tiling" window manager?
  547.  
  548. DWM is a powerful and robust window manager which implements a smart way of arranging windows in order to gain space. Windows are automatically placed side by side so that they all occupy the maximum available space on the desktop.
  549. - To move a window, use "Alt + Left click"
  550. - To resize a window, use "Alt + Right click"
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557. How can I display a full remote desktop from a Unix/Linux server in MobaXterm (Gnome, KDE, FVWM, Openbox, Fluxbox, IceWM, XFCE, Blackbox, DWM, Enlightenment, LXDE, ...)?
  558.  
  559. You can use 2 different solutions:
  560. - Configure your Linux/Unix distribution for enabling XDMCP remote access. You will find the appropriate procedure in your distribution documentation or by searching for " activate XDMCP" on any search engine. You will then be able to display the full remote desktop by starting a new "XDMCP" session in MobaXterm
  561. - Go to MobaXterm "Settings" window --> "X11" tab --> select "Windowed mode" setting in the combo box and apply. This will run a windowed X11 server at MobaXterm startup instead of the default "transparent" X11 server. Connect to your remote server using "ssh -Y MY_REMOTE_SERVER" and then, run "gnome-session" or whatever window manager you want.
  562. If you want to use the standard "multiwindow" (transparent) X11 server and occasionally start your full remote desktop in a windowed X11 server, you can go to MobaXterm "Settings" window --> "X11" tab --> select "Multiwindow mode" setting in the combo box and apply, then start the following sample command:
  563. (export DISPLAY=:36; start-stop-daemon -q -b -S --exec /bin/XWin.exe -- -silent-dup-error -notrayicon -nolisten inet6 -clipboard -ac -fp /usr/share/fonts/misc $DISPLAY && /bin/waitforX && ssh -Y MY_REMOTE_SERVER "gnome-session")
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571. 4.3. SSH client
  572.  
  573.  
  574.  
  575.  
  576.  
  577. What is SSH?
  578.  
  579. MobaXterm includes a SSH client (with SFTP and SCP) which allows secure encrypted connections to be set up through the network. The SSH client embedded in MobaXterm is based on OpenSSH.
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586. How can I use public SSH keys with MobaXterm?
  587.  
  588. On client side, you have to generate a public rsa key:
  589. ssh-keygen -t rsa -N '' -q -f ~/.ssh/id_rsa
  590. Then copy the file that has been generated on the client (".ssh/id_rsa.pub") to the ~/.ssh/ directory of the server and rename it to "authorized_keys":
  591. scp .ssh/id_rsa.pub user1@server1:.ssh/authorized_keys
  592. If the ".ssh/authorized_keys" file already exists, just append your own public key to the file:
  593. cat .ssh/id_rsa.pub user1@server1:/tmp/tmpkey && ssh user1@server1 "cat /tmp/tmpkey >> ~/.ssh/authorized_keys && rm /tmp/tmpkey"
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600. How can I perform a SSH connection through my SOCKS proxy?
  601.  
  602. You can use the following command:
  603. ssh -X MY_USER_IN_REMOTE_HOST@REMOTE_HOST_NAME -o "ProxyCommand connect -S MY_USER_IN_MY_COMPANY@PROXY_NAME:PROXY_PORT %h %p"
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611. 4.4. RDP client
  612.  
  613.  
  614.  
  615.  
  616.  
  617. What is RDP?
  618.  
  619. RDP (a.k.a. "Terminal Services" or "TS") is a remote display protocol introduced by Microsoft for Windows OS. It allows users to connect to a remote host while displaying and interacting with the remote desktop using the local keyboard and mouse.
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626. How can I send Ctrl+Alt+Del through RDP (terminal service)?
  627.  
  628. You can send the Ctrl+Alt+Del keys combination to your RDP remote server by using the "Ctrl+Alt+END" keys combination
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636. 4.5. SSH tunnelling (a.k.a. "Port forwarding")
  637.  
  638.  
  639.  
  640.  
  641.  
  642. What is the purpose of the "tunneling" tool?
  643.  
  644. The Tunneling tool embedded inside MobaXterm ("MobaSSHTunnel) is a graphical interface for easily creating SSH tunnels. SSH tunnels (a.k.a. "port forwarding") allow users to redirect traffic from one port on one computer to another computer and port. The main advantages of this solution are:
  645. - No need to open new connection ports inside firewalls
  646. - No need to set up a proxy or a gateway when remote computers are not accessible directly
  647. - Redirected traffic is secured by SSH encryption
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655. 4.6. MobaXterm terminal
  656.  
  657.  
  658.  
  659.  
  660.  
  661. MobaXterm does not display correctly some special characters? I encounter problems with my country charset/encoding?
  662.  
  663. You can tell MobaXterm to use "UTF-8" character set by going to the "Settings" menu --> "configuration" --> "Terminal" tab --> choose the "UTF-8 (unicode)" entry from the "Charset" setting.
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670. I can not run a Windows application inside MobaXterm. My Windows PATH is not taken into account in MobaXterm.
  671.  
  672. You can tell MobaXterm to use the Windows PATH by going to the "Settings" menu --> "configuration" --> "Terminal" tab --> check the "Append Windows PATH environment variable to MobaXterm" setting.
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679. I am using a laptop and I do not have any middle button on my trackpad. How can I paste text in the terminal?
  680.  
  681. You can tell MobaXterm to use right click for pasting by going to the "Settings" menu --> "configuration" --> "Terminal" tab --> check the "Paste using right click" setting.
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689. 4.7. Advanced features
  690.  
  691.  
  692.  
  693.  
  694.  
  695. How to disable the penguins screensaver? How to remove the "Games" menu and games entries from MobaXterm?
  696.  
  697. The penguins screensaver and the games have been added to bring fun to MobaXterm terminal. Users who use MobaXterm inside a company might want to disable these tools in order to have a more convenient tool for working. That is why the Professional edition of MobaXterm allows you to disable the screensaver and to remove the games and corresponding menu entries from the program.
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704. I love the penguins screensaver! Can I subscribe to MobaXterm Professional Edition and keep it?
  705.  
  706. We are glad you enjoy this screensaver: we spent a lot of time developing it! Of course, in the Professional Edition of MobaXterm, you can keep the penguins screensaver (and the games) if you want.
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713. I want to save my terminal output but when I choose the "Log all terminal activity to the following directory", I get a hardly readable file with special characters in it.
  714.  
  715. If you just want to save the output from a terminal, please use the "Terminal" menu --> "Save terminal text". About the terminal logging, it can be used to log anything that is displayed inside the terminal. If you want to re-open a log file, please use MobaTextEditor in order to remove these special characters from the file.
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723. 4.8. Miscellaneous troubleshooting
  724.  
  725.  
  726.  
  727.  
  728.  
  729. MobaXterm does not run on Windows 2000: it says that the “gdiplus.dll” is missing...
  730.  
  731. MobaXterm is compatible with Windows 2000, but on old Windows 2000 installations, it can display an error message about a missing dll “gdiplus.dll”, but you can download it for free and put it in the same folder as mobaxterm executable in order to make it work: http://www.dll-files.com/dllindex/dll-files.shtml?gdiplus
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738. I sent an email but you never answered
  739.  
  740. Please allow the "mobatek.net" domain in your email server so that our emails will not go to your SPAM folder. Also verify that you correctly wrote your email address in the contact form.
  741.  
  742. I want to ask for some support. Can you help me?
  743.  
  744. Please send us an email by going to the "Help" menu --> "About MobaXterm" --> "Send us an email". In this email, please tell us:
  745. - Which version and which edition (personal or professional) of MobaXterm you are using
  746. - Which Windows version you are using
  747. - In case you encounter an issue, please describe precisely what happens (error message, freeze, etc...) and try to give us a step by step procedure we can follow in order to reproduce the bug.
Advertisement
Add Comment
Please, Sign In to add comment