This is my CS:GO config. Find me on ESEA, and at https://steamcommunity.com/id/jawn
-high -novid -console +exec autoexec.cfg
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| VAGRANTFILE_API_VERSION = "2" | |
| Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
| config.vm.box = "precise64" | |
| # The url from where the 'config.vm.box' box will be fetched if it | |
| # doesn't already exist on the user's system. |
| # Add this snippet to the top of your playbook. | |
| # It will install python2 if missing (but checks first so no expensive repeated apt updates) | |
| # [email protected] | |
| - hosts: all | |
| gather_facts: False | |
| tasks: | |
| - name: install python 2 | |
| raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal) |
This is my CS:GO config. Find me on ESEA, and at https://steamcommunity.com/id/jawn
-high -novid -console +exec autoexec.cfg
You should not use the Open SSH client that comes with Git for Windows. Instead, Windows 10 has its own implementation of Open SSH that is integrated with the system. To achieve this:
ssh-agent from Windows Services:Services in the Start Menu or Win+R and then type services.msc to launch the Services window;OpenSSH Authentication Agent in the list and double click on it;OpenSSH Authentication Agent Properties window that appears, choose Automatic from the Startup type: dropdown and click Start from Service status:. Make sure it now says Service status: Running.git config --global core.sshCommand C:/Windows/System32/OpenSSH/ssh.exe
| @echo off | |
| echo Virtualization must be disabled to use anti-cheat clients like FACEIT and ESEA | |
| echo. | |
| net session >nul 2>&1 | |
| if %ERRORLEVEL% EQU 0 goto :chchchchoices | |
| echo This script requires elevated privileges. Re-run as Administrator to continue | |
| goto :exit | |
| :chchchchoices |