Google chome command line switch not working on Mac [closed] - macos

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I'm trying to pass the following command line switches to Google chrome (Version 51.0.2704.106 (64-bit)) on OSX 10.9 and it's not working:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --proxy-server="99.99.99.99:66" --remote-debugging-port=9999 google.com
Not going through the proxy and remote debugging port is not opened. How can I make this work?

Make sure you close all instances of Chrome first before running the command. It also looks like, at least from my tests, that it only supports HTTP proxies. The SOCKS proxy I created via an SSH tunnel didn't seem to work for me, whereas after I configured tinyproxy, it worked fine.

Related

How do I get 1Password Safari extension working in macOS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 months ago.
Improve this question
I have macOS 1Password v8.7.1 and 1Password for Safari v2.3.5, but the extension won't show up in Safari Preferences. M1 MBP. Both 1P apps apps launch and the macOS app seems to work OK.
Works on my Intel iMac, but not on M1 MBP. Used to work but lately not.
Is there something to delete to make it reset?
Use this command in the terminal
PATH=/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support:"$PATH"
lsregister -f /Applications/Safari.app

How to install mitmproxy certificate on Windows 10? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
The document said " Now start a browser on the device, and visit the magic domain mitm.it."
But I visit the domain mitm.it, it does not give certification but said "If you can see this, traffic is not passing through mitmproxy."
The link in picture leads to document page I said above.
Update: I install mitmproxy with windows installer.
I have to manually set proxy in windows setting for certificate link appear.
Start mitm ui app in start menu.
Open http://127.0.0.1:8081/#/flows
See option to know the port

Firefox and SSL pages - takes very long on certain sites [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I use openSUSE 13.1 and Firefox 38.0.1.
On some pages with ssl it takes minutes until the connection is established.
It only happens on sites whose ssl certificate is not trusted by firefox, so that it asks you if you really want to enter the site. But even this security question takes minutes until it appears.
In chrome everything works fine.
So what's wrong with firefox? How can I debug this error?
Don't know why, but I removed the file cert8.db from within the profile folder, now it works again.

Synergy 1.5.0 Windows 8 & 7 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I'm trying to connect two computers with Synergy v1.5.0: Windows 8 (as the server) and Windows 7 (as the client). When I start the server there's no problem, but on the client's screen Synergy says:
"WARNING: failed to connect to server: Timed out".
I configured it on the server's side by having one screen next to the other on the Configuration Panel.
I made sure is the same port on both computers: 24800.
I have taken the IP from the command line (cmd then ipconfig) and set it on each PC.
I have tried to turned off the firewall but didn't work out.
Don't know what else to do. Any ideas?
Posted on behalf of the OP.
I have solved this by installing Synergy 1.3.1 that can be found on Sourceforge: (http://sourceforge.net/projects/synergy2/) and following this tutorial (https://www.youtube.com/watch?v=OixCfusCiuA).

What can cause a firefox is already running pop up - Ubuntu [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I've installed a monitoring web app to a client a while ago. We use Firefox to run it and it appears that we keep having a "Firefox is already running, but is not responding" popup on the client side. Sometimes it works well, and sometimes, we're not even able to restart Firefox.
As we're on a Ubuntu system, I can do a
killall -9 firefox && firefox
to restart Firefox but I would prefer to know why this problem is happening.
Do you know how I can investigate this issue ? Are they some Firefox dev-mods or crash logs I can enable to get some infos about why it's not responding ?
Some technical stuff about the web app which could help I suppose:
- it's working with Django 1.5 threw Apache2
- it uses ajax with Mootools to refresh regularly (it's a monitoring system)
Thanks in advance, and tell me if you need any other details
Finally I figured out what was wrong : we were using a VNC connexion to see X and it appears that Firefox has difficulties managing display on two X instances

Resources