Night Wing wrote: ↑2025-08-18, 13:54
I kicked Windows to the curb when Windows 8 was released. I experimented with linux distros until I found a few that I liked real well. When I was running Windows 7, I had Flash installed for a few games (real old simple games). One of those games was "Bloody Penquin Baseball".
I forgot I still had it and I wondered, since Flash is not installed on either of my two linux distros I use now (MX Linux, Debian) if it would play. I clicked on the link to where it was and attempted to play the game. And it does play much to my surprise. Must be something in MX and Debian which allows it to play.
https://www.gameflare.com/online-game/y ... ts-bloody/
They use Ruffle emulator to run it.
Night Wing wrote: ↑2025-08-18, 13:54
Ditto for when I installed Debian 12 on my HP PowerBook. The timezone was correct for the install, but the time was off by five hours after installation. This was because this laptop came with Windows 11 and Windows does not use local time. I had to use the Terminal to change the America/Chicago to US/Central. I found the commands/instructions to change the time zone by searching online. And they are at the link below.
https://wiki.crowncloud.net/?How_To_Cha ... _Debian_12
But since I changed the local time in Debian 12, when Debian 13 was released and I installed it on that laptop, the local time was correct this time and I was relieved since I did not have to use the Terminal.
Shouldn't Debian have time zone setting in menus somewhere?
Technically, Windows interprets computer's clock to be stored as local time by default while Linux interprets it as UTC. This combination is good way to have wrong time when changing to another OS. Both can be set interpret time the other way, I prefer to set Windows to use UTC time as well, this way, computer's hardware clock is never shifted regardless of timezone and Daylight Saving Time (when will we stop with the latter?), so there's no confusion as UTC can always be unambiguously converted to local time according to time zone and DST.
Moonchild wrote: ↑2025-08-18, 23:34
Command recall has been a thing in Windows for a long time as well. Yes also in the standard CMD prompt. Also TAB-completion.
You mean by the means of
Clink? CMD's pretty bare bones by default, autocomplete works for file and directory names of folder you're in. You can type HELP to see some of the available commands / utilities.
frostknight wrote: ↑2025-08-19, 00:21
Do you know how most commands work in windows command prompt? If so, you know more than I ever did. I used windows up from 1995-2012 before I started experimenting with linux.
And I knew almost nothing about command prompt, I actually tried one time to see what would appear and not many commands appeared.
With linux, whatever letter you put out will bring up commands of all that start with the current letters you have typed in. For example anything with As will appear from tab if you typed in As before you hit tab
I never got that to work in windows? does it work that way?
CMD's pretty bare bones by default, though PowerShell is another story, has auto-complete for command arguments as well.
I was connected to a customer's system at work once where they managed to break something in the SQLite database. I was severely restricted, the guy's computer I was connected was connected to destination server through some web interface. Couldn't get anything like SQLiteStudio on the server.
The database of the program I'm dealing with needed small corrections, I ended up loading its SQLite library through PowerShell and issued needed SQL commands that way.
---
I did pick some tricks in Linux environment. On few occasions that I wanted to restore one of my old smartphone's partitions from backup, I did that through some weird chain of commands involving netcat. That was before I realized ADB's push command does actually work, just have to specify exact numeric block device directly rather than referencing more friendly symbolic name. The latter is more difficult to get wrong, lesser chance to swap "userdata" for "system" than "mmcblk0p24" for "mmcblk0p22".
I learned enough about systemd to get it to run picom (one of compositors) on my KUbuntu install and restart it if it crashes. Until I get around updating KUbuntu, I set it up to use archived software repos to be able to install programs on an otherwise EOLed distro version.
My old Lenovo laptop - there is a way to toggle its battery conservation mode on Linux, it's a feature that keeps battery charged at about 60% when plugged it. I always forget the path to the control file, which is /sys/bus/platform/drivers/ideapad_acpi/VPC2004:00/conservation_mode. On Windows, I have some Lenovo's utility that adds the option to the popup on battery icon added to the taskbar.
When I first started using Git, I used exclusively command line. Though I've been using TortoiseGit (Windows shell extension, enables interacting with Git through context menus added to Explorer) for interacting with Git in recent times and it's awesome!
So while I can sorta get around Linux if needed, I can't say I'm confident there, then there's random things that are missing or don't quite work as expected...plus multibooting in my case means multiple places where things tend to get disorganized.
Regarding graphics, I've had enough interest in games that discrete GPU is a must. Web browsers also make good use of it and some other graphical programs as well. I've been using MySQL Workbench in the past, I noticed tables in it get redrawn noticeably faster on my older PC at home than laptop at work, which while faster and more functional in some ways due to using SSD disk and newer CPU with more instructions, is still lacking in graphical department due do Intel graphics. While it has additional NVIDIA graphics (Optimus), it probably only works in programs using 3D graphics APIs and even then, it's still a mobile GPU on a slower side.
ATI's driver had its issues even on Windows, particularly when it came to OpenGL, but I don't recall having any problems with NVIDIA. It just works in my case.