Recent content by cjxzjcxzjz

  1. C

    apt update - ignoring a specific package?

    Yeah one of the first thing I tried but that did nothing. Sorry could've mentioned this in my start post.
  2. C

    apt update - ignoring a specific package?

    Yes I saw that, that's why I tried to set it on hold. I thought setting it on hold would let apt ignore it and not try to update it so I can update the rest of the system. Is that a wrong assumption?
  3. C

    apt update - ignoring a specific package?

    I want to update a machine with sudo apt update && sudo apt upgrade. This command fails because of a package error: I don't have time to fix this now so I want to ignore the package. For this I'm using: apt list --upgradable And then use: sudo apt-mark hold openjdk-8-jre-headless && sudo...
  4. C

    Please help me understand this article

    Thank you all for the replies and info. NorthWest even checking source code to find a possible clue which is very much appreciated. Cheers all.
  5. C

    Please help me understand this article

    https://linuxways.net/ubuntu/how-to-manage-linux-file-system-on-ubuntu-server/ Bottom section: I don't see "avgrq-sz" in his screenshot and also not on my own system, what am I missing? Should I interpret this in a particular way? Could it be that he means higher than 1.0 instead here?
  6. C

    No sudo password prompt after login?

    Hi, that's what I already did. See startpost. The problem with this solution is that the timeout mechanism works, but it still prompts me for my password AFTER i just logged in which is what I don't want.
  7. C

    No sudo password prompt after login?

    Thanks but that doesn't really solve my issue. Maybe the scenario I'm trying to achieve isn't possible. Thank you, didn't know that. It seems the Pi also doesn't seem to ask for a password after X minutes.
  8. C

    No sudo password prompt after login?

    Hi, When I succesfully login on Ubuntu server through the terminal and execute a sudo command, it prompts me again for a password while I just logged in. I don't want to be prompted for a password when executing a sudo command after I just logged in. I do want the system to prompt me again for...
  9. C

    curl: (52) Empty reply from server

    I've seen that page, some things are not applicable, others don't solve the problem. Thanks anways for your reply.
  10. C

    curl: (52) Empty reply from server

    OS: Raspbian lite 10 (Buster). Also tried latest Ubuntu desktop. I'm dealing with an issue that drives me nuts. I have this IP cam which I'm able to control with http Get commands (specifically through https). The problem is, I can't seem to integrate these commands with Curl or Wget because of...
  11. C

    Postfix without TLS/SSL?

    Distro: Ubuntu Server 16.04 I installed Postfix to send mail from my Ubuntu Server to my local relay server. My local relay server only supports plaintext SMTP authentication on port 25. I know it's not really secure but it's what I have to work with for the moment. Is it possible to have...
Top