sudo nano /private/etc/hostsYou can probably figure out the rest from there.
sudo nano /private/etc/hosts
All I wanted was to show today's date on a screen. It took a few minutes of Googling to put the pieces together.
Here's the short and skinny: <TextBlock Text="{Binding Source={x:Static System:DateTime.Now}, StringFormat=\{0:MM/dd/yyyy\}}"></TextBlock><Window x:Class="WpfApplication3.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:System="clr-namespace:System;assembly=mscorlib"> <TextBlock Text="{Binding Source={x:Static System:DateTime.Now}, StringFormat=\{0:MM/dd/yyyy\}}"></TextBlock></Window>Dimcasts.Expect(x => x.ToLearn()).Something.New()