Tech Junkie Blog - Real World Tutorials, Happy Coding!: 2024

Tuesday, January 16, 2024

 Apache (HTTPD) is the most popular web server on the web right now.  It is from the Apache Software Foundation.  A web server serves content to the web.  The power of Apache lies in it's modules which allows you to process scripting languages such as Perl, and PHP.


In this blog we will go over how to install the Apache Http Web Server on the Ubuntu Server:

1.  In the terminal type in the following command

apt-cache search apache  | more

Monday, January 15, 2024

 Linux Mint has made installing new software a lot easier in Linux.  It actually allows you to install more software out of the box with Flathub software source.  All you have to do is do a search for it.  The first software we are going to install is Visual Studio Code.

1. Open the "Software Manager"











Sunday, January 14, 2024

 If you've installed an operating system in VirtualBox before you've probably noticed the screen is really small even when you switch to Fullscreen mode.  It's so small that you can't even see the fonts for the icons if you have a desktop GUI installed.  To fix this problem VirtualBox provides us with the Guest Additions tool.  Which enables the virtual machine to be viewed at fullscreen.


Search This Blog