Anotha quest from the Terminal Realm..

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
proxima_centauri

Re: Anotha quest from the Terminal Realm..

Post by proxima_centauri »

You can play mp3's in terminal with a 'mpg123", there's probably others too
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
garda

Re: Anotha quest from the Terminal Realm..

Post by garda »

I only use console/terminal to perform some troubleshooting and administrative tasks, not to do everything. Therefore, I can't answer the first two questions. If I were you, I would simply take the files on a removable media (USB flashdrive. for example) and print them from another computer with which I have a GUI environment.

Your IP address is specified in /etc/network/interfaces, which can be opened and edited using any text editor. Simply type man infterfaces to get an idea of what to put in there. Or you can try executing this code:

Code: Select all

sudo ifconfig adapter ip.address
Example:

Code: Select all

sudo ifconfig eth0 192.168.0.1
To get a list of all available adapters, enter:

Code: Select all

ifconfig -a
Type man ifconfig for more information.
Locked

Return to “Beginner Questions”