Xman (and others), what is this :)

Open a terminal and enter:

xman
2 Likes

How bout a calendar (in terminal)

cal
2 Likes

Wow, tough crowd. Ok, what about a terminal calculator?

Code:

python
2 Likes

Lol, if you want to play this game, how about:

xeyes

1 Like

What would you need the most if you was stuck in a bare X environment?

xterm

Of course :wink:

1 Like

Appropriate answer :wink:

whatis linux
3 Likes
sudo apt install pacman4console

In terminal:

pacman4console

and game away

1 Like

Have a terminal command that you like to use again, but can’t remember the exact command? You can look it up with…

Code:

history
2 Likes

StarWars anyone…

Code:

telnet towel.blinkenlights.nl
3 Likes

Open a terminal and enter :

sudo visudo

That takes you to a terminal text editor (Nano). You then need to add the below line right under the other “Defaults” settings:

Defaults insults

Then save Ctrl + o and close Ctrl + x

Now next time you enter the wrong password the reply will surprise you :slight_smile:

On a side note you must navagiate Nano using the arrow keys unless you activate the mouse control:

Alt + m

And last, about visudo (in terminal):

man visudo
2 Likes