debian linux

  1. Andy

    How to Fix Plesk Websites After IP Address Change on Debian

    If your Plesk websites suddenly stopped working after an IP address change on your Debian server, don’t panic. This usually happens when nginx or Apache is still bound to the old IP address. Even if your operating system is already using the correct IP, Plesk services may fail to update...
  2. Andy

    How to extend an EXT4 partition on Debian using parted and resize2fs [SOLVED]

    Follow my tutorial down below to extend your Linux partition: Firstly, we want to extend the partition using parted: root@cana:~# parted /dev/sda GNU Parted 3.2 Using /dev/sda Welcome to GNU Parted! Type 'help' to view a list of commands. (parted) resizepart 1...
  3. Andy

    Access Ubuntu Linux using Remote Desktop Connection

    In this brief tutorial, I’m going to show you how to use Windows’ own remote desktop connection protocol to connect to Ubuntu Linux 16.04 / 17.10 and 18.04 / 18.10 desktops using Xrdp. Xrdp is an open-source remote desktop protocol server which uses RDP to present a GUI to the client. It...
  4. Andy

    Disable Boot Splash Screen on Ubuntu Desktop Linux

    Prefer to see what’s actually happening in the background when Ubuntu Desktop Linux booting up? Wait for Ubuntu to boot, then login and start a Terminal application Edit /etc/default/grub as root, for example: sudo nano /etc/default/grub Remove splash from GRUB_CMDLINE_LINUX_DEFAULT Save the...
Back
Top