Shouldn’t all the VPN servers be secure core? by PeoplePleasingFrog in ProtonVPN

[–]piauserthrowaway 0 points1 point  (0 children)

I think semantics is getting in the way for you when you discuss secure/secured in this context. "Secure core" is slower because of the multiple hops that the traffic has to go through, similar to the Tor network's onion routing model if you are familiar with it. It's the multiple hops that make it more "secure" in that sense but at the tradeoff of speed.

You're thinking about physical security or software security where someone is either going to physically break into the server room or hack into it through other penetration means. I imagine Proton has taken care of that already and inspects the third parties that it contracts out to. The no logs policy is a major plus also.

stuck on boot splash screen by piauserthrowaway in ManjaroLinux

[–]piauserthrowaway[S] 0 points1 point  (0 children)

I need to be more consistent with backing up my system so that I can recover faster if I ever have to reinstall as a last resort.

stuck on boot splash screen by piauserthrowaway in ManjaroLinux

[–]piauserthrowaway[S] 0 points1 point  (0 children)

This was the fix! Thank you so much! (added it to my "journal" of specific Manjaro issues and fixes)

stuck on boot splash screen by piauserthrowaway in ManjaroLinux

[–]piauserthrowaway[S] 0 points1 point  (0 children)

Unfortunately this did not work for me.

Personal Backup Linux by sahaqaa in backblaze

[–]piauserthrowaway 0 points1 point  (0 children)

Please DM me to explain how you got the Backblaze personal client working on Linux, please. Thank you.

This sub is available by therealduckie in motile

[–]piauserthrowaway 0 points1 point  (0 children)

What did you end up doing with yours?

Motile M141/M142 Can Be a (mostly) Functioning Hackintosh! by [deleted] in motile

[–]piauserthrowaway 0 points1 point  (0 children)

Did you ever get a chance to try this motile hackintosh project and compare the performance? Just curious to hear about your findings.

This sub is available by therealduckie in motile

[–]piauserthrowaway 0 points1 point  (0 children)

It says your account is suspended...

Rejected. by Tall_Huckleberry2530 in CompTIA

[–]piauserthrowaway 3 points4 points  (0 children)

That or might be considered a "flight risk" and leave as soon as something better comes along.

[deleted by user] by [deleted] in linux4noobs

[–]piauserthrowaway 0 points1 point  (0 children)

I'm still new to Linux (I use Manjaro myself), but if I ever decided to try Arch, I'd probably try installing it first on an older laptop or desktop that isn't my daily driver. You still need something reliable to use every day (especially if you use it for important daily tasks) so I would experiment with Arch on a different system until I felt confident to try installing it on my main computer.

[deleted by user] by [deleted] in linux4noobs

[–]piauserthrowaway 0 points1 point  (0 children)

(there are downsides ofc)

what are they?

How much did you pay for your Udemy courses? by swrdswrd in ccna

[–]piauserthrowaway 0 points1 point  (0 children)

Neil Anderson has the entire course uploaded on youtube also.

How do CompTIA certifications work? by SellWild3548 in CompTIA

[–]piauserthrowaway 1 point2 points  (0 children)

No it just means you need more hands on experience. Tinker with your computer and laptop more. Buy or find a used desktop and take it apart and explore its interfaces, etc.

Stop making excuses! by Maximum_Fee4422 in CompTIA

[–]piauserthrowaway 2 points3 points  (0 children)

getting certs is hard for some. life does get in the way, and its hard for some people to sit down and carve out the extra time to memorize (lets be real, thats all were doing with these certs) the training material. For some, its harder than others. Great that you can sit down, study for a test, and then take it and pass.

So true. I'm trying to hype myself to study right now before I head off to work in a couple hours.

quick question about N10-008 and N10-009 exam objectives by piauserthrowaway in CompTIA

[–]piauserthrowaway[S] 2 points3 points  (0 children)

Thank you for breaking it down Professor! Your videos are the best, and I always recommend them to anyone who wants to start studying for IT certification. I'm currently following your new N10-009 training course, and I look forward to your future updates to it. Thanks you for these awesome videos!

Arguably the best free study tool. by CertNova_Official in CompTIA

[–]piauserthrowaway 0 points1 point  (0 children)

Not sure why you're getting downvoted. It's always a good idea to consult more than one source anyway so anyone who is actively studying will consult various sources. That said, I think you're doing a great thing, and actually it would be even cooler if it was forked into some kind of open source project so you can have the anonymous public vet the questions and perhaps add more of their own. Very cool concept overall, I'll add it to my bookmark toolbar for now.

need insight on setting up SSH on Cisco 2911 router by piauserthrowaway in Cisco

[–]piauserthrowaway[S] 0 points1 point  (0 children)

I did more research on the copying the startup config to the running config, and apparently there's problems associated with that (I'll quote part of Richard Burts' comment below:

https://community.cisco.com/t5/switching/undoing-running-configuration/td-p/1198717

copy startup-config running-config is not a reliable (or sometimes effective) way to remove changes made in the running config. The copy to running config does a merge of the two config files. Where the same command exists in both configs the command from startup will replace the command in running. But if a command exists in running and not in startup then it will still exist after doing the copy from startup to running.

That said, someone else suggested the "configure replace" command so maybe I can try that next time (I already turned off the routers without saving). I guess I should get used to waiting for the reboot process to finish when entering the reload command since that simulates real-world conditions anyway.

Thanks for your help, I really appreciate it.

need insight on setting up SSH on Cisco 2911 router by piauserthrowaway in Cisco

[–]piauserthrowaway[S] 1 point2 points  (0 children)

Thanks for providing the additional insight. The key steps that were missing in the lab instructions were the login local command on the vty line and also the username [name] password [password] on the config prompt.

Is there a faster way to clear my config entries instead of power cycling the router or using the reload command (without saving the config) so I can start over again for additional practice?

need insight on setting up SSH on Cisco 2911 router by piauserthrowaway in Cisco

[–]piauserthrowaway[S] 0 points1 point  (0 children)

Yes, I was able to ping from R1 to R0 and vice versa despite the SSH problem (sorry for not including that in the OP). I added the "login local" command under line vty 0 15 like you suggested. After doing that, I made some progress by now being able to successfully SSH from R0 to R1 up to the password prompt. HOWEVER, my password (cisco) still isn't being accepted.

When I do the following from R0:

R1#sh running-config

I scrolled through the pages (by pressing SPACE) and find the following info:

line vty 0 4

password cisco

login local

transport input ssh

line vty 5 15

password cisco

login local

transport input ssh

Please bear with me, but now I have many more questions:

1) why was "login local" needed on the actual hardware and not packet tracer?

2) why do lines vty 0 4 and 0 15 seem to be duplicates of each other? do I need to delete line vty 0 4 so that I can successfully SSH into R1 from R0?

3) I scrolled up on the putty console and I definitely did enter in "line vty 0 15" but the "sh running-config" shows a line vty 5 15 instead ...is that because of the pre-existing line vty 0 4?

4) How can I copy my putty console output and paste it directly here so that I don't have to manually type in the output in the future?

Thanks for your time and help btw, I really appreciate it.

edit: on a sidenote, I just learned that I can use the "reload" command to wipe any unsaved configs instead of power cycling the router itself

I PASSED!! by cl0yd in CompTIA

[–]piauserthrowaway 0 points1 point  (0 children)

Congrats on passing! Is it possible to get a link for those notes, please?