Hey everyone,
Just a quick one, how to redirect to root from a controller:
return Redirect(Url.Content("~/"));
For more info, checkout this Stackoverflow post: http://stackoverflow.com/a/10292039/522859
Hey everyone,
Just a quick one, how to redirect to root from a controller:
return Redirect(Url.Content("~/"));
For more info, checkout this Stackoverflow post: http://stackoverflow.com/a/10292039/522859
Just a quick post on how to browse folders as root in Ubuntu. Simply enter the following:
chris@chris-VirtualBox:/etc$ sudo nautilus
Once you’re in there you can view hidden files by pressing Ctrl+H.
If, like me, you’re coming from a Windows background – this may make things a little easier. Leave a comment below if you have any more useful tips!