Coder Social home page Coder Social logo

Comments (2)

pieroproietti avatar pieroproietti commented on July 16, 2024

UBUNTU 18.04 bionic, Debian stretch and derivatives

If you are using Ubuntu 18.04 bionic, or derivatives, I have good news too!

It's not possible to install nodejs 18 on Ubuntu 18.04, but it's possible to use the same procedure to install nodejs 16.

sudo apt-get install -y curl
curl -fsSL https://deb.nodesource.com/setup_16.x -o nodesource_setup.sh
sudo -E bash nodesource_setup.sh

Then, I just release a new package, with dependencies nodejs >=16, so:

sudo dpkg -i penguins-eggs-10.0.5-bionic-1_amd64.deb
sudo apt install -f

Ubuntu bionic is like Bruce Williams: Die Hard!

from penguins-eggs.

pieroproietti avatar pieroproietti commented on July 16, 2024

Note about remastering Ubuntu 18.04

I was able to remaster ubuntu-18.04.6-desktop-amd64.iso and ubuntu-18.04.6-live-server-amd64.iso.

On both there is a problem: after the installation we don't get more /lib/live/boot and it's contents. We need to restore before to create new eggs, without our ISOs will not boot! To restore, just: sudo apt update && sudo apt install live-boot.

After installed, for same reason, we don't have /etc/resolv.conf, I use to rewrite it for my demos.

Strange enought, we get differents kernels on desktop and server, on desktop the kernel is in 5.x series, on serve is 4.x kernels.

I know there is something like pro to extend support, but this is out of my possibilities.

from penguins-eggs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.