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 4,262 other subscribers

Archive for May 8th, 2017

ext3 – How to tell the language encoding of a filename on Linux? – Server Fault

Posted by jpluimers on 2017/05/08

From ext3 – How to tell the language encoding of a filename on Linux? – Server Fault  [WayBack] I learned a few things:

  • filename encoding on Linux is undetermined – the file system just assumes a byte array of characters
  • FTP and SFTP suffer from this as well (SFTP is based on SSH which now prefers UTF-8 [WayBack])

A good default is UTF-8, but it’s never guaranteed.

Two tools can help to determine the encoding of a filename:

  • convmv [WayBack] converts filenames from one encoding to another
  • chardet (Python) The Universal Character Encoding Detector

–jeroen

Posted in *nix, *nix-tools, Development, Encoding, Power User, Software Development, UTF-8, UTF8 | Leave a Comment »

How to install apps which require iOS 6 on a 1st gen iPad – via: Ask Different

Posted by jpluimers on 2017/05/08

I knew there was a way, but just not exactly how until I read the below trick by Chad.

Unlike the first commenter who thinks the trick only works when you purchased the app when it still supported older iOS versions, the trick also works when you haven’t purchased an app before. I donated an old iPad 1 after wiping it clean. The above method allowed the new user to install for instance Google Drive and other apps (but not Google+: that one refused).

  1. On your iPad 1, go to: “Settings” ==> “Store” ==> under “Apps” make sure it says ‘OFF’.
  2. Go onto your computer (it doesn’t matter if you’re using PC or Mac) and open iTunes software.
  3. Then go to the iTunes store and download all the apps you want to be on your iPad.
  4. Ensure iTunes on the computer and your iPad are both signed into the same Apple ID, and the iPad is connected to internet.
  5. On your iPad go to App Store ==> Purchased ==> click on an individual app you want to install.
  6. Once you select install you’ll get a message pop up that says:”The current version requires iOS 6.1 or later, but you can download the last compatible version.”, choose “Download”

–jeroen

via: How to install apps which require iOS 6 on a 1st gen. iPad? – Ask Different

Posted in iOS, iPad, Power User | Leave a Comment »