§ 04 Writing, page 4

42 pieces Newest first

  1. Mounting Network Drives with C#.net First off, big thanks to aejw for making my life a lot easier by writing an awesome class to make this possible.Download the project files from here, extract cNet... 1 min
  2. C#.net Check if user is in Active Directory Group Here is a simple c#.net function to see if a user is in a AD group.Be sure to add the Directory Services as a reference to your project and use:using System.DirectoryServices.Ac... 1 min
  3. Networking 101 | Document everything Documentation is you friend. In fact it is so important that you should have you documentation done before you begin, and check it oven to ensure it's accuracy. 1 min
  4. Jenkins (Hudson) on Ubuntu 10.04 LTS This is VERY simple. Don't be afraid of using this alternate repo for your Ubuntu Server. As of now, it doesn't seem to update any other software other than Jenkins itself. Howe... 1 min
  5. Format and Mount EBS in Ubuntu Once you have a server up and running with an extra disk, you'll need a few extra steps to get that disk ready for use. *Note: This is for the official Ubuntu 10.04 LTS AMISSH i... 1 min
  6. SSH to AWS, Quick and dirty So, you've got your EC2 instance up and running? Lets SSH into it.When you were creating your EC2 instance you should have downloaded a file called something.pem . This is the s... 1 min