I'd like to push out a terminal command in os x that would update firefox

I manage over 500 macs at my job and I'd like to see if there is a unix command I can run that would force firefox to check for updates and install them if they're available.

As posted above, Firefox versions 4 and later require a Mac with an Intel processor and no longer run on a Mac with a PowerPC processor.<br />
It says recommended, but it is now a requirement to have an Intel processor.
*http://www.mozilla.com/firefox/7.0/system-requirements/
*http://www.mozilla.com/firefox/3.6/system-requirements/

Similar Messages

  • How do I back up the music and apps etc. I restored my computer and I reinstalled iTunes, I was told something about a terminal command line, what does that mean? Please help

    How do I back up the music and apps etc. I restored my computer and I reinstalled iTunes, I was told something about a terminal command line, what does that mean? Please help

    - Transfer iTunes purchases to the computer by:
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer
    - Transfer any other music by using a third-party program like one of those discussed here:
    Copy music
    - Connect the iPod to the computer and make a backup by right clicking on the iPod under Devices in iTunes and select Back Up
    - Restore the iPod from that backup. The restore will also update the iOS.
    Note that the backup that iTunes makes does not include synced media like apps and music
    Are you sure you have a 3G iPod? A 1G iPod can only go to iOS 3.1.3
    See:
    Identifying iPod models

  • I just paid almost $10 to create a pdf from a jpg file, but I did it so that I could edit it. Now I find out I needed a different Adobe package that would create the pdf AND let me edit it. What do I do now?

    I just paid almost $10 to create a pdf from a jpg file, but I did it so that I could edit it. Now I find out I needed a different Adobe package that would create the pdf AND let me edit it. What do I do now?

    Hi Marion,
    PDF pack is meant to convert files to pdf format, Here's the feature list : Convert Word to PDF, Convert PDF to Word & Merge PDFs | Adobe PDF Pack
    In order to Create, Convert, edit pdf files, one needs to purchase Acrobat Software, Here's a feature list of Acrobat Pro : Features, PDF documents | Acrobat XI Pro
    However, you can download a free 30 day trial of Acrobat software using the following link : https://helpx.adobe.com/acrobat/kb/acrobat-downloads.html
    Regards,
    Rahul

  • Sometimes when I click in text fields (like to fill out a captcha), I get a pop-up ad and Firefox immediately switches to it, leaving the tab blank.

    My problem is pretty much this, if I can explain it well enough: when I click on certain text fields, like to input the answer to a captcha, for instance, I constantly get pop-up ads and Firefox will switch to the pop-up, leaving the entire page that I was on before blank as if I opened a new tab.
    This started a while ago and I'd been trying to just deal with it, but it's really starting to drive me up the wall. Is there a fix to this? I'm sure it happened when I went to about:config to try and fix something about text auto-filling. I can't say whether I did that right or wrong, considering my text doesn't autofill anymore, but now I have this annoying problem.
    Help?!

    Do a malware check with some malware scanning programs on the Windows computer.<br />
    Please scan with all programs because each program detects different malware.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender: Home Page:<br>http://www.microsoft.com/windows/products/winfamily/defender/default.mspx
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *http://support.kaspersky.com/viruses/solutions?qid=208280684
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Basic Terminal Commands Not Working

    I'm having trouble using basic commands in terminal that I've been able to use in the past. For example, if I type "dir," I get "-bash: dir: No such file or directory"
    I'm know sure what "bash" is, or if that has anything to do with it.
    I'm also trying to use the tar command, which I've not used before. Again, I get a similar error: "-bash: tar: No such file or directory"
    Hope you can help. Thanks!

    Here is an overview of the terminal commands.  Lets assume that your account has a short user name of mac.
    Macintosh-HD -> Applications -> Utilities -> Terminal
    #What is my short user name?  Type the whoami command.
    mac $ whoami
    mac
    mac $
    #How to list all of your disks.
    # The ls command is for list
    mac $ ls /Volumes/
    Audio CD       Macintosh-HD   Spotless       Tiger-ext
    mac $
      # Let's say your flash drive is named Spotless
    # cd is change directory
    mac $ cd /Volumes/Spotless
    # pwd is print working directory
    mac $ pwd
    /Volumes/Spotless
    mac $
      # The ls command is for list # l is long # F is type of file where / is directory mac $ ls -lF
    total 134704
    -rw-r--r--     1 mac  staff     64560 Mar  3  2009 A-picture-of-Youpi-key.png
    drwxr-xr-x    83 mac  staff      2822 Nov  7 14:52 Applescript files/
    drwxrwxrwx    12 mac  staff       408 Dec 13  2008 Christmas Cards/
    drwxr-xr-x     9 mac  staff       306 Dec 21 17:39 Christmas Cards 2009/
    ... trimmed ... What does all this mean?
    drwxrwxrwx
    d = directory
    r = read
    w = write
    x = executeable program
    drwxrwxrwx
    ||  |  |
    ||  |   all other users not in first two types
    ||  | 
    ||  group
    ||
    |owner

    What type of entery is this? d = directory, - = file, etc. 
    Every Unix resource: files, folders, etc has an owner, group, other 
    A Unix resource has one owner.
    A Unix resource has one group.  A group contains a list of users.
    To gain access to a file.  You can be the owner, in the group, or not being the owner or in the group you ended up as other. The owner, group, or other  has read, write, or execute permissions.
    # l is long
    # a is all to show hidden files & folders
    mac $ ls -lFa
    total 134736
    drwxr-xr-x    41 mac   staff      1496 Dec 22 17:11 .
    drwxrwxrwt     8 root  admin       272 Dec 24 13:55 ..
    -rwxrwxrwx     1 mac   staff     15364 Dec 23 12:52 .DS_Store*
    drwx------     4 mac   staff       136 Jan 22  2009 .Spotlight-V100
    drwxrwxrwt     5 mac   staff       170 Sep 14 16:36 .TemporaryItems
    d-wx-wx-wx     4 mac   staff       136 Dec 31  1969 .Trashes
    -rw-r--r--     1 mac  staff     64560 Mar  3  2009 A-picture-of-Youpi-key.png
    drwxr-xr-x    83 mac   staff      2822 Nov  7 14:52 Applescript files
    drwxrwxrwx    12 mac   staff       408 Dec 13  2008 Christmas Cards
    drwxr-xr-x     9 mac   staff       306 Dec 21 17:39 Christmas Cards 2009
    ... trimmed ...
    # mv is move or rename
    mv -i the-name the-new-name
    # You can just rename the file back to what it was with mv command.
    mv -i old-name new-name
    Here is what these commands mean:
    cd is change directory
    pwd is a print working directory
    ls is list
    sudo is Super user do
    mv is move or rename
    For cryptic comments, you can always uses the manual command which is man. For example:
    man mv 
    # Type the letter q to quit.
    In case you have spaces in your filenames or directories, you need to escape them. See examples: 
    mac $ ls -l ~/"see it"
    -rw-r--r-- 1 mac staff 3171 Oct 26 23:38 /Users/mac/see it
    mac $
    mac $ cd /Users/mac/Desktop/ttt\ html\ copy/
    Do you know about tabing? Type in a few letters of a name then press the tab key. The computer will type out the rest of the name if it is unique.
    Press the up arrow key to see the previous command(s).
    To edit a command, use the left arror key to more left and the right arror key to move right.  Use the delete key to delete the key to the left.  Type a letter to insert.
    history to see many previous commands. 
    mac $ history
        2  man launchd.conf
        3  history
    http://discussions.apple.com/thread.jspa?threadID=2692161&tstart=0 
    Robert

  • I would like to upgrade my OS to Yosemite however, I have a bunch of tabs in firefox that I would like to restore, Will I be able to do that after updating?

    I would like to upgrade my OS to Yosemite however, I have a bunch of tabs in Firefox that I would like to restore. Will I be able to do that after updating to the new OS? I do not want to go through and bookmark everything! Thank you for your time!
    ~Joshua

    Yes you will be able to (and you should also update Firefox to 33 while you're at it) [[Update Firefox to the latest version]]
    Just to be safe, make sure you back up Firefox [[Back up and restore information in Firefox profiles]]

  • Understanding a Create Folder Terminal Command

    Good morning Apple users,
    An ex-colleague of ours created a Terminal command for our workplace that generates multiple blank folders for work documentation to be saved into per the "job number/folder number". i.e Job Number 17813 would go into the folder of the same number.
    For obvious reasons we would prefer to avoid having to manually generate such folders.
    He left the script with us but we are having trouble understanding it's use to generate new folders with the same structure. I'm hoping someone could break it down for me and help me understand how it works?
    I've attached the script as it's written for you to dissect.
    The above is the script within Text/Edit. When opening the file and attempting to do the requested "Please enter the thousands part of the SRO range: " in multiple combinations from "18000" to "18000 - 18999" and simply "18" it responds with the following message, Attached below:
    I'm sure our issue is something minor and we are just missing some tiny detail. Your assistance in getting this working is greatly appreciated!
    Thanks in advance.

    I haven't run your script, but the relevant part seems to be the error message:
    OSError: [Errno 2] No such file or directory: '/Volumes/OSX Raid/Service/Service Documentation/'
    To me, this says that the target parent directory doesn't exist, and is likely failing on the line:
    os.chdir(path)
    since you can't change to a non-existent directory. The rest of the script is irrelevant at this point.
    So you need to look at why this command might fail. The most obvious problem would be that it doesn't exist - maybe the volume isn't mounted, or the path doesn't match _exactly_. My python is rusty, but the spaces in the path may also be a problem (most shell commands barf at spaces in path names) - you might want to identify the path as a 'raw' string:
    path = r'/Volumes/OSX Raid/Service/Service Documentation/'
    (note the leading 'r')

  • In GATP would like to push schedule delivery date+1 day

    Hi Experts:-
    We have below requirement  in GATP:-
    Can we maintain a condition record for pick /pack time  = 1 day against Shipping Point in particular Location.? In other word we would like to push schedule delivery date+1 day.
    In APO we can see control data :- Plan (LEAD), load (LOAD), pick/pack (PICK), transport (TRAN), unload (UNLD)
    In APO We have maintained  value = 24:00 for location XXXX ( as per below steps)
    1.     In the SAP Easy Access screen choose Master Data ® Master Data for Transportation and Shipment Scheduling ® Create Scheduling Step.
    2.     Select a condition type.
    3.     Enter concrete values for the key combination.
    4.     Enter a duration (external display: hhhhhhh:mm).
    While checking order, When the process branches into APO ATP, can see time 24:00 This seems to indicate that Pick/Pack record has now been found, but the scheduled delivery date is not being pushed out by one extra day.
    Looking at the condition log in APO shows the following;;
    Lead Plan:304 Access for Access sequence LEAD missing(Usage U)
    Pick Pick : 208 Condition record has been found
    Load Load: 304 Access for Access sequence LOAD missing(Usage U)
    TRAN Transport: 009 Condition record is missing
    UNLD Unload :  002 Access not made ( Initialized field)
    Can you suggest.

    Hi DB,
    Thanks, Very helpful links.
    I did some testing on various sets of data change in APO for PICK and TRAN :-
    Parameters :-     
    Order creation date     2-Nov
    Route YR0004= 4 days     
    Calendar :-Sat and Sun holidays  & 11th Nov bank holiday     
    Test 1 with 0 Day pick time, No TRAN maintained :-
    Delivery date     8-Nov
    Gi Date     7-Nov
    Loading date     7-Nov
    MAD     7-Nov
    Transportation planning date     7-Nov
    Test 2 with 1 day pick time, No TRAN maintained :-
    Delivery date     8-Nov
    Gi Date     7-Nov
    Loading date     7-Nov
    MAD     4-Nov
    Transportation planning date     7-Nov
    Test 3 with 3 day pick time, No TRAN maintained :-
    Delivery date     8-Nov
    Gi Date     7-Nov
    Loading date     7-Nov
    MAD     2-Nov
    Transportation planning date     7-Nov
    Test 3 with 5 day pick time, No TRAN maintained :-
    Delivery date     9-Nov
    Gi Date     9-Nov
    Loading date     9-Nov
    MAD     2-Nov
    Transportation planning date     9-Nov
    Now next scenario only TRAN without PICK
    Test1 with 1 day TRAN time
    Delivery date     8-Nov
    Gi Date     4-Nov
    Loading date     4-Nov
    MAD     4-Nov
    Transportation planning date     4-Nov
    *with 2 day and 3 day result is same as test1
    Test2 with 4 day TRAN time
    Delivery date     8-Nov
    Gi Date     3-Nov
    Loading date     3-Nov
    MAD     3-Nov
    Trasnportation planning date     3-Nov
    Test3 with 7 day TRAN time
    Can see Delivery Date moving ahead one day.
    Delivery date     9-Nov
    Gi Date     2-Nov
    Loading date     2-Nov
    MAD     2-Nov
    Trasnportation planning date     2-Nov
    Now next scenario  is to maintain data in both PICK and TRAN
    Test 1 with 1 days pick time+ 1 day Tran
    Delivery date     8-Nov
    Gi Date     4-Nov
    Loading date     4-Nov
    MAD     3-Nov
    Transportation planning date     4-Nov
    Test 2 with 1 days pick time+ 6 day Tran
    Delivery date     9-Nov
    Gi Date     3-Nov
    Loading date     3-Nov
    MAD     2-Nov
    Trasnportation planning date     3-Nov
    Would like to know is this the correct standard behaviour or something wrong with our system config.
    regards
    Samir
    Edited by: Samir Ali on Nov 3, 2011 4:07 PM

  • Push out Adober Reader changes to Macs

    I have a network with both Windows and Mac clients that use Adobe Reader.  I already know how to use Active Directory Group Policy to push the necessary registry changes so that my Windows based clients can have their Adobe Reader settings updated.
    However, for my Mac users where the settings exist in .plist files, I have been searching for a way to centrally update these same settings (I'm interested in pushing out security related settings when Adobe releases security advisories saying that the mitigation is to ensure that certain settings are in place until a full blown patch is released).
    Does anyone know how to push out .plist settings changes from a central point similar to what AD Group Policy allows with registry changes?
    Thanks,
    Brandon

    I ran into this issue some time ago as well and wrote just such a script!
    Here's an exerpt from my documentation:
    Lastly we need to add the Printer via the command line. Here's how:
    First thing we need to do is copy the PPD file to the correct location. By default it's in /Library/Printers/PPDs/Contents/Resources/
    The PPD in question can be found specifically by typing lpinfo -m This lists all of the printer drivers available to cups.
    You must copy the gz file using sudo. It needs to be copied to /usr/share/cups/model/
    The copy command looks like this:
    sudo cp /Library/Printers/PPDs/Contents/Resources/HP\ LaserJet\ P3010\ Series.gz /usr/share/cups/model/
    Once there, you run the script to install it.
    I've left the scripts in the Public/Techy Stuff for each printer we use in the highschool.
    So, the command looks like this. It's a bit of a trick cause figuring out the details as to how it's supposed to work just by looking in the man pages usually *****.
    I'll explain...  The command is as follows:
    lpadmin -p LabLaser -E -v socket://192.168.1.11 -m HP\ LaserJet\ 1320\ Series.gz -o printer-is-shared=false
    lpadmin -p LabLaser adds the printer and calls it "LabLaser"
    -E forces encryption while connecting to the server. It's probably not necessary but it's in all the examples on the web that I could find.
    -v gives you the opportunity to specify the location of the printer. In ***** case they're all network printers with valid IP addresses and MDNS addresses, so yeah. socket:// for standard IP printing protocol (IPP) mdns:// for bonjour.
    Get the mdns name from lpinfo -m
    ...the -m specifies the name of the PPD. See above. (this is the driver that I copied to /usr/share/cups/model/)
    -o is pretty self explanitory...  However I feels it's extremely important.  This will prevent the printer from showing up in the bonjour list of printers on the network even if the user has printer sharing turned on.
    Hope this helps!
    -Graham

  • Why did you push out your CEO for his political and religious beliefs?

    It's sad that you chose to push out a CEO for his personal belief. What happened to freedom? I have happily deleted you from my devices and will continue to encourage others to do the same. Shame on you!

    Would it really hurt you to ask for facts on what happened with Brendan Eich? before assuming the worst happened instead?. One could say shame on you for not asking first.
    The knew about his 2008 donation as it was public record (due to California law on donations with name and employer being listed) and supported him for who he is to promote him from CTO to CEO. This was not found out after he became CEO as some mistakenly believed.
    Unfortunately some media outlets will rather publish sensationalized stories generating many clicks and increased revenue by ads than perform the most basic fact-checking or even posting the truth.
    In fact Brendan refused to step down (as first link from day before shows) due to the pressure from outside campaigning to get him to resign as CEO. However it just got so bad in increasing attacks that he felt he could no longer be an effective leader with people constantly attacking him. He decided to leave as his way of helping Mozilla however this then triggered attacks more towards Mozilla due to the misconceptions made by individuals and article writers thinking was fired or forced out.
    *http://www.theguardian.com/technology/2014/apr/01/mozilla-ceo-brendan-eich-refuses-to-quit
    *https://medium.com/p/7645a4bf8a2
    *http://blog.gerv.net/2014/04/your-ire-is-misdirected/
    *https://blog.mozilla.org/blog/2014/04/05/faq-on-ceo-resignation/
    Since he was not fired or forced out he could go back to Mozilla if he wanted to I would like to think.

  • Pushing out a billing date through a project - affect the pricing in a SO

    Hello
    I have two sales orders for a customer with same terms of payment, pricing procedure and everything almost similar except dates (say billing dates). the company is mainly using project systems. they are using billing plans. even the billing plans, billing types are also same.
    The Issue is that, for one sales order it picking the Gross Value (present in document header -> Condition tab) as Net Value for the sales order. However for the another sales order it is picking the Total (present in document header -> Condition tab) as Net Value for the sales order.
    Can anyone please explain me why the system is behaving like that, what is the mistake I did. I want the system to pick total value.
    "pushing out a billing date through a project would affect the pricing in a sales order. the netted discount is not showing any more." - this is the issue
    Thank You,
    Gokul

    I have Flip for Mac...
    But do you have the paid for version or the free one?
    The free version only lets you export half of the video up to a maximum of thirty seconds.

  • Is there a way to push out updates to a textbook without actually publishing the textbook to I Tunes Bookstore?

    I want to make a textbook for a small class.  I do not need to go through the whole process of submitting it to I Tunes.  I just put the book on my server and download it to my I pad.  Is there a way that I can push updates to my book via this method.

    The reason I am trying to work this out is because we are excited about trying to write our own textbooks at school and save the district some $$.  However, we are not sure that we want the books put up on I tunes for all to use, that is why I was trying to find a way around this.  Maybe I am going about this all wrong, is there a way to limit who would have access to download a book.  Then that would solve my version problem and keep the books only in the district.  I know you can limit by region, but the United States is a rather large region.  I would like to narrow down that a little.

  • Failing to push out apps via profile manager

    Hi,
    Been helping out at a school where they have bought 90 iPads for their kids to use - after weeks of frustrations they were all finally enrolled on the mac server (runs OS X Yosemite). Thought I had finally managed to help them finish it off but now when they try too push out apps from profile manager they're having an issue.
    The devices are grouped in groups of 30 and when I tried too push out an app to them (Scratch Jr, if that makes any difference at all) it would only push out to 14 of the iPads in the group - with varying degrees of success. The room there kept in doesn't have a great signal from their wi-fi so I thought it might have something to do with that but when I tried to push out another app (PhotoMath) it got pushed out to all the iPads in the group, again with varying degrees of success.
    Essentially I have 2 problems - Why would the server only push out to some iPads for some apps but then suddenly find them all when pushing out an another? And why would some iPads not even pick up the app? Even when, in the active tasks, it says app deployment has been successful? The school have had these iPads since September and have only been able to use them sparingly - so to say they're dead keen would be an understatement.
    I hope I'm making sense - please help! I've checked the logs from the server but I'd be lying if I said I could understand that stuff...
    Thank you.

    I'm not familiar with LANDesk, but ARD will allow you to push files to remote Macs as specify their locations.
    So if everybody need a particluar font on their computer, you could push it to /Library/Fonts on all of your Macs. You can also remotely install packages. This is useful if your deploying a something like Adobe CS5 to a bunch of workstations.

  • I would like to carry out perfect deletion of an iPhone composition utility.

    Hello.
    I am using the mac version of an iPhone composition utility.
    http://support.apple.com/kb/DL1465?viewlocale=ja_JP
    iPhone composition utility 3.5
    It is - Mac OS X.
    A machine is macbook pro.
    Intel Core 2 Duo.
    Mac OS X Linon 10.7.3.
    Installation is completed normally,
    Warning of the purport there "there is no information in the beginning about failure and this problem" when general and qualification information are filled in and it performs "it writes out."
    And although the composition profile was installed from the tab of the "composition profile", even if it pushes "installation" button on an iPhone composition utility, it does not react.
    I would like to carry out perfect deletion of an iPhone composition utility.
    It is completely about a once and iPhone composition utility.
    I would like to initialize.

    Apple does not do this at all.
    ONLY the carrier to which it is locked can unlock it.
    You should probably not leave this much information about your iphone on a public forum.
    You will need to ask whomever sold it to you who the carrier is.

  • Terminal Command to Log Out User

    I have Fast User Switching enabled. I would like to log users out that forgot to log out. What are the Terminal commands to log out someone named Alice who is a Standard user in OS X.3.9? I'm getting tired of having to restart to shut down the users account. Will the commands be the same for an Administrators account?
    Thanks for your help,
    G4 Quicksilver Dual 1 GHz, 1.5 GB RAM, Sonnet ATA133 card, Maxtor ATA133 drives   Mac OS X (10.3.9)   B+W G3 450 MHz, OS 9.2.2, 1 GB RAM

    If you're the Admin, then you should be able to use Terminal as root to log someone out like this:
    sudo killall -u [username]
    This should kill all processes in that user account, and it may log them out also (I can't test this on a single user machine). If it doesn't, you can use:
    sudo shutdown now
    which will log out everyone and shutdown the system to single-user mode for the root/Admin user.
    Hope this helps,
    Mulder
    If my answer helped solve your problem, please consider awarding some points. Why Reward Points?
    iMac G4 700Mhz   Mac OS X (10.3.9)  

Maybe you are looking for

  • How to trigger a pop-up on click of dial button on IC web UI  - CRM 7.0

    I want to enahcne the standard button 'Dial' that is displayed on Interaction center web UI. I am trying to show a custom popup with list of phone numbers of the BP for the sales agent to select from. I created the custom component to display the dat

  • Is Adobe "Support" an contradiction in terms?

    I have recently (now a month ago) purchased an upgrade of my exisiting Acrobat Standard 8 to Professional 9.  It downloaded OK, but it would accept not my exisiting serial munber as valid (it is, and I didn't mistype it!). Will Adobe help - Short ans

  • GoldenGate SQLEXEC

    Hi, If possible delete this thread mistakenly created twice I am not getting how to delete this entry Hi, I want to do transformations with GoldenGate + many to one - one to many replication. For this there are following methods as per my understandi

  • Apache Fop with apex 4.2

    Dears, I need to download my reports in pdf and formatted ms excel file, I do altos of search and found that the free way to do such is to configure the Fop in the apex, please guide me to do that : 1- How to configure the Fop in apex 4.2 ? 2- How to

  • Vista Circuit Design Suite - DEP

    I'm running Windows Vista Home Premium, last reformat was 2 months ago, no issues until after installing Circuit Design Suite 10.0.144. After installing, Windows began throwing me Data Execution Prevention (DEP) errors during startup. The error reads