yep. that did it. I had to wrap the entire thing in quotes though
sh -c "echo 'test' | sudo tee newfile"
yep. that did it. I had to wrap the entire thing in quotes though
sh -c "echo 'test' | sudo tee newfile"
what I was saying was that echo "text" | sudo tee newfile
would hang and never return and needs to be interrupted. I just noticed this does not happen in bash but I was testing in zsh.
Guessing that file doesn’t exist already is the problem, and you don’t even need to use tee in this example.
you’ve missed the point here I’m afraid. But I’ll blame it on my for not explaining properly what I was intending to do.
VM behind a VPN with a firewall that blocks everything except the rdp protocol and no sudo access?
What I see is that someone is arguing the point that all Russians are criminals. If someone is sending bad code, they usually just get banned, this time it’s preventive measures based on ethnicity.
This is such an odd thing to do… I really cannot see the benefits for the project doing this. Maybe those maintainers were payed for their work and sanctions prohibit paying them or something?
I can reccomend huawei laptops with metal chassis. I’ve had my matebook x pro for around 6 years. My past laptops made of plastic disentegrted over time
I would rather say that help questions can be posted there. That way its not forving anyone to do anything
This cannot be true. The dip in windows is corrolated with the increase in linux. Its just a measurement error
Exciting. I’ll have to give it a spin on my hardware
What do you mean that a file deduplication will take forever if there are duplicated directories? That the scan will take forever or that manual confirmation will take forever?
I did not ask for a backup solution, but for a deduplication tool
Yeah true, though it’s dealt with already. Time to put the lid back on that can.
I usually try to avoid bad habits like this but this time it was justified.
The Ubuntu laptop had to connect to company vpn. It were using openconnect-network-manager-gnome
thingy to do that. Recently the company upgraded their vpn software which is sorta incompatible with openconnect and requires a modified user agent string for it to prompt for 2FA keys. package in ubuntu 22.04 is too old to modify that in the gui. I tried in the terminal manually, editing the config manually with vim and even dumping the config from my personal Arch laptop. We also tried proprietary Cisco AnyConnect but there is probably a server misconfiguration which causes the connection to drop and reconnect once a minute. In Ubuntu 24.04 it works given the user agent modification, and even though it was released a couple of weeks ago, LTS users don’t get the update before mid August. So the easiest solution was to take the software compile it in the VM and use it there. It’s a temporary solution but we had to have something working by the next morning. With such setup it’s an annoyance to have password prompts show up. On top of that the keyboard is kinda fucked and some characters register multiple times making the situation with passwords even worse.
If you have a good idea what I could have tried let me know, love to hear new ideas.
Is it such a hassle learning verilog if you know vhdl or vice versa?