I used to download the large files with wget
because I can simply
resume the download tasks with -c
option. This option will check
the size of the output file, and download the rest of the file from the server.
I can even restart the download task with a different …
Tag | linux
-
-
Python Package Manager: PIP
The Python package manager pip is a tool to manage the installed site packages. With pip, we don't have to be worried about the package dependencies anymore. pip will download the required packages from Python Package Index automatically.
Install Packages
To download and install the packages from Python Package Index …
-
Debian Backports
-
Ubuntu Bluetooth Headset
I have bought a Bluetooth headset recently. After connecting the device, I was quite disappointed with the sound quality. Fortunately, after searching on the web, it seems that I am using the "Telphony Duplex" mode, which has low quality.
Here are the steps to switch to the mode with better …
-
Install GCIN on Ubuntu 14.04
-
Fix GRUB2 Warning
It has been for a while that my desktop PC was not showing the GRUB2 menu. Besides, I noticed that there was a warning message during the execution of
update-grub
:Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
After checking …
« Prev Page 2 / 2