Looks fine to me. Only 1 CPU core I think was 100%.
10+0 records in
10+0 records out
10737418240 bytes (11 GB, 10 GiB) copied, 28,0695 s, 383 MB/s
Looks fine to me. Only 1 CPU core I think was 100%.
10+0 records in
10+0 records out
10737418240 bytes (11 GB, 10 GiB) copied, 28,0695 s, 383 MB/s
let me try…
It was just a joke, because of his avatar.
You’re even a verified user. So you must be right. 😝
Everybody is using ai of course.
So heartwarming
Look. I use both nvidia and amd video cards for 20 plus years.
The experience under Linux using amd in factually better than Nvidia. Mainly because AMD open source their drivers and are part of the kernel.
You can’t deny this fact. The only down side of open source in this particular case is the stupid HDMI Forum people, who do not allow us to have the latest hdmi implementation for 4k 120hz in an open source driver. Which is part of the license, where consumers are paying for. So that is ridiculous from the hdmi forum.
Anyhow, the user is free to choose whatever video card they wish to use. Hack try even the latest Intel Gpus. But also with Intel the firmware update are horrible outdated and they do not maintain they sht
lol? This is the best advice I can give people… What is wrong with you?
On your next pc go with an amd gpu. Just saying.
Currently linux mint offers an easy way to install Nvidia drivers. Avoid compiling the drivers from source.
Yes eventually they will. Might be still 5 years away tho
I’m waiting on a Framework Phone.
its a April’s fool joke yes.
Not really… We do have this wonderful list(s): https://github.com/firehol/blocklist-ipsets
And my firewall is using for example the Spamhaus drop list source: https://raw.githubusercontent.com/firehol/blocklist-ipsets/refs/heads/master/spamhaus_drop.netset
So I know its possible. And hosting in a git repo like that, will scale a lot. Since tons of people using this already that way.
I found a very large botnet in Brazil mainly and several other countries. And abuseipdb.com is not marking those IPs are a thread. We need a better solution.
I think a honeypot is a good way. Another way is to use proof of work basically on the client side. Or we need a better place to share all stupid web scraping bot IPs.
Wonderful, I’m already using Linux.
yeah I also use SFTP using FileZilla. Or like everybody mentioned including yourself, rsync to sync files across computers. Or even scp.
I use Framework 13 with AMD for my Linux laptop, love it. I do not want to go back to any other brand.
If Microsoft really lied… Then there is zero trust left… The trust in Microsoft was already at the bottom on my end. I’m not using any Microsoft product for example, but this new quantum chip lie would really be the bottom of the bottom for me.
share it here ;P
ow… now the idea is to unzip it right?
nice idea:
if (ipIsBlackListed() || isMalicious()) { header("Content-Encoding: deflate, gzip"); header("Content-Length: "+ filesize(ZIP_BOMB_FILE_10G)); // 10 MB readfile(ZIP_BOMB_FILE_10G); exit; }