Emacs: Failed to verify signature archive-contents.sig

Today i got the message from my Emacs after typing package-list-packages. The full error is listed below: It seem’s that i wasn’t able to install elpa-packages anymore. After some research i got the hint to install gnu-elpa-keyring-update with the Emacs-package-manager to solve this problem. That sounds easy but before installing a package i had to … Read more

How to change the environment of a running (parent) process under Linux?

This is not actually intended and there is no clean way to do it. However, it is possible to change an environment variable of an existing process using a debugger. Specifically, this is about the debugger called gdb. This can attach itself to existing processes and carry out various operations. Among other things, changing environment … Read more

Usenet – still alive

In times of Facebook, Google and YouTube, why should it still be necessary torely on outdated technology like Usenet/NNTP? Portals like phpBB also invite youto exchange ideas with other users. So why should you use Usenet these days? From my point of view the question is very simple: It is a tried and testedstandard, similar … Read more

apt-file – Find programs inside APT/Debian-repositories

Recently I noticed on a freshly installed server that there was no command called nslookup. Luckily, Debian-like distributions have the apt-file tool. This makes it possible to search for applications that are not yet installed but are in principle available in the APT repository. The command quickly shed light on the matter and delivered the … Read more

Transferring files with Netcat/nc

Individual files can also be transferred using netcat. To do this, thefollowing instructions must be used on the transmitter and receiver: On the receiver: At the sender: Explanation: The recipient starts a server service based on the first parts,which reacts to requests on TCP port 8888. With the instruction > dest the content of received … Read more