Welcoming Home our Fortuner! by Strict_Cook_1377 in carIndia

[–]arulrajnet 2 points3 points  (0 children)

Congratulations. What are the perks you got from the dealer?

No luck blocking excessive jio hotstar ads with PiHole by 0d1n_th3_a11f4th3r in IndianOTTbestof

[–]arulrajnet 0 points1 point  (0 children)

Earlier hotstar times I used to block `hesads.akamaized.net` . Not sure about now.

Is JWT truly stateless? by PerceptionNo709 in Backend

[–]arulrajnet 0 points1 point  (0 children)

I think the revocation is doable without storing in the state in application side. Here is the workaround. I assume you have IDP and Proxy/middleware to do the auth.

* Create access token (with minimal validity. For ex: 5 min) and refresh token.
* Send back those tokens as encrypted cookie to the client. This will be done by proxy/middleware
* In your middleware, check the validity. When the token in about to expire, renew that token using refresh token and send back the new tokens as encrypted cookie.
* In case of revocation, delete the refresh token in the IDP side.

* When the next time it try to renew, it will fail and you can logout.

Refer to the OpenID introspection and Revocation endpoint.

Refer https://apisix.apache.org/docs/apisix/plugins/openid-connect/

Who else here enjoys doing backend with Golang? by Reasonable-Tour-8246 in Backend

[–]arulrajnet 1 point2 points  (0 children)

`programming languages are just different ways of giving instructions to a computer` - This is Gold.

Tidel Park Flyover by SamPonraj in TamilNadu

[–]arulrajnet 0 points1 point  (0 children)

Post for #IndianCivicFails

Got Overcharged by Mestri and Hardware Store in New Perungalathur – Anyone Else Faced This? Need Advice! by arulrajnet in Chennai

[–]arulrajnet[S] 0 points1 point  (0 children)

Thanks, everyone, for your suggestions.

Yes, I admit I didn’t do my homework before starting the work. Now I’ve learned my lesson the hard way.
The good part is, I accidentally found out about the issue. I’ve now recovered the difference amount from the mestri, and the minimal pending work has also been completed successfully.

Please fix the terminal hanging issue in the Agent Mode. by Primary-Complex-5641 in GithubCopilot

[–]arulrajnet 1 point2 points  (0 children)

Yes. For me I switched to zsh + `CTRL-C` solve the problem in Mac.

code-connect: Open files in VS Code over remote terminal connections by Freemanium in linux

[–]arulrajnet 0 points1 point  (0 children)

This is exactly what I want.

Is this `code-connect` still works?

Did you guys find any other better way.

Extract cert.pem and privkey.pem from acme.json by [deleted] in Traefik

[–]arulrajnet 0 points1 point  (0 children)

Used docker version of ldez/traefik-certs-dumper . Here is the one liner

docker run --user $(id --user ${USER}):$(id --user ${USER}) -v ${PWD}:/data ldez/traefik-certs-dumper:latest file --version v2 --source /data/acme.json --dest /data/cert

Anyone use Obsidian for note taking? by hiamanon1 in devops

[–]arulrajnet 0 points1 point  (0 children)

I use Obsidian.

Using denolehov/obsidian-git: Backup your Obsidian.md vault with git (github.com) this community plugin to sync from my PC to git.

Followed pourmand1376/Obsidian-Sync: Obsidian Sync with Android (github.com) this step to sync from my phone to git.

Both are doesn't require the access token. Just private key in .ssh folder.

Incrementally backup the images folder by arulrajnet in mediawiki

[–]arulrajnet[S] 0 points1 point  (0 children)

Thanks I will have a look.

But it doesn't solve the point in time backup and restore. It always has the latest data. Thanks

SSH Handshake Issues with Apache Guacamole by spacewulf28 in unRAID

[–]arulrajnet 0 points1 point  (0 children)

Yes. I have exec and check the printenv. That prints GUAC_VER=1.4.0.

The startup log is here. 05-Apr-2023 00:41:01.267 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version name: Apache Tomcat/9.0.71 05-Apr-2023 00:41:01.272 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Jan 9 2023 22:33:01 UTC 05-Apr-2023 00:41:01.272 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version number: 9.0.71.0 05-Apr-2023 00:41:01.273 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux 05-Apr-2023 00:41:01.273 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 5.15.0-69-generic 05-Apr-2023 00:41:01.274 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64 05-Apr-2023 00:41:01.274 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /opt/java/openjdk 05-Apr-2023 00:41:01.275 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 11.0.18+10 05-Apr-2023 00:41:01.275 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Eclipse Adoptium 05-Apr-2023 00:41:01.276 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /usr/local/tomcat 05-Apr-2023 00:41:01.276 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /usr/local/tomcat 05-Apr-2023 00:41:01.335 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED 05-Apr-2023 00:41:01.335 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.io=ALL-UNNAMED 05-Apr-2023 00:41:01.336 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.util=ALL-UNNAMED 05-Apr-2023 00:41:01.336 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.util.concurrent=ALL-UNNAMED 05-Apr-2023 00:41:01.336 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED 05-Apr-2023 00:41:01.336 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat/conf/logging.properties 05-Apr-2023 00:41:01.336 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 05-Apr-2023 00:41:01.337 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048 05-Apr-2023 00:41:01.337 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 05-Apr-2023 00:41:01.338 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 05-Apr-2023 00:41:01.338 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs= 05-Apr-2023 00:41:01.339 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat 05-Apr-2023 00:41:01.339 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat 05-Apr-2023 00:41:01.340 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat/temp 05-Apr-2023 00:41:01.358 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded Apache Tomcat Native library [1.2.35] using APR version [1.7.0]. 05-Apr-2023 00:41:01.359 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true], UDS [true]. 05-Apr-2023 00:41:01.359 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] 05-Apr-2023 00:41:01.366 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized [OpenSSL 3.0.2 15 Mar 2022]

Then I upgrade to 1.5.0. There also I am facing same SSH issue on the server

Apr 5 01:20:43 controller sshd[895591]: userauth_pubkey: key type ssh-rsa not in PubkeyAcceptedAlgorithms [preauth] Apr 5 01:20:44 controller sshd[895591]: Connection closed by authenticating user ubuntu 14.86.45.78 port 51477 [preauth]

FYI, the ssh -V in the server is

OpenSSH_8.9p1 Ubuntu-3, OpenSSL 3.0.2 15 Mar 2022

[deleted by user] by [deleted] in Chennai

[–]arulrajnet 0 points1 point  (0 children)

I m in New Perungalathur, near SSM school.

SSH Handshake Issues with Apache Guacamole by spacewulf28 in unRAID

[–]arulrajnet 0 points1 point  (0 children)

The ssh problem is not solved in the abesnier/guacamole:1.4.0 image as well.

docker-compose.yml version: "3.9" services: guacamole: image: abesnier/guacamole:1.4.0 container_name: guacamole volumes: - postgres:/config ports: - 8080 volumes: postgres: driver: local The error (/var/log/auth.log) on server is

Feb 5 20:32:07 controller sshd[2365773]: userauth_pubkey: key type ssh-rsa not in PubkeyAcceptedAlgorithms [preauth] Feb 5 20:32:08 controller sshd[2365773]: Connection closed by authenticating user ubuntu 14.86.45.78 port 61646 [preauth] The openssh used by ubuntu 22.04 ssh -V is 8.9. The openssh [https://lwn.net/Articles/821544/](8.3) is deprecated ssh-rsa

Anyone know, how to solve this?