MR staff that doesn't read the MR news, it happens 🙂I was unaware of that, do you have any links that detail this?
Thanks
I did just that ... to no avail (unfortunately)The long way to show hidden Mac OS X files is as follows:
- Open Terminal found in Finder > Applications > Utilities.
- In Terminal, paste the following: defaults write com.apple.finder AppleShowAllFiles YES.
- Press return.
- Hold the 'Option/alt' key, then right click on the Finder icon in the dock and click Relaunch.
The long way to show hidden Mac OS X files is as follows:
- Open Terminal found in Finder > Applications > Utilities.
- In Terminal, paste the following: defaults write com.apple.finder AppleShowAllFiles YES.
- Press return.
- Hold the 'Option/alt' key, then right click on the Finder icon in the dock and click Relaunch.
Well, that is indeed the long way of achieving it.
Try pressing CMD + SHIFT + . (dot) in the Finder.app. It toggles hidden files. Quicker and easier.
You should have gotten a "Your Little Flocker Registration Key" email. You should find the <yourname>.littleflockerlicense file attached to it. That's your license.I did just that ... to no avail (unfortunately)
After downloading the <yourname>.littleflockerlicense from your email, it should not be hidden/starting with a dot.Thanks for that tip. That indeed works great. My concern though is to make Little Flocker Registration procedure see (recognize) the License Key which is in a hidden file (beginning with a dot). It just won't see it.
Thanks for that tip. That indeed works great. My concern though is to make Little Flocker Registration procedure see (recognize) the License Key which is in a hidden file (beginning with a dot). It just won't see it.
You should have gotten a "Your Little Flocker Registration Key" email. You should find the <yourname>.littleflockerlicense file attached to it. That's your license.
I received a license indeed called ".littleflockerlicense" (without <yourname> before the dot.
Could "your name" be my email address (or my name) and how can I rename a file that starts with a dot ?
<yourname> was just a placeholder for something like your name 😉I received a license indeed called ".littleflockerlicense" (without <yourname> before the dot.
Could "your name" be my email address (or my name) and how can I rename a file that starts with a dot ?
<yourname> was just a placeholder for something like your name 😉
There is no difference at all between renaming a hidden file or a visible file.
Just right-click at the file, click Rename and remove the . (dot) at the front, press enter.
Voila. The file should not be hidden anymore.
Glad you got it to work.You led me on the right path and I succeeded in registering it. They probably forgot to add my name before the dot. Thank you again. It is indeed unfortunate that this program will not be supported any more. I have version 1.4.8 (4a1), do you know where I can find the last version (1.6.4 ) ?
Well, that is indeed the long way of achieving it.
Try pressing CMD + SHIFT + . (dot) in the Finder.app. It toggles hidden files. Quicker and easier.
Glad you got it to work.
Sure. You may find the last version at this place https://github.com/caskroom/homebrew-cask/issues/31388#issuecomment-293266272
It is now nearly end of June and I have heard nothing from anyone about this product or any updates or replacement product for existing users, any chance someone knows what is happening or are we left high and dry ?Thanks for the update, looking forward to where you will take what is already a useful product
I did just that ... to no avail (unfortunately)2. In Terminal, paste the following: defaults write com.apple.finder AppleShowAllFiles YES.
Entirely too late, but this is for anyone arriving here later still. PinkyMacGodess’s advice is almost perfect, there’s just a stray dot at the end of that command, the defaults tool takes a command (write, read, or delete) then there’s the domain (com.apple.finder), the key (AppleShowAllFiles) and finally the value, and in this instance the value is just a boolean YES or NO.
The Finder can be restarted from the command line too. And glue it together with a double ampersand:
defaults write com.apple.finder AppleShowAllFiles YES && killall Finder
And to reverse that, just use the delete command:
defaults delete com.apple.finder AppleShowAllFiles && killall Finder
(Loads more can be found by reading the manual at the command line: man defaults)
Isn't it 'defaults write com.apple.finder AppleShowAllFiles NO && killall Finder'?
Yes, you could do that, but then there’s just a preference set in the plist that need not be there. Check out the manual page, it’s what delete is there for.
Removing the preference altogether would also automatically opt you back into any change that Apple makes in the future (not in this example as we can be sure Apple aren’t going to reverse this option, but with any other prefs it would).
It is now nearly end of June and I have heard nothing from anyone about this product or any updates or replacement product for existing users, any chance someone knows what is happening or are we left high and dry ?
Thanks 🙂
We will be contacting all of you existing LF customers via email hopefully still this week, based on the customer list we were provided. More information in the email, but basically you will have access to F-Secure XFENCE so no worries.
[doublepost=1491990536][/doublepost]
No need to do anything yet, we have the contact list and as mentioned above, will contact you soon 🙂