Posts

Showing posts with the label MAC

Concourse Installing and Setup [MAC and Windows]

Image
#  Councourse Setup --> Official Docs -  https://concourse-ci.org/ https:// your_concourse_url curl -Lo concourse https://github.com/concourse/concourse/releases/download/v3.10.0/concourse_darwin_amd64 && chmod +x concourse && mv concourse /usr/local/bin curl -Lo fly https://github.com/concourse/concourse/releases/download/v3.10.0/fly_darwin_amd64 && chmod +x fly && mv fly /usr/local/bin/ brew install postgres concourse --version fly --version Windows Windows If your local computer runs Windows, hit the  Windows key  on your keyboard, type  powershell , and hit  ENTER . In the window that appears, make a  bin  folder by typing: mkdir bin Next, move the  fly.exe  file from your  Downloads  folder to the new  bin  folder by typing: mv Downloads/fly.exe bin Check whether you have a PowerShell profile already available: Test-Path $profile If the respon...

How To Change MAC Address On Windows

Image
By Parth Today we will learn How to Change  MAC  Address  on Windows without using a tool. This tips and trick come after someone asking about How to Change  MAC  Address in Windows on our request tutorial page. what is  MAC  address? Wikipedia says: A media access control address ( MAC  address) is a unique identifier assigned to  network  interfaces for communications on the physical  network  segment. MAC  addresses are used as a  network  address for most IEEE 802  network  technologies, including Ethernet. Logically,  MAC  addresses are used in the media access control protocol sublayer of the  OSI reference model. Requirement: 1. Windows OS (7,  XP , etc) Step by step How to Change  MAC  Address on Windows: 1. Open our  command prompt  (press  windows  key + R  and type  cmd ). type ip...