Funny enough, I learned terminal commands initially on a green on black monitor. I can't use the terminal unless I set it to green on black. My brain literally won't remember any terminal commands for any flavor of Linux until I change the color scheme.
I'm not quite that bad but I definitely prefer green or amber on black terminals. That's how a command line is 'supposed' to look because that's what I learned on.
Heh, I remember tinkering with linux waaay back in the day. I had a shitty Slackware install I farted around with, and something I was doing required bootstrapping gcc. I clung to that man page like it was the last lifeboat off the Titanic, but by the end when it worked I felt exactly like this.
In Uni I ran Gentoo as my daily driver. It was stupid, but I learned a lot.
Trying and failing to get a working desktop environment, using IRC on the command line to get help from people who knew what they were doing and could advise a dumb kid like me, following their advice and getting a working DE after a reboot was the most hackerman I ever felt. I was convinced I was real hot shit. In actuality, I'd followed the advice to tweak the kernel config to get working drivers :))
Haha, yep. My very first linux install I had to do similar because I had a fucky video card that X11 didn't support natively, ultimately I had to, er, acquire a commercial X server that did support it to make it work. It was a mess.
It's a really important switch for doing things like setting up wireguard, which has protected directories, you can't actually enter the directory for wireguard setup without sudo -i
(I mean technically you probably can with sudo su, too, but this is more elegant and less redundant)
Does that1 security no-no matter on a single-user system which (almost) never leaves the sight of said user? Or is that just a matter of 'don't do this on a server'?
What's the problem exactly? There are many ways to do it, and I think saying you run apt-get update is quite fine even if you're not explicitly saying that you run it as root. And he may not have flatpaks.
28 Comments
Lembot_0002@lemm.ee · 61 pts · 1y
cowfodder@lemmy.world · 17 pts · 1y
Funny enough, I learned terminal commands initially on a green on black monitor. I can't use the terminal unless I set it to green on black. My brain literally won't remember any terminal commands for any flavor of Linux until I change the color scheme.
Machinist@lemmy.world · 1 pts · 1y
I'm not quite that bad but I definitely prefer green or amber on black terminals. That's how a command line is 'supposed' to look because that's what I learned on.
humorlessrepost@lemmy.world · 3 pts · 1y
I learned on a Tandy, so I want color 7 on color 0.
MidsizedSedan@lemmy.world · 4 pts · 1y
Did you say "Im in" afterwards? Otherwise it doesnt count.
darksiderbun@lemmy.ca · 34 pts · 1y
I'm so old we used to call it BackTrack and we burned it to CDs ðŸ˜
Dran_Arcana@lemmy.world · 11 pts · 1y
Was backtrack before or after whoppix?
Hasherm0n@lemmy.world · 9 pts · 1y
After.
Whoppix was the first iteration followed by whax and then backtrack.
https://www.kali.org/docs/introduction/kali-linux-history/
turnip@lemm.ee · 3 pts · 1y
It went from Backtrack to Kali. I've never heard of whoppix tho.
Dran_Arcana@lemmy.world · 1 pts · 1y
I must be really old then!
libra00@lemmy.world · 20 pts · 1y
Heh, I remember tinkering with linux waaay back in the day. I had a shitty Slackware install I farted around with, and something I was doing required bootstrapping gcc. I clung to that man page like it was the last lifeboat off the Titanic, but by the end when it worked I felt exactly like this.
Barbarian@sh.itjust.works · 6 pts · 1y
In Uni I ran Gentoo as my daily driver. It was stupid, but I learned a lot.
Trying and failing to get a working desktop environment, using IRC on the command line to get help from people who knew what they were doing and could advise a dumb kid like me, following their advice and getting a working DE after a reboot was the most hackerman I ever felt. I was convinced I was real hot shit. In actuality, I'd followed the advice to tweak the kernel config to get working drivers :))
libra00@lemmy.world · 2 pts · 1y
Haha, yep. My very first linux install I had to do similar because I had a fucky video card that X11 didn't support natively, ultimately I had to, er, acquire a commercial X server that did support it to make it work. It was a mess.
BuboScandiacus@mander.xyz · 14 pts · 1y
Wifi is not working help :((((
freewillypete@lemm.ee · 10 pts · 1y
How I felt after adding encryption to my Immich server
bappity@lemmy.world · 10 pts · 1y
me when I accidentally use the tree command on the root directory:
x00z@lemmy.world · 5 pts · 1y
It has some of the most accurate hacking logic.
The plot on the other hand I disliked.
thann@lemmy.dbzer0.com · 1 pts · 1y
I know this one! You set your timezone then try again
Endymion_Mallorn@kbin.melroy.org · -3 pts · 1y
Um... shouldn't it be:
Or am I missing something?
dunz@feddit.nu · 16 pts · 1y
Use sudo -i instead, gives you an interactive shell without running the su binary with sudo, which is unnecessary
Edit: it's i not I
Endymion_Mallorn@kbin.melroy.org · 2 pts · 1y
Thank you, that's a switch I hadn't looked at. I'll admit though, I'm on Mint, I have a nice built-in GUI that works nicely.
SnotFlickerman@lemmy.blahaj.zone · 4 pts · 1y
It's a really important switch for doing things like setting up wireguard, which has protected directories, you can't actually enter the directory for wireguard setup without
sudo -i(I mean technically you probably can with
sudo su, too, but this is more elegant and less redundant)dunz@feddit.nu · 5 pts · 1y
My phones keyboard decided to capitalize, it's -i
SnotFlickerman@lemmy.blahaj.zone · 4 pts · 1y
Thanks, we suffered the same fate.
Geodad@lemm.ee · 13 pts · 1y
Endymion_Mallorn@kbin.melroy.org · 1 pts · 1y
Does that1 security no-no matter on a single-user system which (almost) never leaves the sight of said user? Or is that just a matter of 'don't do this on a server'?
Geodad@lemm.ee · 4 pts · 1y
cowfodder@lemmy.world · 7 pts · 1y
Sudo apt-get update && sudo apt-get (-y if you want it to do it automatically) upgrade
SnotFlickerman@lemmy.blahaj.zone · 5 pts · 1y
There's also
sudo apt updateif you only want to apply the superuser permission one specific command instead of a lot of commands
aleq@lemmy.world · 4 pts · 1y
What's the problem exactly? There are many ways to do it, and I think saying you run
apt-get updateis quite fine even if you're not explicitly saying that you run it as root. And he may not have flatpaks.Kowowow@lemmy.ca · -18 pts · 1y
the kkk has their own linux version?
Wow I really misread that name thought there where a few too many ks
Geodad@lemm.ee · 2 pts · 1y