Ubuntu showing low disk space on file system root [duplicate]
I have installed Ubuntu-20.04 a couple of months ago (not VM).But now it is showing this “low disk space” message.I am very new to Ubuntu. I do not know what to do now.I also use Windows 10 for other...
View ArticleIs there a way I can open the Windows 10 Ubuntu bash without running the...
I was editing the bashrc script in my Windows 10 Ubuntu Bash and I made a mistake while editing the script. Now bash exits immediately upon opening it. Is there a way for me to open Bash without...
View ArticleKSH on Ubuntu on WSL
I just installed the Ubuntu app on Windows Subsystem for Linux (WSL). It defaults to a bash shell. I would prefer ksh. I am quite naive when it comes to using package managers to install software. I...
View Articlewhy is chmod -rwx not removing all the permissions on my private key file,...
chmod -rwx prac1abayomi@AbayomiUsman:~/.ssh$ ll | grep prac1-r-xr-xr-x 1 abayomi abayomi 2655 Feb 18 15:55 prac1*-rwxrwxrwx 1 abayomi abayomi 574 Feb 18 15:55 prac1.pub*abayomi@AbayomiUsman:~/.ssh$...
View ArticleMultiple terminal windows in Windows Ubuntu?
I am using Ubuntu downloaded from the Windows Store in Windows 10. It doesn't seem to be possible to use multiple terminal windows. Is the only way then to install a GUI and use this with the X server....
View ArticleHow to I check the battery level on a Microsoft Surface from a WSL Ubuntu shell?
There are plenty of tutorials online for checking your battery level in a ubuntu terminal. The most common solution seems to be to use upower. However, when I run upower in a WSL Ubuntu shell in...
View ArticleUbuntu terminal ls lists folders but not files
I'm pretty new to Ubuntu so I'm thinking I might've installed it incorrectly or something since this never happened on my old laptop, but here's what's happening:I'm using the ubuntu terminal from the...
View ArticleDon't work our keyboard button
Our keyboard work but one button didn't work properly.This is Adtherate button so if you have any idea this type of problem please suggest hime....
View ArticleHow to upgrade PHP7.2 to PHP7.4 in Ubuntu in windows10(Linux Subsystem)
I need to upgrade the default PHP version 7.2 to 7.4 in Linux(ubuntu) subsystem in windows10.Who can tell me the operation step.
View ArticleAre there any limitations in working in Ubuntu in Windows Subsystem for Linux...
Are all of Ubuntu's capabilities including support for GUI applications available in the latest version of Windows Subsystem for Linux installation of Ubuntu or are there any limitations in working in...
View ArticleChild process exited with code 1 (WSL) [closed]
I'm getting this message error and I can't continue typing the commands. I don't care about the message, I just want to get back to the command line. Is that a key for that or anything?
View ArticleWSL: tabTitle not overwritten when using ssh
I'm using WSL with Ubuntu 20.04.When I open Windows Terminal, and make a ssh connection to my server, the tab title stay the same.So the Tab Title is still the username@password from the WSL, not from...
View ArticleHow to use GUI Integration with Ubuntu on Windows Community Preview?
I saw the announcement of a new version of Ubuntu for WSL and decided to install it, there is a gui integration option during installation:But what does mean "Required Third-party X Server." and...
View Articlecan't find executable file WSL2
i'm using WSL2 with Ubuntu 20.04. I installed a program libFM and followed the installation process (which is fairly simple). When I try to reach executable using ./libFM it fails, returning the...
View ArticleApache2.4 and WSL2 is giving an Error 403
Problem:The website is returning an Error: 403 when trying to access it. No information is being given in log files afaik.VersionWindows 10: Version 2004 (OS Build 19041.388)WSL: Version 2Server...
View ArticleUnable to locate package with apt-get remove
I'm trying to remove pip (because I have pip3). I did sudo apt-get remove --purge pip, and getReading package lists... DoneBuilding dependency treeReading state information... DoneE: Unable to locate...
View ArticleHostnamectl WSL2 Error
I'm running Ubuntu 20.04 on WSL2 and I'm trying to change the hostname. Running hostnamectl, I receive the error messages:System has not been booted with systemd as init system (PID 1). Can't...
View Articleguys how can i get output for both linux commands
#!/bin/bash# Declare a string array with typedeclare -a StringArray=("$(pwd)" "$(cd)" )# Read the array values with spacefor val in "${StringArray[*]}"; do echo $valdone
View ArticleSudo apt command not found
I am in a big problem. Everything was running ok, then I tried to install MongoDB, I was getting dpkg: unrecoverable fatal error, aborting: statoverride file contains empty line errors and was not able...
View ArticleError in updating or upgrading Ubuntu 20.04 LTS under WSL
Encountering error when running sudo apt update && sudo apt upgrade in WSL terminal. Host machine is Windows 10 20H2 and linux distro is Ubuntu 20.04LTS. Error output is as shown below. E:...
View Article