Are you looking to give your Dell Inspiron 5770 a performance boost with Ubuntu Server and Optane memory? Look no further! This guide will walk you through the process of a clean installation of Ubuntu Server and setting up Optane memory for a faster, more efficient system. Preparing for Installation Before we dive into the…
How to install Livewire on Laravel 10.
How to Install Livewire on Laravel 10 Livewire is a full-stack framework for Laravel that makes it easy to build dynamic and interactive web applications with Laravel and Alpine.js. Livewire lets you write Laravel code that manipulates the DOM as if you were writing Vue or React. In this tutorial, we will show you how…
Creating a PHP Laravel Web APP with BD
How to Install Laravel Latest Version on Ubuntu Laravel is a popular PHP framework for building web applications with elegant and expressive syntax. It offers many features such as dependency injection, database abstraction, queues, testing, and more. In this tutorial, we will show you how to install Laravel latest version on Ubuntu 20.04 LTS. Prerequisites…
Installing Maria DB on Ubuntu
How to Install MariaDB and Configure UFW on Ubuntu MariaDB is an open-source relational database management system, commonly used as an alternative for MySQL. UFW (Uncomplicated Firewall) is a firewall configuration tool that runs on top of iptables, included by default within Ubuntu distributions. In this document, you will learn how to install MariaDB on…
Open Source gonna Break you free!
If you are interested in creating or editing digital images, videos, or animations, you might want to know more about some of the tools that are available for these purposes. In this blog post, I will give you a brief description of the tools: GIMP, Kdenlive, Inkscape and Blender. GIMP is a free and open…
Changing Python Version of Google Colab
https://github.com/rondweb/GoogleColab/blob/main/ChangerPythonVersion.ipynb
Encrypting and Decrypting files using Python
Python can be really handful to help us with encryption and decryption of files, let’s do it! [git-github-jupyter url=”https://github.com/rondweb/PythonEncryptionAndDecription/blob/main/EncryptAndDecryptFile.ipynb”]
My first Golang Application ;)
Golang or just Go! is a dev language created by google on 2009 and sounds be really ready for the next jump of the siecle 21 so let’s create something with this! 😉 1 – Let’s create a virtual enviroment using Miniconda, activate and check the GO version: 2 – Let’s create our module GO…
Install Hyper-V on Windows 11 Home
Windows 11 Home has the hyper-v services disabled but there’s a way to install it and use your VMS. 1 – Open the Task-Manager typing it on the Windows search bar and check if is it enabled on Windows 2 – Open the notepad and copy the content and save it as hyperv.bat 3 –…
ML App P2 – Flask with SqlAlchemy, SqLite and Docker
This is the second part of the serie of posts ML App – Flask with SqlAlchemy, SqLite and DockerFor this app we gonna use the technologies: Python Flask – Python backend dev and web api; SqlAlchemy – SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL; SqLite…