How to close terminal after opening something from it [duplicate]

This question already has answers here: How to open an application in terminal and detach it? [duplicate] (3 answers) Running programs in the background from terminal (9 answers) Closed last year. I am a linux newbie so this maybe a very stupid question, I will try to ask my question by giving an example. When … Read more

Unable to install ukuu kernel updater

I was following this tutorial: Upgrade Kernel on Ubuntu 18.04 – Linux Hint, but when it came to installing ukuu, it gave a bunch of dependency errors $ sudo apt-get install ukuu Reading package lists… Done Building dependency tree Reading state information… Done You might want to run ‘apt –fix-broken install’ to correct these. The … Read more

The following packages have unmet dependencies:unifi

I’ve installed Unifi on fairly unsupported machine: root@EvoWebsites:/home/pklys# apt-get upgrade Reading package lists… Done Building dependency tree Reading state information… Done You might want to run ‘apt –fix-broken install’ to correct these. The following packages have unmet dependencies: unifi : Depends: mongodb-server (< 1:3.6.0) but 1:3.6.3-0ubuntu1 is installed or mongodb-10gen (< 3.6.0) but it is … Read more

How can I create an NTFS partition?

I need help to change the file system from ext4 to NTFS. I am using this command: sudo mkfs.ntfs /dev/sda But I get this output: /dev/sda is entire device, not just one partition Refusing to make file system here! I don’t have any data on /dev/sda. What should I do? Answer While it is technically … Read more

Cannot start MongoDB on WSL

I have installed MongoDb, on WSL using the steps from the official docs here. When i issue the command sudo service mongod start i get the following message mongod: unrecognized service. I’ve tried troubleshooting using these stackoverflow answers. I got it starting using one of the commands sudo mongod –fork -f /etc/mongod.conf However I cannot … Read more

External Yeti Michrophone not detected on Ubuntu 18.04

I have external Usb Microphone by Yeti. With every Ubuntu upgrade it takes me hours to set it up. However, after upgrade to 18.04 the microphone is not detected at all. The result of dmesg is: [ 1723.642721] usb 3-1: new full-speed USB device number 26 using xhci_hcd [ 1723.770713] usb 3-1: device descriptor read/64, … Read more

Ubuntu 18.04 LTS : sky2 ethernet stops working after system resume from suspend?

I upgraded Ubuntu 17.10 to version 18.04 LTS …. and unfortunately I encountered a problem with the network card / driver: sky2 sky2 ethernet stops working after system resume from suspend ! I returned again from backup to version 17.10 ….. but I checked a few releases of Ubuntu LTS for example Xubuntu 18.04 / … Read more