I've wiped the NVMe drive on my Lenovo laptop and installed the latest version of Ubuntu, but now whenever I try to use the terminal, a new terminal window keeps popping open. It's really frustrating!
Here's the backstory: I've been dealing with someone I suspect of hacking my devices — an IT admin I know. I've reported them to the FBI, and the situation has gotten out of hand over the year, with weird stuff happening like my USB ports being disabled while I was backing up pictures, and I couldn't delete suspicious files even though I supposedly had admin access.
To break free from Windows, I decided to switch to Linux. I successfully flashed Ubuntu on a USB drive and wiped the NVMe drive. Now I'm in BIOS trying to figure out the right settings. I see conflicting status on Secure Boot, and various other settings that I'm unsure about.
Here are my main concerns:
1. What's causing the terminal window to keep reopening?
2. What BIOS settings should I change for better security?
3. Could the hacker still have access after this wipe?
4. What steps should I take to secure my system and start learning ethical hacking?
4 Answers
About your concerns: even after wiping the drive, it’s hard to guarantee someone doesn’t have residual access if the BIOS or firmware was compromised. It’s crucial to reset your BIOS settings to factory defaults as your first step. Then, consider looking into creating a secure environment before diving into ethical hacking—start with virtual machines and network segmentation to keep learning safely!
Regarding security, I’d recommend ensuring Secure Boot is indeed enabled, especially if you see conflicting information in BIOS. Disable PXE boot to LAN and IPv4 boot to keep any potential remote access off. Make sure to check for any unusual processes when running Ubuntu — use `top` or `htop` in the terminal. After this, installing a firewall and keeping all software updated is crucial.
I’ve read that if someone truly has remote access, they might still be able to manipulate things despite a fresh install, so be thorough! As for learning hacking, starting with resources like CyberSec training platforms can help you grasp the basics while ensuring you’re secure. Don’t give up! You can navigate this and grow from it.
It sounds like there might be a script or a corrupted config file causing that terminal window to reopen. You can try resetting your terminal settings or check your startup applications to see if there's something unusual listed there. Also, look at configuration files like `.bashrc` in your home directory to see if anything seems off. If it’s malware-related, a fresh install should have cleared it, but it’s worth investigating the settings further.
Related Questions
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux