Giving a hand

helping Other people #motivationalquotes #motivation #quotes #quoteoftheday  #quote #motivational #successtips … | Helping others, Image quotes, Helping  other people

Today I got a D.M. from my co-worker via Slack about running Chromium in CLI Linux. Chromium comes with a debugger which is really helpful for developer debugging javascript, jquery or any front end javascript libraries. My co-worker could not get it to run in Linux. I could not figure out what was the cause as it might have to involve me having to install it myself in my environment but I recalled that I wrote a blog about install chrome in Linux a while back here in my blog:

https://chanvicheka-ouk.com/install-chrome-oracle-linux-server-release-7-6/.

Google chrome also comes with a debugger so I just send the note in above blog post to my co-worker and it works. My co-worker is happy and so is me.

e.g. running chrome in cli linux from terminal point to url http://damnvulnerableiosapp.com/ and with its debugger where I can add breakpoints with or w/o condition.

/usr/bin/startx /usr/bin/google-chrome  --no-sandbox  http://damnvulnerableiosapp.com/ -- vt1

Leave a Reply

Your email address will not be published. Required fields are marked *