Category: Linux

shape
shape
shape
shape
shape
shape
shape
shape
Standard

Gmail message does not meet IPv6 sending guidelines

In this post we’ll learn how to fix the problem in Gmail with sending emails via the IPv6 protocol. Our system has detected that this message does 550-5.7.1 not meet IPv6 sending guidelines regarding PTR records and 550-5.7.1 authentication. There are two solutions, one is to set up reverse DNS for the IPv6 in question,

Standard

Copying and restoring the entire disk in Linux with dd

All Linux distributions include a program that gives us the possibility of making reliable copies of the entire disk or partition, as well as restoring it. This is the “dd” command. Copying disk A to disk B: dd if=/dev/sda of=/dev/sdb bs=64K conv=noerror,sync In this example, we are copying the entire “/dev/sda” disk to the “/dev/sdb”

Standard

Extending an LVM partition inside an Extended one

Let’s see in the example below how to increase an LVM partition, which is inside an Extended partition. In the example below, we will recreate the LVM partition, which must start from the same old sector, i.e. in our example the starting sector of our LVM is 501760, so the new resized partition must also

Standard

Debian Stretch 9: Copy and Paste not working

Recently, when I started using Debian Stretch, I came across the problem of copying and placing in the Terminal, which wasn’t working. Solving the Copy and Paste problem in Debian 9 Stretch Open the file“/usr/share/vim/vim80/defaults.vim” in an editor: vim /usr/share/vim/vim80/defaults.vim Search the file for the following lines: if has(‘mouse’) set mouse=a endif Comment out the

Latest news

Latest news directly from our blog.