zip command keeps including the entire parent directory structure
I am trying to run this zip command on an Ubuntu WSL: zip -r /home/chansen/db-backup/backup.zip /mnt/c/data/db/*I want the zip to contain all contents of db at the top level, but the resulting zip has...
View ArticleHow do I stop the Windows Ubuntu terminal from disconnecting from SSH?
I'm using Ubuntu 18.04 LTS to SSH into my Linux machine at work from my Windows computer, but after inactivity (either working on something else for a time, or, more annoyingly, running a command which...
View Articlecompiz not working?
I'm trying to set up the Ubuntu GUI on Windows 10 with WSL and VcXsrv, but I'm not exactly sure why it isn't working. I've set it up according to this guide. When I run compiz from bash, I get:compiz...
View ArticleHow to list a Windows process on Ubuntu Terminal in WSL
Now it's possible to use the Ubuntu terminal or bash shell on Windows.How can I list Windows processes using ps or htop?
View Article"Error: 0x80080005 Server execution failed" while installing Ubuntu on Windows
While installing Ubuntu app on Windows, I'm encountering this error:Installing, this may take a few minutes...WslRegisterDistribution failed with error: 0x80080005Error: 0x80080005 Server execution...
View Article/usr/bin/env: ‘python’: No such file or directory
I am trying to install Gitlab Development Kit on Windows Ubuntu Bash.$python3 outputPython 3.5.2 (default, Nov 17 2016, 17:05:23)[GCC 5.4.0 20160609] on linuxType "help", "copyright", "credits" or...
View ArticleWSL: Can't use git clone on windows mounted folders
Windows Version: Windows Enterprise 10.0.18363 Build 18363WSL 1Ubuntu 20.04 LTSIssue:I have 2 machines where I installed WSL but on one the mounted files are set to root:root which doesn't allow to use...
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 ArticleHTTPMultipleChoices (HTTP 300) Requested version of OpenStack Images API is...
glance --os-image-api-version 1 image-create --container-format bare --disk-format qcow2 --copy-from a345d42a-746f-4350-ba83-75e499d10de3showing me the following errorHTTPMultipleChoices (HTTP 300)...
View ArticleI'm using ubuntu 20.04 LTS in windows 10
G N U P L O T Version 5.2 patchlevel 8 last modified 2019-12-01 Copyright (C) 1986-1993, 1998, 2004, 2007-2019 Thomas Williams, Colin Kelley and many others gnuplot home: http://www.gnuplot.info faq,...
View ArticleDoes Ubuntu on the Microsoft Store wipe your system?
Does installing Ubuntu from the Microsoft Store wipe your PC?
View ArticleSetting up GUI with Ubuntu from Windows Store [duplicate]
I've recently downloaded Ubuntu from the Windows Store (I'm running windows 10) and I wanted to start familiarize with it, I saw that it's possible not only to have the bash command line, but also a...
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 ArticleError when trying to SSH into server using a WSL
I need to obtain data from a server, using my WSL (Ubuntu 20.04) and to do so I run the commandrsync -av -e "ssh -vvv -oPort=5822"'address'where 'address' is of course replaced with the actual address....
View ArticleUbuntu prompt styling on WSL2 messed up after changing default user to root
I ran ubuntu config --default-user root on an elevated Windows cmd, but it seems to have messed up my prompt styling:Before I updated the default user, the prompt had a similar color to the directories...
View ArticleMaking the installed packages in the WSL portable
Is there any way to port a program like Apache Airflow which is installed in the WSL to another windows machine without the need to open the linux terminal ?Thank you,Igor
View ArticleHow to remove/uninstall setoolkit
I want to remove the setoolkit due to an error and I want to re install it again but I am unable to uninstall it. please tell me how to remove setoolkit from terminal.
View ArticleUninstalled python2, but still appears in /usr/bin and in file explorer
I am trying to uninstall Python 2. I have attempted to do this both from my computer's Control Panel and from the Ubuntu command line using sudo apt remove python2. Both of these actions appear to...
View ArticleWhere Fish Shell Contains own Aliases (functions) Files
I use Windows Linux Subsystem build on Ubuntu 14.04 in Windows 10.➜ User lsb_release -aNo LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 14.04.5 LTSRelease: 14.04Codename: trustyI...
View ArticleConnect MySQL Workbench to WSL2
I have a brand new WSL2, running on the latest Windows 10 (2004) with Ubuntu 20.04, MySQL installed, I can access it from Bash and get the status --mysql> status--------------mysql Ver...
View Article