Reiser4 FS update on SourceForge
16 Oct 2012 | Linuxconcealment wrote:
If you can find any name that's not related to murdering your wife, go for it. Bonus points if it's catchy.
Anonymous answered:
My vote for MRDRFS.a reply from tobiasly:
REDRUMFS. As long as you don't use it for mirroring, no one will know.A comment from serviscope_minor:
There's going to be a few off color jokes. May as well get started.Jeremiah Cornelius replied:
* It's a killer filesystem.
* My disk died. Was ReiserFS the murderer?
* It's more cutting edge than Reiser's knife.
Kernel merge expected
in 20 years to life.There are probably more jokes in the comments.
TeamAddins for MonoDevelop
21 Sep 2012 | MonoDevelop TFSTeamAddins does things similarly to what TFS does in Visual Studio, where it automagically checks out files when editing them and so on.
This plug-in is really awesome if you use TFS in your development environment. To use it simply fire up MonoDevelop, open up the MonoDevelop menu and choose Add-In Manager. Choose the Gallery tab, in the drop down menu choose Manage Repositories. In the new window press Add and fill out the URL with: http://www.teamaddins.com/monodevelop/3.0 Now refresh the repositories and a new item under Version Control called Team Foundatation Server Add-In should appear. Install this and you are ready to set up your workspace and TFS server connections.
Find more information on TeamAddins' web page.
MvvmCross: Binding Spinner in Mono for Android
28 Aug 2012 | MvvmCross Xamarin.AndroidThe relevant parts of my ViewModel look like this:
What I am trying to do is to bind the List of PublicSites to the spinner, and when I select one of these in the spinner it sets the SelectedSite.
The binding itself looks like this:
The two layouts simply contain a TextView each which binds the Text property to the DisplayName property in the NoiseSentinelDirectoryEntryV1 class, which holds the name of the Site, so no magic there. Here there are anyways and they should go into the Resources/Layout folder in your project: There is also a color selector used which is placed in Resources/Color:
Disable Narrator in Windows 8
27 Aug 2012 | WindowsSo here is what I did:
- Navigate to %systemroot%\System32
- In this folder a file called Narrator.exe is to be found
- Right click the file and choose Properties
- Choose the Security tab and press Advanced
- In the top of the window press Change to change the Owner permissions
- In the text field write your username and press OK to all the dialogs
Now you should be able to change the permissions of the file, this is where we remove all the permissions from your user and the user back to system, this way your user will not be able to start the Narrator.
- Right click the Narrator file again and choose Properties and Security tab
- Press Advanced
- Now that you are the owner you can change permissions for other users. Choose your own user and press Edit
- Remove the Read & Execute and Read permissions and press OK
- Now press Change in the top under Owner and write system in the text field
- Press OK to all dialogs
Now you should have removed all your permissions and changed the owner permissions the system, which means you cannot open the program anymore. When pressing the Win+Enter combination nothing should happen now. Enjoy!