The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,839 other subscribers

Archive for the ‘Apple’ Category

smallestdotnet.com via: shanselman/SmallestDotNet (thanks @shanselman)

Posted by jpluimers on 2014/03/29

Brilliant piece of open source:

SmallestDotNetSmallestDotNet.com is a single page site that does one thing. It tells you the smallest, easiest download you’d need to get the .NET Framework on your system.

Even on Mac OS X it is helpful and recommends Mono and on iOS it recommends looking at MonoTouch.

Thanks Scott Hanselman for making this available!

–jeroen

via:

Posted in .NET, .NET 1.x, .NET 2.0, .NET 3.0, .NET 3.5, .NET 4.0, .NET 4.5, Apple, Development, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.4 Tiger, Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, OS X 10.8 Mountain Lion, OS X 10.9 Mavericks, Power User, Software Development, Windows, Windows 7, Windows 8, Windows 8.1, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows XP | Tagged: , | Leave a Comment »

osx – Midnight Commander (MC) installer for Mac OS X – Super User

Posted by jpluimers on 2014/03/28

Must have on a Mac when you use terminal; either installation way is fine. I got mc from louise, as that was the first one I found.

osx – Midnight Commander (MC) installer for Mac OS X – Super User.

–jeroen

Posted in Apple, Linux, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.4 Tiger, Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, OS X 10.8 Mountain Lion, Power User | Leave a Comment »

*nix: recursively listing “hidden” files from the current directory

Posted by jpluimers on 2014/03/25

As a follow up on my recent rsync on ESXi 5.1 post, as – when rsync in ESXi terminates the hard way because of a lost SSH connection – rsync can leave “hidden” files behind.

A small script that recursively shows the hidden files (those starting with a dot) starting from the current directory:

find . -iname ".*"

More of those (including deleting them, filtering for only files or only directories, etc) are at Linux / UNIX: Bash Find And Delete All Hidden Files Directories.

Note: don’t try to outsmart using something like piping through grep "\/\." as that will also match files who’s parent directories are hidden.

–jeroen

via:

Posted in *nix, Apple, bash, Development, ESXi4, ESXi5, ESXi5.1, ESXi5.5, Linux, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.4 Tiger, Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, OS X 10.8 Mountain Lion, OS X 10.9 Mavericks, Power User, Scripting, Software Development, SuSE Linux, VMware, VMware ESXi | Tagged: , | Leave a Comment »

How to copy a file with I/O errors? (via: Not a complete failure » Blog Archive)

Posted by jpluimers on 2014/03/24

Blast from the past, and happy I found back the original blog that pointed me to this: Not a complete failure » Blog Archive » How to copy a file with I/O errors?.

A long while ago, I helped out a friend with a HDD that was partially working. He neede the bits of a file that had become unreadable by regular means.

dd to the rescue: it takes a lot longer, but gets the job done eventually. Eventually can be T+eternity.

Note that you always should copy such a file to another drive, like described in the above blog.

Something like this (the parameters are explained at the dd man page):

dd if=/mounting-path/directory-path/damaged.mp4 of=resurrected.mp4 conv=noerror,sync

Usually for creating disk images, dd works on *n*x, Mac OS X, Windows with for instance Cygwin, ESXi, etc.

See also: linux – Rescuing a hdd with bad sectors: dd vs gddrescue – Super User.

–jeroen

via: Not a complete failure » Blog Archive » How to copy a file with I/O errors?.

Posted in *nix, Apple, Cygwin, ESXi4, ESXi5, ESXi5.1, ESXi5.5, Linux, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.4 Tiger, Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, OS X 10.8 Mountain Lion, OS X 10.9 Mavericks, Power User, SuSE Linux, VMware, VMware ESXi | Leave a Comment »

itunes keeps opening on its own (via: Apple Support Communities)

Posted by jpluimers on 2014/03/24

Just had this occur on my machine: iTunes kept popping up like very 30 seconds (also resuming the radio channel I was listening to before), while I was watching some YouTube archived web casts.

After reading itunes keeps opening on its own: Apple Support Communities, I new what could cause it:

I remember bringing another set of headphones (the final Sennheiser from a bunch I bought a long while back also had diminished its sound volume by more than 70%).

The contact plug had been in the air for a while, so the connector had built up some thin corrosion on it making the connection flaky. Cleaning the plug fixed it.

Apparently, that simulates signals which your Mac uses to detect if your headset has a remote control on it, then automagically starts iTunes for you.

–jeroen

via: itunes keeps opening on its own: Apple Support Communities.

PS: Researching this issue I found how somebody modded his headset cable to allow for a good Mic/Headphone combination.

If your jack has gotten dirty on the inside, follow these steps to clean it.

And yeas, I know that liquids usually make corrosion go much faster, so be careful taking your device for a run.

Posted in Apple, Mac, MacBook, MacBook Retina, Power User | Leave a Comment »

Apple Tips: Setting-up a new Mac from an old one or its Backups Transferring files from one User Account to another

Posted by jpluimers on 2014/03/24

Time consuming, but works:

Apple Tips: Setting-up a new Mac from an old one or its Backups Transferring files from one User Account to another.

–jeroen

Posted in Apple, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.4 Tiger, Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, MacBook, OS X 10.8 Mountain Lion, Power User | Leave a Comment »

Make terminal window open with fixed size and position – Mac-Forums Discussions for Apple Products & Services

Posted by jpluimers on 2014/03/17

On the Mac terminal window:

Size yes, position no.

Size can be set in Preferences>Settings>ThemeYouUse>Window>Window Size

Take a look at this for the fold/unfold,

TotalTerminal is a system-wide terminal accessible via a hot-key

–jeroen

via: Make terminal window open with fixed size and position – Mac-Forums Discussions for Apple Products & Services.

Posted in Apple, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.4 Tiger, Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, OS X 10.8 Mountain Lion, Power User | Leave a Comment »

TheBookYard : UK Apple spare parts specialist

Posted by jpluimers on 2014/03/16

Interesting: TheBookYard : UK Apple spare parts specialist.

via: Macbook white thingy below keyboard button is broken – Ask Different.

Posted in Apple, Keyboards and Keyboard Shortcuts, Mac, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, Power User | Leave a Comment »

Apple I Cassette Interface Documentation at bitsavers (Apple 1, not Apple 2); #6502, @IlRoberto, @mos65o2

Posted by jpluimers on 2014/03/15

The BitSavers /pdf/apple/apple_I directory now contains a PDF of the Apple I Cassette Interface Documentation.

Awesome history (:

It even has this very old Apple address on it:

 

APPLE COMPUTER COMPANY
770 Welch Road,
Suite 154
Palo Alto,
California 94304
Phone: (415) 326-4248 

 

(both the address and phone now have different owners now).

–jeroen

 

Posted in Apple, BitSavers.org, History, Power User | Leave a Comment »

Interesting: HotspotShield (VPN for iPhone/Mac/Windows to Access Blocked Sites; Surf Anonymously)

Posted by jpluimers on 2014/03/14

Interesting: HotspotShield VPN to surf from a USA IP address.

There is a free version with ads, and a payed version without ads.

Probably more services like this exist, but this has been working for me.

Yup there are:

–jeroen

via: Download Free VPN for iPhone, Mac and Windows to Access Blocked Sites & Surf Anonymously.

Posted in Apple, iOS, iPad, iPhone, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.4 Tiger, Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, OS X 10.8 Mountain Lion, Power User, Windows, Windows 7, Windows 8, Windows Vista, Windows XP | Leave a Comment »