Why is the mysql-server package from mysql.com missing server files?
I'm usually not using Ubuntu, but decided to give it a try today because it's the preferred distro for Windows Subsystem for Linux, that I wanted to try today to see if/how it could replace my VMWare...
View ArticleHow to recursively convert all JPGs into one PDF in each folder using img2pdf?
I have three levels of folders like main, sub-1 and sub-2. my main folder has lot of sub-1 folders and sub-1 has lot of sub-2 folder with JPG images inside.I copy JPG files from sub-2 to its parent...
View ArticleUnable to change the root password in Windows 10 WSL
I have tried both commandssudo passwdandsudo -u root /bin/bashBut as soon as I enter the new password twice, it says password has been updated. You close the shell and open a new instance, it is still...
View ArticleHow can I fix internet connection issues on wsl2
Just got on wsl2 and when I run sudo apt-get update I get the following error archive.ubuntu.com:80 (2001:503:83eb::30). - connect (101: Network is unreachable. What am I missing here?Note: I am on the...
View Articlewhile checking the ufw status for using nginx server in ubuntu app in...
yabesh@LAPTOP-DLAQ7R33:~$ sudo ufw status ERROR: problem running iptables: iptables v1.8.4 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?) Perhaps...
View Articlemulti-core CPU usage
I am using the Windows Subsystem for Linux (WSL), and I am unexperimented in the capabilites of linux.Recently, I've been wanting to get better insight in the CPU usage of processes, but I am getting...
View ArticleHow does the new "Bash on Windows 10" really work?
I read online that Ubuntu and Bash are coming to Windows 10. I also read that it's not an emulator or virtual machine running on top of Windows, but something else. So how exactly does it all come...
View ArticleHow can I remove Windows Path from Ubuntu Path?
How can I remove Windows Path from Ubuntu Path ?~/.bashrc or other file does not contain it.HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Lxss =...
View ArticlePlease help configuring NVIDIA-SMI Ubuntu 20.04 on WSL 2
Following this announcement and somewhat trying to follow this confusing thread, Iinstalled Windows Version 10.0.20150 Build 20150installed NVidia Driver version 455.51installed Ubuntu 20.04 LTS from...
View ArticleUbuntu WSL on Windows 10 shows 2 x 256 GB drives though only one 256 GB drive...
I've installed Ubuntu on Windows 10 using WSL (Windows Subsystem for Linux).When I run the lslbk command, I see the following:NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTsda 8:0 0 256G 0 disk sdb 8:16 0...
View Articlevar log auth.log where is the information stored in ubuntu?
Tell me please where this information is stored here in linux /var/log/auth.logstored in ubuntu?UPD:enter image description here
View ArticleWindows Subsystem Linux cgroup issues with slurmd
I am trying to add my computer running Ubuntu WSL to a slurm cluster I have, made up of old laptops. And when I run sudo service slurmd startit comes back as failed. I checked the /var/log/slurmd.log I...
View ArticleError on realpath() on '/var/lib/mysql-files' (Error 2 - No such file or...
I am using Ubuntu to configure Wordpress on WSL. Currently, I am trying to install MySQL as part of the LAMP Stack using the following as per this tutorial:sudo usermod -d /var/lib/mysql/ mysqlsudo...
View Article/var/log/auth.log in Ubuntu under WSL
Where do I find login information when running Ubuntu under Windows Subsystem for Linux (WSL)? I would normally expect it to be in /var/log/auth.log, but I don't see any login attempts there.Output of...
View ArticleTemporary failure in name resolution in ssh command
I haven't used my Ubuntu WSL in about 4 months, today I opened it up to use ssh to connect to a server for one of my classes and I get the following error. I've tried the other solutions that I've...
View ArticleRunning gnome-keyring on WSL (Windows Subsystem for Linux)
I've been trying to store HTTPS GIT credentials using a Keyring (Gnome Keyring) using the steps in this article:http://blog.iqandreas.com/git/storing-https-authentication-in-ubuntu-and-arch-linux/I...
View ArticleHow to change default user in WSL Ubuntu bash on Windows 10
I installed the WSL Bash on Windows 10 and set my user to e.g. 'abc' but now I want to change it to something else.How can I change the user name of the user I'm logged in as?When I open bash it...
View ArticleUnderstanding disk space using WSL2
Complete novice here, so please tell me if this should be posted in a different forum. If the answer is already available online, I haven't been able to find it in my searches.I set up Ubuntu 20.04...
View ArticleReset the password in Ubuntu / Linux Bash in Windows
I have installed Linux Bash on Windows 10 (available from Microsoft), but I've forgotten my password.I've searched for a solution but I only find suggestions that involve doing something before the...
View ArticleHow to limit CPU utilization for a process in ubuntu vm
I am using ubuntu 20.04 VM for a course. For an assignment, I need to run a command that creates some thread and two processes happen simultaneously. However as soon I run the command ubuntu slows down...
View Article