Hyperion (Hyperion Cantos, #1) by Dan Simmons was last modified: July 15th, 2024 by
WebSockets on nginx
location /api/websocket {
proxy_pass ws://192.168.56.101:8123/api/websocket;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection “upgrade”;
}
location / {
proxy_pass http://192.168.56.101:8123/;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection “upgrade”;
}
WebSockets on nginx was last modified: July 15th, 2024 by
The Dispossessed
The Dispossessed was last modified: July 14th, 2024 by
StarXTerminator – RC Astro
StarXTerminator – RC Astro was last modified: July 13th, 2024 by
Happy People
Happy People was last modified: July 12th, 2024 by
Kenny Garrett
Kenny Garrett was last modified: July 12th, 2024 by
How to Setup DNS server using Bind9 on Ubuntu 16.04
Source: How to Setup DNS server using Bind9 on Ubuntu 16.04 – Alibaba Cloud Community
How to Setup DNS server using Bind9 on Ubuntu 16.04 was last modified: July 12th, 2024 by
Sim7600 power-on
This is the code for the power-on of sim7600e:
/**************************Power on Sim7x00**************************/
void Sim7x00::PowerOn(int PowerKey = powerkey){
uint8_t answer = 0;
Serial.begin(9600);
// checks if the module is started
answer = sendATcommand("AT", "OK", 2000);
if (answer == 0)
{
Serial.print("Starting up...\n");
pinMode(PowerKey, OUTPUT);
// power on pulse
digitalWrite(PowerKey, HIGH);
delay(500);
digitalWrite(PowerKey, LOW);
// waits for an answer from the module
while (answer == 0) { // Send AT every two seconds and wait for the answer
answer = sendATcommand("AT", "OK", 2000);
delay(1000);
}
Source: Sim7600 and arduino won’t connect – Using Arduino / Project Guidance – Arduino Forum
Sim7600 power-on was last modified: July 8th, 2024 by
Bolt Circle Diameter (BCD)
Bolt Circle Diameter (BCD) was last modified: July 7th, 2024 by
Толчница
https://mk.wikipedia.org/wiki/%D0%A2%D0%BE%D0%BB%D1%87%D0%BD%D0%B8%D1%86%D0%B0
Толчница was last modified: July 7th, 2024 by
Portulaca oleracea
Portulaca oleracea was last modified: July 7th, 2024 by
The Remarkable Science of Ancient Astronomy by Bradley E. Schaefer
https://www.goodreads.com/book/show/44170251-the-remarkable-science-of-ancient-astronomy
The Remarkable Science of Ancient Astronomy by Bradley E. Schaefer was last modified: July 6th, 2024 by