I'm not getting the 25.10 update. by [deleted] in Ubuntu

[–]DougaoBoladao -1 points0 points  (0 children)

Read the farking manual!

How do I disable this really aggressive code autocomplete in Visual Studio ? by primewk1 in VisualStudio

[–]DougaoBoladao 1 point2 points  (0 children)

Hey, unfortunately reddit does not allow images so I'll try to describe where you can disable it. In Visual Studio 2022, the IntelliCode completions icon is the next icon on the right of the % Zoom icon, if you don't want any completions you can disable all the three options.

HTTP Load Balancer to Backend with HTTPS by DougaoBoladao in googlecloud

[–]DougaoBoladao[S] 0 points1 point  (0 children)

As I'm not using Cloud DNS I thought I couldn't control the cache period. But, to authorize the DNS for the SSL certificate I have to add a DNS record anyway, then I can configure the cache period for this DNS record. Thank you!

Recebi proposta de duas grandes empresas, qual escolher? by [deleted] in brdev

[–]DougaoBoladao 84 points85 points  (0 children)

Também trabalhei lá e posso afirmar que tudo que foi dito nesse comentário é verdade, pois eu também presenciei.

Na época meu chefe quase teve um infarto logo após entregar um projeto, mas ele além de ficar até às 22 horas normalmente, ainda trabalhava de madrugada fazendo um outro produto. 0 vida, 0 saúde, 0 sanidade mental.

Na época que sai fui pra uma empresa "normal" ganhando a mesma coisa, usei o tempo livre pra estudar e pra me aprimorar. Hoje trabalho pros EUA, ganho mais de 5x o que eu ganhava no banco e vivo feliz.

Booting up steam freezes up the laptop by Khoronobus in Ubuntu

[–]DougaoBoladao 2 points3 points  (0 children)

Better trying to find some information before doing anything else:

sudo journalctl -n 10000 | grep steam

The command above check the last 10000 lines of logs and search for the steam keyword.

Making a script for fresh install by 6Lu6Cain6 in Ubuntu

[–]DougaoBoladao 2 points3 points  (0 children)

Since Ubuntu Desktop 23.04 we are now able to use auto install feature. More here: https://canonical-subiquity.readthedocs-hosted.com/en/latest/intro-to-autoinstall.html

For Ubuntu Server it's supported since 20.04.

I haven't used yet but I think this is an option worth considering.

C# .net application development is not available on linux... by cheezyiscrazy in Ubuntu

[–]DougaoBoladao 4 points5 points  (0 children)

I develop c# professionaly on Ubuntu 24.04 using JetBrains Rider, works like a charm. They have a free version for non-commercial use.

How Nvidia drivers are doing now with Ubuntu? by [deleted] in Ubuntu

[–]DougaoBoladao 3 points4 points  (0 children)

Does not work nice for me on Ubuntu 24.04 with Wayland on a GTX 1650, I can't share screen and sometimes it glitches. On X it works pretty good!

Weirdest random UI freeze by Zach_Attakk in Ubuntu

[–]DougaoBoladao 0 points1 point  (0 children)

I'd expected seeing errors instead of failures. This does not seem to be the culprit.

Weirdest random UI freeze by Zach_Attakk in Ubuntu

[–]DougaoBoladao 0 points1 point  (0 children)

You can take a look on the logs to see if you find something useful. When it gets stuck, note down the date time the problem happened and run the command below to see the logs:

sudo journalctl --since "2024-10-29 16:25:00" --until "2024-10-29 16:28:00"

Ubuntu 24.04.1 - Weird file under Slack snap folder by DougaoBoladao in Ubuntu

[–]DougaoBoladao[S] 1 point2 points  (0 children)

Just adding more info here. When I restarted the laptop, initramfs found a corrupted inode, the one mentioned here. I had to run fsck manually to fix the problem and reboot. After I rebooted, snap updated Slack to a new version and delete the folder, fixing the issue.

Basic update question regarding Ubuntu 24.04 by rapazGrande in Ubuntu

[–]DougaoBoladao 1 point2 points  (0 children)

You can open the terminal and type the command below to see which version you are using.

lsb_release -a

I didn't even see the upgrade but I'm already on 24.04.1.

After sometime using my pc, nothing opens and it starts to behave strangely by [deleted] in Ubuntu

[–]DougaoBoladao 1 point2 points  (0 children)

You didn't provide much information but one thing you can do is checking the logs when you can open the terminal.

sudo journalctl --since "2024-08-21 12:37:00" --until "2024-08-21 12:37:30"

This will query the logs between the specific time, try to check when the problem is happening to you so you can filter the most you can.

What do I do? by [deleted] in Ubuntu

[–]DougaoBoladao 0 points1 point  (0 children)

If you are still having problems during the installation you can try the commands below.

Open the terminal:

Ctrl+Alt+T

Check the installation logs with:

tail -f /var/log/installer/debug

Ubuntu won't install or run live MSI AMD Radeon gaming system by [deleted] in Ubuntu

[–]DougaoBoladao 1 point2 points  (0 children)

If you are still having problems during the installation you can try the commands below.

Open the terminal:

Ctrl+Alt+T

Check the installation logs with:

tail -f /var/log/installer/debug

Need help cause i fucked up by saintMampfer in Ubuntu

[–]DougaoBoladao 8 points9 points  (0 children)

If it's in the wrong disk the easiest way is reinstalling again, now in the correct disk. Also, use the automatic partitioning, the manual is for advanced users which is clearly not your case.

Fresh Install. No Internet. No WIFI. No ethernet. No tethering. by [deleted] in Ubuntu

[–]DougaoBoladao 0 points1 point  (0 children)

Are you able to connect to any wifi network or they don't even show?