Skip to main content

Questions tagged [terminal]

A terminal is an environment for text input/output. Inside the terminal, one runs command-line and text mode programs (including shells).

0 votes
1 answer
22 views

How to turn Audio Output into Virtual Microphone?

I have an APp that converts Audio input from microphone to a specific Filter I am trying to implement on the audio for a project. It is needed to make the app interpret the audio from the app as a ...
unkp's user avatar
  • 3
-4 votes
2 answers
64 views

How can I find out what the most lightweight terminal emulator is?

I am trying to reduce the disk space by my system, as well as the RAM needed for my programs and background tasks. I need the terminal mostly for displaying various things (calendar, actual time, ...
Nepumuk's user avatar
  • 709
-3 votes
1 answer
76 views

Find actual file by only file name, not literally everything non-related

PuTTY/SSH and logged in as root I simply want to find any instances of the file PEAR.php. I've looked through a dozen different tutorials but they seem to just copy-paste the same instructions. An ...
John's user avatar
  • 196
0 votes
0 answers
17 views

Error installing codelite-plugins

gui@Latitude:~$ sudo apt-get install -y codelite-plugins Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may ...
Guilherme Woolley's user avatar
0 votes
1 answer
26 views

CodeLite install Ubuntu

Can you show me step by step how to install CodeLite on Ubuntu 24.04 LTS via terminal ? Which is the last version ,which version should I install? I have seen there versions 17.0.0 and 17.10.0.. I ...
Guilherme Woolley's user avatar
0 votes
0 answers
25 views

Ghost string in terminal, string doesn't go away when using backspace [duplicate]

Linux shell problem on a server, bash 5.1.4(1)-release. Debian 11.10. I have this on my command line right now after pressing the up arrow: server# ctr plugins listkubeadm init --pod-network-cidr=10....
AttributedTensorField's user avatar
-1 votes
2 answers
171 views

Is it possible to translate bash to another human language like Arabic?

Bash commands are written in the Latin alphabet, is it possible to translate them to another language? In this case, Arabic. Arabic is written rtl and I remember I tried it using alias before when I ...
Abdelaziz Baheg's user avatar
0 votes
0 answers
21 views

Can you help me with playing "Spotify" in terminal?

I'm looking for some help with setting up Spotify on my terminal using a free Spotify account. Previously, there had been some configurations that worked, but it seems like they no longer do for free ...
DarKnightz's user avatar
0 votes
0 answers
22 views

Is there a reverse mapping of key codes or escape sequences to common keyboard keys?

I am using fish for my shell, so I have an easy way the escape sequences or key codes for various key presses using the fish_key_reader builtin. What I'm looking for is the reverse. Is there a way I ...
Hari's user avatar
  • 127
1 vote
0 answers
42 views

Shell: Customizing the "Display all N possibilities? (y or n)" message

I already know that double-pressing the Tab key on Bash terminal will enlist all files and folders in the current working directory or, when appropriate, show Linux executables that I can run. I want ...
groaking's user avatar
0 votes
0 answers
32 views

Node.js recently started emitting all stderr in red text. How to handle this cleanly?

I use ANSI colorized text output in logs and other output that I emit on stderr in some of my programs. Since I've been doing this kind of thing for years, I am pretty familiar with the capabilities. ...
Steven Lu's user avatar
  • 2,312
0 votes
0 answers
40 views

I want to know the redirected URL from current URL

URL = "http://downloads.sourceforge.net/sourceforge/gptfdisk" I can access this URL in my browser, but it is getting redirected to a newer URL. Problem: When I give this command to get ...
Viraj Patel's user avatar
0 votes
1 answer
60 views

How to add categories in `free` command

I can extract the amount of memory used by running the following two commands from terminal: free -h | awk '/^Mem:/ {print $3}' This shows the used memory, e.g. 4.8Gi. free -h | awk '/^Mem:/ {print $5}...
ellat's user avatar
  • 37
0 votes
0 answers
25 views

how to make default CWD not ~/Desktop for new terminal window [duplicate]

In RHEL-8.10, the current working directory is ~/Desktop when I open a new terminal window within the gnome3 desktop. How can I make the current working directory just ~ whenever I open a new terminal ...
ron's user avatar
  • 7,162
0 votes
1 answer
35 views

Can I force xdg-open to use a new terminal when opening a terminal app?

I would like xdg-open to open a new terminal when I run it on a file from the terminal and it opens, for example, nvim. My default text editor for text/plain is set to nvim.desktop. When I open a text/...
vosjedev's user avatar

15 30 50 per page
1
2 3 4 5
290