KseniyaK

joined 1 year ago
[–] KseniyaK@lemmy.ca 4 points 2 months ago

Thanks! Installed FreshTomato and so far it's working fine!

[–] KseniyaK@lemmy.ca 4 points 2 months ago (1 children)

Well, I'd say 2 GB of RAM is actually quite plenty for a router since it doesn't need to do anything that RAM intensive. Even a desktop computer running Linux with no GUI only uses around 100 MB of RAM.

 

I have a few different Linksys WRT54G routers and I've installed DD-WRT - build number 44715 - on them. However, this build appears to have been made in 2020. So, I was wondering if there's a more modern version of dd-wrt for this router. If not, is it possible for me to compile the latest version of OpenWRT for these routers which have 4 MB of flash and 16 MB of RAM?

 

I've found 2 vintage desktops from around the 2000's era. One already had a broken power supply that won't even turn on (and thankfully didn't break anything else). The other desktop had a working ATX PSU, but it just blew out a few days ago. The PSU is an Elitech LC-B450E and I believe it has 4 molex connectors.

Now, I was wondering, would it be possible to repair the PSU (not that I would do that myself because I don't even know how to solder)? If not, would it be possible to get a relatively new one that's compatible?

 

I was thinking of getting a wifi card like that, but can't seem to find any.

 

I am running Linux on my macbook pro and it has a Broadcom BCM4360 wifi card. Problem is that the driver for it is proprietary (or more accurately, mostly proprietary with some of the source code available), quite outdated, and I couldn’t get it to work with Linux kernel v6.9.5.

I am running Gentoo Linux on my macbook with a custom kernel. I previously had wifi working, but then I reinstalled Gentoo (because I wanted to do full disk encryption), copied over the kernel config file from my previous install (which I knew had working wifi), migrated it to a newer kernel version (plus added support for full disk encryption) and now the wifi drivers won’t even compile.

So, I was thinking of replacing the current wifi card with something that has modern and open-source drivers for it. Is it possible to do that on a Macbook pro 11,2 (Retina, 15-inch, Late 2013)? If so, are there any compatible wifi cards with open source drivers for Linux?

[–] KseniyaK@lemmy.ca 22 points 11 months ago* (last edited 11 months ago) (3 children)

I hope this isn't going to be the default. I know, the average granny might prefer to have a BSOD with a QR code, but I think a lot of the people who are more tech-savvy, like me, would prefer to see log messages when booting because then you could see which service failed and why or why it's all of a sudden taking so long to boot. That's also why I choose not to have a splash screen when booting.

Anyways, this BSOD thing doesn't apply to me because I use Gentoo with OpenRC.

[–] KseniyaK@lemmy.ca 6 points 11 months ago

Good. I hope this poorly written piece of spyware dies out soon. Carefully read Microsoft's Privacy Policy and I guarantee you it will scare you away and make you run to Linux and other open-source software. No seriously. The amount of spying they do is simply unacceptable. Same thing with macOS (yes, Apple does collect a ton of data about you!). You can get Apple's Privacy Policy here.

[–] KseniyaK@lemmy.ca 12 points 11 months ago (2 children)

Is it ok if I skip some challenges or do them later? University final exams are comming up soon for me.

[–] KseniyaK@lemmy.ca 7 points 11 months ago (1 children)

Well, I eventually got bored of Arch and installed Gentoo this summer. I enjoyed it 😎.

PS. I wish there was a Gentoo emoji.

[–] KseniyaK@lemmy.ca 14 points 1 year ago* (last edited 1 year ago)

I would like to see:

  1. Corporations treating their customers like people, not just bags of money.
  2. Corporations and employers to stop spying on people. Like, it makes me feel so unsafe and that I can't really trust them.
  3. People becoming more tech literate.
  4. Open source software, such as Linux being used by more people, especially those who are not so tech literate.
 

I have a Samsung Galaxy J3 (2018) smartphone which currently has the stock Samsung Android OS installed on it. I wanted to install an Android "distro" that doesn't spy on me, like Graphene OS, but I couldn't find a ROM for it. Since I would probably need to compile AOSP from source code anyways, I though, why not install Gentoo on my smartphone (doing the compilation on a more powerful computer using distcc). I have already installed Gentoo on both my laptop and desktop from a stage3 tarball and I'm loving it, so I guess doing the same on my smartphone wouldn't be too hard.

Now, the problem is that I need to use a few apps that are not available on Linux, like the proprietary app that I use to pay for my bus tickets. How well does waydroid work?

[–] KseniyaK@lemmy.ca 11 points 1 year ago

For me it would be C/C++.

 

I am currently a Computer Science student in university who really loves Linux and FOSS software, hates it when governments and corporations spy on people, and would probably rather have a job that brings meaning and benefits society than one that has a high paycheck (although I do recognize that I also need to have enough money for food, housing, .etc). I also watch Scammer Payback and Jim Browning and I love what they're doing, but I don't know if I could turn that into a real job.

I've thought of doing pen testing (later on in my career), but I've come to realize that it is better if users just started using privacy-respecting FOSS software like Signal, because if you give a hacker enough time, patience, and the right resources, they could hack into anything. Although for something like banks, I'd maybe be ok working there, as everybody still needs them and they're not going away any time soon.

I also need something that I could get into fresh out of university or even as an internship or co-op.

Am I being too pessimistic? What would you suggest me to do? Feel free to challenge my views on life.

[–] KseniyaK@lemmy.ca 1 points 1 year ago

Well, that's how most troubleshooting happens on Windows/macOS as they are just big black boxes with poor documentation. On Linux, most issues can be fixed by the user themselves.

[–] KseniyaK@lemmy.ca 2 points 1 year ago

Kseniya

I use rclone. The command I use to mount my GDrive is basically:

rclone mount "GoogleDrive:" ~/googledrive --vfs-cache-mode full --daemon

And then I could access it (almost) as if were a regular USB drive mounted onto my filesystem (by doing cd ~/googledrive). Only difference is that it is a bit slow, as none of the files ever get synced to the computer's hard drive (all changes are immediately uploaded to Google servers), and I cannot change the filesystem permissions (they are always a+rw for all of the files).

[–] KseniyaK@lemmy.ca 8 points 1 year ago (8 children)

Well, for schoolwork, I mount my Google Drive storage onto my ~/googledrive directory (where I store all of my schoolwork) and usually use mc to navigate. Although, I am quite comfortable with the terminal. Its just that I have a lot of subfolders and going to a specific subfolder in mc is usually faster than doing "cd ~/googledrive/subfolder-with-long-path".

view more: next ›