net use O: https://d.docs.live.net/{cid}/ /savecred /p:yes
Detailled tuto here
| public class AudioManager : MonoBehaviour { | |
| // Your audio clip | |
| public AudioClip MusicClip; | |
| // the component that Unity uses to play your clip | |
| public AudioSource MusicSource; | |
| // Use this for initialization | |
| void Start () { |
| #NoEnv | |
| #NoTrayIcon | |
| #SingleInstance ignore | |
| ; The path to Skype's executable | |
| skypePath := "C:\Program Files (x86)\Skype\Phone\Skype.exe" | |
| ; Used to identify Skype's main window | |
| skypeWin := "ahk_exe Skype.exe ahk_class tSkMainForm" | |
| ; The X coordinate of all the status buttons | |
| statusXCoord := 56 |
net use O: https://d.docs.live.net/{cid}/ /savecred /p:yes
Detailled tuto here
| <profiles> | |
| <profile> | |
| <id>dev</id> | |
| <activation> | |
| <activeByDefault>true</activeByDefault> | |
| </activation> | |
| <build> | |
| <plugins> | |
| <plugin> | |
| <groupId>org.liquibase</groupId> |
To install macOS High Sierra 10.13.5 on a virtual machine using VMware:
➦ https://www.youtube.com/watch?v=-Uf9-6SPiMY
Article ➦ https://www.sysnettechsolutions.com/en/vmware/download-vmware-unlocker-2-1-1/
First of all, we are going to store all the data in a Docker shared volume, called openvpn_data.
To initialise the OpenVPN configuration and CA:
$ docker run -v openvpn_data:/etc/openvpn --rm evolvedm/openvpn-rpi ovpn_genconfig -u udp://your-vpn.address.com
$ docker run -v openvpn_data:/etc/openvpn --rm -it evolvedm/openvpn-rpi ovpn_initpki
To start daemon (and auto-restart it):
Here is an overview of what is contained in a PS2 ROM (including TOOL, DESR/PSX, ps2emu/ps2gxemu/ps2softemu (PS3), System 246 and System 256).
An updated version is available here: https://www.psdevwiki.com/ps2/index.php?title=Bios
Download, but don't run, the Sierra installer from the Mac App Store. This places the installer at
/Applications/Install\ macOS\ Sierra.app/.
Now run the following commands to build a suitable VM image from the installer:
git clone https://github.com/jonanh/osx-vm-templates
cd osx-vm-templates/packer
sudo ../prepare_iso/prepare_vdi.sh -D DISABLE_REMOTE_MANAGEMENT -o macOS_10.12.vdi /Applications/Install\ macOS\ Sierra.app/ .
| $ git remote rm origin | |
| $ git remote add origin git@github.com:aplikacjainfo/proj1.git | |
| $ git config master.remote origin | |
| $ git config master.merge refs/heads/master |
| Windows Registry Editor Version 5.00 | |
| ; Delete directories under HKEY_CURRENT_USER\Console, then run this | |
| ; Examples: https://gist.github.com/P4/4245793 | |
| [HKEY_CURRENT_USER\Console] | |
| "WindowAlpha"=dword:000000cd | |
| "DefaultBackground"=dword:00000000 | |
| ; black dgray | |
| "ColorTable00"=dword:00141414 |