The Linux Upskill Challenge
theleo.zone
The Linux Upskill Challenge
1–10 of 92 posts
Re: The Linux Upskill Challenge
#2Re: The Linux Upskill Challenge
#3I think the next level above this might be https://sadservers.com/
Re: The Linux Upskill Challenge
#4ss -tnaopu
grep -C 5
grep -E ‘dick|ass’
nano -c foo
grep -A 5
ls -lrth
Re: The Linux Upskill Challenge
#5Re: The Linux Upskill Challenge
#6He was super nice.
Re: The Linux Upskill Challenge
#7I’m on team vim, but it is still interesting to me that the challenge has vim but not emacs. I would think that an introduction to Linux would include both.
Re: The Linux Upskill Challenge
#8I’m on team vim, but it is still interesting to me that the challenge has vim but not emacs. I would think that an introduction to Linux would include both.
Re: The Linux Upskill Challenge
#9I’m on team vim, but it is still interesting to me that the challenge has vim but not emacs. I would think that an introduction to Linux would include both.
Regardless of which team you're on or why, the base installs of almost every distro includes vi or vim, but many leave out emacs and nano. Since you have to pick one editor to be the first one taught, it makes sense to teach vim to avoid losing the learner.
Emacs is about enlightenment; enlightenment is a path to be walked not a destination; it is a journey you must choose.
Along the way, you might accidentally edit text files. That's not the point.
Anyway, makes sense to me why it's not default included.
Re: The Linux Upskill Challenge
#10I think the next level above this might be https://sadservers.com/
lsof | grep bad.log
ps -ef | grep (pid)
sudo apt remove python3
kill -9 (pid)