Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
cd ~/Library/LaunchAgents
launchctl unload com.t1t.t1c.api.plist...
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
...launchctl load com.t1t.t1c.api.plistsudo defaults write /Library/Preferences/com.apple.security.smartcard useIFDCCID -bool yesdefaults read /Library/Preferences/com.apple.security.smartcard.plist useIFDCCIDhe domain/default pair of (/Library/Preferences/com.apple.security.smartcard.plist, useIFDCCID) does not existsudo defaults write /Library/Preferences/com.apple.security.smartcard useIFDCCID -bool no

sudo softwareupdate --install-rosettanetsh int ipv4 show dynamicport tcpProtocol tcp Dynamic Port Range
---------------------------------
Start Port : 49152
Number of Ports : 16384netsh interface ipv4 show excludedportrange protocol=tcpProtocol tcp Port Exclusion Ranges
Start Port End Port
---------- --------
53180 53189 *
* - Administered port exclusions.netsh int ipv4 delete excludedportrange protocol=tcp startport=51980 numberofports=10net stop winnat // stop
net start winnat // startnetsh int ipv4 set dynamic tcp start=54000 num=10511// open the host file (write enabled)
// use your own editor of choice
sudo nano /etc/hosts##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost// add these line
127.0.0.1 t1c.t1t.io
127.0.0.1 localhostc:\Windows\System32\Drivers\etc\hosts# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
# localhost name resolution is handle within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost// add these line
127.0.0.1 t1c.t1t.io
127.0.0.1 localhostGet-DnsClientServerAddressSet-DnsClientServerAddress -InterfaceIndex {your_interface_ref_number} -ServerAddresses ("8.8.8.8","1.1.1.1")
sudo defaults write /Library/Preferences/com.apple.security.smartcard useIFDCCID -bool yesdefaults read /Library/Preferences/com.apple.security.smartcard.plist useIFDCCIDhe domain/default pair of (/Library/Preferences/com.apple.security.smartcard.plist, useIFDCCID) does not existsudo defaults write /Library/Preferences/com.apple.security.smartcard useIFDCCID -bool nocore.readersExcludeByName("Bit4id", callback);{
"data": [
],
"success": true
}C:\Windows\SysWOW64\vcruntime140.dllComputer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\X64







<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.t1t.t1c.acc.api</string>
<key>Program</key>
<string>/Users/michallispashidis/Library/Application Support/Trust1Team/Trust1Connector-Acceptance/t1c-acc-api</string>
<key>ProgramArguments</key>
<array>
<string>/Users/michallispashidis/Library/Application Support/Trust1Team/Trust1Connector-Acceptance</string>
<string>-f</string>
...
<string>-x</string>
<string>51883</string>
<string>--log</string>
<string>none,t1c_rust_api=info</string>
<string>--env</string>
<string>prod</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
<string>none,t1c_rust_api=info</string><string>none,t1c_rust_api=debug</string>










