Program similar to mRemote

Hi Archers,
I have many windows and Linux servers to manage so that I want to have a program like mRemote so that I can SSH, Remote desktop, etc to access the server. it is very sad that mRemote is supported only in Microsoft Windows. Do you guys know any other program that is similar to mRemote?
Thanks

gnome-rdp can do SSH VNC and RDP, that's the closest i've found

Similar Messages

  • Program Similar to SM30

    Hi All,
    I have a requirement for a Program similar to SM30 but restricted to just one table for users to maintain. I do not have much experience with Table Controls.
    How can a line be updated to the DB table from a table control. How can it be deleted when a particular line is selected in the TC. How can the size of the table control be managed. Also for the table to be able to be maintained by the users, should it have any specific Table maintenance fields filled.
    Thanks in Advance.

    hi,
    How can a line be updated to the DB table from a table control. How can it be deleted when a particular line is selected in the TC
    MODULE modify INPUT.
          IF v_check =  'X'.
            it_knbk-chk =  'X'.
            MODIFY it_knbk index tc1-current_line.
          ELSE.
            CLEAR it_knbk-chk .
         ENDIF.
    ENDMODULE.                 " modify  INPUT
    MODULE user_command_0200 INPUT.
    v_ucomm = sy-ucomm.
      CASE v_ucomm.
        WHEN 'DELE'.
            DELETE it_knbk where chk eq 'X'.
            DESCRIBE TABLE it_knbk LINES tc1-lines.
        WHEN 'INSE'.
          CLEAR it_knbk.
          APPEND it_knbk.
          DESCRIBE TABLE it_knbk LINES tc1-lines.
        WHEN 'LIST'.
          LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN '0200'.
          WRITE 'Report'.
        WHEN 'BACK'.
          LEAVE TO SCREEN '0100'.
      ENDCASE.
    ENDMODULE.                 " USER_COMMAND_0200  INPUT
    hope this helps,
    do reward if it helps,
    priya.

  • Are there any photo editing programs similar to the ipad

    Are there any photo editing programs similar to the ipad?

    Never used an ipad.  Why not try the iPhoto forum area?

  • Program similar to 'watch' available in repositories?

    On other linux distros, a program I often use to monitor lsof in "real time" is 'watch'. Sadly, it appears that this app is not available in the Arch repos. Does anyone know of a similar app that performs the same function?
    Here's the man page from 'watch' from an ubuntu box:
    WATCH(1) User Commands WATCH(1)
    NAME
    watch - execute a program periodically, showing output fullscreen
    SYNOPSIS
    watch [options] command
    DESCRIPTION
    watch runs command repeatedly, displaying its output and errors (the first screenfull). This allows you to watch the program output
    change over time. By default, the program is run every 2 seconds. By default, watch will run until interrupted.
    OPTIONS
    -d, --differences [permanent]
    Highlight the differences between successive updates. Option will read optional argument that changes highlight to be perma‐
    nent, allowing to see what has changed at least once since first iteration.
    -n, --interval seconds
    Specify update interval. The command will not allow quicker than 0.1 second interval, in which the smaller values are con‐
    verted.
    -p, --precise
    Make watch attempt to run command every interval seconds. Try it with ntptime and notice how the fractional seconds stays
    (nearly) the same, as opposed to normal mode where they continuously increase.
    -t, --no-title
    Turn off the header showing the interval, command, and current time at the top of the display, as well as the following blank
    line.
    -b, --beep
    Beep if command has a non-zero exit.
    -e, --errexit
    Freeze updates on command error, and exit after a key press.
    -g, --chgexit
    Exit when the output of command changes.
    -c, --color
    Interpret ANSI color sequences.
    -x, --exec
    command is given to sh -c which means that you may need to use extra quoting to get the desired effect. This with the --exec
    option, which passes the command to exec(2) instead.
    -h, --help
    Display help text and exit.
    -v, --version
    Display version information and exit.
    NOTE
    Note that POSIX option processing is used (i.e., option processing stops at the first non-option argument). This means that flags
    after command don't get interpreted by watch itself.
    EXAMPLES
    To watch for mail, you might do
    watch -n 60 from
    To watch the contents of a directory change, you could use
    watch -d ls -l
    If you're only interested in files owned by user joe, you might use
    watch -d 'ls -l | fgrep joe'
    To see the effects of quoting, try these out
    watch echo $$
    watch echo '$$'
    watch echo "'"'$$'"'"
    To see the effect of precision time keeping, try adding -p to
    watch -n 10 sleep 1
    You can watch for your administrator to install the latest kernel with
    watch uname -r
    (Note that -p isn't guaranteed to work across reboots, especially in the face of ntpdate or other bootup time-changing mechanisms)
    BUGS
    Upon terminal resize, the screen will not be correctly repainted until the next scheduled update. All --differences highlighting is
    lost on that update as well.
    Non-printing characters are stripped from program output. Use "cat -v" as part of the command pipeline if you want to see them.
    Combining Characters that are supposed to display on the character at the last column on the screen may display one column early, or
    they may not display at all.
    Combining Characters never count as different in --differences mode. Only the base character counts.
    Blank lines directly after a line which ends in the last column do not display.
    --precise mode doesn't yet have advanced temporal distortion technology to compensate for a command that takes more than interval sec‐
    onds to execute. watch also can get into a state where it rapid-fires as many executions of command as it can to catch up from a pre‐
    vious executions running longer than interval (for example, netstat taking ages on a DNS lookup).
    EXIT STATUS
    0 Success.
    1 Various failures.
    2 Forking the process to watch failed.
    3 Replacing child process stdout with write side pipe failed.
    4 Command execution failed.
    5 Closign child process write pipe failed.
    7 IPC pipe creation failed.
    8 Getting child process return value with waitpid(2) failed, or command exited up on error.
    other The watch will propagate command exit status as child exit status.
    AUTHORS
    The original watch was written by Tony Rems ⟨[email protected]⟩ in 1991, with mods and corrections by Francois Pinard. It was
    reworked and new features added by Mike Coleman ⟨[email protected]⟩ in 1999. The beep, exec, and error handling features were added by Morty
    Abzug ⟨[email protected]⟩ in 2008. On a not so dark and stormy morning in March of 2003, Anthony DeRobertis ⟨[email protected]⟩ got
    sick of his watches that should update every minute eventually updating many seconds after the minute started, and added microsecond
    precision. Unicode support was added in 2009 by Jarrod Lowe ⟨[email protected]
    procps-ng June 2011 WATCH(1)

    bzpnbx wrote: I was interested to know if it was just from know-how or some info was presented from that output that also indicated that. I just wanted to make sure that that's how he knew to check /usr/bin and not that I just assume that.
    All user-installed binaries on GNU/Linux systems are placed in the /usr/bin directory. Yes, this is common knowledge, hence Trilby basically asking "Where else would they be?"
    parchd wrote:Isn't procps-ng in base anyway, and therefore almost certainly installed already?
    It is in the base group, but it doesn't appear to be a dependency of any other base package. So if you installed your system using 'pacstrap -i' to manually select base packages and didn't explicitly select procps-ng, it wouldn't have been installed.

  • How to make a terminal program (similar to windows hyper-terminal but more powerful)?

    I am a new Labview user, Im trying to write a monitor program for use with uControllers. The main problem I cant seem to get over is to have a section of the screen where I can type in commands (that are sent only once!) then recieve a reponse from the uController directly under the command. Has anyone tried this?
    I am using the VISA read/write functions for serial communications, are these interrupt driven?, does anyone have ideas on this.
    Thanks in advance
    Dave Zdanowicz

    Hi,
    Doesn't your device maybe have an "echo"? Than, I guess, the easiest
    way would be to have two independently running VIs, one of which is
    repeatively checking the serial interace for incoming bytes and
    eventually displaying them in an apropriate indicator (e.g. a string
    indicator where all incoming new characters are appended to the old
    string via a shift register of a loop). The other VI then could be
    responsible for sending commands.
    It did something similar just resently. It works quite well. The
    command sending VI had some buttons to send kind of macros (several
    commands, often needed in combination, bundled together) and
    furthermore checked the keyboard with the keyboard VIs from the NI
    pages for additional inputs from the user, which were then just sen
    t
    to the serial interface byte by byte.
    Regards
    Arno
    On Tue, 17 Apr 2001 16:20:10 -0700 (PDT), Dave Z wrote:
    >I am a new Labview user, Im trying to write a monitor program for use
    >with uControllers. The main problem I cant seem to get over is to have
    >a section of the screen where I can type in commands (that are sent
    >only once!) then recieve a reponse from the uController directly under
    >the command. Has anyone tried this?
    >I am using the VISA read/write functions for serial communications,
    >are these interrupt driven?, does anyone have ideas on this.
    >Thanks in advance
    >Dave Zdanowicz

  • I am looking for a flowchart program similar to Visio or SmartDraw for pc's.  Anyone have experience?

    Hi -
    I am looking for a flowchart program for my MacBook similar to Visio or SmartDraw, both of which I used with my PC before switching over.  I would like the following features:
    User-friendly
    connector lines that follow the shapes when you move a shape
    Shapes that snap to gridlines
    The ability to move the whole diagram when desired (v. shape by shape, connector by connector)
    Help available if you have problems
    I don't need a lot of sophistication.  It would be nice if it had some fun features - colors and fun connectors, etc.
    Thanks!

    This article has 6 ways to do it.

  • Looking for Gif program similar to Ulead Gif Animator

    Just wondering if there is app available similar to Uleads Gif animator available for OSX? I see there are some basic programs available (currently using Giffun), but was after something alittle more technical...

    Have a look here and search versiontracker too.
    http://www.pure-mac.com/

  • Music writing program similar to MusicMaker

    Years ago when I had my 512k Mac I used a program called MusicMaker (I think). Easy to use, no manual required, it would play written music in up to four parts, and print it on my imagewriter. I thought it was a wonderful program. So much so that I think I might fire up my FatMac (it still goes) and use it.
    But, I'm really looking for something similar to run on my G5, and preferably freeware/shareware. I only want to do simple things, mostly just writing out music for playing on a recorder, but up to four parts might come in useful. From Version Tracker I've obtained this list of programs that may be suitable, but before I spend several hours opening and playing around with them, I thought I'd ask here for advice to save me a bit of time.
    Any comments on these programs?
    • Melody Assistant
    • Finale Notebook
    • Lilypond
    Are there any others that may fit the bill?

    Finale Notebook is nice ("free" means in exchange for your address and email address in this case) but is probably too restricted for you.
    If you take your time into this equation, none of the programs is free. When you want more and you want to take all your work and time into a new software later, you will get a problem if you have chosen a program that exports only MIDI.
    That's the reason why I compiled this list: http://www.music-notation.info/en/compmus/compare.html
    Click on a program and you will see how you can read your scores in other programs. Be careful, not every conversion is equally successful.
    Best regards,
    Gerd

  • Look for USER EXIT/Program similar with BADI:  BADI_SCD_ACCTG for SAP 4.5B

    Hello SAP Guru,
              We are having the challenging in performing posting to multiple G/L accounts per shipment. This is required, for example, if customer, interplant, and/or inbound orders are combined onto one shipment.
             We found this BADI that allows system to work the way we want; however, BADI is not support in 4.5B.
             This BADI is linked to enhancement LMR1M002 and function module MR_ACCOUNT_ASSIGMENT. Please refer to note 64204.
             Please advise, I am looking something similar that work in SAP 4.5B.
    Regards,
    Song

    Hi,
    Please try this:
    Enhancement  LMR1M002                             Account grouping for GR/IR account maintenance                    
    Enhancement  MRMH0001        Logistics Invoice Verification: ERS procedure                    
    Enhancement  LMR1M001                             User exits in Logistics Invoice Verification          
    Enhancement  LMR1M005                             Logistics Inv. Verification: Release Parked Doc. for Posting          
    Enhancement  LMR1M004          Logistics Invoice Verification: item text for follow-on docs                    
    I hope this may helpfull and let me know wht exactly the business needs so I can give you some more exits.
    Thank you,
    Thanks,
    AMS

  • Is there a program similar to HTML Tidy for Mac?

    Hi,
    I saw this neat video where you can take plain HTML and convert it into XHTML and it was called HTML Tidy. This was done on a PC. Is there a Mac version?
    I've found all these neat templates at www.blogskins.com and they are all in HTML format so am wanting to convert them into XHTML if that is possible.
    Thanks,
    S.

    Thanks for the information. This is going to sound
    silly but where is the terminal. Think I read
    something about this terminal thing before but didn't
    know where to go.
    Terminal is one of the programs in your Utilities folder. However if you haven't experienced the glories of a Unix terminal previously, it may be easier to find a different way to use Tidy.
    See this Apple link
    http://www.apple.com/downloads/dashboard/developer/htmltidywidget.html
    to Patrick Patoray's HTML Tidy widget that you can sit in Dashboard
    http://www.patrickpatoray.com/index.php?Page=102
    The widget may be an easier method.
    However I repeat my warning against using XHTML unless you are very familiar with all the little problems that happen when you actually try to use it correctly. XHTML is going to be wonderful ... in a few more years. However at the moment, using XHTML usually signals either you are only providing web pages to Macintosh users, and Firefox and Opera browser users, or else that you want your web page to be treated as an error in an HTML browser.
    Good luck.

  • Is ther any program similar to Process Monitor(Procmon) to use command line?

    Hi.  I need to find some kinds of program like process monitor in terms of using command line
    there is a little bit restrictions to use ProcMon for exploiting command line.
    well, I tried to find such programs like multimon, yapm and so on..
    They are really good. However I couldn't use command line for them.
    Any guys can solve my problem?
    help me

    I agree, the procmon forum is the best place to ask about this.
    You do have command line options available to you:
    Don't retire TechNet! -
    (Don't give up yet - 12,700+ strong and growing)

  • Is there a program similar to word

    I am interested in buying an Ipad and want to know if there is an application similar to word or openoffice?

    There are others available in the App Store, but here are a few apps....
    https://itunes.apple.com/us/app/pages/id361309726?mt=8
    https://itunes.apple.com/us/app/smart-office-2/id504520620?mt=8
    https://itunes.apple.com/us/app/office2-hd/id364361728?mt=8
    https://itunes.apple.com/us/app/quickoffice-pro-hd-edit-office/id376212724?mt=8

  • Program similar to Ical

    Since I cant get Ical to work since the last update and cant seem to reinstall it from a disk I need to know if there is another program that works like Ical?
    I have tried all the different fixes on the discussion board and now seem to have a less than complete Ical program on the computer.
    I could use google mail's cal program but I might as well go back to google mai over apples mail program.
    Bit frustrated, switching over to Mac in June I thought problems like this would not be like the old Windows problems, guess I was wrong in that assumption.

    Tim,
    They do syncronize if you're using the same AppleID and have the sync option turned on in both the iPhone and the Mbpro in System Preferences > icloud.
    Captfred
    "The name iCal doesnt really make sense either IMHO, iCal sounds as if it should be a darned Calculator !!!!!"
    I agree..   You crack me up!! 

  • Does Palm have a software program similar to Shazam on Iphone (music recognition)

    I can't find any music recognition software. I've heard that Shazam sould be available to platforms other than IPhone. Does anyone know of anything like Shazam for the Palm (Centro)?
    Post relates to: Centro (AT&T)

    It comes pre-installed on your Centro (at least, the AT&T version). It's the application called MusicID.
    Message Edited by smkranz on 08-22-2008 12:05 AM
    smkranz
    I am a volunteer, and not an HP employee.
    Palm OS ∙ webOS ∙ Android

  • Is there an Apple program similar to Photoshop CS that I can use on my new 0S 10.8.4 iMac PC?

    I am unable to download my original Photoshop from my old iMac to the new one.

    If you prefer a perpetual license rather than the new monthly subscription CC apps, Adobe is still selling CS6, which at this time, they say they will continue to support indefinitely.
    Downside for you is that CS is too far back to qualify for any type of upgrade discount. You'd have to purchase CS6 as at full retail cost. Though even at that, the standard CS6 (no 3D capabilities) isn't bad at about $600.
    Note that the boxed version will never have quite all of the extras the Adobe Cloud version of CS6 will, like Conditional Actions, or being able to use Camera Raw as a filter. But it did get Camera Raw 8 and other updates recently.

Maybe you are looking for

  • MSI VN220GT MD1G|GeForce 220 GT - causing lock ups/screen freezes

    Hi, I've been searching everywhere for my problem, and the things I find usually are left unanswered :( I recently upgraded my old graphics card (GeForce 7300 GT) to the GeForce 220 GT, at that time I was using Windows XP SP3. Everything went fine th

  • Execute SQL scripts in Oracle DB

    Hi , Can someone give stepbystep flow to execute sql scripts(patches) in oracle db on unix server.

  • Compliant user provisioning configuration done but can't create new request

    Hi All, We have upgraded our system from GRC 5.2 to GRC 5.3. Then we have done all the configuration for Risk analysis (CC) and then we have completed the configuration for Compliant user provisioning(Access enforcer) but now when we are going to cre

  • Long Beep and autotype key

    I have HP Envy 4, Long beep sound while starting up and in password it autotype.

  • Upgrade from CS to CS3 InDesign

    Good morning, I have installed the CS3 trial version on my computer at work (I have this version on my home computer & really like it) - I am wanting to upgrade from CS to CS3 at work; question is can I upgrade to CS3 from CS or do I need to have CS2