Skip to main content

Home/ Pingree Tech/ Group items tagged command

Rss Feed Group items tagged

Robert Ogden

Download Toolkit to Disable Automatic Delivery of Internet Explorer 9 from Official Mic... - 0 views

  •  
    "Click on the link to download the package and select 'Run' or 'Open'. You will be asked to accept the end-user license agreement (EULA) before you gain access to the package contents. The package contains 4 different files. Pick a location where you would like to place the 4 files above by clicking on 'Browse'. Once you have specified the location to place the extracted files, click 'Ok'. Launch an elevated Command Prompt by navigating to Start -> All Programs -> Accessories -> and then right click on "Command Prompt" and select "Run as Administrator". Type "CD" followed by the path to where you have extracted the 4 files in step 2 above. In the Command Prompt, type "ie9_blocker.cmd /B" and hit Enter to set the blocker on the machine. You will see confirmation in the Command Prompt: "Blocking deployment of Internet Explorer 9 on the local machine. The operation completed successfully." You can now close the Command Prompt window. "
Robert Ogden

How to Disable Google Chrome Updates » SitePoint - 0 views

  • Enter the following commands in the Terminal application.To disable automated updates:view plainprint?$ defaults write com.google.Keystone.Agent checkInterval 0  $ defaults write com.google.Keystone.Agent checkInterval 0Change the 0 to a 1 to re-enable updates.To set the update frequency:view plainprint?$ defaults write com.google.Keystone.Agent checkInterval <frequency>  $ defaults write com.google.Keystone.Agent checkInterval <frequency>
Robert Ogden

Gray progress bar showing at start-up - 0 views

  •  
    "Persistent showing of this progress bar may mean either that there are problems with the system's start-up arguments, or that your system contains errors that it is trying to recover from at start-up. There are a few things you can try in order to clear this problem, but before attempting to do so be sure your system is fully backed up. If this is happening because of an unrecoverable filesystem error, then you will need to format your drive. Try clearing PRAM PRAM stores start-up arguments that are passed to the kernel at boot. Generally these variables are blank, but if there is an error in the PRAM settings then resetting it may help. To reset the PRAM, reboot the system and immediately press the Option-Command-P-R keys after hearing the boot chimes. Hold them and let the system reset a couple of times, and then release them and allow the system to boot normally. You can also perform a similar operation by manually setting the boot arguments to be blank. To do this, run the following command in the Terminal: sudo nvram boot-args="" Check keyboards One possibility (albeit remote) is that your keyboard could be sending the system the command to boot to Safe Mode. Try starting your system up with the keyboard unplugged to see if it boots normally, and if so then consider replacing your keyboard. Verify or repair the disk Boot to an alternative boot volume and use Disk Utility or, more preferably, a dedicated filesystem repair tool like DiskWarrior to run disk verification and repair routines on the boot drive. Format the drive If none of the previous options clear the problem, then formatting the drive should be a final step to take to clear the problem. Be sure you have a full and restorable backup of your boot drive, and then both repartition and format the drive using the OS X installation disc. Boot to the disc, choose your language, and choose Disk Utility from the Utilities menu. Then select the drive device (it will be the item above the "Macintosh HD" name-
Robert Ogden

10 Terminal Commands That Every Mac User Should Know | Mactuts+ - 0 views

  • 10 Terminal Commands That Every Mac User Should Know
  •  
    Mac Commands
Robert Ogden

terminal questions about gethostuuid - The macosxhints Forums - 0 views

  •  
    Command allows you get the UUID of the machines on your network. Handy when manually adding machines to your workgroup manager. Especially when adding 10.7 machines to your WGM. echo "hostname: `hostname`" system_profiler SPHardwareDataType | awk '/UUID/{sub(/^[ \t]+/, "")}; NR == 17 {print}' echo "--done--"
anonymous

iTunes: Turning on Activation-only Mode - 0 views

  • To turn on Activation-only Mode on Mac OS X: Make sure iTunes isn’t running and then open Terminal. In Terminal, enter a command: To turn activation-only mode on: defaults write com.apple.iTunes StoreActivationMode -integer 1 To turn activation-only mode off: defaults delete com.apple.iTunes StoreActivationMode To turn on Activation-only Mode on Windows: Make sure iTunes isn’t running, and then open a Command Prompt window. Enter a command: To turn activation-only mode on: "C:\Program Files\iTunes\iTunes.exe" /setPrefInt StoreActivationMode 1 To turn activation-only mode off: "C:\Program Files\iTunes\iTunes.exe" /setPrefInt StoreActivationMode 0
Robert Ogden

Mac OS X v10.6: Active Directory binding lost on network transition (.local domain) - 0 views

  • Symptoms If network access is interrupted, a Mac OS X v10.6 client may not be able to reconnect to an Active Directory domain whose name ends in ".local".
  • Resolution Lengthen the default timeout for .local name lookups by editing the following file: /System/Library/SystemConfiguration/IPMonitor.bundle/Contents/Info.plist The key/value pair is: <key>mdns_timeout</key> <integer>2</integer> The integer value is in seconds; changing it to at least 5 should allow the Mac OS X client to reconnect to the Active Directory domain after a network interruption. In some configurations, a larger timeout value may be required. You can change this value by using the sudo command and a text editor to edit the preference file directly. Or you can use the Terminal command below, making sure to enter it all on a single line: sudo /usr/libexec/PlistBuddy -c 'Set :mdns_timeout 5' /System/Library/SystemConfiguration/IPMonitor.bundle/Contents/Info.plist
Robert Ogden

List of Chromium Command Line Switches « Peter Beverloo - 0 views

  •  
    --disable-restore-background-contents
Robert Ogden

Enable and disable Airport from the command line - Mac OS X Hints - 0 views

  •  
    sudo ifconfig en1 down Where en1 is the interface for your Airport Extreme Card. en0 is usually Ethernet, and en1 is usually the Airport Extrewme card. To bring it back up, just type: sudo ifconfig en1 up Enjoy
Robert Ogden

How to Launch GUI Applications from the Terminal - 0 views

  •  
    "$ open Usage: open [-e] [-t] [-f] [-b ] [-a ] [filenames] Help: Open opens files from a shell. By default, opens each file using the default application for that file. If the file is in the form of a URL, the file will be opened as a URL. Options: -a Opens with the specified application. -b Opens with the specified application bundle identifier. -e Opens with TextEdit. -t Opens with default text editor. -f Reads input from standard input and opens with TextEdit."
Robert Ogden

How to find user login history - MacRumors Forums - 0 views

    • Robert Ogden
       
      Great tool just type in last to see when someone logged into the computer.
  • Unix systems store this in wtmp. Open a terminal, and enter 'last' (without the quotes).
Robert Ogden

Prevent the Terminal host name from changing | MacFixIt - CNET Reviews - 0 views

  • The hostname can be changed dynamically by routers and other network devices through DHCP requests, which can have the hostname keep changing every time your IP address and other DHCP information is renewed. If this is the case, you may be able to set the router to never provide hostname information, or you can set the computer to never accept a hostname change. To do this, you will need to add a line to the computer's hostconfig file using the following procedure: Open the Terminal Enter the following command: sudo pico /etc/hostconfig Authenticate, scroll to the bottom of the file, and add the following line: HOSTNAME=Tophers-Desktop (Change "Tophers-Desktop" to your desired hostname--no spaces) Save the file and quit by pressing control-X, confirming the save with the "Y" key followed by "enter".
1 - 20 of 21 Next ›
Showing 20 items per page