1 00:00:00,150 --> 00:00:05,710 A lot of the tools we're gonna be using utilize a programming language called the go. 2 00:00:05,910 --> 00:00:08,640 So we need to install go on our machine. 3 00:00:08,640 --> 00:00:10,500 It's a little tricky but it's not that bad. 4 00:00:10,500 --> 00:00:19,020 So go ahead and go out to Google and we're going to search go Lang and we'll say download something 5 00:00:19,020 --> 00:00:27,040 along these lines and then we can go to downloads the go programming language right here and we're going 6 00:00:27,040 --> 00:00:29,830 to download the Linux version. 7 00:00:29,850 --> 00:00:38,080 OK so we're going to download Linux and it's going to be M.D. sixty 64 right here or right up here. 8 00:00:38,080 --> 00:00:46,330 So go ahead and get that downloaded and we're going to save this save right to my downloads folder and 9 00:00:46,330 --> 00:00:48,070 if yours takes a minute that's OK. 10 00:00:48,070 --> 00:00:50,770 Go ahead and pause if you need to. 11 00:00:50,780 --> 00:01:01,740 So now I'm going to open up a terminal and I am going to C.D. into the downloads folder and I am going 12 00:01:01,740 --> 00:01:06,040 to now tar X V.F.. 13 00:01:06,060 --> 00:01:11,900 So we're going to extract the tar of the go we've got I've downloaded this before. 14 00:01:11,930 --> 00:01:19,480 So five point Linux whatever your version is here and we're going to put this to user local. 15 00:01:19,600 --> 00:01:19,960 OK. 16 00:01:19,980 --> 00:01:20,790 Just like this 17 00:01:24,060 --> 00:01:29,830 and that will take just a second to extract once it's extracted we need to change the owner of this 18 00:01:29,830 --> 00:01:30,890 directory. 19 00:01:30,970 --> 00:01:36,650 So we're gonna say C H own like this change owner and we'll do capital R. 20 00:01:36,880 --> 00:01:44,710 We'll say root root just like this is going to be user local go just like this. 21 00:01:44,740 --> 00:01:45,420 OK. 22 00:01:45,870 --> 00:01:47,950 Then we'll hit enter. 23 00:01:47,950 --> 00:01:53,680 Now we also have to make sure that our pads are set correctly. 24 00:01:53,890 --> 00:01:57,640 So we're going to do the following here. 25 00:01:57,760 --> 00:02:04,120 We're going to say get it and we're going to do that profile like this 26 00:02:07,020 --> 00:02:08,430 at the bottom. 27 00:02:08,430 --> 00:02:14,400 We're going to actually put in here we're going to say export and you can ignore this current line we'll 28 00:02:14,400 --> 00:02:25,780 say export go path equals dollar sign home slash go. 29 00:02:25,940 --> 00:02:26,480 All right. 30 00:02:26,480 --> 00:02:34,580 And then on top of this we're going to say export and we're gonna say path equals dollar sign path and 31 00:02:34,580 --> 00:02:44,400 then we're actually just going to call out go path here with the say Go path slash been so it's just 32 00:02:44,400 --> 00:02:48,340 going to go to Home slash go slash bean. 33 00:02:48,600 --> 00:02:49,120 All right. 34 00:02:49,680 --> 00:02:58,020 So now we can go ahead and say that once we have that ready to go and to update our profile all we got 35 00:02:58,020 --> 00:03:04,340 to do is do a dot and then just like this. 36 00:03:04,540 --> 00:03:04,930 OK. 37 00:03:04,930 --> 00:03:08,260 And now we can echo the path and make sure that that is correct. 38 00:03:08,290 --> 00:03:15,440 So let's echo path here and we can see that the go workspace is here. 39 00:03:15,570 --> 00:03:17,730 We've got go work space and we've got to go Ben. 40 00:03:17,730 --> 00:03:23,010 So we're going to go ahead and just type and go and you see go available to you. 41 00:03:23,010 --> 00:03:31,980 Now so go ahead and type and go version and you can see one point 1 3 5 which is what we just install 42 00:03:32,930 --> 00:03:37,820 so that is it your go should look just like this. 43 00:03:37,820 --> 00:03:43,760 So in the next video we're going to start installing tools and utilizing them one by one and we're going 44 00:03:43,760 --> 00:03:49,670 to build a script as we go to kind of automate the process so we can Gilbert's scripting down and we 45 00:03:49,670 --> 00:03:54,240 can get a little bit of automation down as well as learning some tools along the way. 46 00:03:54,260 --> 00:03:57,650 So I'll catch you over in the next video and we start talking about asset finder.