techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.9K
active users

#ubuntuserver

0 posts0 participants0 posts today

🚀 Just turned a 2009 netbook into my first personal VPS 🤟
Running Ubuntu Server with a custom-injected minimalist environment: BashCore.
SSH-ready, VPN-blinded, low-resource, 100% under my control.
No cloud. No noise. Just clean command line power.

🖥️ Specs:
• Atom CPU, 2GB RAM 🥹
• 160GB HDD
• Ubuntu Server + NordVPN
• Injected BashCore tools
• Accessed from Windows via terminal

✅ Final #injector tests completed on Debian XFCE. Everything works perfectly.

💭 I considered testing on Ubuntu Desktop... but honestly, who would use that heavy beast for pentesting or serious study? Nah.

💉 BashCore Injector successfully deployed on my old 2009 laptop running Ubuntu Server. It brought the machine back to life. Now it's insanely useful instead of collecting dust. 🤷🏻‍♂️

Hướng Dẫn Cài Đặt và Cấu Hình vsftpd Trên Ubuntu Server 24.04

Hướng Dẫn Cài Đặt và Cấu Hình vsftpd Trên Ubuntu Server 24.04 #UbuntuServer #FTP #vsftpd #Linux #CloudServer Giới Thiệu Ubuntu Server là một hệ điều hành mã nguồn mở dựa trên Linux, được phát triển bởi Canonical và ra mắt lần đầu vào năm 2004. Với tính ổn định, bảo mật cao và hoàn toàn miễn phí, Ubuntu Server đã trở thành lựa chọn hàng đầu cho các máy chủ ảo và vật lý.

bietduoc.io.vn/2025/05/22/huon

Hướng Dẫn Cài Đặt và Cấu Hình vsftpd Trên Ubuntu Server 24.04
Queen Mobile · Hướng Dẫn Cài Đặt và Cấu Hình vsftpd Trên Ubuntu Server 24.04By admin

Ayer estuve tratando de instalar #UbuntuServer #Devuan y #Debian en una maquina i386 para usarla como servidor pero me estuvieron apareciendo errores.

El error me aparece cuando trato de instalar #Docker con el manifiesto.

Lo que he encontrado, es que al parecer con máquinas 64 bits no debería aparecer esto.

Mi máquina puede soportar amd64, así que hoy lo intentaré así.

Okay this is wild: I just noticed that changing 'PasswordAuthentication' to 'no' in /etc/ssh/sshd_config is no longer enough to disable password authentication in #ubuntu. That's because Ubuntu Server now by default creates a sshd_config.d/50-cloud-init.conf file which contains 'PasswordAuthentication yes' which takes priority over sshd_config.

I would've unknowingly left password auth on if I hadn't double checked.

Why?

More: askubuntu.com/questions/151626

Ask UbuntuWhy is "50-cloud-init.conf" created?I was setting up an ubuntu server and, like 99% of all people, one of the first things I do is to disable password authentication in favor of keys. On other distros and in other times this is done by

Lo que me ha costado configurar Django en modo producción hostia....

Es la primera vez que lo he hecho y la verdad se aprenden cositas
1 Django debe tener el Debug = False
Al poner esto en falso Django ya no sirve archivos estáticos (Css,JS,Imagenes) de eso se encarga el servidor web de turno (Esto yo no tenía ni idea) y necesitas hacer un collectstatic que si no django se rie en tu cara :/

2 He tenido que descubrir Gunicorn y ensuciarme las manos con NGINX y también es la primera vez que toco NGINX a mi me enseñaron Apache (Poco todo sea dicho, solo un HTML estático)

3 He tenido que configurar Systemd para que me arranque Gunicorn y decirle a NGINX que me arranque gunicorn o algo así no se T_T y hacer un enlace simbólico...
Ahora entiendo mejor systemclt XD

This HowTo will help you setup a dedicated Postiz Social Media Marketing Self-Hosted server on a Proxmox hosted Ubuntu Server. You will be able to access your Postiz Server from any computer on your LAN. Every component that goes into the making of the Postiz solution has its own chapter. #postiz #proxmox #howto #socialmedia #socialmediamarketing #ubuntu #ubuntuserver #dns #caddy #docker #dockercompose #qemu #tutorial #hosts #mikrotik

youtu.be/fiB3O0IgMXY

Replied in thread

@xeniac I know that this is the case, but it's not a technical unavoidance despite the #RaspberryPi being a non-#UEFI - #arm device.

  • Even on the old, #32bit boards.

The solution in that regard would be to boot into a #live / #setup mode like with #RaspberryPiOS for #i586-based #PCs and extend it to a setup that allows creating a new custom image with #LUKS - #FDE enabled and properly encrypted.

  • OFC on a #Pi0W that would mean one would've to plug in a 2nd MicroSD with a USB-Adapter but that's not the Point.

I'm not even demanding much, just a simple #TUI / #CLI setup like @ubuntu / #UbuntuServer has with basic customizations.

  • I'm not even expecting it to go so far as to offer including #dropbear - #SSH in the #initramfs so one can boot into the encrypted install and unlock it remotely. Just gimme the blinking cursor at the boot asking me to enter the password for the encrypted partition...

updated my blog post about:

"Ubuntu Server OS Updates with Security and Privacy"

yawnbox.is/blog/ubuntu-os-upda

did you know that you can easily enable DNS over TLS queries to Quad9 with fallback to Cloudflare or Google on Ubuntu server 22.04 - 24.04?

did you know you can easily force apt updates/upgrades over Tor?

I made a fix in today's blog post update where, in netplan, the one and only defined nameserver should be the local DNS stub listener (127.0.0.53)

yawnbox.isUbuntu Server OS Updates with Security and Privacy
#DNS#DNSoverTLS#DoT