Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

posting output resultss to a thread [SOLVED]

Here you can discuss every aspect of Debian. Note: not for support requests!
Post Reply
Message
Author
tomcat1
Posts: 20
Joined: 2023-07-25 18:03
Been thanked: 1 time

posting output resultss to a thread [SOLVED]

#1 Post by tomcat1 »

How do I post my computer output results from my terminal to a thread when requesting help on Debian forums? Thanks
Last edited by tomcat1 on 2023-08-03 15:12, edited 1 time in total.

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: posting output resultss to a thread

#2 Post by arochester »

Copy from the Terminal and Paste into to a code box?

tomcat1
Posts: 20
Joined: 2023-07-25 18:03
Been thanked: 1 time

Re: posting output resultss to a thread

#3 Post by tomcat1 »

what is a code box??

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: posting output resultss to a thread

#4 Post by arochester »

On the Quick Reply below, click on the black icon like a little Terminal.

tomcat1
Posts: 20
Joined: 2023-07-25 18:03
Been thanked: 1 time

Re: posting output resultss to a thread

#5 Post by tomcat1 »

Thank You!

tomcat1
Posts: 20
Joined: 2023-07-25 18:03
Been thanked: 1 time

Re: posting output resultss to a thread

#6 Post by tomcat1 »

Code: Select all


inxi -CNSxxz
-bash: inxi: command not found
root@ray:~#

User avatar
4D696B65
Site admin
Site admin
Posts: 2696
Joined: 2009-06-28 06:09
Been thanked: 86 times

Re: posting output resultss to a thread

#7 Post by 4D696B65 »

Install it

Code: Select all

apt install inxi
https://packages.debian.org/bookworm/inxi

Post Reply