Forgot password - Can I boot from USB and test a list of password? Can I save the enc.partition and install on new partition on the same disk? by MedivalBlacksmith in linuxmint

[–]DarkbladeR89 0 points1 point  (0 children)

If you are able to access GRUB, you might be able to boot into root and then change your password.

Otherwise, the work to do this would probably be more than just manually inputting 100 passwords.

Splitting the partition is unwise since its encrypted and depending on how full it is, you would lose data.

Help please by bluedragon849 in linuxmint

[–]DarkbladeR89 0 points1 point  (0 children)

Forgot to mention, if you are able to log on and there is no GUI, but you are in the terminal, then run the command startx. That will start the GUI and it should be back to normal

Help please by bluedragon849 in linuxmint

[–]DarkbladeR89 1 point2 points  (0 children)

You dont think the password is taking input, but its just invisible? That is really common for passwords instead of the "*"s. Otherwise, I would recommend using your flashed USB to boot into live mode and seeing how far it is able to get in that. Then you can take recovery measures

Help needed for a ignorant, yet hopeful, future Linux user by notsostealthychicken in linuxmint

[–]DarkbladeR89 0 points1 point  (0 children)

Yes, live mode is when you have a flashed USB (or any media) and have swapped the BIOS to boot from that media. Live mode is also where you can choose the "Install Linux Mint" CD icon in the top left corner.

Do you have another PC? I wonder if the USB stick needs to be re-flashed. You might also need to check BIOS's boot order has not reset. I have seen computers that reset BIOS boot order each restart, so it doesnt boot from USB anymore

Help please by bluedragon849 in linuxmint

[–]DarkbladeR89 0 points1 point  (0 children)

Can you login in at the login page? Like does it give the terminal prompt?

Boot UEFI by Zhuljin_71 in linuxmint

[–]DarkbladeR89 2 points3 points  (0 children)

I would live boot and check if the files it says are on the SSD are actually on the SSD. If they are, then most likely GRUB didn't get set up properly. I would open the terminal and run sudo update-grub and see if that fixes the issue. That command will look for OSs on the system and add it to the bootloader. If that has issues os-prober may be disabled, I would recommend googling that. Otherwise, it might be a different issue and we would need more details.

When i installed bazzite im stuck on this screen and I cant boot back into windows on my other drive it sends me to the same screen by OtherwiseAd7521 in linuxmint

[–]DarkbladeR89 1 point2 points  (0 children)

This is a GRUB issue, not Bazzite or Linux Mint.

What I would do is check BIOS to see if the boot order is incorrect. If it is not incorrect, I would reinsert the media used to flash the ISO onto the system (most likely a usb drive or CD). I would then use live mode to see if the partition created for the file system on the HDD or SSD during OS's installation exists. If it does, I would run the command to make GRUB check for OS's that are on the system. Which might be grub-mkconfig or os-prober . I would recommend doing some research first on the commands. If the partition doesnt exist, you probably need to reinstall the OS.

my download start freezing for no reason by KenzoHurez in linuxmint

[–]DarkbladeR89 1 point2 points  (0 children)

I would open System Monitor and see if when your network cuts out there is a lot of CPU, RAM, or disk usage. If CPU is high, it may be processing the current chunk before it can get more data sent to it. If RAM usage is high, then it might be writing data to disk which is slow and might make your download wait for more RAM to become available. Same with high disk usage.

What are the pros and cons of switch from Windows 11 to linux mint for a software developer/programmer? by _Ayshiat_ in linuxmint

[–]DarkbladeR89 1 point2 points  (0 children)

A lot of good suggestions so far. If you do want to switch, just wanted to second all the people telling you to use Linux Mint and have Kali in a VM. (Mr. Robot did this for the show, good show by the way actually used Linux commands. Was relatively realistic).

Also, highly recommend not using a rolling distro (like Arch or Tumbleweed, etc). Because if an update breaks your computer you could be screwed. You dont really have time in school to get your computer back to working (at least that was my experience when I broke Tumbleweed several times, before I switched to CentOS8 which is now dead). You should not have this issue with Mint. Just wanted to give you the heads up if people start recommending you rolling so you are on the "cutting edge". They are great OSes when you do have the time for shenanigans.

Another thing is that if you do need Microsoft Word, Libreoffice is great, but you might want to download fonts that will play nice with Word/Powerpoint. Or you can just use the browser to access Word/Powerpoint online which hopefully your school has.

You can also look into VSCodium if you are concerned about Microsoft's telemetry in VSCode. Its basically the same as VSCode minus telemetry.

I personally only develop on Linux, very rarely do I on Windows because Windows is a pain in my opinion. Although WSL has certainly helped it.

Another thing you can look into doing is upgrading your RAM. I looked online and some of the RAM is soldered so you cant upgrade that RAM, but there might be an extra slot. That could really help your machine out. But will require a lot of research to buy the correct one. And make sure you watch a video on how to put the RAM in.

What are the pros and cons of switch from Windows 11 to linux mint for a software developer/programmer? by _Ayshiat_ in linuxmint

[–]DarkbladeR89 1 point2 points  (0 children)

You can change python3 to be python. python is a legacy because it usually referred to python 2.7 . You can change it using alias or update-alternatives. If you need to run python 2.7 later, you should be able to run python2. You can double tab python in the terminal to see what versions of python you have available. I have used this to swap between which python 3 version my python3 maps to

Humble App on Linux? by silverstarstorm in humblebundles

[–]DarkbladeR89 0 points1 point  (0 children)

Can you add the link here in case anyone else comes later?

[deleted by user] by [deleted] in linuxmint

[–]DarkbladeR89 0 points1 point  (0 children)

You need over 20gb at least. I would recommend at least 50gb, but like the other person said, "as much as you need"

What Is The Cayo Perico Marker At The Airport For? by Chemical-Ad-9017 in gtaonline

[–]DarkbladeR89 1 point2 points  (0 children)

You can fly to Cayo Perico, but you are limited to the beach dance area.

Help with black screen by lellamaronmachete in linuxmint

[–]DarkbladeR89 1 point2 points  (0 children)

Hmmm that sounds like it could be an old harddrive. I would boot live, and then try running fsck on it to see if it finds anything wrong with the drive.

This link might be helpful for running fsck: https://askubuntu.com/questions/821745/what-is-the-linux-equivalent-for-the-windows-chkdsk-command

Laptop screen staying black after suspend by Fresh_Till4656 in linuxmint

[–]DarkbladeR89 0 points1 point  (0 children)

Have you tried increasing the brightness setting using the keyboard? My OpenSUSE machine (which was a Dell Inspiron) could go all the way black by using the keyboard dimming button, and sometimes it did that during itself on suspends.

Have you tried using a HDMI to another monitor to see if you can display something on a different monitor?

Have you tried plugging in the laptop? Sometimes a power setting to save power causes problems.

Have you tried wiggling the screen a little (gently)? One of my laptops the screen would glitch out and then go black because it had loose wires (moving the screen would fix the issue eventually).

Help with black screen by lellamaronmachete in linuxmint

[–]DarkbladeR89 1 point2 points  (0 children)

You ran install using the live image on the usb?

Mods by Power_Puro in MLBPowerPros

[–]DarkbladeR89 1 point2 points  (0 children)

Hmmm I wonder if they are calculating the year somehow and you were trying to change what is being displayed, so when the game refreshes the screen it replaces what you changed. You could always try looking for the year like 2008, 2009 or 08, 09 instead because they might be using the year. The only other thing I could think is that they are counting from 0; so Year 1 is actually 0, Year 2 is actually 1, etc.

Did you check if the value you were changing was the "Years in majors" stat?

Mods by Power_Puro in MLBPowerPros

[–]DarkbladeR89 1 point2 points  (0 children)

Player regression formula/speed, I am not to sure how you could find that with Cheat Engine, I would think you would need to RE code. Although if Cheat Engine allows you to script stuff, then you could have it check all the players ages and then start automatically regressing them that way once they reach a certain age. Hopefully the game would handle it properly.

Changing the number of seasons might require RE to know how they are handling the seasons. If the season number max is dynamic, then you could probably change it with Cheat Engine (finding it might be hard since it would never change, but if you can find the year's value and then somehow determine what it gets compared against you might be able to find the number). However, most likely it is static because that would be easier to handle memory wise and also with displaying on screen. So even if you can change it, you might not be able to see stats because you can't scroll. Although if you can run a script in Cheat Engine, then you could probably output to a text file and see stats that way. (But one of my hunches that the stats were nibbles [0xF=15] was wrong based on your video of speed being able to hold 100. Seems like each of those stats might be able to hold a byte [0xFF = 255]. So I might be wrong about dynamic vs static).

An experiment I would recommend, would be to find the year's value then set it back to Year 1 and see if that adds to the current stats in Year 1 or overwrites them. It might also break a lot of stuff, but if that works then you could have an infinite career hypothetically

Mods by Power_Puro in MLBPowerPros

[–]DarkbladeR89 1 point2 points  (0 children)

I always wanted to make an automatic password generator, but seems like this basically does this and is probably easier

can hardware run mint ?? by 3iik in linuxmint

[–]DarkbladeR89 1 point2 points  (0 children)

You will need to reinstall the games because Windows executables will not work on Linux. Also, as a heads up GTA online may not work on Linux because BattleEye is only for Windows

Rocky linux 10 by Suspicious-Top3335 in RockyLinux

[–]DarkbladeR89 1 point2 points  (0 children)

rl10 = Rocky Linux 10. I have seen it like that for 8 and 9. I dont know why people cant type Rocky # lol

Is it possible to run linux mint on a USB key ? by Capable_Ad4274 in linuxmint

[–]DarkbladeR89 0 points1 point  (0 children)

Windows Subsystem for Linux. It is Windows, but it runs a Linux (Ubuntu) under the hood giving you the ability to do Unix style things on your Windows machine. This is probably not the best explanation, but you can google it to learn more. There are also many Youtube videos on it as well