You can use command line as follows with special arguments to start Mozilla firefox.
Firefox Start Browser
To open the browser, enter:$ firefoxOR
$ /usr/bin/firefoxFirefox Open URL
To open URL in a new tab, enter:$ /usr/bin/firefox -new-window http://www.cyberciti.biz/To open URL in a new window, enter:
$ /usr/bin/firefox www.cyberciti.bizFirefox Search option
You can search words (term) with your default search engine, enter:$ /usr/bin/firefox -search "term"
$ /usr/bin/firefox -search "linux add user to group"Open Firefox Options / Preferences
To open Firefox options/preferences window, enter:$ /usr/bin/firefox -preferencesSet Firefox As Default Browser
To set the Firefox app as the default browser, enter:$ /usr/bin/firefox -setDefaultBrowserHow Do I Run Firefox Remotely On Server?
SSH is frequently used to tunnel insecure traffic over the Internet in a secure way. You can login to remote server using the ssh client:$ ssh -X user@server42.nixcraft.comTo run firefox, enter:
$ /usr/bin/firefox &
$ /usr/bin/firefox www.cyberciti.biz
沒有留言:
張貼留言