Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/vol9_8/epizy.com/epiz_21441008/htdocs/wp-content/plugins/wp-optimize/includes/class-updraft-smush-manager.php on line 1215

Deprecated: Creation of dynamic property WPO_Page_Cache::$rules is deprecated in /home/vol9_8/epizy.com/epiz_21441008/htdocs/wp-content/plugins/wp-optimize/cache/class-wpo-page-cache.php on line 99

Deprecated: Creation of dynamic property WP_Optimize_Minify::$minify_commands is deprecated in /home/vol9_8/epizy.com/epiz_21441008/htdocs/wp-content/plugins/wp-optimize/minify/class-wp-optimize-minify.php on line 16

Deprecated: Creation of dynamic property WP_Optimize_Minify::$enabled is deprecated in /home/vol9_8/epizy.com/epiz_21441008/htdocs/wp-content/plugins/wp-optimize/minify/class-wp-optimize-minify.php on line 22

Notice: Function register_block_script_handle was called incorrectly. The asset file for the "editorScript" defined in "contact-form-7/contact-form-selector" block definition is missing. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /home/vol9_8/epizy.com/epiz_21441008/htdocs/wp-includes/functions.php on line 5827

Deprecated: Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/vol9_8/epizy.com/epiz_21441008/htdocs/wp-includes/Requests/Cookie/Jar.php on line 63

Deprecated: Return type of Requests_Cookie_Jar::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/vol9_8/epizy.com/epiz_21441008/htdocs/wp-includes/Requests/Cookie/Jar.php on line 73

Deprecated: Return type of Requests_Cookie_Jar::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/vol9_8/epizy.com/epiz_21441008/htdocs/wp-includes/Requests/Cookie/Jar.php on line 89

Deprecated: Return type of Requests_Cookie_Jar::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/vol9_8/epizy.com/epiz_21441008/htdocs/wp-includes/Requests/Cookie/Jar.php on line 102

Deprecated: Return type of Requests_Cookie_Jar::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/vol9_8/epizy.com/epiz_21441008/htdocs/wp-includes/Requests/Cookie/Jar.php on line 111

Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/vol9_8/epizy.com/epiz_21441008/htdocs/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40

Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/vol9_8/epizy.com/epiz_21441008/htdocs/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 51

Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/vol9_8/epizy.com/epiz_21441008/htdocs/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 68

Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/vol9_8/epizy.com/epiz_21441008/htdocs/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 82

Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/vol9_8/epizy.com/epiz_21441008/htdocs/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 91
linux – Rajib's Blog Rajib's Blog

Tagged: linux

3

Realtek 8188FU USB WiFi Adapter on Raspberry Pi

The Realtek 8188FU chipset is used in a number of generic low-cost USB Wireless Adapters. It supports 802.11n standard, operates at 2.4 GHz and 150 Mbps connectivity. Unfortunately, it is not supported by default in the current Linux kernel 4.x series. This article chronicles my adventures to get it working on Raspberry Pi.

0

Script to Stress CPU and Log Temperatures

I keep tinkering with computers, be it Servers, Desktops, Laptops or Single Board Computers like the Raspberry Pi. Of keen interest to me is the thermal performance of these devices. Most new devices implement...