Any other LogMeIn alternatives?

So, as all of us Logmein users know, Logmein has decided to stop making their free version. What I need now is a suitable free alternative. I have tried TeamViewer, but it seems that both computers need the file, and since I need to be using this in a school environment (all-Mac, of course), it should not need excessive admin permissions to run. What I need is a software like Logmein, that sits quietly on my home computer and has an online web-app that I can run my Mac from at school. Also acceptable would be a flash drive version, something like LogMeIn Ignition Mac Beta. All i had to do was put it on my flash drive and I could control my Mac just by running that. Thanks!

Hi!
I have another great product for you, called ISL Online.
Not completely free but you have a 15 day trial period to try all the products and test it for your self.
Kindly check tje product webpage at: https://www.islonline.com/l/logmein-alternative/index.htm
Regards, Mike

Similar Messages

  • Last work on unsaved Word doc. was 30 days ago. No record in Spotlight. Any other recovery alternative?

    Last work on an unsaved Word document was 30 days ago. No  record of the last work done on Spotlight. Are there are any other alternatives to recover the unsaved work?

    Unlikely as it would probably have been overwritten by now.

  • I've tried everything but can't access iTunes store from my ipad. Apple ID is fine and logged in to iTunes on pc. Still no luck. Anyone any other alternatives? Thx.

    I've tried everything but can't access iTunes store from my ipad. Apple ID is fine and logged in to iTunes on pc. Still no luck. Anyone any other alternatives? Thx.

    You may think you are connected to the internet, but maybe not. Click on Safari and see if it connects.
    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
    The Complete Guide to Using the iTunes Store
    http://www.ilounge.com/index.php/articles/comments/the-complete-guide-to-using-t he-itunes-store/
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    This works for some users. Not sure why.
    Go to Settings>General>Date and Time> Set Automatically>Off. Set the date ahead by about a year.Then see if you can connect to the store.
     Cheers, Tom

  • Are there any other alternatives to Adobe software? I don't want to buy your products anymore because I don't like Creative Cloud.

    I've purchased many versions of legitimate packaged and registerable Adobe software in the past. But I'm afraid that I've come to the end of the road with Adobe because it no longer sells boxed software amd jas fprced a;; pf ots isers tp [ircjase Creatove Cpid/
    Do any other users feel the same way?
    Would you like to express your displeasure with this policy?
    If so, type your comments here.
    Also, if others can mention alternatives to Adobe's software, it'd be greatly appreciated, as I'm looking for them.
    Thanks.

    I have had nothing but issues with creative cloud.  The programs will not run properly, Its been two months and neither Adobe or I can figure out what is going on.  About the only option I have left is to format my hard drive and try on a fresh Windows install.  Talk about a waste of money.

  • Any other alternative for console??

    Just wanted to ask if there is any other alternative instead of using console in this program.....
    Console c = System.console();
            if (c == null) {
                System.err.println("No console.");
                System.exit(1);
            String enter = c.readLine("Enter your username: ");
            char [] oldPassword = c.readPassword("Enter your old password: ");
    ......................can i use any other function that is available and has almost the same as console...?

    Why? What is wrong with upgrading to 1.6 (which the code is written for and which you were told here: http://forum.java.sun.com/thread.jspa?threadID=5226598)? But, the "Console" stuff added to Java 1.6 come form an earlier third party library (if I remember right). I don't remember which one, but you should be able to Google Java Console API and find it rather it easily.

  • Is there any other alternative instead of using of WAIT UP TO X SECONDS?

    Hello
    I am developing a inteface function module that gets iits input data from another system (HR system), in that I am using WAIT UP TO 5 SECONDS statement, but my lead is not OK for using it, pls. let me know can I achieve the same by using any other way? Bcz my lead said, it depends on the environement DEV / ACC / PRD, hence lead is not OK for that
    Pls. let me know alternatives
    Thank you

    Please note the language of this site is professional English. Therefore please spell words out in full - because not bcz. Not everyone here's first language is English and abbreviations like this, besides being unprofessional, make your question harder to understand for them.
    On to your question.
    Why not ask your lead for an explanation and a solution? I.e. ask your lead for some leadership - it's his/her job!
    Why are you needing to wait? What are you waiting for?
    What I do is something like.
    DO 20 TIMES. "or thirty or some configurable number of times
      check for a condition being met - perhaps a lock being released.
      if condition is met.
         set a flag
         exit loop.
      endif.
      wait 1 second
    enddo.
    if flag not set
      issue error condition - resource not available or suchlike.
    endif.
    In this way, it doesn't matter what your environment is; as soon as the resource is available you're away. I agree with your lead that an arbitary wait is a bad thing. Even if you adjust the length for dev/q/prod, it can lead to difficulties - e.g. if your program ends up being called in a loop, that 5 seconds over a thousand iterations is a long delay.

  • Any other alternative to image storage???

    Hi
    In a simple scenario without xi, EP, ... we are thinking about what are the best way of storing the MIME objects of the catalog (CCMv2) (images and pdf in a characteristic of type /CCM/Hyperlink).
    1.- I think the best way it's use the MIME repository, because the images will be in the database and the user can import the images from the system.
    2.- Other way could be activate a directory for the http access, but i think, that way require share the directory or use a program with SAP FTP, it would also need to take account that directory in the backup policy.
    do you know any other way, any other advantage or inconvenient?
    thanks a lot.
    Regards
    Jorge

    Hi Pradnya
    The Enterprise Portal SSO mechanism is available in two variants depending on security requirements and the supported external applications:
    1. SSO with SAP logon tickets
    2. SSO with user ID and password
    Whereas SSO with SAP logon tickets is based on a secure ticketing mechanism, SSO with user ID and password forwards the user’s logon data (user ID and password) to the systems that a user wants to call.
    For further details on SSO please refer to the following link.
    http://help.sap.com/saphelp_nw04/helpdata/en/59/12f73b7803b009e10000000a114084/frameset.htm
    Hope that was helpful.
    Warm Regards
    Priya

  • Progress monitor!Any other alternative?.

    hello sir,
    i need an dialog window when scanning is going on and the window automatically closed when my scan completed.
    I try to implement threadstopped () method etc. But, its not give the solution.If any other methods avilable.

    Why? What is wrong with upgrading to 1.6 (which the code is written for and which you were told here: http://forum.java.sun.com/thread.jspa?threadID=5226598)? But, the "Console" stuff added to Java 1.6 come form an earlier third party library (if I remember right). I don't remember which one, but you should be able to Google Java Console API and find it rather it easily.

  • Any other alternative to SSO Cookies?

    Hi All,
    I am searching for option to SSO cookies. Domain restricts the cookies as SSO cookies are resident cookies, considering the security factor.
    To implement SSO , excluding User ID and Password, is there any other solution to go for SSO?
    Thanks in advance.
    _Pradnya

    Hi Pradnya
    The Enterprise Portal SSO mechanism is available in two variants depending on security requirements and the supported external applications:
    1. SSO with SAP logon tickets
    2. SSO with user ID and password
    Whereas SSO with SAP logon tickets is based on a secure ticketing mechanism, SSO with user ID and password forwards the user’s logon data (user ID and password) to the systems that a user wants to call.
    For further details on SSO please refer to the following link.
    http://help.sap.com/saphelp_nw04/helpdata/en/59/12f73b7803b009e10000000a114084/frameset.htm
    Hope that was helpful.
    Warm Regards
    Priya

  • Click track - any other alternatives than logic?

    Hi.
    I and others that i record with (in particular drummers) want more timing features witha click for example 4/8 or more tones etc. I find that logics click doesnt have this feature and is limited in some areas. Can anyone suggest any other click tracks that can replace logics own?
    Any advice?
    Thanks, Ben

    You can get Logic's metronome to trigger midi gear too. So if the sound isn't right you could use an old (or a new!) drum machine, sound module etc.
    I'm not sure but I suspect there is way of playing with the metronome in the environment too. perhaps you can trigger an exs sample or two that way.
    All these methods mean you can use the standard key commands to switch off the click of course.
    I'm not sure about any plugin is available. I can't really imagine what it would do that you can't already do with a bit of tweaking in Logic. A plugin would still need an audio track to "live in".
    What sort of timing features are you after? Logic's will do bar + beat + division. If you need some sort of swing to the click I suspect you'll need to look at sample loops or your to own drum programming.
    I can't say I've ever had issues with the click in logic.
    Just to go off topic a bit regarding drumming and clicks. As a drum teacher I used to teach "playing to a click". From experience and study I found the automatic assumption made by both drummers and "those providing the click" to have the click loud with all beats + divisions wasn't the best way to get a good drum performance. I would encourage my students to play to a very sparse click - just the bar clicks and at a low volume too. At least for practise purposes, the level would be such that the drummer would only hear the click if he was out of time.
    This way encourages the drummer to relax and "feel" the tempo leading to a much better performance. I believe loud clicks can improve confidence but can have an adverse affect on other aspects of playing (apart from the annoying headphone spill when recording).
    For any drummers out there who haven't tried this approach, I strongly suggest you give this a go. It can feel disconcerting at first but its worth the effort I think.

  • Why does it tell me my ipad is synched with another itunes library and wants to erase the thing when I want to synch it?  I haven't synched it with any other mac but my own.

    why does it tell me my ipad is synched with another itunes library and wants to erase the thing when I want to synch it?  I haven't synched it with any other mac but my own.

    Hi Lisa,
    I know from experience that this must be a frustrating situation for you especially if you don't want to loose the music/video content that is currently on your ipod. Unfortunately though you may have to consider re-syncing it as it thinks its currently synced with another computer.
    If you bought any music that is on the ipod through itunes you can opt to right click the ipod in itunes and 'transfer purchases' if you authorise your library in the 'Store' menu in itunes. Some reasons for this happening may include some of the following:
    Deleting and reinstalling your itunes on the computer.
    Removing the account you had on the computer you used itunes in and making a new one. (User account, eg: Lisa).
    Changing computers in the past.
    A friend or family member syncing it on their computer to give you there music.
    A sign of a failing iPod.
    Alternatively you can opt to not sync it and keep the music that is on your ipod there but this means you will never be able to update your ipod.
    Hope this helps!

  • I would appreciate any input on alternative for Book production to suit my worklflow?

    Hi
    I'm trying to get into photo-book production to document my holidays, wildlife trips, etc., and I've become very frustrated with the available tools and techniques that seem to be commonly promoted. As Lightroom is the basis of nearly all of my photographic workflow, I thought that I'd see if anyone here has any experience / ideas on alternative tools / suppliers / techniques that can fit naturally with my workflow, and produce the sort of book that I want?
    As I see it, the basic drawback of everything that I've looked at is that they are based around the idea of page templates, with pre-determined cells into which you drop the photos. This seems to me to be hugely constraining.
    What I have at the end of my LR workflow, is a 'make book' collection containing the photos that I want, sorted mainly chronologically, but with some user sorting to group related photos. As far as I'm concerned, these photos are 'finished' - I'm happy with how LR has got them, and I don't want any other bit of software making further changes. In particular, they are cropped to a whole variety of shapes and dimensions to suit the subject matter, and ideally I will export them at the size that I want them to print in the book (at 300dpi or whatever is required) so that they don't need to be re-sized a second time.
    Maybe my thinking is stuck in a rut, but what I think I want is something that gives me a blank page sized canvas, onto which I can drop the photos at the right size and shape, and position them to give the layout that I want - which will probably differ in some respect for almost every page! Plus I need to add text - captions on some but not all photos, headings on some but not all pages, and occasionally blocks of free form narrative.
    I spent quite a bit of time with Blurb's Booksmart, but found that I needed to go into the rather clumsy template editor for almost every page - very tedious and frustrating. I've looked at most of the obvious European competitors - Abelli, CEWE, Bonusprint, Photobox, etc. - and they are just as constraining, if not worse.
    When Adobe originally announced a Book module for LR, I was hopeful that this might be the answer, but as lots of others have pointed out, It is even more constrained.
    The closest that I have come to getting what I want is actually the LR Print module, producing whole page JPEGs. I can drop the photos onto a custom template with no cells defined, and pull them to the size and position that I want - sizing is slightly fiddly, but very flexible. The big problem is text - no ability on custom layouts, and very limited in any case.
    So - what am I missing? Is there a technique, or a tool, or a supplier than can do what I want? Any thoughts or comments gratefully received!
    Environment:
    Lightroom 4.2
    Windows 7 64 bit
    Canon EOS 7D - 100% RAW
    Current Workflow:
    (Entirely LR apart from very occasional foray into PS for edits that LR can't do)
    Import all RAWs into LR (Copy to a new folder named with date and shoot id).
    Pass 1 - initial sort, rejecting rubbish and duplicates; assigning categories (colours); ratings (5 = worth a large print, 3 = small print, 1 = keep but don't use).
    Delete all rejects; rename all keepers (date, shoot id, sequence); backup keepers.
    Pass 2 - all develop adjustments; crop to whatever dimensions suit subject matter; revise ratings.
    (very occasional detour into PS for complex edits)
    Pass 3 - select and create seperate collections for web, slide show and book production.
    Print 5 & 4 star pics.
    Upload web gallery.
    ??Make book??

    If the Mac came pre-installed with Mavericks you can't downgrade. Have a look at mine and den.thed's comments here:
    https://discussions.apple.com/message/23946758#23946758

  • Since I have the newest version of itunes, I can't back up like normally. The only way is to considilate files and then put them on an external drive which I don't have. Are there any other options? If I can't back up to a disc like I used to, can I inste

    Since I have the newest version of itunes, I can't back up like normally. The only way is to considilate files and then put them on an external drive which I don't have. Are there any other options? If I can't back up to a disc like I used to, can I instead just keep everything on my ipod and then if I have to get a new computer or something just download all my songs from the ipod to my new computer's itunes? Will that work? Will I still be able to keep all my songs that way?

    I'm going to assume the consolidating files does not work due to hard drive space limitations.
    Since you're moving to Windows 7, have you tried using the Windows files and settings transfer utility?  That will move everything for you to the same location on the new computer, it also allows some control over what actually gets moved.
    Alternatively, if you know the location of all of the media, it can be manually moved by copying it from the old computer to the new computer in the same location.
    Also, using the Apple article on moving the library, take a slight twist on what it says.  Move the iTunes library to the external drive, update the settings in iTunes to reflect the library being on the external drive, then consolodate it.
    The options are endless for moving the library... it simply takes a little effort to make it happen and possibly a twist on existing "standard" methods depending on your unique situation.

  • Freight line item it doesnu2019t show Migo no.& any other references

    Dear SAP Friends,
    At the time of MIRO for Raw material, When we select Goods services+planned delivery cost tab, then for material system shows Migo no. & reference no. But for Freight line item it doesnu2019t show Migo no.& any other references.
    For this can we solve by any other method?
    Please Reply.
    Regards,
    Chandra

    Pay freight amount as unplanned delivery cost (in that case you need not have freight line item at the time of GR).
    Alternatively Post subsequent Debit. For screenshots refer the below link
    http://e-mory.blogspot.com/2007/05/sap-miro-enter-freight-cost-to.html

  • Can we writeoff/any other solution for difference amount in group currency?

    Hi All,
    One of the G/L account are getting difference between Local Currency (Co. Code Currency - CAD) and Group Currency (USD) as follows. Our Client wants to clear this amount in Group Currency (USD). Can any one help me out on this?
    Problem description: at month end of february 2008 the Cumulative balance needs to be zero (blank) and it is zero in the local currency (CAD)
    whereas it is showing an odd amount of USD 528 for the same, which we want to get rid of somehow,  to make it show as blank. in USD also for the month end february 2008.
    Hence please suggest any method to write off that balance/ reverse / any other alternative. so that both in USD and CAD it would be blank for month end february 2008
    To view: FS10N  with currency USD and with currency CAD

    Hi Prasad,
    In Logistics Invoice Verification, when you enter an invoice in foreign
    currency, the system automatically translates the foreign currency
    amounts to local currency. The system calculates the exchange rate using
    the following rule:
    1.If the buyer entered a fixed exchange rate in the purchase order, the
    system uses this rate to translate the amounts to local currency.
    2.If an exchange rate was entered in Invoice Verification, the system
    uses this rate to translate the amounts to local currency.
    3.If an exchange rate was entered neither in the purchase order nor in
    Invoice Verification, the system uses the exchange rate pre-defined in
    Customizing for Financial Accounting valid for the posting date.
    Exchange Rate Differences
    If a purchase order is entered in foreign currency,the amounts are
    translated from foreign currency into local currency at goods receipt.
    If you enter the invoice for the purchase order in the foreign currency,
    this can lead to currency translation differences between the goods
    receipt and the invoice receipt.
    How these differences are posted depends on how your system is
    configured in Customizing for Invoice Verification
    Exchange Rate Rounding Differences
    When an invoice is posted in a foreign currency, the amounts are translated into local currency.Since the system rounds off the amounts in each posting line, this can lead to rounding differences due to the currency translation.
    These differences are posted to an expense or income account.
    Addition in transaction OB22 for the second local currency, it should be defined 'Translation taking transaction currency as a basis' is defined.
    Pls. also  refer to note:335608  Trnsln of 2nd and 3rd lcl crcy fm 1st lcl/trns crcy.
    I hope the above information helps you out......
    Best Regards,
    Gladys Xing

Maybe you are looking for

  • System Locale Information in AIR application

    Hello, I am building a Adobe AIR application which will have UI in different languages. To change the language in the UI  we are setting resourceManager.localeChain property to the locale. How can I get the system locale information at runtime so tha

  • All printers missing from Print Management

    Okay, so I have a weird issue.  I am running Windows Server 2008 Standard SP1 on my local workstation and used to be able to fully administer all printers in our company via Print Management installed as a feature from Remote Server Administration To

  • Installation of Leo on PowerBook from my MacBook Pro does not work

    Hi there I just wanted to upgrade my old PowerBook with Leo 10.5. Since the CD Drive is defect I just installed it over Firewire from my MacBook Pro. I did a complete new install to clean up everything. The installation worked fine, and I can also st

  • Help re second set of dodgy iphoto headphones

    Please can anyone help me find a way of complaining on the apple site, as I can't find it anywhere. My problem is that I ordered replacment headphones about 2 months ago, whilst my ipod was still within the one year guarantee. These headphones are no

  • Appstore: too many HTTP redirection problem / túl sok HTTP-átirányítás probléma

    HY / sziasztok, When I open the appstore, and choose a program, and open the info page, after that the page didnt open,  just say "too many HTTP-redirect.". Why?? szeretnék megoldást a következő problémára mikor belépek az appstore-ba és kiválasztok