Bizanosa

Bizanosa We help you save time and provide you with the peace of mind you need to work on your core business.

We offer affordable and reliable WordPress support and Linux server support services. Our services :

- WordPress support services
- Web Hosting / Linux server support services and
- Static web hosting service. Services and pricing is here : https://bizanosa.com/services/

12/12/2024

Need to install cPanel on your server? We can help you set it up.

This is a simple hint for backing up your ssh keys to the cloud. If you have multiple keys, backing them up is a good pr...
09/12/2024

This is a simple hint for backing up your ssh keys to the cloud. If you have multiple keys, backing them up is a good practice. Feel free to improve on it, and when you do, please comment here for improvement suggestions. First step : set up the cloud storage provider on your Linux computer. It could be Dropbox, Megasync, and so on....

Last updated on December 9th, 2024 at 11:49 am.This is a simple hint for backing up your ssh keys to the cloud. If you have ... Read more

If you need to add a second network interface, say, `enp0s8` and give it a static IP on Debian, follow these steps: 1. E...
01/12/2024

If you need to add a second network interface, say, `enp0s8` and give it a static IP on Debian, follow these steps: 1. Edit the network config file: sudo vi /etc/network/interfaces 2. At the end of the file, after all the other network blocks, add the network block for enp0s8: auto enp0s8 iface enp0s8 inet static address 192.168.56.100 # Replace with your desired IP netmask 255.255.255.0 gateway 192.168.1.1 you are using virtualbox and this is your host only network, eliminate the gateway line....

If you need to add a second network interface, say, `enp0s8` and give it a static IP on Debian, follow these steps: 1. Edit the ... Read more

Run the following to install Terraform on Fedora. If you experience any errors, let me know or just search for a solutio...
01/12/2024

Run the following to install Terraform on Fedora. If you experience any errors, let me know or just search for a solution online, till it's fixed and terraform is installed. # Install dnf config-manager (for managing repos) sudo dnf install -y dnf-plugins-core # Add the official terraform repo sudo dnf config-manager addrepo --from-repofile= # Finally install Terraform sudo dnf -y install terraform Copy and run the above block of code to install Terraform on Fedora 41

Run the following to install Terraform on Fedora. If you experience any errors, let me know or just search for a solution online, till it’s ... Read more

Download this missing but needed package, then install fsearchSource of download : wget dnf install ./libicu73-73.2-1.fc...
30/11/2024

Download this missing but needed package, then install fsearchSource of download : wget dnf install ./libicu73-73.2-1.fc40.x86_64.rpm # or use whatever the downloaded file is called Add the fsearch repo for fedora and install Fsearch sudo dnf copr enable cboxdoerfer/fsearchsudo dnf install fsearch

Download this missing but needed package, then install fsearchSource of download : https://fedora.pkgs.org/40/fedora-x86_64/libicu73-73.2-1.fc40.x86_64.rpm.html wget https://dl.fedoraproject.org/pub/fedora/linux/releases/40/Everything/x86_64/os/Packages/l/libicu73-73.2-1.fc40.x86_64.rpmsudo dnf inst...

Full Linux Server Support SubscriptionLinux server support subscription service for $19 / month- Monthly support service...
19/11/2024

Full Linux Server Support Subscription
Linux server support subscription service for $19 / month
- Monthly support service
- Regular Linux server support
- Server monitoring, updates and security
- Secure and troubleshoot your server
- Migrate or install WordPress
- 1 Cloud migration / site migration
- Payable annually or semi-annually
- One Linux server supported
- Regular server/site/panel backup set up
- ** Additional servers supported at $14 p.m.

If you run apt update and encounter the following errors, use the video above to fix it. Err:4 InRelease The following s...
11/11/2024

If you run apt update and encounter the following errors, use the video above to fix it. Err:4 InRelease The following signatures were invalid: EXPKEYSIG 234654DA9A296436 isv:kubernetes OBS Project W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: InRelease: The following signatures were invalid: EXPKEYSIG 234654DA9A296436 isv:kubernetes OBS Project ...

If you run apt update and encounter the following errors, use the video above to fix it. Err:4 https://prod-cdn.packages.k8s.io/repositories/isv:/kubernetes:/core:/stable:/v1.31/deb InRelease The following signatures were invalid: ... Read more

Abysmal you say?
09/10/2024

Abysmal you say?

Cloudflare Registrar Transfer Cloudflare domain to another cloudflare accountYou Can Now Hire Me on Fiverr For Linux Server and Web/Cloud support ( Ricky W o...

In this post, you'll see how to access MariaDB remotely. By default, Mariadb server is only accessible on the localhost ...
08/10/2024

In this post, you'll see how to access MariaDB remotely. By default, Mariadb server is only accessible on the localhost where it is installed. First step, create a DB user for accessing the database remotely and then grant that user permissions to access that specific DB: into mysql. Create user. Grant permissions to the user.CREATE USER 'rdbuser'@'192.168.125.113' IDENTIFIED BY 'passworddiuser';...

In this post, you’ll see how to access MariaDB remotely. By default, Mariadb server is only accessible on the localhost where it is installed. First ... Read more

Learn to use WHM and Cpanel .   tutorial ,   tutorial.
05/08/2024

Learn to use WHM and Cpanel . tutorial , tutorial.

Full Tutorial WHM cPanel Tutorial video by Ricky Wahowa BizanosaLearn to use WHM and cPanel. Here is the tutorial you need to get started with cpanel. You ...

This works for different Linux distros ranging from Debian, Ubuntu, Almalinux, RockyLinux and so on. Generate the SSH Ke...
05/07/2024

This works for different Linux distros ranging from Debian, Ubuntu, Almalinux, RockyLinux and so on. Generate the SSH Key on local computer Rename your folders from 'folderforkeys' and keys from 'mykeys' as needed.Consider adding a keyphrase to protect your private key when generating it. This creates a folder called, folderforkeys for storing your keys (rename it as needed)...

This works for different Linux distros ranging from Debian, Ubuntu, Almalinux, RockyLinux and so on. Generate the SSH Key on local computer Rename your folders ... Read more

Prerequisite steps Generate SSH Key on your local computer and add it to your cloud provider Generate an SSH key and add...
21/06/2024

Prerequisite steps Generate SSH Key on your local computer and add it to your cloud provider Generate an SSH key and add it to your cloud provider for when you are deploying your server. Create a folder for storing the SSH Keys, and then generate the SSH keys of type ed25519. The keys below are named mynewsshkeys stored in ~/.ssh/myrockykeys....

Prerequisite steps Generate SSH Key on your local computer and add it to your cloud provider Generate an SSH key and add it to your ... Read more

Note : As with all my server set up videos, I will create one for Rocky Linux and embed it here. Step 1 : Deploy Rocky L...
21/06/2024

Note : As with all my server set up videos, I will create one for Rocky Linux and embed it here. Step 1 : Deploy Rocky Linux 9 on a VPS Deploy your Rocky Linux on any VPS provider of your choice. Here are some links with offers: Hosting links Vultr $100 credit DigitalOcean $200 credit Contabo OVH Hetzner €20…...

Note : As with all my server set up videos, I will create one for Rocky Linux and embed it here. Step 1 : Deploy ... Read more

Contabo launches a new Data Center in India
11/06/2024

Contabo launches a new Data Center in India

New Contabo Data Center in India - Cheapest VPS in IndiaYou can now deploy a Contabo server in India.Visit Contabo: https://bizanosa.com/contaboKey Features ...

Choosing the Right WordPress Hosting with Scala Hosting In this post, I want to help you quickly decide which WordPress ...
11/06/2024

Choosing the Right WordPress Hosting with Scala Hosting In this post, I want to help you quickly decide which WordPress hosting option you should go with when you have chosen to use Scala Hosting. I will link to the different products, so whether it's WordPress or shared hosting, I'm going to link to the different products. Managed Cloud VPS Hosting…...

Choosing the Right WordPress Hosting with Scala Hosting In this post, I want to help you quickly decide which WordPress hosting option you should go ... Read more

Understanding the Cloudflare Security Page In this post, let's understand why you see the Cloudflare security page when ...
09/06/2024

Understanding the Cloudflare Security Page In this post, let's understand why you see the Cloudflare security page when visiting certain sites. This page appears because the website owner has enabled Cloudflare, a crucial security provider for many websites. There is no way to bypass this page, and unlike ad blockers, there are no Cloudflare blockers available. What is Cloudflare?...

Understanding the Cloudflare Security Page In this post, let’s understand why you see the Cloudflare security page when visiting certain sites. This page appears because ... Read more

The Video Transcript is below: How to Install RealVNC Viewer on Linux Hi, and welcome to this guide! In this post, let’s...
07/06/2024

The Video Transcript is below: How to Install RealVNC Viewer on Linux Hi, and welcome to this guide! In this post, let’s see how you can install RealVNC, which is a VNC viewer for Linux, Windows, and I believe Mac as well. Step 1: Search for RealVNC Viewer First, go to Google and search for "VNC viewer for Linux." RealVNC is probably going to be the first result....

The Video Transcript is below: How to Install RealVNC Viewer on Linux Hi, and welcome to this guide! In this post, let’s see how you ... Read more

Address

182-184 High Street North, East Ham
London
E62JA

Alerts

Be the first to know and let us send you an email when Bizanosa posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Bizanosa:

Videos

Share

  • 457Games

    457Games

    92 the larches, Palmers Green