Link longest file support, why Box (not Linux support) and Ubuntu (went down in July)?

Mozilla Thunderbid dont allow Dropbox to link longest file in emails, but Box and Yousendit dont support Linux Sync, then what can I do when Ubuntu go down in July ?
Thanks

OK, I will try to correct my bad English (sorry) in the question:
I am talking about "Filelink for Large Attachments" in the Thunderbird program.
Configuring Filelink according to this link: https://support.mozilla.org/en-US/kb/filelink-large-attachments
When I select the menu option: Edit | Preferences | Attachments and click on the Outgoing button, the Thunderbird program show me Ubuntu One as the "service provider", but Ubuntu One will be down on July 2014, then I try to add a new service provider clicking in the add button and Thunderbird show me the window "Set up Filelink" with a drop-down list with only 2 service providers: "Box" and "YouSendIt" but nobody of this service providers works with Linux for Sync. then this is (or are) my question: What can the Ubuntu (Linux) users can do to replace the Ubuntu One ? If Thunderbird and Mozilla is and strong partner of Ubuntu (Linux), why is there not any other service provider, like "DropBox" (for example) in your Drop-down list ?

Similar Messages

  • Why Java not allowed Widening and auto-boxing in single expression?

    Hi All,
    I have a very small question in my mind, that I would like to put on this discussion board.
    Why Java not allowed Widening and auto-boxing in single expression?
    Like:
    short s = 10;
    Long l = s;I want to know if java allowed above expression then what problem may occur?
    I know it is not a intelligent question, However still I ask for discussion.
    Thanks advance for all viewer of this question.

    JoachimSauer wrote:
    jverd wrote:
    I didn't like it at first, but it turns out my initial complaints were pretty much unfounded. I find it quite useful. It takes a fair amount of clutter out of code. The only real problem with it is that if you're not careful, you can end up doing a lot of unnecessary bouncing back and forth between primitives and wrappers without knowing it, which could hurt performance.In my opinion the biggest problem is getting NPEs at code lines, that look completely harmless. That used to bother me too, but then, if I'm writing
    int i = getAnInteger();it's just a replacement for
    int i = getAnInteger().intValue();which would also have caused NPE.
    That is, if I'm using autoboxing properly, it's just shorthand for what I'd have been doing otherwise anyway. True, it's easy to not think about it, to forget to consider whether NPE is a possibility and what the proper approach is, but mostly, if I want int, I know it can't be null (or if it is, I should get NPE).
    And when it comes time to debug the NPE, it's no great mystery, once you know the rules.
    If you don't think of autoboxing at the right position, then you can spend hours after hours tracking down a trivial bug ... or so I've heard ;-)Even if you're not thinking about it when you write the code, when you see an "impossible" NPE during debugging, it should be an instant giveaway.

  • I'm getting this problem when trying to update my iphone 3gs it says that the iphone software could not be contacted and I went on youtube got some advise to go into my hard drive to fix the error I have nothing in my host file please help me if you can

    I'm getting this problem when trying to update my iphone 3gs it says that the iphone software could not be contacted and I went on youtube got some advise to go into my hard drive to fix the error I have nothing in my host file please help me if you can this is all new to me.

    Read this: iOS 4: Updating your device to iOS 5 or later
    ... oh I think it is a 3gs or a 3
    This makes a difference. What does it say in Settings > General > About?

  • I am trying to use the trial creative cloud software on a PC windows 8.1 - I've downloaded and removed Photoshop CC 2014 two times - every time I open the file it says there is a problem and it shuts down and closes. I can open indesign and maybe other ap

    I am trying to use the trial creative cloud software on a PC windows 8.1 - I've downloaded and removed Photoshop CC 2014 two times - every time I open the file it says there is a problem and it shuts down and closes. I can open indesign and maybe other apps but photoshop no. Any ideas?

    I don't think I can access the crash report? Excuse the ignorant questions I'm about to make am a relative tech novice.
    Soo - as mentioned every time I open photoshop it crashes - it just says there's an error and the program will shut down and if there's a solution windows will notify me. Then nothing...
    I've tried to look in photoshop files for the detailed crash report & the system event viewer but cannot find a file with those names. I've also looked in the windows files for files with those names but cannot find them either - so I don't know where to look.
    Any guidance would be great.

  • Charged battery says 8hrs, used for 2min and it went down to 4hrs....Why?

    I fully charged my macbook (purchased 11/09). The battery icon at the top of screen said i had 8hrs remaining. I used the laptop for 2 mins on the internet and checked to see how much time it used up ( I believe when I bought the computer it said something about the battery charge lasting 7hrs and I new I wasn't getting this). The battery icon said I had 4hrs remaining. Why did the time get cut in half when I only had the computer on for a few mins?

    I just had a similar experience, but in reverse. I had been using my Macbook for about an hour and a half, and it went down to 20% (and it said that I needed to replace it soon). I quit my browser, and the battery immediately jumped up to 55%, and no replacement message.
    From what I gather, it has something to do with recalibrating batteries, but in your case, your battery is pretty new, so that doesn't really make sense.

  • Dragged WAV file in- pitch and tempo went down, ***?

    Dragged a WAV file, recorded on a handheld recorder, into Logic. The pitch and tempo went down! When I play the original with Quicktime it's no prob. How can I correct this?

    Set the song sample rate to match that of the audio files. You can see the sample rate in the audio bin window.

  • Save PDF File As dialog box not appearing

    I am running Acrobat 8 Pro on Windows Server 2008. I'm having a problem with the Adobe PDF printer. When I attempt to print a document to this printer, the "Save PDF File As" dialog box does not appear. The dialog box does open, but it is either hidden behind the running application or is minimized. I have to click the icon on the taskbar to bring the window to focus. This problem only occurs the first time I attempt to print after logging onto the computer. On subsequent print jobs the dialog box shows up fine.

    Is there a registry setting or anything that I can set to get rid of the 'Save Scanned File As' box.
    No.

  • File Save dialog box not showing correct file name while saving file

    hi
    Currently, after the Submit button is hit, the File Save dialog box is displayed. If the user saves the file and then opens it then the output appears correct however if the user chooses to open the file without saving on the local machine then the correct viewer is not used to display the file. The name of the file is defaulted as qotSCopPrint.jsp and the default file viewer for jsp files is chosen to view the file. The format of the file is obviously not text (it is either pdf or rtf) so the output shows binary characters.

    data : v_repid like sy-repid.
    parameters : p_file like rlgrap-filename.
    initialization.
    v_repid = sy-repid.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
      CALL FUNCTION 'F4_FILENAME'
           EXPORTING
                program_name  = v_repid
                dynpro_number = syst-dynnr
                field_name    = 'P_FILE'
           IMPORTING
                file_name     = p_file.
    Message was edited by:
            Chandrasekhar Jagarlamudi

  • Accidently downloaded Firefox 5. Now cannot "Send link" in File. Why? What must I do?

    By accident Firefox 5 was downloaded, and I lost previous toolbar, one containing a link to Gmail.
    I tried to "send link" in File but nothing happens. Previous Firefox system worked just fine.
    What can I do to get back what I had? Can I undo Firefox 5 and return to previous, earlier version? How could I do this?

    I have now lost the two files:
    Spotlight/com.apple.spotlight.plist
    Spotlight/com.apple.metadata.mds.plist
    Cannot find them in the original Snow Leaopard disk. Any Ideas???
    I cannot find the Symantec files to delete because Spotlight and Finder are not working.
    Do you think I could copy the missing spotlight files from another MacBook pro?

  • Error: File just captured could not be read and was deleted after capture.

    I was just recording an extremely important interview. I have recorded literally 10.000 recordings before with the same setup, every day, over a period of some three years now. I'm recorging DV PAL through SDI input on a AJA KONA LS card.
    It seemed to be going well last night while recording but as soon as I pressed 'Esc' to end the capture I got an error message saying (not exactly in these words) : Error: The file just captured could not be read.
    The file couldn't be found anywhere on the HD or in the trash. Usually when something goes wrong during capture, you can find the file in the capture folder named 'filename-av'. Not this time, I have never seen this error message before.
    The person being interviewed was absolutely furious and said he would not do the interview again. So I'm up against the wall here, and need to recover the files.
    What's more, the problem still persists. When I try capturing again, as soon as I stop the same error occurs. So now my FCP is not capturing anymore
    I tried running Data Rescue 3.1 and found the recording in deleted files, but:
    1. the recording is in several parts (not sure if it's all there, but probably most of it)
    2. Data Rescue 3 interprets the files as .dv files, as opposed to .mov files as all my other recorded material.
    3. THERE IS NO AUDIO IN THE .DV FILES, which pretty much nullifies the file recovery altogether.
    I tried googling this error, but it did not help much:
    1. None of the people were capturing the same way I do (most were capturing from tape, none straight through KONA SDI input)
    2. There was no solution to prevent the error.
    3. No solution to recover the files either.
    I must say, this experience really taught me the essence of Murphy's law: 'Anything that can go wrong, will go wrong at the worst possible moment'
    Any suggestions as to the reasons for this?
    Any suggestions as to how the files can be recovered?

    Good news!
    I beleive I have found the cause and solution.   At least now I am able to reproduce the problem at will and therefore, hopefully prevent it.
    I discovered that there is nothing wrong with my AJA KONA setup, as I was able to capture with both QuickTime movie capture and Adobe Premier just fine.  But every time I try capturing in FCP I get unreadable capture files (since 2 days ago).
    Trying all possible capture settings, capture presets or easy setups did nothing.  (although capturing thru Firewire still works every time).
    I was about to give up when I noticed that where I usually have my video scopes window running, for convenience sake, under it the Voiceover utility was running.
    So here is the deal:  Usually when you try and capture with the Voiceover utility running, you can't. FCP wont allow you to capture, it will return an error message saying: 'Log and capture can not be opened while Voice Over is running. Please close Voice Over and try again.'  As it turns out, this warning is probably for a good reason.
    BUT...
    If you shut down FCP with Voice Over running and start it up again THEN you CAN run Log and Capture at the same time... everything looks OK, until you stop the recordin, then you get an error message saying your recording is screwed.
    I tried this over and over again,  every time it behaves the same way.  Shutting down with VO util>starting up again>recordings get screwed  .. close VO utility>back to normal operation.
    I'm not sure if it was the VO utility the last time this happened (few weeks back), but it might very well be.  I might not have noticed that the VO utility was running as it was hidden behind the videoscopes and there are no warnings when running Log and Capture if you start up FCP with VO utility still running.
    My educated guess to what is going on is that the VO utility is taking up priority over the sound inputs and by doing so making the audio of the capture unreadable.  This theory is supported by the fact that when my data recovering experts found the recordings on the HD, there was no audio on the files, but the video was intact.
    The only reason setting up the AJA drivers helped in the past was probably because that flushed the FCP settings and in doing so closed the VO utility window. How very ironic
    Hope this helps someone out there. And I hope Apple find a way to prevent this from happening.
    cheers!
    Vidar F.

  • When I click the iCloud button I get a browser with check boxes, not slider buttons and it does not have a "backup and storage" button.  So I cannot set up backup.

    When I open my iCloud browser it looks different than "normal." It shows the list with check boxes, not slider on-off buttons.  It dos not show a "storage and backup" button so I cannot set up my backup. What is wrong?

    If see something like the image below it's because you are looking at the iCloud settings on your Mac, not on an iOS device (which has sliders).  Storage & Backup isn't in the Mac settings because you cannot back up your Mac to iCloud.  Only iOS devices can back up to iCloud.  On a Mac, you can get information about your iCloud account storage by looking at the green usage bar at the bottom and by clicking the "Manage..." button on the bottom right.

  • Failover did not happen when network switch went down!!! PLEASE HELP

    Hi gurus,
    Yesterday one disaster struck my RAC database. We have two node cluster and it is 10.2.0.2, both of them located in different sites, yesterday suddenly power went down and the one of the network switch went down and got destructed, node one of RAC database was connected to that switch, but the failover did not happen to the node two as this should be the case when one node goes down the other should be available for all the node one sessions/connections.
    when I tried to ping/telnet the node 1, it was not happening because the switch was down, the network guyz connected the cables to other switch available. When I connected to the node 1, it was showing "Oracle is not available" message.
    And when I tried the other node, it was the same case but I did not see any error in alert log file. Then my TL restarted both the nodes and then the database was available.
    I am very confused that how the failover did not happen and how the database went down, PLEASE suggest something to how to identifiy what was happened. Thanks & Regards
    Edited by: user1221 on Mar 18, 2009 1:09 AM

    About Oracle RAC ... you have 2 nodes ... You have to connect 4 IPs.
    I mean
    - IP public node1
    - IP public node2
    - IP Virtual node1
    - IP Virtual node2
    When node1 down
    You can not ping "IP public node1", but you should ping "- IP Virtual node1", because it should up on node2.
    But not bind 1521 port.
    Idea about failover
    you have to create new difference Service...on RAC Database!
    and on your client have to set TNS to on failover and balance (if you used OCI), you can use TAF feature
    Example:
    DB =
    (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = db01-vip)(PORT = 1521)) (ADDRESS = (PROTOCOL = TCP)(HOST = db02-vip)(PORT = 1521)) (FAILOVER=ON)(LOAD_BALANCE = yes) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = NEW_SERVICE_DB) (FAILOVER_MODE = (TYPE = SELECT) (METHOD = BASIC) (RETRIES = 180) (DELAY = 5))))
    If you use JDBC, can not use TAF.
    Anyway, I suggest you read more about RAC on http://otn.oracle.com/rac and http://oracleracsig.org
    Good Luck

  • Failover did not happen when one node went down!!! PLEASE HELP

    Hi gurus,
    Yesterday one disaster struck my RAC database. We have two node cluster and it is 10.2.0.2, both of them located in different sites, yesterday suddenly power went down and the one of the network switch went down and got destructed, node one of RAC database was connected to that switch, but the failover did not happen to the node two as this should be the case when one node goes down the other should be available for all the node one sessions/connections.
    when I tried to ping/telnet the node 1, it was not happening because the switch was down, the network guyz connected the cables to other switch available. When I connected to the node 1, it was showing "Oracle is not available" message.
    And when I tried the other node, it was the same case but I did not see any error in alert log file. Then my TL restarted both the nodes and then the database was available.
    I am very confused that how the failover did not happen and how the database went down, PLEASE suggest something to how to identifiy what was happened. Thanks & Regards

    Thanks for your reply,
    after the network switch was replaced we connected to both the nodes and found that the instances are down with no reason given in the Alertlog file. We just restarted both the instances and then the database was up and the clients connected to both the instances with equal sessions on both the instances. I want to know that whether the failover can be done at the application side or it should be done on the database side i,e; in tnsnames.ora file with the required parameters? as in our scenario there is no failover configuration in the tnsnames.ora file.
    Thanks & Regards

  • Downloaded songs frome itunes and internet went down and they will not play and it also caused other songs not to but most will what do i need to do wiyhout erasing everything

    downloaded songs from itunes and the internet went down and they will not play and also caused other songs already downloaded not to play what can i do

    You can try a couple of different things. First - restart the iPod and see if the songs will play.
    Restart the iPod by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    If that doesn't help - delete the songs and then download them again. You can download purchased music again at no charge as long as you use the same Apple ID that you bought them with originally and as long as you live in one of these countries.
    Previously purchased music is only available through iTunes in the Cloud in  Argentina, Australia, Belgium, Bolivia, Brazil, Canada, Chile, Colombia, Costa Rica, Cyprus, Czech Republic, Dominican Republic, Ecuador, El Salvador, France, Germany, Guatemala, Honduras, Ireland, Luxembourg, Malta, Mexico, New Zealand, Nicaragua, Panama, Paraguay, Peru, Slovakia, Spain, Switzerland, the United Kingdom, United States, and Venezuela.
    If you are running iOS 5 on the iPod - You can delete songs by swiping across the song in list view to bring up a red delete button. Tap the button to delete the songs. Download the songs again in the purchased tab in iTunes.
    Downloading Past Purchases

  • HT201263 i've a problem with the passcode unsure why its not recognised it and the pad recovery mode is not working, really worried that unable to get back into the ipad what can be done

    Hi can any one help, I've done any update and put a passcode and its not recongising it on the ipad and know its disabled.  I've followed the recover mode a number of time and it keeps saying ipad  could not be resorted, An  unknow error occured (3194). been trying for hours please help

    How can I unlock my iPad if I forgot the passcode?
    http://www.everymac.com/systems/apple/ipad/ipad-troubleshooting-repair-faq/ipad- how-to-unlock-open-forgot-code-passcode-password-login.html
    iOS: Device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    How can I unlock my iPad if I forgot the passcode?
    http://tinyurl.com/7ndy8tb
    How to Reset a Forgotten Password for an iOS Device
    http://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Device
    Using iPhone/iPad Recovery Mode
    http://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htm
    Saw this solution on another post about an iPad in a school environment. Might work on your iPad so you won't lose everything.
    ~~~~~~~~~~~~~
    ‘iPad is disabled’ fix without resetting using iTunes
    Today I met my match with an iPad that had a passcode entered too many times, resulting in it displaying the message ‘iPad is disabled – Connect to iTunes’. This was a student iPad and since they use Notability for most of their work there was a chance that her files were not all backed up to the cloud. I really wanted to just re-activate the iPad instead of totally resetting it back to our default image.
    I reached out to my PLN on Twitter and had some help from a few people through retweets and a couple of clarification tweets. I love that so many are willing to help out so quickly. Through this I also learned that I look like Lt. Riker from Star Trek (thanks @FillineMachine).
    Through some trial and error (and a little sheer luck), I was able to reactivate the iPad without loosing any data. Note, this will only work on the computer it last synced with. Here’s how:
    1. Configurator is useless in reactivating a locked iPad. You will only be able to completely reformat the iPad using Configurator. If that’s ok with you, go for it – otherwise don’t waste your time trying to figure it out.
    2. Open iTunes with the iPad disconnected.
    3. Connect the iPad to the computer and wait for it to show up in the devices section in iTunes.
    4. Click on the iPad name when it appears and you will be given the option to restore a backup or setup as a new iPad (since it is locked).
    5. Click ‘Setup as new iPad’ and then click restore.
    6. The iPad will start backing up before it does the full restore and sync. CANCEL THE BACKUP IMMEDIATELY. You do this by clicking the small x in the status window in iTunes.
    7. When the backup cancels, it immediately starts syncing – cancel this as well using the same small x in the iTunes status window.
    8. The first stage in the restore process unlocks the iPad, you are basically just cancelling out the restore process as soon as it reactivates the iPad.
    If done correctly, you will experience no data loss and the result will be a reactivated iPad. I have now tried this with about 5 iPads that were locked identically by students and each time it worked like a charm.
    ~~~~~~~~~~~~~
    Try it and good luck. You have nothing more to lose if it doesn't work for you.
    ~~~~~~~~~~~
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
    Update and restore alert messages on iPhone, iPad, and iPod touch
    http://www.buybuyla.com/tech/view/012953a0d412000e.shtml
    iOS: Resolving update and restore alert messages
    http://support.apple.com/kb/TS1275
    iPad: Unable to update or restore
    http://support.apple.com/kb/ht4097
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/TS3694
     Cheers, Tom

Maybe you are looking for