HostOnNet Blog

Tag Archives: debian

Upgrade Debian 8 to Debian 9 Stretch

Debian 9 Stretch is almost ready to be released. Release date of Debian 9/Stretch is 2017-06-17. Today i upgraded a VPS running Debian 8.8/Jessie to Debian 9. One problem i found was after upgrade, eth0 was renamed to ens3. That


Debian

Installing Docker on Debian 9 Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run. https://www.debian.org/ Latest version of Debian is 8, code named


Installation of Xdotool on Linux

For Ubuntu, Debian or Linux Mint, you can just do: For Fedora, use yum command: For CentOS user, the package is available in EPEL repo. After enabling EPEL repo, simply use yum command as above. For Arch user, the package


How to compile the Linux kernel on Debian or Ubuntu

You may want to add driver support for devices which are not recognized by the generic kernel shipped with Linux distros. You may want to optimize the kernel for your hardware, tweak performance tuning options, or turn on or off


Installing nslookup in Ubuntu

Today i tried to run nslookup on a Ubuntu VPS It was Ubuntu 12.10 To find which package provides nslookup command, use apt-cache search We found 2 packages that is related to nslookup. First one is what we need. Second


Debian: How to find a package is installed from .deb or source

When installing ffmpeg-php in a debian server, i got error # phpize -bash: phpize: command not found # This is because php-devel package is not installed on the server. Before installing, you need to find out whether php is installed