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…
Author: leaftix
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…
Interesting Projects API’s useful
Fake User – Creation of fake data https://randomuser.me/?ref=undesign The Movie Database (TMDB) – Dataset of movies, series, actors and etc https://developers.themoviedb.org/3/getting-started/introduction OpenWeather Map – Weather info about all the world https://openweathermap.org User icons https://avatars.dicebear.com/docs Ref: 5 Awesome API for your Projects!. Here are some APIs that will take your… | by Ishaan Gupta | CodeX…
Code Snippets for Python with multiple plattaforms
[git-github-jupyter url=”https://github.com/rondweb/Python-CodeSnippets/blob/main/CodeSnippetPython.ipynb”] GitHub: rondweb/Python-CodeSnippets: Code snippets for python using multiple plattaforms (github.com)
Creating a stock market report using with Python Pandas, Web Scraping and Mito
Today we gonna crate a stock market in 5 minutes using Python, Pandas, Web scraping and Mito [git-github-jupyter url=”https://github.com/rondweb/stock_reports/blob/master/stock.ipynb”] Github repo: rondweb/stock_reports (github.com)
Extracting Text from Microsoft Word with Python
Python is really powerful and useful for many daily tasks, today let’s get the text from a word file! [git-github-jupyter url=”https://github.com/rondweb/extract_text_from_word/blob/master/ExtractTextFromWord.ipynb”]
Serving Deep Learning Models with Tensorflow Server – part 2
Serving Deep Learning Models with Tensorflow Server – part 1 Now we already had our model ready to be serve with our Tensorflow Server! Let’s install the docker image of Tensorflow Server Almost there! now we need just running the container with some parameters! offering the source path of our model(source), the path that it…