Adam. R

@howtoubuntu

2048 Points 32 Followers

107 Posts

9 Answers

Hello I am HowToUbuntu Contacts: Phone Number (This is a VOIP for safety): +1-(470)-980-6776

Adam. R · 1 year ago

How to make a VM 100% FREE FOREVER (Using Oracle Cloud)

Introduction I have been recently using and trying out Oracle Cloud. A very underrated cloud provider in the industry. But they have one feature that no other cloud provider have, even AWS....

Adam. R · 1 year ago

4 of the BEST DEV TOOLS YOU WILL NEED TO KNOW!

Introduction The return of me. I missed making these types of articles. This one brought me joy since this was actually fun to make and I learned more than any of my past articles. I have a...

Adam. R · 1 year ago

5 MORE DEV TOOLS YOU NEED TO KNOW!

Introduction Ever since I posted the 5 new services developers NEED TO KNOW!, many people have gave me support and liked it. So, I think doing more will help more and more people! Let's star...
4

Adam. R · 1 year ago

5 new services developers NEED TO KNOW!

Introduction There are many services for developers that launch every week. Some are really impressive. I am showing you some of them and giving details about them. Let's go! List Motion De...
4

Adam. R · 2 years ago

How to make a loading screen animation using HTMLS, CSS, and JS

Introduction Today, I will teach you how to create a loading screen animation using HTMLS, CSS, and JS. This tutorial will contain all the code required for you to create the loading screen....
4

Adam. R · 2 years ago

How to install the Solana on Ubuntu

Introduction Solana is the #1 cryptocurrency for developers. It quick, easy to setup, and low gas fees. Most developers use Solana because it is so easy to make a token on the Solana blockch...
2

Adam. R · 2 years ago

The Ultimate Bash Basic's Cheat Sheet

Basics export # displays all environment variables echo $SHELL # displays the shell you're using echo $BASH_VERSION # displays bash version bash # if y...

Adam. R · 2 years ago

5 BEST VSCode Extension for Python!

Introduction Time to continue this series! It's so much fun making this series since even I get to learn and find new things on VSCode! No wasting time today, let's start! List 1. Python Th...
3

Adam. R · 2 years ago

All JetBrains IDE's explained!

Introduction JetBrain has created many amazing IDEs that many developers around the world use. Well, there are so many, so people might be confused about what each does. Let me solve this is...

Adam. R · 2 years ago

5 BEST VSCode Extensions for CSS Developers!

Introduction Let me continue the series of the best VSCode Extensions for [programming language]. You know how it goes, so let me start the listing! This will also include SCSS because it is...
4

Adam. R · 2 years ago

5 VSCODE Extensions for JavaScript Develeopers!

Introduction Recently, I have done a post similar to this one, but on PHP. So, I think now I should JavaScript now! Let's get straight into the extensions. List 1. JavaScript (ES6) Code Sni...
3

Adam. R · 2 years ago

5 best VSCODE Extensions for PHP Developers!

Intro There are HUNDREDS of PHP VSCode Extensions. Let me show you the BEST of the BEST extensions for PHP Devs! Let's not waste any more time. List 1. PHP Debug This one is simple enough t...
4

Adam. R · 2 years ago

How to install Laravel + Symfony! (BONUS)

1: Laravel It is always the best practice to start any installation with the upgraded and updated system but it is necessary as Laravel does not work with PHP with a version lower than 7.2....
3

Adam. R · 2 years ago

A new IDE that could overtake VS Code?

Introduction You may be wondering, how could a new IDE take over the worlds biggiest IDE, VS Code? Well, the features made by JetBrains is something VS Code lovers want for so long. Let me e...
6

Adam. R · 2 years ago

5 BEST HTML Frameworks!

Introduction You probably HTML can't have frameworks. It is a simple language of the web, not a complex language you can add more to. Let me show you some! List 1. Foundation Foundation is...
1

Adam. R · 2 years ago

Install and Configure Samba on Ubuntu!

Introduction A Samba file server enables file sharing across different operating systems over a network. It lets you access your desktop files from a laptop and share files with Windows and...
4

Adam. R · 2 years ago

How to import Google Fonts to your CSS

Introduction Fonts are important. Nobody wants every website to have the same default HTML font. That's why fonts exist. Google Fonts is one way to import cool fonts onto your CSS file. Let'...
1

Adam. R · 2 years ago

How to install and configure PHP on Ubuntu!

Introduction PHP is a general-purpose scripting language suited for Web development. PHP scripts can be embedded into HTML. This section explains how to install and configure PHP in an Ubunt...
3

Adam. R · 2 years ago

2 Ways to Find Out Which Process Listening on a Particular Port

Introducton A port is a logical entity that represents an endpoint of communication and is associated with a given process or service in an operating system. In previous articles, we explain...
1

Adam. R · 2 years ago

How to Change PHP Version in Ubuntu!

Introduction Each PHP version contains more features, optimizations and security updates than its previous versions. It is advisable to regularly update your PHP version. But sometimes it ma...
2

Adam. R · 2 years ago

How to Take Backup of MySQL Database in Python

Introduction Python is a powerful language that allows you to do tons of things. It even allows you to connect to databases and run SQL queries. Sometimes you may need to take backup of MySQ...
2

Adam. R · 2 years ago

How to install JDK 17 on Ubuntu!

Introduction JDK 17 has been released recently, so I decided to tell you how to install it on Ubuntu. Fun fact, my first ever post was "How to install JDK 16 on Ubuntu!" Let's get...
5

Adam. R · 2 years ago

If you are using ReactJS... Get React Query NOW

Introduction You may be wondering why I should get another package on my React website. React Query will make your fetch requests and more 100% easier! I will explain. Explaination React Qu...

Adam. R · 2 years ago

How to integrate Stripe to your website with PHP!

Introduction Stripe is one of the biggiest services that many companies use to recieve online payments, its fast and secure! So, I will explain how to integate Stripe onto your online shop!...
5

Adam. R · 2 years ago

How to write "Hello World" in every programming language!

Introduction Let's get straight to the point. There are a lot of coding languages. Hello World is iconic so lets begin already! C #include <stdio.h> int main() { printf("Hel...
4

Adam. R · 2 years ago

How to change a hostname in Ubuntu!

Introduction Sometimes people want to change their ubuntu server name to something to go along with their project or something. Well, I will teach you how to do it without doing anything com...
3

Adam. R · 2 years ago

How to tunnel SSH over SSL!

Introduction Have you ever found yourself behind a restrictive firewall that only allows outbound http(s) traffic, but you need to SSH out? Perhaps you’ve tried running SSH on port 443 (http...
2

Adam. R · 2 years ago

How to make a basic clock in python!

Introduction In this tutorial I will show you how to make a basic clock in Python! Let's not waste anymore time and start coding! Coding Import packages We will need to import some packages...
6

Adam. R · 2 years ago

What's the difference between NPM and Yarn?

Introduction To first set some basic things into motion. NPM and Yarn are both package manager. But what is a package manager? A package manager helps developers share software packages with...
1

Adam. R · 2 years ago

How to install Ubuntu WSL2 on Windows 10

Introduction Previously, I made a tutorial on how to install WSL2 on Windows 11. Now, I will show you how to install WSL2 on Windows 10. Some Windows 10 users still have not switched to Wind...
2

Loading More Content