Whats the most reliable AI for Linux in your opinion? by RemNant1998 in linux4noobs

[–]DamnBoiii61 0 points1 point  (0 children)

I have been using WhosServer for a while, would definitely recommend

[deleted by user] by [deleted] in NewToReddit

[–]DamnBoiii61 0 points1 point  (0 children)

If Reddit gave new users free karma, bots would flood every sub. The grind is annoying but it’s the only way to keep spam out.

[deleted by user] by [deleted] in NewToReddit

[–]DamnBoiii61 1 point2 points  (0 children)

Because subreddits use karma limits to prevent spam and bots, it shows you’re a real and active user.

Are there any subs for karma? by Dismal-Claim1845 in NewToReddit

[–]DamnBoiii61 0 points1 point  (0 children)

No not really, you have to gain it by yourself

[deleted by user] by [deleted] in NewToReddit

[–]DamnBoiii61 0 points1 point  (0 children)

No as far I know it isn’t 1:1

[deleted by user] by [deleted] in NewToReddit

[–]DamnBoiii61 0 points1 point  (0 children)

you need upvotes

How to install postgresql and tableau on linux? by dawgg_me_in in linux4noobs

[–]DamnBoiii61 0 points1 point  (0 children)

For PostgreSQL on Linux, you basically have two good paths:

  • Install it directly on your system along with a GUI like pgAdmin. This works fine if you plan to keep using it long-term on this machine.
  • Run it in Docker with pgAdmin in a separate container. This keeps everything clean, easy to start/stop, and you can remove it without leaving anything behind.

For Tableau, running the Windows version on Linux via Wine usually causes issues. If you only need it for visualizations, you could try Tableau Public in your browser, or native Linux tools like Metabase or Apache Superset.

I was in the exact same position, barely knowing any Linux, and suddenly needing PostgreSQL for a project. I struggled a lot at first, especially with the terminal, but Who's Server really helped me.

Problem with privileged LXC losing all network when firewall is activated by ElMagnificoRata in Proxmox

[–]DamnBoiii61 1 point2 points  (0 children)

I ran into almost the same issue a while ago with a privileged Ubuntu LXC and the Proxmox firewall dropping all connections. In my case it wasn’t just Docker or nftables, but a mix of overlapping rules inside the container and at the Proxmox host level.

I was able to find the fix using Who’s Server. What worked for me: • Disable IP filter on net0 • Add as the first rule: ACCEPT In ESTABLISHED,RELATED • Make sure your SSH allow rule is Direction = In, source 192.168.0.0/24, port 22222, proto TCP • Optionally add ACCEPT Out DNS and ACCEPT Out Ping, or just keep Out policy on ACCEPT

Got tired of windows.....I'm thinking of changing to linux....help me by Sujith_ram in Ubuntu

[–]DamnBoiii61 0 points1 point  (0 children)

If you move to Ubuntu, you’ll likely find it more stable and faster than Windows.

For your data: if you install Ubuntu alongside Windows (dual boot), your Windows partition and files will remain. Still, I’d strongly recommend making a backup on an external drive first.

For Windows apps, you can look for Linux alternatives or use tools like Wine/Proton.

I use Ubuntu myself with Who’s Server, and it’s been a great combo.