amp-web-push-widget button.amp-subscribe { display: inline-flex; align-items: center; border-radius: 5px; border: 0; box-sizing: border-box; margin: 0; padding: 10px 15px; cursor: pointer; outline: none; font-size: 15px; font-weight: 500; background: #4A90E2; margin-top: 7px; color: white; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5); -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .amp-logo amp-img{width:190px} .amp-menu input{display:none;}.amp-menu li.menu-item-has-children ul{display:none;}.amp-menu li{position:relative;display:block;}.amp-menu > li a{display:block;} /* Inline styles */ div.acss138d7{clear:both;}div.acssf5b84{--relposth-columns:3;--relposth-columns_m:2;--relposth-columns_t:2;}div.acss9fd6b{aspect-ratio:1/1;background:transparent url(https://debianpolska.pl/wp-content/uploads/2022/02/rootkit-hunter-150x150.png) no-repeat scroll 0% 0%;height:150px;max-width:150px;}div.acss6bdea{color:#333333;font-family:Arial;font-size:12px;height:75px;}div.acss71939{aspect-ratio:1/1;background:transparent url(https://debianpolska.pl/wp-content/uploads/2022/05/strefa_czasowa-150x150.jpg) no-repeat scroll 0% 0%;height:150px;max-width:150px;}div.acss0d42c{aspect-ratio:1/1;background:transparent url(https://debianpolska.pl/wp-content/uploads/2022/01/debian-linux-4k-ro-2048x1152-1-150x150.jpg) no-repeat scroll 0% 0%;height:150px;max-width:150px;}div.acssa506f{aspect-ratio:1/1;background:transparent url(https://debianpolska.pl/wp-content/uploads/2022/04/lamp_debian11-150x150.png) no-repeat scroll 0% 0%;height:150px;max-width:150px;}div.acssf578d{aspect-ratio:1/1;background:transparent url(https://debianpolska.pl/wp-content/uploads/2022/06/store_home_share-150x150.jpg) no-repeat scroll 0% 0%;height:150px;max-width:150px;} .icon-widgets:before {content: "\e1bd";}.icon-search:before {content: "\e8b6";}.icon-shopping-cart:after {content: "\e8cc";}
The following guide describes how to quickly check the speed of our disk using the dd command.
The command will work for both Debian systems, Ubuntu and Centos
The whole thing comes down to the issue of one command in the console.
We log in to the terminal of our server, computer or wherever we want to check speed and we give a command:
dd if=/dev/zero of=/tmp/test bs=64k count=16k conv=fdatasync
We get the result:
This is the result for the SSDNVME disk:
16384+0 przeczytanych recordów
16384+0 zapisanych recordów
skopiowane 1073741824 bajty (1,1 GB), 1,1295 s, 951 MB/s
Now for comparison, the result from the usual SSD disk:
16384+0 przeczytanych rekordów
16384+0 zapisanych rekordów
skopiowane 1073741824 bajtów (1,1 GB, 1,0 GiB), 2,631 s, 408 MB/s
And as a curiosity a completely new ordinary HDD disk:
16384+0 przeczytanych recordów
16384+0 zapisanych recordów
skopiowane 1073741824 bajty (1,1 GB), 7,47575 s, 144 MB/s
There is a huge difference like the True Disk? 🙂
Installing Laravel on servers with DirectAdmin panel: poniżej bardzo prosty sposób na instalację na naszych…
Below is a very simple trick to delete all .listing files from directories and their subdirectories. użyjemy…
The guide below shows how to check the temperature in the Raspberry Pi in just a few seconds. Recommendation…
Today we will introduce you to the first tutorial on how to install Debian. We will show you throughout the series, w jaki sposób…
The following method describes a very simple way to check the operation of the CPU frequency of our Raspberry PI. Całość…
Recursive change of file permissions Go to the directory for which we want to change permissions (np public_html)…