It's a terrible day when I see the increase numbers of covid-19 infected cases, focus on Korean, Italy, almost 50% increasing per day. I used to monitor the number per day, It means for me so much. Although I don't want to share the fear by doing a analytic but the outbreak of corona virus is real, It'll spread wide day by day. The first, back to the day that we've known what is the corona virus. Many people said that you don't need worry about that, it's just a case that would become normal after all. Some strictly guys said the end of the world begin. Nobody knows what happen then. They feel fear, optimistic, doubting, anxious, scared to death, fear of hunger. They act as a chaos period coming, grab a mask, protected hand gel, away crowd, look at everyone with a suspicious eyes. Each country has it strategy to mitigate the virus spread following variety way that they think a good direction. The second, when the outbreak comes, we seem to adapt with this, ...
right short solution for the unbuntu error extension "ERROR: Error installing rails:ERROR: Failed to build gem native extension."
ERROR: Error installing rails:ERROR: Failed to build gem native extension.Ubuntu Last all day, I try to fix the error "ERROR: Error installing rails:ERROR: Failed to build gem native extension.". I want to build a "bundle install" on ubuntu 16. I search and do many solutions on the website found but have no good results. I think in the deep and get a conclusion about this problem. The start point is ruby, so I must install it at the begin. Then, I search some key and pick 1 random solution up. I have a right choice. It was fixed. I share with you my solution. The first references, this link for detail: https://gorails.com/setup/ubuntu/16.04 The second, I detail my action to make it work. 1.Ready for setup, all command:" curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d...