简体   繁体   English

通过命令行使用代理和起始页参数启动Iceweasel / FireFox

[英]Start Iceweasel/FireFox via the command line with proxy and startpage parameters

When starting Iceweasel in Debian Linux, I have to manually add a proxy in the network tab options. 在Debian Linux中启动Iceweasel时,我必须在“网络”选项卡选项中手动添加代理。 Is there a way to do it with the command line? 有办法用命令行吗?

Also, I would like to start Iceweasel on a specific home page. 另外,我想在特定的主页上启动Iceweasel。

I don't know how to add the proxy via terminal but you can open specific url using Terminal 我不知道如何通过终端添加代理,但是您可以使用终端打开特定的url

 firefox [option]
 -browser           Open a browser window.
 -new-window  <url> Open <url> in a new window.
 -new-tab     <url> Open <url> in a new tab.
 -private-window <url> Open <url> in a new private window.

example: 例:

firefox www.stackoverflow.com  
firefox -new-window www.hackaholic.info
firefox -new-tab www.stackoverflow.com

You can create a additional profile in firefox / iceweasel. 您可以在firefox / iceweasel中创建其他配置文件。

  1. close iceweasel 关闭冰鼬
  2. run iceweasel -P 运行iceweasel -P
  3. set the properties you want for this profile 设置此配置文件所需的属性

Now you can start iceweasel with iceweasel -P <name of your profile> 现在,您可以使用iceweasel -P <name of your profile>启动iceweasel。

Reference Link: [ https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles] 参考链接:[ https://support.mozilla.org/zh-CN/kb/profile-manager-create-and-remove-firefox-profiles]

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM