This issue is just driving me crazy. I have used VB with SSH before and had no issues. For the first time I decided to make the change to mint for my computer just run into a crazy amount of privilege's issues. However this one I just cant figure it out.
I am opened the terminal in Visual Studio and tried to send a sudo, php, apt-get literally any command. It will always come back with command not found. I also tried to open a bash terminal and got the same result.
However if I just open a normal mint terminal all the commands work. So it is not that i dont have sudo or apt-get install.
What am i doing wrong here?
i once had this problem and fixed it by changing the sh ( top right corner of the terminal ) to bash by clicking it, check if maybe you have the option to
Related
I am using ubuntu in windows by WSL. I have installed gnu gcc and various required files required to develop a basic Operating System.
Actually I have installed from this link.
But whenever I try to run command 'i386-elf-gcc', it shows command not found. Interestingly if I run export PATH="$PATH:/usr/local/i386elfgcc/bin" this command from that terminal and rerun 'i386-elf-gcc' it works correctly. This happens every time I try to run the command in a new terminal.
I need to get rid of this problem. What can I do?
I am on Windows running Intellij and Git for Windows SDK for a feature rich terminal on Windows (pacman, oh my zsh, etc...)
I looked up previously on which command to use to make it the default Intellij Terminal and SO delivered:
How can I launch git-for-windows SDK's git-bash in Windows Terminal?
I am using the cmd from above's 2nd post:
C:\git-sdk-64\msys2_shell.cmd -defterm -here -no-start -mingw64
Everything works fine except for a stubborn resizing issue :
Every time I resize the Intellij Terminal, the MSYS terminal stops receiving key strokes and I have to reopen a new one:
( can't type after the resize under the echo hello )
Trying to avoid WSL for now as I noticed maven builds through wsl were noticeably slower than directly on powershell or via git terminal.
Workaround
Not exactly a solution but if you run with MinGW32, the resize no longer causes the problem
To be seen if I will suffer from other 32/64 bit incompatibilities
using for now:
C:\git-sdk-64\msys2_shell.cmd -defterm -here -no-start -mingw32
I have updated my mac's OS and when I try to run the same commands that I did prior to the update (see file, it was simply just yarn), I get a vomit of errors on my terminal and I get a system prompt that states: The "make" command requires the command line developer tools. Would you like to install the tools now? After I click Install it takes about 20 minutes and it says installation finished, only to have the same behavior when I run the same command in my terminal.
Any one else a developer using Ventura running into weird problems running their code base?
Will be happy to share my output logs if somebody cares to help.
Did exactly what system prompts said, only to give me the same behavior when trying to run my code locally. It is in a feedback loop and am un sure how to approach it at this point.
I am writing this post because after several hours of research I did not manage to find an answer.
I have been using Ubuntu 20.04 for a few months in dualboot on my original Windows. But since a few days I have not been able to launch applications (example: Chromium, Firefox, Visual Studio Code, Settings), I tried to launch them via the terminal, but I have no response, not even an error. I also cannot execute a command with sudo
After several searches I understood that it could come from gnome, I then try several subject recommend it to execute
$ killall gnome-control-center
$ gnome-control-center
When I try to kill I get no response, and when I run gnome-control-center I get the following error :Failed to register: Timeout was reached
I cannot move forward in my plans because of this problem, would you have a solution please?
This might just be that something on your system is corrupted, you might just have to copy the files you use all the time (Code, pdfs) wipe the drive and reinstall your ubuntu. Also, check if the Windows is working if that's not working it might be a problem with your computers internals.
I'm Elementary OS Luna (Ubuntu-based) user, and trying to do some tweaks I installed Gnome Tweaks Tool. After installing and running it, my computer got several problems.
All the windows were without borders and titlebars. Couldn't close, minimize, resize etc. I could solve it by running Compix and putting it as startup. But some good features of Elementary OS does not work with Compix, but just with Gala. And when I try to run Gala, this happens:
jefs#JefsPC:~$ gala --replace
(some css warnings, okey)
(gala:6103): GLib-GIO-ERROR **: Settings schema 'org.gnome.mutter' does not contain a key named 'center-new-windows'
Trace/breakpoint trap
jefrey#JefsPC:~$ _
I tried reinstalling elementary-desktop, removing gnome-tweaks-tool, reinstalling gala, installing and removing mutter and even going to /usr/share/glib-2.0/schemas/org.gnome.mutter.gschema.xml and putting that "center-new-windows" key manually, then restarting my computer. It made that key to show up on dconf editor, but Gala still not detecting it...
Is there something I can do to get Gala back?
Solved with apt-get upgrade && apt-get dist-upgrade