Unfortunately they are already in the market and making a mess: https://www.theregister.com/2024/07/21/crowdstrike_linux_crashes_restoration_tools/
Unfortunately they are already in the market and making a mess: https://www.theregister.com/2024/07/21/crowdstrike_linux_crashes_restoration_tools/
I hate to say it but company data is most definitely on personal computers.
This is why stuff like adaptive MFA and DLP are a thing. What most people don’t know is if DLP is properly implemented the IT team/department have records of who, when, where, and what device were used to not just access/download data/files.
The problem is a lot of companies don’t properly implement DLP because it’s not a turn key solution. You need to properly classify your data first and that requires essentially a company wide audit with buy-in from all levels of management. After the classifications you can then implement restrictions and compensating controls.
Back in the day you could just block USB/network transfer, but if you have data accessible outside of a corporate network you then need to implement conditional access/adaptive MFA where only registered devices are permitted to access certain systems.
That 6% attributed to “unknown” is the one true OS, the only one ordained by the Almighty… Temple OS!
There is an option in the UEFI settings to swap the Fn and Ctrl keys.
When they rolled out the beta Microsoft said it wouldn’t be, but they could always change their mind with the general release. Excerpt from a previous Verge article about the beta rollout (https://www.theverge.com/2024/4/12/24128640/microsoft-windows-11-start-menu-ads-app-recommendations):
“This will appear only for Windows Insiders in the Beta Channel in the US and will not apply to commercial devices (devices managed by organizations),” says Microsoft in a blog post.
Unfortunately, this article doesn’t actually quote Microsoft saying it’s rolling out to ALL machines. That bit in the article is from the author.
Google is removing the VPN and free shipping (which was only available on some photo orders) to make way for more “in demand features”?
I could understand if this was coming from a smaller company with more limited resources and staff, but that’s not Google by any means.
They really don’t care about the poor reputation the general public has of them regarding shutting down services on a whim.
What’s worse though is they don’t seem to realize that, with the exception of Android and maybe Google Docs, their services/products are easily replaced by competitor offerings.
In my opinion it’s a good thing if Google gets knocked of their high horse and allow competition to flourish in their place.
It [Apple] argued that there is no iMessage version for other operating systems and devices because Apple can’t guarantee user security on those devices
What a load, Apple can’t guarantee security on their own devices!
Ubuntu, specifically the netbook edition.
That little guy struggled with Windows 7 Starter, but it got some pep in it’s step when Linux was installed!
I run Tilix with split terminals and always have one with htop
running. It is so satisfying finding a troublesome process and killing it in htop
.
Looking at you hanged ssh sessions…
The development cycle is very iterative, and incredibly time consuming, which is why games are now taking six and seven years to build, as they’ve gotten bigger and deeper," said Wilson, “So the first thing for us is how do we make that more efficient?”
I dunno maybe take a page from indie developers and make fun games that are innovative?
I’ll take quality over quantity every time.
Their reputation took a hit after a server breach in 2018.
https://www.theverge.com/2019/10/21/20925065/nordvpn-server-breach-vpn-traffic-exposed-encryption
Handbrake will rip DVDs, but not Blu Rays. That’s were good ol’ MakeMKV comes in.
I rip with MakeMKV (which will do DVDs as well) and then convert/encode the MKVs with Handbrake.
I do the conversion/encoding because the ripped files can be 35-50 GBs for regular Blu Rays (UHD Blu Rays are even bigger!) and I can get them down to 3-8 GBs with minimal quality loss.
I then toss the smaller MKVs on my jellyfin server.
EDIT: Handbrake CAN rip Blu Rays but only if they arent copy protected. MakeMKV is able to rip protected Blu Rays and DVDs.
This means I no longer have to use my workaround command that loads a new terminal window with admin privileges!
Now, I might not completely loathe using Windows at work.
I completely overlooked the PSU and didn’t even realize they were using a M.2 Hatdrive which makes the price tag line up with the states $126.
As you stated it wasn’t in the article just the video which I didn’t watch so the misunderstanding is on me.
The Pi 5 costs around $126, not including the SSD or case…
The Pi 5 8GB is $80. Where is the extra $46 if they aren’t including the case and SSD? Taxes at 20%, which is generous, would only increase the cost by $17 if they are including the $5 fan. That means shipping would be around $24, which seems a bit high.
deleted by creator
If you keep Bitlocker enabled on that partition you will have to enter the recovery key everytime you boot into your Linux partition. Since you don’t have that key backed up you’ll need to turn it off and then re-enable it if you wish to continue to use Bitlocker.
If you manually enable bitlocker you will be prompted to back up the key with a few different options: to a file (but if I recall you’ll need to save the file to a drive that isn’t be encrypted by Bitlocker) or to a Microsoft account.
To answer your question regarding best practice, Full Disk Encryption is best practice. Now to achieve that in Windows you use Bitlocker, Linux there is Luks, and macOS has filevault.
If your machine isn’t going anywhere outside your home then it’s not as big of a deal if the drive isn’t encrypted.
Regarding your situation FDE is going to be a bit of a pain whether you use Bitlocker or Luks. I suggest using db2’s suggestion and run a VM creating a shared folder between host and guest. Then you can encrypt the entire drive using the best encryption tool for the host OS (which I suggest be Linux).
Edit: Replaced the ‘b’ with a space between “db2’s” and “suggestion”
If you don’t need/want Bitlocker simply boot into Windows go into the bitlocker settings and turn off bitlocker (dont use suspend as bitlocker will be re-enabled the next time you boot into Windows). You will need to wait for Bitlocker to decrypt before shutting down - there will be a small status window that appears showing the progress and it shouldn’t take too long.
My search results were showing Firefish th CRM/Recruiting software as well (used DDG).
Seems like the devs might want to consider changing the project name or work on SEO.
Edit: changed my search to “Firefish Open Source” and it produced results related to OPs comment.
I use DBeaver at work when I am having problems with psql commands in terminal. It’s prevented me from pulling out my hair a few times.