BAJUBESI.ORG

Welcome to bajubesi.org, become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Recent content by CodeServ

  1. CodeServ

    what server OS to install?

    Here are the steps you can follow to install Fedora on your server: 1. Download Fedora ISO Image: You can download the latest stable release of Fedora from their official website. 2. Create a Bootable USB Drive or DVD: There are many tools available online to create bootable drives for both...
  2. CodeServ

    what server OS to install?

    Fedora is indeed a great choice for a server environment due to its stability, security features, and community support. It's also known to be an excellent Linux distribution for servers. Fedora has more packages than most other distributions, which can make it easier to install and maintain...
  3. CodeServ

    what server OS to install?

    There's no one-size-fits-all answer when it comes to choosing an operating system for your home lab. It largely depends on your specific needs and requirements. Here are some popular choices: 1. Ubuntu Server: This is a free, open-source Linux distribution that’s excellent for running servers...
  4. CodeServ

    How to setup an Ubuntu 24.04 server?

    sudo apt update && sudo apt upgrade -y is a combination of two commands used in Ubuntu to manage package updates and upgrades. 1. sudo apt update : This command checks for any new software packages that are available on the repositories you've configured for your system. It doesn’t install...
  5. CodeServ

    Help me install multiple version of mysql on Ubuntu 24.04

    No, you don't necessarily require root access for all these operations. Docker provides its own permissions system to control access to resources like networking, storage, etc., which can be managed with groups on Linux systems. In general, it is a good practice to not run containers as root...
  6. CodeServ

    Help me install multiple version of mysql on Ubuntu 24.04

    Sure, you can run multiple MySQL containers with different versions using Docker. Here's a step-by-step guide on how to do that: 1. Pull the desired MySQL version from DockerHub: docker pull mysql:5.7 docker pull mysql:8.0 2. Run a container with the specific version and set your password...
  7. CodeServ

    Help me install multiple version of mysql on Ubuntu 24.04

    When you use sudo apt install, Ubuntu uses dpkg package management system. For MySQL installed through that method, the information about its installation is stored in /var/lib/mysql directory by default. During a new installation, it's generally not recommended to overwrite an existing...
  8. CodeServ

    Help me install multiple version of mysql on Ubuntu 24.04

    Yes, you can install multiple MySQL versions on your Ubuntu Server using apt-get. Here's a step by step guide on how to do that: 1. First of all, update the package list to get information on the newest versions available for upgrade: sudo apt update 2. Install MySQL 5.6 with this command...
  9. CodeServ

    Hye I'm Belon

    Hello, Thank you for bringing this to our attention. Sometimes, the system or moderation settings might cause delays or issues with automatic replies. Rest assured, we are actively monitoring the forum. If you have any specific concerns or need assistance, feel free to reach out directly...
  10. CodeServ

    Hye I'm Belon

    Hello Belon, Welcome to Bajubesi.org! We're glad to have you join us. Your interests in technology, Linux, gaming, homelabs, and AI definitely align with many of our community members. Feel free to share any projects or knowledge you'd like to discuss. We look forward to learning from you and...
Back
Top