





cat ssl.domain.crt origin_ca_rsa_root.pem >> ssl.domain.nginx.crt
listen 443 ssl;
listen [::]:443;
ssl on;
ssl_certificate /etc/nginx/ssl/ssl.domain.nginx.crt;
ssl_certificate_key /etc/nginx/ssl/ssl.domain.key;
insert the card to hiveos
farm->worker->overclocking->download vbios->save to local and save to farms
using windows with red bios editor
copy 1500 mhz’s timing to all mhz after 1500
and save
if you have more than 1 memory type on the card do it and save
go back to hiveos set the rig to maintain mode and flash bios and turn on force flashing and reboot
Open Terminal
~/Library/Android/sdk/platform-tools/adb shell ps | grep <com.xxx.xxx>
to get the pid of the packagname application
And open android studio
On logcat section tick on the pull down menu of regex
Select Edit Filter Configuration
and insert pid, PS: using package name to search is not work well with non-compiled project via android studio.
Recent Comments