terminal Questions
3
I'm trying to verify an installer by typing this command.
grep node-vx.y.z.tar.gz SHASUMS256.txt | sha256sum -c -
But I get a response like this from Terminal
sha256sum: 'standard input': no prope...
3
I am using the following two lines of Python code to open a new Terminal window from a Python script, and this works fine:
import os
os.system('open -a Terminal .')
Now I would like to pass the ...
3
I'm using Visual Studio Code with the integrated terminal.
When opening a new terminal in a workspace with multiple folders, I always receive a prompt saying:
Select current working directory for n...
Moreen asked 4/2, 2021 at 7:42
12
Solved
When I ssh into a remote production server I would like the colour scheme of my terminal window to change to something brigh and scary, preferably red, to warn me that I am touching a live scary se...
Houseleek asked 1/10, 2008 at 14:41
2
At the top of every terminal I open is the text:
"bash: no job control in this shell"
I don't remember changing anything in VS Code but now I can no longer use 'control + c' to stop stuff...
Diazole asked 13/5, 2023 at 18:30
3
Inside a next.js project I try to type npm run dev in the terminal, but nothing happpens. Except this: sh: pnpm: command not found.
I think I am in the correct folder, and I also have run npm insta...
4
Solved
I am using ffmpeg's extract_mvs file to generate some text information. I would use a command like this in the terminal:
/extract_mvs input.mp4 > output.txt
I would like to use this command w...
6
Solved
This is so frustrating.. I am trying to install sequalize for node.js. I installed it locally with success, but I cant install it globally (I am getting permission denied errors for:
\'../lib/nod...
Ferroconcrete asked 23/9, 2019 at 17:22
2
Solved
I updated my Macbook to Sonoma and I really regret it. I have an Expo App created using the latest versions of everything. I had just created it before the OS upgrade. Everything was running fine. ...
Spooky asked 8/11, 2023 at 0:54
3
I have a fairly good amount of knowledge with Batch. I'm trying to port a batch script over to Mac/UNIX, but my batch file has a drag-and-drop thing to it. Through countless Google searches, I have...
Tribute asked 27/4, 2013 at 23:19
4
Solved
I am building a terminal window in a browser (sth. like ajaxterm) and don't know which escape sequence to send to ssh tunnel (opened via paramiko.SSHClient().invoke_shell(term='linux')).
I have f...
6
Solved
So I've read through this question on SO but it does not quite help me any. I want to import a Gmail generated mbox file into another webmail service, but the problem is it only allows 40 MB huge f...
3
Solved
How can I enable intellisense in the terminal in vscode?
When I start typing, automatically hints come out on the side.
I post an image as an example(In this image, I type with and alongside in lig...
Beckford asked 29/3, 2021 at 11:10
2
Solved
I think the title and image sum up the problem (this has been going on for years).
Any way to force the terminal window to have a fixed height (or percentage, e.g. 15%) when launching/restarting VS...
Uhl asked 7/11, 2023 at 12:4
4
How to change current working directory in VS Code?
Let's say, I have a parent folder called apps and inside it I have a child folder called MyBeautifulApp and I opened the apps folder using vscode...
Lucan asked 18/6, 2021 at 5:30
6
Solved
Everytime I compile and run c file, I have to type:
gcc filename.c
a.out
I don't want to do this in two lines, How to compile and run in one line on linux terminal?
8
when I run sudo apt update
It shows:
E: Failed to fetch http://packages.microsoft.com/repos/code/dists/stable/InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authen...
2
Solved
I'm using Azurite and wish to create a container/upload a blob etc from the bash terminal!
I've tried using the Azure CLI like this::
az storage container create --account-name devstoreaccount1
-...
3
Solved
In linux terminal as I give ctrl+L signal, terminal screen clears. since I am new in windows programming and I found that cls command is used to clear screen. How can I make ctrl+L signal in case o...
2
I'm running Terminal on my Mac and SSH'ing into a Linux host. When I paste text, it will often capitalize the last character of whatever I'm pasting, and the cursor will turn gray and I won't...
Takamatsu asked 21/12, 2019 at 0:27
2
Using sudo ping -f (URL) on a Mac gives the message:
Request timeout for icmp_seq as a reply.
How can I fix this?
2
Solved
I can use this special escape sequence to print a hyperlink in bash:
echo -e '\e]8;;http://example.com\e\\This is a link\e]8;;\e\\\n'
Result (Link I can click on):
This is a link
Now I want to g...
5
Solved
As shown in the picture below, my terminal in VS Code is showing is showing missing icons, whereas it's totally fine in my external terminal.
Desrosiers asked 29/8, 2022 at 11:53
5
Solved
When working in Unix with various programming languages I often use Kate as my primary editor.
It has a really nice function of being able to open a built-in terminal window which is quite useful. ...
Scatter asked 23/11, 2009 at 12:37
7
Solved
I'm getting the error you see below:
xcode-select: error: command line tools are already installed, use "Software Update" to install updates
Name@Name-MBP SignUpFlowFanclub % Software U...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.