Tuesday, July 30, 2019

Re: Regex expression to convert festival LTS to Leo LTS

\([a-z]* 1\)
\([a-z]* 0.\d+\)



On Tue, Jul 30, 2019 at 2:11 PM pranaw kumar <erpranaw@gmail.com> wrote:
Regex expression to convert festival LTS to Leo LTS

\([a-z] 1\)
\([a-z] 0.\d+\)
\(_epsilon_ 1\)
\(_epsilon_ 0.\d+\)

Regex expression to convert festival LTS to Leo LTS

Regex expression to convert festival LTS to Leo LTS

\([a-z] 1\)
\([a-z] 0.\d+\)
\(_epsilon_ 1\)
\(_epsilon_ 0.\d+\)

Wednesday, July 3, 2019

How to upgrade nodejs or npm


curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -  sudo apt-get install -y nodejs


Error: *** Error in `appstreamcli': double free or corruption (fasttop): 
0x0000000000fe3990 ***

Solution:  sudo apt install --reinstall libappstream3




How to install JSON

JSON Installation:

download json-server-master package

apply command

 npm install json-server --save-dev

Got error: Linux 4.15.0-45-generic etc

Solution: upgrade to the latest version of npm using:
npm install -g npm@latest