Skip to content

Programming Articles

  • HOME
  • Python
  • JavaScript
  • C/C++
  • Java
  • Terms & Conditions and Privacy Policy
  • About US
Main Menu

Ubuntu

Linux / Ubuntu

How to enable or disable services in Ubuntu?

There are services that can be enabled/disabled using the GUI (like the startup application) or the terminal. For the Terminal you have several options. First, open a terminal (Type “terminal” in the …

How to enable or disable services in Ubuntu? Learn More
Linux / Ubuntu

Error message “sudo: unable to resolve host (none)”

Sample query: When I run sudo the terminal is stuck for a few seconds and then outputs an error message. My terminal looks like this: What can I do to solve it? …

Error message “sudo: unable to resolve host (none)” Learn More
Linux / Ubuntu

How to upgrade a specific package using apt-get?

You just need to do apt-get install –only-upgrade <packagename>. This will upgrade only that single package, and only if it is installed. If you wish to install the package if it …

How to upgrade a specific package using apt-get? Learn More
Linux / Ubuntu

Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?

Here are multiple solutions to resolve this issue, but if the first 2 don’t work out, jump to the 5th answer. Remove your /var/lib/dpkg/lock file and force package reconfiguration. It should work …

Unable to lock the administration directory (/var/lib/dpkg/) is another process using it? Learn More

Featured Posts

From UNIX to Linux – History of Linux

21st November 202010th September 2022

Best themes for Ubuntu: Make Ubuntu Beautiful

20th October 202010th September 2022

Strings in Python

12th September 202010th September 2022

Is Python hard to learn? Top best learning resources

18th April 202010th September 2022

Recent posts

  • How to pad a string with zeroes to the left?
  • What is the difference between process and thread?
  • How to generate a random alpha-numeric string in Java?
  • How to auto-resize an image to fit a ‘div’ container?
  • How to get a Docker container’s IP address from the host?
  • How to display a JavaScript object?
Copyright © 2023 Programming Articles.
Powered by WordPress and HitMag.