PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, November 8, 2022

[FIXED] How do I set up an alias for the terminal command 'chromium-browser'?

 November 08, 2022     alias, browser, html, linux, terminal     No comments   

Issue

At the moment, to test my webpage, I run the terminal command: chromium-browser index.html What are some more efficient alternatives?

Chromium Projects shows the following:

Chromium Projects resource


Solution

Yes, as you suggest in the title, you can setup an alias:

alias cbi='chromium-browser index.html'

Then, next time, just type cbi.



Answered By - treuss
Answer Checked By - Timothy Miller (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing