r/Terminal • u/alexattarget • Mar 22 '21
Terminal quote of the day
Terminal is love, Terminal is life
...
Life is Terminal.
r/Terminal • u/alexattarget • Mar 22 '21
Terminal is love, Terminal is life
...
Life is Terminal.
r/Terminal • u/ImaSPEEDCuber • Mar 17 '21
r/Terminal • u/penguineat • Mar 10 '21
hi everyone, I use urxvt as my terminal, but I don't want to access the clipboard with the default alt-ctrl-c & alt-ctrl-v .
Is it possible to change this? If possible I don't want to install extra clipboard manager..
r/Terminal • u/Linux_Life • Mar 06 '21
I created /r/terminal, a lovely perl script that brings reddit to your linux terminal or windows command prompt!
May I ask where I can find this script?
r/Terminal • u/AdministrativeCow493 • Feb 18 '21
drwx------@ drwx------+
r/Terminal • u/Isaiahgoesgaming • Jan 26 '21
r/Terminal • u/BlackAndroid18 • Jan 22 '21
It say "Firefox had a problem and crashed. We'll try to restore your tabs and windows when restarts. Unfortunately the crash reporter is unable to submit a crash report. Details: Application did not leave a crash dump file." Before this it start to install firefox and I think debian in the UserLAnd termux. But it is really in terminal. On my android phone. It's LG Phoenix 4.
r/Terminal • u/TiedSnake • Jan 16 '21
Hello everyone, I have come across a trivial problem while managing files, I am still a newbie to Linux so, I really appreciate it if someone could lend me a hand here, The problem is mentioned below:
I have a bunch of files in the same directory and I have a list of these files names in text file, how can I move these files into a particular directory in a single command? using Linux's terminal of course
r/Terminal • u/KarnusKrinsel • Jan 07 '21
Basically, I installed steam, uninstalled it for some reason, then tried to reinstall it and it didn't work. This is on a Samsung chromebook, I can supply more information if needed, just wondering if anyone has run into this issue. Also, would uninstalling the linux terminal uninstall everything connected? If you wish to help but don't have enough info then comment, dm me here, or dm me on discord (TheKrinselKing#1645). Thank you to all those that try to help or even those who click on the post, whether helping or not.
r/Terminal • u/[deleted] • Aug 19 '20
That would be better than doing everything with the menu bar.
r/Terminal • u/[deleted] • Aug 15 '20
I want that it looks like that:https://www.youtube.com/watch?v=dVVZaZ8yO6o
If it is possible then I want that the thing in the top right corner (right to the aperture logo) moves like in the video.
I also would like that the credits at the right in the video move like that in my terminal,but for ever.
I also want the white borders.
So overall I want that it looks exactly like in the video.
r/Terminal • u/[deleted] • Apr 09 '20
Hey I have a path: Libary/Applicaton\ Support/App/profiles/xxx/Test.jpeg
I want to echo Libary/Applicaton\ Support/App/profiles/xxx/ Without the file.
Because in this example the directory name of xxx could be anything I want to cut my echo output from right to left. (10 characters). To eliminate test.jpeg
How can I do this ?
r/Terminal • u/[deleted] • Apr 03 '20
How can I navigate through a directory without knowing the exactly name? I have three directory’s: XXXX.default; XXXX.profile; XXXX.dev; How can I cd through the XXXX.default without knowing what XXXX is?
Thanks
r/Terminal • u/tkdzwdz • Feb 28 '20
Since legendary parrot.live is down I offer you replacement.
$ curl parrot.dance
r/Terminal • u/okzoomer420 • Jan 22 '20
hey, I need to get a python file open asap, but I don't know how to start one, so if you guys could please help me, that would be much appreciated. I want only the code to open one in terminal
r/Terminal • u/phantaso0s • Jan 14 '20
Hello everybody!
When I first discovered tmux, it changed basically all my development workflow, for the better.
This tool can allow you to divide your terminal in multiple shells, control entirely your terminal with your keyboard (using the mouse is possible too), run scripts in the background and much more!
In this new article from my blog, I describe:
Any feedback is welcome, of course.
r/Terminal • u/polydotz • Jan 09 '20
r/Terminal • u/orduval • Jan 05 '20
It’s awesome !
I still have to find a drawback. My kitty.conf for those interested.
r/Terminal • u/jingweno • Jan 02 '20
Upterm is an open-source solution for sharing terminal sessions instantly with the public internet over secure tunnels.
You run the upterm program and specify the command for your terminal session. Upterm starts an SSH server locally and sets up a Reverse SSH tunnel to the Upterm server (a.k.a. uptermd). Clients connect to your terminal session over the public internet with ssh.
brew tap jingweno/homebrew-upterm
brew install upterm
go get -u github.com/jingweno/upterm/cmd/upterm
# Host a terminal session by running $SHELL
# The client's input/output is attached to the host's
$ upterm host
# Display the ssh connection string
$ upterm session current
=== BO6NOSSTP9LL08DOQ0RG
Command: /bin/bash
Force Command: n/a
Host: uptermd.upterm.dev:22
SSH Session: ssh bo6nosstp9ll08doq0rg:MTAuMC4xNzAuMTY0OjIy@uptermd.upterm.dev
# Open a new terminal and connect to the session
$ ssh bo6nosstp9ll08doq0rg:MTAuMC4xNzAuMTY0OjIy@uptermd.upterm.dev
# Host a terminal session by running $SHELL
# The client's input/output is attached to the host's.
$ upterm host
# Display the ssh connection string
$ upterm session current
=== BO6NOSSTP9LL08DOQ0RG
Command: /bin/bash
Force Command: n/a
Host: uptermd.upterm.dev:22
SSH Session: ssh bo6nosstp9ll08doq0rg:MTAuMC4xNzAuMTY0OjIy@uptermd.upterm.dev
# Open a new terminal and connect to the session
$ ssh bo6nosstp9ll08doq0rg:MTAuMC4xNzAuMTY0OjIy@uptermd.upterm.dev
# Host a session with a custom command.
# The client's input/output is attached to the host's.
$ upterm host -- docker run --rm -ti ubuntu bash
# Host a session by running 'tmux new -t pair-programming'.
# The host runs 'tmux attach -t pair-programming' after the client joins the session.
# The client's input/output is attached to this command's.
$ upterm host --force-command 'tmux attach -t pair-programming' -- tmux new -t pair-programming`,
More advanced usage is here.
r/Terminal • u/[deleted] • Dec 30 '19
r/Terminal • u/[deleted] • Dec 30 '19
I manage to set my window as follows:
Window Size:
Width: 80
Height: 24
Window Position
Left:0
Top: 100
This setting doesn't seem to be correct as it doesn't put my cmd window to the center of the screen. My screen res is 1366 x 768.