Menu
TAG

Uncategorized

How To Create Virtual Hosts On Apache Server To Host Multiple Websites
Linux Tutorials 3 min read

How To Create Virtual Hosts On Apache Server To Host Multiple Websites

If you have apache installed, you probably know what localhost is. Localhost allows a single website to be hosted locally. However, when using virtual hosts, you can host multiple websites on a single server. The process is fairly simple and I will demonstrate it here itself. I am assuming you are running Ubuntu with the apache server. Step 1 Move to the directory called /etc/apache2/sites-available You will see a file called 000-default.conf, we need to copy that file to the

Linux TutorialsUncategorizedhow-to
PlayOnLinux For Easier Use Of Wine
Games 6 min read

PlayOnLinux For Easier Use Of Wine

PlayOnLinux is a free program that helps to install, run, and manage Windows software on Linux. It can also manage virtual C: drives (known as Wine prefixes), and download and install certain Windows libraries for getting some software to run on Wine properly. Creating different drives using different Wine versions is also possible. It is very handy because what runs well in one version may not run as well (if at all) on a newer version. There is PlayOnMac for macOS and PlayOnBSD for Fre

GamesReviewsUncategorized
How To Install Windows 10 In Virtualbox On Linux
Linux Tutorials 6 min read

How To Install Windows 10 In Virtualbox On Linux

You might be a developer and just want to try out your application in a Windows environment, or just want the thrill of doing something in Windows 10. Well, the solution might be as easy as using Virtualbox to install windows 10 unlike installing it on your machine, which may bring may problems to your Linux installation such as grub being overwritten. What you will require: 1. Windows 10 ISO file (or a CD/DVD containing Windows 10) 2. Virtualbox installed on your machine. 3. Lo

Linux TutorialsUncategorizedhow-to
How To Boot Into Linux Command Line
Linux Tutorials 2 min read

How To Boot Into Linux Command Line

There may be times where you need or want to boot up a Linux system without using a GUI, that is with no X, but rather opt for the command line. Whatever the reason, fortunately, booting straight into the Linux command-line is very simple. It requires a simple change to the boot parameter after the other kernel options. This change specifies the runlevel to boot the system into. Why Do This? If your system does not run Xorg because the configuration is invalid, or if the display m

Linux TutorialsUncategorizedhow-to
Swap Space in Linux: How To Increase Swap Space In Linux
Linux Tutorials 5 min read

Swap Space in Linux: How To Increase Swap Space In Linux

So it has been long since you started using Linux. Now that you’re enjoying what Linux has to offer, one of the things you often come across is the Swap Space. In this article, I will discuss Swap Space in Linux, its importance, when it’s required, and how beneficial it is. I will also discuss how we can set up and manage swap space in Linux. * What is Swap Space in Linux? * Benefits of Swap Space * Do I really need Swap space? * Swap space as Partition or file? * W

Linux TutorialsUncategorizedhow-to
Remove GUEST Session From Ubuntu Login Screen
Linux Tutorials 2 min read

Remove GUEST Session From Ubuntu Login Screen

A guest session on Ubuntu allows having a temporary user account and access the Ubuntu machine.  The desktop of a guest session looks like it does when a regular user logs in.  Behind the scenes, Ubuntu controls the access privileges for a guest session. The official definition of guest session goes as follow: This package adds support for starting a guest session through gdm’s flexiserver, which any already logged in user can launch. It creates a temporary guest account with a temporary

Linux TutorialsUncategorizedhow-to
Linux Phones That Could Not Survive
Reviews 3 min read

Linux Phones That Could Not Survive

Linux Enthusiasts have always wanted to get their favorite operating system in the palm of their hands. Just like our computers we wish to have robustness, customizability and the ability to do what we want on our phones too. Though there is no denying the fact that we have had several Linux phones, they haven’t really been well received by users. Some people might argue about Google’s Android being based on the Linux Kernel but you know what we are talking about. So, In this article let

ReviewsUncategorizednews
Ubuntu Releases Security Patch For Meltdown
news 1 min read

Ubuntu Releases Security Patch For Meltdown

In another article, I have covered what is Meltdown and Spectre and told you how critical it is for us Linux users. The Linux had been fixed immediately after the two flaws were discovered. But the Ubuntu maintained kernel was not updated against Meltdown and Spectre. Ubuntu Releases Patches for Meltdown And Spectre Yesterday on 9th January, Ubuntu released patches for Meltdown and Spectre. It had already said that the team was working on the patch thinking the date of fla

newsUncategorized#Import 2024-11-04 15:59
Best Linux Screenshot And Screencasting Tools
Reviews 5 min read

Best Linux Screenshot And Screencasting Tools

There comes a time you want to capture an error on your screen and send it to the developers or want help from Stack Overflow, you need the right tools to take that screenshot and save it or send it. There are tools in the form of programs and others as shell extensions for GNOME. Not to worry, here are the best Linux Screenshot taking tools that you can use to take those screenshots or make a screencast. Best Linux Screenshot Or Screencasting Tools 1. Shutter Shutter is one

ReviewsUncategorizedreview
ifconfig Commands To Configure, Monitor And Debug Network Interface
Linux tools 7 min read

ifconfig Commands To Configure, Monitor And Debug Network Interface

Ifconfig is used to configure the kernel-resident network interfaces. It is used at boot time to set up interfaces as necessary.  After that, it is usually only needed when debugging or when system tuning is needed.   If no arguments are given, ifconfig displays the status of the currently active interfaces. If a single interface argument is given, it displays the status of the given interface only; if a single -a argument is given, it displays the status of all interfaces, even those th

Linux toolsUncategorizedtutorial
Linux Vs. Unix
Reviews 3 min read

Linux Vs. Unix

In computer time, a substantial part of the population has a misconception that the Unix and Linux operating systems are one and the same. However, the opposite is true. Let’s look at it from a closer look.   What is Unix? In IT, we come across Unix as an operating system (under the trademark), which was created by AT & T in 1969 in New Jersey, USA. Most operating systems are inspired by Unix, but Unix has also been inspired by the Multics system, which has not been completed.

ReviewsUncategorizedreview
LinuxAndUbuntu Review Of TrueOS A Unix Based OS
Linux Distributions 8 min read

LinuxAndUbuntu Review Of TrueOS A Unix Based OS

Trust me, the name TrueOS takes me back to the 1990s when Tru64 UNIX operating system made its presence. TrueOS is PC-BSD’s new unified brand built upon the FreeBSD-CURRENT code base. Note that TrueOS is not a Linux distro but is BSD Unix.   FreeBSD is known for its cutting-edge features, security, scalability, and ability to work both as a server and desktop operating system.  TrueOS aims at having user-friendliness with the power of FreeBSD OS. Let us start by going into details of dif

Linux DistributionsUncategorizedreview