@ch4plin

2 Followers
27 Following
106 Posts
@elhackernet y si le instalo #Linux? Cambiaría el rendimiento? Se le puede instalar alguna distro? Sería interesante saber eso

Todo lo que debes saber de los certificados de Arranque Seguro de Windows

https://blog.elhacker.net/2026/04/todo-lo-que-debes-saber-de-los.html

Todo lo que debes saber de los certificados de Arranque Seguro de Windows

Blog sobre informática, tecnología y seguridad con manuales, tutoriales y documentación sobre herramientas y programas

Blog elhacker.NET

Like a few of you pointed out, NetBSD* became 33 years old yesterday.

In unrelated news, ow, my back...

* As in, our version control repository. The first commit was made on 21 March 1993.

Answer: How to remove old kernel images on #Ubuntu like OS https://unix.stackexchange.com/a/803095?stw=2
How to remove old kernel images

Am currently running POP_OS 20.04 (LTS). When I open the terminal and run the command, dpkg --list | grep linux-image it returns a list of apparently installed images, including my current (6.0.12...

Unix & Linux Stack Exchange
@slimbook Entiendo, seria genial tener algún mecanismo o proveedor. Gracias de cualquier forma. Saludos
@slimbook se ve muy bien la nueva versión de ONE. Existe algún proveedor en México? Saludos

RE: https://mastodon.social/@Daojoan/115887797274244849

100% kids need this and no smart mobile phone. maybe give dumb Nokia for texting and emergency. but that is all. some social media apps are very dangerous these days combined with AI. You need to protect your kids and family from these tech bros.

@elhackernet sin duda Python es un gran lenguaje, y estudiarlo es muy recomendable, el único detalle que veo en la nota es que el crecimiento se dió porque la IA ha hecho la tarea y no el programador en si.

Sé más de alguno dirá que es lo de hoy, pero esto dónde deja el aprendizaje de la gente?

dwipe is a free and opensource tool for securely and efficiently wipe devices and partitions for Linux operating systems. It comes with TUI and easy to use interface. Give it a try.

https://github.com/joedefen/dwipe

Running out of disk space on your Linux, macOS, BSD, or Unix-like OS? Or perhaps you're hitting the classic disk quota limits set by your sysadmin? Fear not. Run `du -sh * | sort -h` command to get a sorted list of your directory sizes so you can remove or compress unwanted files. Here is another useful shell alias:
```
alias ducks='du -cks -- * | sort -rn | head'
ducks
```

See https://www.cyberciti.biz/faq/how-do-i-find-the-largest-filesdirectories-on-a-linuxunixbsd-filesystem/ for more info.
#unix #linux #macos

How To Find Largest Top 10 Files and Directories On Linux / UNIX / BSD

Explains how to find out top 10 files and directories under Linux or Unix using sort and du command in human-readable format.

nixCraft