The jDownloader application allows you to download files from many links simultaneously. It comes with handy features like pausing and resuming downloads, extracting contents from compressed archvies automatically, and setting maximum bandwidth usage, among other things to help you manage all of your downloads. It is an open source tool available for Linux systems and will make bulk downloading much easier for you.
debian
How to install custom kernel on Ubuntu/Debian Linux
The Linux kernel sits at the core of all Linux systems. It is open source and able to be downloaded and compiled by anyone. If you have compiled a custom Linux kernel or downloaded one online, it is easy to install that kernel on an Ubuntu or Debian based systems.
Build custom kernel on Debian / Ubuntu
The Linux kernel sits at the core of all Linux systems, including thousands of GNU/Linux distributions, the Android mobile operating system, and tons of embedded systems, networking devices, etc. Its popuarity and ubiquity can be credited to the fact that it is free and open source. Anyone can download the Linux kernel, make changes to it if they wish, and compile it for their own commercial or private use.
Check Debian Linux version
Being aware of your current Debian version will help you know when it is time to update. It’s important to know the version of your Debian Linux system, as new versions are released about every 2 years. Staying up to date will keep your system secure and ensure that you have the newest software available.
How to install Debian from USB
So you have decided that you want to install Debian Linux on your computer. These days, the easiest way to install Debian is from a bootable USB thumb drive. To do so, you must first download the installation media and burn the ISO file to USB.
How to install package on Debian Linux
If you are new to Debian Linux, one of the first things you will be wondering how to do is install a software package. Although Debian usually comes with all the essential software installed out of the box, you will inevitably want to extend the operating system’s functionality even further, which can only be done through installing more software. Debian gives us a lot of options to do so, including through the system package manager, software center, or installing a .deb
file.
inxi installation and usage on Ubuntu/Debian
The inxi
Linux command can be used to see various system information and other handy bits of data right from your terminal. The command is ordinarily not installed by default. However, it is a small software package that provides access to the command, and it proves especially useful to system administrators and power users.
iTunes DAAP server setup on Ubuntu/Debian Linux
DAAP server is an Apple Inc. proprietary protocol to share media files over the network. DAAP server allows share media files among network connected devices where the central media share repository resides on main server. In this simple tutorial we will be installing and configuring DAAP server share using forked-daapd
media server with support for RSP, DAAP, DACP and AirTunes on Ubuntu Linux or any other Debian Linux based system.
Sendmail: “unqualified hostname unknown; sleeping for retry unqualified hostname
If you have configured Sendmail on your Linux system and are still unable to send emails because of a unqualified hostname
error, we have a few suggestions that you can use to try and remedy the issue.
Setup Bootsplash on Ubuntu/Debian – grub silent or verbose boot mode
The splash screen of a Linux system, which is the first screen you see when the operating system is booting up, is fully customizable.
How to setup Debian ubuntu local ISO repository
In this tutorial we will setup a ubuntu local ISO repository. On a Linux system, it’s possible to specify a different source for software installation in the package manager. This means you don’t always have to download packages from official repositories.
How to perform Debian chroot installation
In this tutorial we will deal specifically with Debian Chroot environment. Running a Linux system inside a chroot environment allows a system administrator to decrease the impact on a production server when the server gets compromised.