Skip to main content

Posts

Alternative way of taking backup of Mac

We all know the great app created by Apple, that is Time Machine. It is a brilliant application that every user should have and use it. In case you can’t manage to use Time Machine as your backup tool, you might want to try an alternative way to take one time backup. Here is another way of taking backup of your Mac using Disk Utilities. We will use this tool to take image of your current volume which has OS in it and can be used for back up. This backup is better if you don’t have a dedicated hard drive but use it once a week or so. As soon as you get this drive, you take a backup and then can replace where you got it from. Taking backup of your machine is way enabled you to use the newly taken image as OS whenever your machine crashes or you get another machine and you want all the files to be as it is on your older one. Great feature, lets try and explore more.

The power of "Secure Trash" in OS X 10.6

Once you delete the item (files/ folder) it is moved to Trash bin. Now if you want to delete those items permanently, you can click Secure Trash in the latest version of Mac i.e. Snow Leopard. In the earlier versions of Mac OS X, this feature was termed as Empty Trash. Its the same process that you do by when you select Empty Recycle Bin on a Windows Operating System. The purpose of this post is to focus on how safe your data is, once you delete is permanently from your machine. As we all are aware of the data recovery methods available in the world of IT today where you can use third party utilities and recover the data even after it is deleted from the machine. Taking this into consideration, the security of your deleted data is too low which might cause loss of business or integrity. In order to tackle this, Apple has added a feature of 7-Pass Erase using which you can securely delete the data from the machine. In this process, it writes random data on the hard drive and dele

An introduction to Mac OS X Server

Mac OS X server is combination of Power and Style. It derives power from its strong UNIX base and the style comes from well known Apple GUI. This combination makes Mac OS X Server one of the robust server available in present time. Mac OS X Server is built on a fully compliant UNIX foundation. This battle-tested core provides the stability, performance, and security that organizations require. And full UNIX conformance ensures compatibility with existing server and application software. Mac OS X Server is the ideal platform for deploying groundbreaking enterprise applications and services. The kernel in Mac OS X Server provides superior thread management and affinity algorithms for efficient handling of multithreaded applications on the latest generation of Intel multicore processors. It also provides precise control of real-time processing requirements, allowing a user-level thread — even an unprivileged one — to precisely specify its requirements for time-sensitive operations

SlingPlayer lands on iPad

SlingPlayer Mobile for iPad was looking pretty slick when we saw a preview a couple weeks ago, and now, just like that, it's arrived at the App Store. Folks who already invested in the iPhone app might be a bit disappointed to find they need to fork out another $30 for the iPad version -- although they can keep using the iPhone app in "Compatibility Mode" if they'd like -- but Sling is touting new video quality levels for the iPad, that your iPhone can only dream of, to sweeten the deal. There's also a new program guide UI and other iPad-friendly tweaks. Check out that video preview after the break to learn more, or just hit up your local App Store and start downloading (it's rolling out in typical App Store fashion, which means it might take a few minutes to pop up in your particular iTunes). SlingPlayer Mobile for iPad is exactly what you think: a new iOS app that lets Slingbox Solo and Pro-HD owners watch and control their home TV and DVR from an iPa

Fixing Keychain issues – Advance Steps

Quite honestly, I think you’re putting the cart before the horse. Before tossing out the Keychain Access application I’d run through the steps necessary to cure whatever ails your keychain. For those tuning in at home, the first step is to launch Keychain Access and from the Keychain Access menu, choose Keychain First Aid. In the same-named window that appears, make sure the Verify option is enabled, enter your administrator’s user name and password, and click the Start button. If any entries appear in red, click the Repair button and click Start again. With a measure of luck, the red entries disappear and you’re left with nothing but black entries and keychains that perform as they should. If this doesn’t happen and you continue to have keychain problems, quit Keychain Access, go to your user folder /Library/Preferences, and move the com.apple.keychainaccess.plist file to the Desktop. This is Keychain Access’ preference file. If it’s corrupt it could be causing the problems you ex

How to hide MUD (Microsoft User Data) folder

Be it MUD folder or other folders, you can hide them using the following command provided you are registered as a Developer. Some applications like MS Office, Final Cut X etc create their own user data folder inside your Documents folder, which at times is irritating. Here are the steps that you have to follow in order to hide the folder. This command has to be executed in Terminal: SetFile -P -a V "~/Documents/Microsoft User Data/" Now once it is hidden all the apps which require those folders or files in those folders will be able to access it, it just that it is hidden. You can replace the path of the folder from what is mentioned above. If you want to see that folder back in your Documents folder, try following command in Terminal: SetFile -P -a v "~/Documents/Microsoft User Data/" This command works well, but the only drawback with this application is that it needs you to be a developer to use this. For any query / suggestion, Tweet on http:/

How to decipher .pcf files

Before I write this post, I am in conversation with Cisco personals about the legal implications of decrypting the CISCO Shared Secret or Group Passwords. Please bare with me for few days as I will complete this post as soon as I get green signal from Cisco! Thank you for your co-operation. Meanwhile you can drop me an Email if you need to discuss this topic with me: Laeeq.Humam@macmasters.net

Configuring VPN client on iPhone & Mac OS X 10.6

Today we are going to discuss the details of .pcf files and the way to configure it in iPhone or Mac. Once the configuration part is complete I will talk a little bit about how to decipher the .pcf file. You might be aware of the new option added in System Preferences under Network which is CISCO VPN. Yes, it means you don’t have to install the application if you need to connect to VPN. Indeed, Mac OS X is the most advance OS in today’s world – Oh we would discuss its greatness later on, lets talk about making the VPN work for you: On Mac OS X: Launch System Preferences Go to Network Now click on the plus ‘+’ sign (which is meant to create a new service) On the iPhone: Go to Settings Now go to General Under Network, select VPN   Now select Add VPN Configuration Enter the details in these fields from your .pcf file. To get the value that needs to be entered, you need to open your .pcf file which could be save on your machine. To know where the .pcf files

Find CISCO VPN profiles on a Mac

Once the CISCO VPN client is installed on the machine the profiles are automatically saved. In case you want to find where the VPN profiles are saved on Macintosh, you can peek at the following destination: /etc/CiscoSystemsVPNClient/Profiles/ /private/etc/opt/cisco-vpnclient/Profiles/ VPN can be configured on iPhones and Macs but you will be able to access the office network using VPN tunnel only when you have been provided sufficient privileges on your corporate Active Directory account. In order to get VPN access you may contact your IT Helpdesk . How to configure Cisco VPN on iPhone or Mac Understanding the .pcf files How to decipher .pcf files