
linux - How can I run Debian stable but install some packages …
Jun 9, 2009 · How do I backport a sid package to testing or stable? Install the Debian source (and the development tools, especially debhelper, devscripts, and build-essential), and then build …
networking - How do I force Linux to reacquire a new IP address …
Aug 1, 2024 · The environment is Debian, although the answer will apply to all distributions.
[SOLVED] why is /usr/sbin not in root's path? - LinuxQuestions.org
Apr 18, 2024 · I've been using debian bullseye for a while now and noticed that /usr/sbin is not by default in root's path, contrary to other distros. This leads
debian - Best location to keep SSL certificates and private keys on ...
This post is geared toward Ubuntu (Debian) + Apache, but should work on most systems. Just apply the permissions and update location/path in given config (apache/nginx/etc).
How can I list my open ports on Debian? - Server Fault
Feb 6, 2012 · What is the command to display a list of open ports on a Debian server? I tried netstat -a | egrep 'Proto|LISTEN' but I would like something more specific that actually lists the …
How can I configure my DNS settings on Debian 12?
Oct 7, 2023 · I'm trying to change my DNS settings on my Debian 12 VPS, and by this I mean, I want to use a public resolver like 1.1.1.1 instead of my VPS host's resolver. I remember in …
Show all users and their groups/vice versa - Server Fault
I know I have existing groups and users but I'm not sure about their association. Is there an shell command I can use to list all users or all groups and a command to list all groups/users for a
linux - How do I verify the speed of my NIC? - Server Fault
Nov 30, 2010 · For Debian based systems, ethtool is not installed by default. But mii-tool is, as part of the essential "net-tools" package. So this was the best solution for me.
debian - How to set the domain name on GNU/Linux? - Server Fault
Set FQDN I'm using Debian 7 and this is what worked for me; thanks to Fernando Ribeiro. sudoedit /etc/hostname server # here's where you put the server's host name activate …
debian - Extend primary linux partition to use all available space ...
Apr 2, 2023 · I am trying to resize my primary/boot partition to use the added 30GB (virtual machine on Proxmox). As you can see my boot partition is full. I am fairly new to all this so, I'm …