Quantcast
Image

Search Results for: download

How to run DOS program on Linux

By  •  December 2, 2021

A program can only run on the operating system that it is compiled for. It it because the program could rely on specific libraries or function calls.


Read More

How to list directory content in reverse in Linux

By  •  December 2, 2021

The ls command displays directory content in the Linux terminal and, by default, sorts the output in alphabetical order. Sometimes you'll need to change the sort order to reverse, …
Read More

How to clear disk space on Linux

By  •  December 2, 2021

You download files and install applications to your system. At the same time, your system generates temporary files and writes logs. That eats up your precious disk space, which …
Read More

How to get disk speed information in Linux

By  •  December 2, 2021

Some of the ways to test the speed of your disks are to run benchmark tools, perform I/O operation on the disk using standard tools, and infer the overall …
Read More

How to create bootable USB drive from ISO image in Linux

By  •  December 2, 2021

ISO images are typically used to distribute operating system installers. These images will then need to be burned into an external drive such as a USB stick or portable …
Read More

How to perform threat analysis on Apache log

By  •  December 2, 2021

Apache stores details of HTTP requests in its Access Log as defined by the CustomLog directive. The log can be used to check for malicious requests such as hacking …
Read More

How to limit connection bandwidth on Apache

By  •  December 2, 2021

Apache, by default, will serve files to the users as fast as the bandwidth or TCP/IP allows. In an environment where you are hosting files for download, and you …
Read More

How to install and configure Apache on openSUSE or SLES

By  •  December 2, 2021

SUSE Linux Enterprise Server or SLES is the recommended version of SUSE for server deployment though the installation and related documentation are not as polished as other major Linux
Read More

How to install and configure Apache on CentOS, or Red Hat or Fedora

By  •  December 2, 2021

Red Hat is a prevalent choice of Linux distribution for server deployment, and Apache is one of the most popular web server software. Red Hat and Apache are more …
Read More

How to install gpart in Ubuntu Live CD

By  •  May 28, 2018
  1. boot
  2. try
  3. open terminal
  4. apt update
  5. apt install

This tutorial is on installing gpart in Ubuntu Live CD because when you have to use gpart it’s basically to rescue an existing Ubuntu or Windows installation which has to be done via Live CD.

Top
OnlineWebTools