How to : Factory Reset / Hard Reset your MacBook or re-install our OS X off the internet or completely erase your Mac before you sell it or give it away. Also how to fix your mac off the internet with just your mac and a Wifi connection. This is also how to do a clean install.
So the new hot gadget for your iPhone is the Phone Soap. Basically it's a gadget the you put your phone in and it will charge it an sanitize it with UV light the price tag is about $59 but if your looking for something unique to give yo anyone who has a Phone this could be cool.
So how long does it take to sanitize? The PhoneSoap 2.0 system disinfects your phone in less than 10 minutes the UV-C light used by the PhoneSoap 2.0 is scientifically proven to banish bacteria found on everything from door knobs, toilet seats, toilet handles, and dirty laundry
The device CHARGES ANY PHONE and the PhoneSoap 2.0 now fits larger phones and phablets like the iPhone 6s Plus, Samsung Galaxy S 7, Note 4, LG G3, and all phones under 6.8”L x 3.74”W x .78”H
How to Make a Boot Disk In Mac OS X Sierra - usb mac os x install disk - mac os boot disk - OS X recovery disk Where to download Diskmaker X http://diskmakerx.com/ What to name the Disk macOSSierra terminal Command sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/macOSSierra --applicationpath /Applications/Install\ macOS\ Sierra.app --nointeraction Where to get the Snorlax and Pokemon Usb Disks http://pokemongoquicktips.blogspot.com/2016/12/pokemon-snorlax-usb-flash-drive-16gb.html Re-Download the OS X installer from the App store Connect The USB drive Open Disk utility Name the disk macOSSierra Erase the thumb Drive - Mac OS Extended Journaled Open Terminal sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/macOSSierra --applicationpath /Applications/Install\ macOS\ Sierra.app --nointeraction Enter password Wait 1/2 hour while it creates the disk How to make a mac OSX installation disc How to Create a Mac OS X Install Disk disk maker x - free application to make a Mac Apple Recovery disk Where to download Mac OS Sierra that is missing from the App Store https://itunes.apple.com/us/app/macos-sierra/id1127487414?ls=1&mt=12
- Here is how to remove Malware and adware on your Mac
Here is a tutorial on the Best free and easy way to remove adware and malware on the Mac
https://www.malwarebytes.org/antimalware/mac/
Is your Mac running slow? Annoying adware, like pop-ups, or malware could be the problem.
Malwarebytes Anti-Malware for Mac scans for and removes code that degrades system performance
or attacks your system. Making your Mac, once again, your Mac.
What it does for you
Removes adware, such as Genieo, VSearch, and Vidx
Removes malware, including Trojans
Scans quickly
Simplifies program management through a clean, lean interface
How it works for you
Anti-adware
Anti-malware
Light footprint
Simple interface
Hi Everyone in todays video I am going to show you
How to get rid of Adware and Malware on your Mac
There is a free application out there called Malwarebytes
Called Anti Malware for Mac
and this application will work in Yosemite, Maverick, El Capitan which I can confirm it works
Because it removed Adware from my computer as well as all the way down to 10.7
So pretty much any Mac out there that your running
it will be able to remove the adware and Malware so
What exactly is Adware and Malware?
Well basically if you are opening up Safari and Google Chrome and you keep going to weird websites
That are not your default page and your getting popups
and your seeing an overall degradation in speed
14
on your computer you may have adware or malware on it and you may need to remove it
So this is an application that will scan your computer for free
and actually remove it and not cause any damage at all
so let's get started
How do you get this application and how does it work
Well the first thing you want to do is go to this website
and I will put this website in the comments
https://www.malwarebytes.org/antimalware/mac/
you definitely want to download the Malwarebytes Anti-Malware for the Mac
and you click on get my free download
and this is actually a full working free copy
it's not like it's going to have a timeout it continues to work
Once you download it, you will see it in your downloads folder
and it will be called MBAM-Mac
Once you see that in your downloads folder
Doubleclick on it and you will mount the dmg file on your desktop
and as you can see it popped up here your just going to simply click on it
and drag it into your applications folder and copy it
once it's copied double-click on the application folder
and look for the application called Malwarebytes anti malware
and double click on it and it will open
and once you do so you will see the screen the same one as I have on mine screen
the next step would be to click scan once it starts Scanning
it will scan all the known Malware that it has on file
and if it finds any you will see a pop up window
now in my case I already ran it and it actually did find one
and it removed it but here is an example
of what it might pop up afterwards
so this could be a pop up window that it shows
where the Malware is, all you would do is click on
remove selected items and that's all there is to it
You would be done, I would restart my computer afterwards
Just to make sure and run it one more time
at this point if you run it again your should get
No Malware found and that should be a perfect
working system, so at least you will know that whatever is wrong with your system
is at least not adware. This company used to be called
Adwaremedic and now they are called Malware bytes Anti Malware for the Mac
it's a terrific application for the Mac and I would highly recommend it
and let me know if it works for you
Please subscribe to my channel and like the video if it helped you out.
and Thanks for listening
Try them out at your own risk DISCLAIMER: Use these tips at your own Risk
What it does for you
Removes adware, such as Genieo, VSearch, and Vidx
Removes malware, including Trojans
Scans quickly
Simplifies program management through a clean, lean interface
How it works for you
Anti-adware
Anti-malware
Light footprint
Simple interface Disclaimer - use these tips and all Mac tips on this channel at your own risk.
How to Clear or Flush DNS Cache in Mac OS X Yosemite or El Capitan
sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder; say cache flushed
Basically the reason you do this is to fix an issue when you put in a name of a server or website in your browser or try to mount a server and it doesn't go to the right place. This clears the DNS cash and then it automatically rebuilds a new one with the accurate matching ip addresses.
In more detail OS X keeps a local cache of resolved DNS queries for a time defined by the DNS server. Sometimes it might be necessary to reset the cache immediately and re-query a DNS server. For example, you might need to do this if you are a network or server administrator and an entry on your DNS server has recently changed.
If your Mac isn't using the latest DNS entries from your server, you can restart your Mac to update its cached information. If you need to update DNS entries on a server using OS X and you can't restart the server, use the terminal commands below for the version of OS X you're using.
El Capitan and Yosemite
sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder; say cache flushed
Or
OS X Yosemite and later
Use the following Terminal command to reset the DNS cache in OS X v10.10.4 or later:
sudo killall -HUP mDNSResponder
Use the following Terminal command to reset the DNS cache in OS X v10.10 through v10.10.3:
sudo discoveryutil mdnsflushcache
OS X Mavericks, Mountain Lion, and Lion
Use the following Terminal command to reset the DNS cache in OS X v10.9.5 and earlier:
sudo killall -HUP mDNSResponder
Mac OS X Snow Leopard
Use the following Terminal command to reset the DNS cache in OS X v10.6 through v10.6.8:
To flush the DNS cache in OS X Yosemite and Mac OS X El Capitan
The reason you do this is to fix an issue when you put in a name of a server or website in your browser and it doesn't go to the right place. This clears the DNS cash and then it automatically rebuilds a new one with the accurate matching ip addresses.
Open the terminal and Run this command
sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder; say cache flushe
Tutorial on Wifi analyzer for mac - how to troubleshoot wifi interference problems - mac wifi monitor how to speed up your wifi on a Mac in el Capitan 10.11 Here is a tutorial on how to reduce the interference signal of your wifi on a Mac and get better speed as a result. wifi strength meter mac mac wifi analyzer mac wifi monitor network mac scanner wifi network analyzer free
IPhone 6 S Plus Unboxing and New Features :
Largest Iphone 5.5 inch Screen (4” Screen on the 5s)
A9 chip with 64-bit architecture
Embedded M9 motion coprocessor
Iphone 5 A7 chip Iphone 6 A8 - It's about 50 to 60 percent faster than the A8
has 2 gigs of Ram 1 gig 5S
Faster Processor (twice as fast) - Games run fast
Retina HD display and 3D Touch
3D Touch - force touch - Twitter
Touch ID is faster and more accurate
Has 240 fps support to the iPhone 5S's 120-fps at 720p record footage at 4K, slow motion is awesome!
Has touch ID and Apple Pay
iPhonographers
Two new cameras - front and rear cameras has better color and more details
The 5S boasts an 8MP rear sensor, but the 6S comes with an improved 12MP version
the selfie camera doesn’t have a flash but apple added a brighter screen to get a better pic
12mp and 5MP front - 8mp 1.2 front for better selfies
How to Back-up your Mac to an external drive using apple built in program called time machine. Learn how to back-up your MacBook Air laptop or desktop to and external drive using Time Machine.
If your hardrive died? Would you lose years of photos, music, videos, email and more? With external drives you can make a backup and with Time Machine (built into Mac OS X) it is so easy to set up.
They get placed on your mac in the downloads folder of the user account that your logged in as. To get to your downloads folder, click on the finder and select the go menuand select downloads.
This will download the full El Capitan upgrade installer into your Applications folder.
If the App Store tells you that you already have El Capitan installed, just press Continue.
5. If you want to make a back-up of the installer now is the time to do it as it get deleted after you install it. Just quit the installer look for it in your applications folder and copy it to another drive.
6. Now to reinstall just launch the installer and proceed with its instructions. You can use the installer to upgrade in place over your existing build.
7. When the installation is done and the system has rebooted, it should be running the latest released update, 10.11.4
Art Text comes with a collection of customizable shaders and photo textures that you can use to fill objects. Also apply a radial or linear gradient with up to three colors and apply a shadow, stroke, or glow. Shaders can be quickly customized by changing the color, bevel, light direction, and depth.
Bend and Warp Text
Make your Keynote presentations attract more attention by creating stylized headings for your slides. Using 24 different text transformations, you can bring text to life and give it a sense of motion and shape. Wrap text around objxects and bend and warp it to your heart's content!
Shape Library and Vector Editor
Take advantage of the library of over 600 fully customizable vector icons and shapes or draw your own using the powerful Vector Editor. Apply effects and fills to each of the shapes and combine them into complex objects thanks to Art Text's layer-based workflow and easy-to-use guides and layout tools.
Use these and tips at your own risk
Top Free Apps for the Mac 2016
one of Five Mac Apps You Should Be Using!
Hey everyone in today's video I'm going to talk about in art application that
can create logos application icons and buttons very quickly and easily now only
discovered this particular applicationcalled our texts too and it's made by
Belight software this year but after I used it I found it to be seamless it's
so easy to use you could design a logo or even just a
header for a brochure or even a simple application icon in like literally in a few minutes and you don't
really have to be a designer to be able to do it so if you are a developer and you need an app icon or if
you're doing FileMaker databases and you want to make
buttons for that it worked for that
logos brochure or headers anything so let's get started and show you how this thing
works and don't forget I will leave a little
link so that you'll be able to download
from the App Store so once you download
it you'll see this is the application
icon here if you're if it's already in
your Applications folder because you
downloaded from the App Store that's
fine if you go right to the belight
website and you download a free copy you can just drag it into your Applications
folder to install and then open it up so once you have it opens up and I do over
here let's just show you it'll start off
by opening up to this window once it
opens to this window you could actually
closed in and just go to file template
gallery here is where you can actually
choose a pre template for you to use and
it has all these different elements that
you can use and some of them are buttons
some of them are logos we're going to
pick a logo and actually redo it so I'm
gonna pick this logo here called gold
I'm going to click Choose and it's going
to open up as you can see the choices of
the different colors are right here so I
wanted to make it pink or orange and
there's quite a few blue let's say and
then if you go down to this window over
here you see the word gold you click on
it
you actually just can retype it so if I
wanted to type Mac that's all there is
to it and then I close it
and boom I have a logo now to export
this once you're finished with that all
you have to do is go down here and you
can either bring it to the clipboard and
use it to kind of paste into Word or
Adobe InDesign Photoshop or you can
share it and they have all of these
opportunities to share it into your
photos
put it in your messages use it on
Twitter or Facebook and over here you
can also save it as a file that you can
actually edit and place into various
documents so if you wanted to know how I
do the FileMaker I usually just save it
to a file and then I drag the file right
into FileMaker by inserting it if you
can use this also your web pages if
you're using it for design element you
can make it as a clipboard item or you
can make it as a file it's up to you now
besides having these different items
over here it also has a couple of items
here so you can change the texture so
you can switch around textures here and
also you can just do it with a color so
there's lots of options that you can do
and I have to say that the gold one
looks pretty awesome I like that one
there's also different styles so let's
say you liked something in this area
let's pick this one which says pink and
if you double click on that and we typed
the word Mac tips you can fit in there
now at this point they have kerning they
have line spacing care you have
additional shapes icons so a whole bunch
of things that you can do here you can
customize something yourself so they
have that area as well and let's take a
look at what do you do if things are
oversized right so as you can see over
here you have this to kind of bring down
just kind of the overall page size so
that you can see where you can grab this in to make
How to recover lost data from your mac hardrives that won't mount, or recover files that you threw away in the trash.
Where to download the free demo software for limited use
http://www.stellarinfo.com/mac-osx-re...
This third edition of Air Display lets you extend or mirror your Mac computer desktop or laptop onto an iPad or iPhone.
Some exciting new features:
USB: You can still communicate over Wi-Fi, which is very useful in some cases and allows you walk around untethered, but you can also plug in your dock connector and see screaming fast performance with no perceptible lag. This is great for using Air Display in locations with a hostile Wi-Fi network, like hotels, coffee shops, airplanes, and some corporate and campus networks.
Pressure: You can draw with your favorite pressure-sensitive stylus directly into a Mac app like Photoshop or Motion.
In Air Display 3, they have added support for all of the latest styluses. And on iOS 8, you don’t even need a stylus: just tilt your finger to simulate pressure changes.
Pinch-Zoom: You can use familiar gestures to zoom and pan, which is quite handy at Retina resolutions. It makes the iPhone a useful second display.
Speed: USB speeds up the Air Display connection a lot, but Air Display 3 also dramatically increases performance over Wi-Fi.
If you are selling your computer on ebay or craigslist or simply giving it away make sure your have erased your computer using a secure method. Also don't forget to de-authorize your Mac from Itunes before you do this. How to Wipe a Mac Clean to Sell/Give Away. Disclaimer - use these tips and all Mac tips on this channel at your own risk.
Top 3 Ways to make your Mac OS X Talk and Sing in El Capitain
Using TextEdit
1- Highlight some text
2- Go to to Edit menu
3- Select speech
4- Select Start Speaking
Say Command
1- say I love Mac Tips
2- say -v Fred “I love Mac Tips”
4- say -v Kathy -r 20 “I love Mac Tips”
5- say -v Daniel -f /users/shani/Desktop/prince.txt (control C to stop)
6- say -v Daniel -r 20 -o /Users/shani/Music/prince.aiff -f /Users/shani/Desktop/prince.txt
Make your Mac Sing
say -v Cellos "di di di di di di di di di di di di di di di di di di di di di di di di di di"
say -v Good "di di di di di di di di di di di di di di di di di di di di di di di di di di di di"
say -v Bad News "di di di di di di di di di di di di di di di di di di di di di di di di di di di di di di di di"
osascript -e 'say "Dum dum dee dum dum dum dum dee Dum dum dee dum dum dum dum dee dum dee dum dum dum de dum dum dum dee dum dee dum dum dee dummmmmmmmmmmmmmmmm" using "Pipe Organ"'
osascript -e 'say "Dum dum dee dum dum dum dum dee Dum dum dee dum dum dum dum dee dum dee dum dum dum de dum dum dum dee dum dee dum dum dee dummmmmmmmmmmmmmmmm" using "Hysterical"'
osascript -e 'say "oh This is a ponci song ponci song ponci song this is the ponsiano song ive ever ever heard So why keep you listening listening listening while you are supposed to hack to hack to hack to hack its because i hate bill gates hate bill gates hate bill gates its because i hate bill gates more than anything else No its because windows life windows life windows life and you better get a macintosh and iPod now" using "cellos"' #apple Use these tips at your own risk DISCLAIMER: Use these tips at your own Risk Disclaimer - use these tips and all Mac tips on this channel at your own risk.