$ sudo su -
# TODO: You might need to install some debug packages for the kernel!
$ cd /tmp
$ git clone https://github.com/maurossi/rtl8812au
$ git checkout kernel-4.11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Processor Information: | |
Vendor: GenuineIntel | |
CPU Family: 0x6 | |
CPU Model: 0x3a | |
CPU Stepping: 0x9 | |
CPU Type: 0x0 | |
Speed: 3800 Mhz | |
4 logical processors | |
4 physical processors | |
HyperThreading: Unsupported |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Processor Information: | |
Vendor: GenuineIntel | |
CPU Family: 0x6 | |
CPU Model: 0x3a | |
CPU Stepping: 0x9 | |
CPU Type: 0x0 | |
Speed: 3800 Mhz | |
4 logical processors | |
4 physical processors | |
HyperThreading: Unsupported |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==================================================================================================== | |
Sat Aug 10 10:47:58 EEST 2013 | |
==================================================================================================== | |
-------------------------------------------------- | |
Process info | |
-------------------------------------------------- | |
UID PID PPID C SZ RSS PSR STIME TTY TIME CMD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
is all of the muscles, bones and organs. It contains vital elements, water and electrolytes (approximately 73%), mineral salts and proteins (27%). | |
Lean mass unites the body's engines, which consume energy. | |
<br/><br/><strong>Why control your lean mass?</strong><br/> | |
Lean mass is all of the muscles, bones and organs.<br/> | |
It contains vital elements, water and electrolytes (approximately 73%), and mineral salts and proteins (27%). Lean mass unites the body's engines, | |
which consume energy: it is therefore a good indicator of the potential to become thinner.<br/> | |
For example, a former athlete always loses weight easily (having the ability to use free fatty acids via muscles during exercise). Conversely certain | |
people with a normal weight can have a fat mass of more than 40% of their body weight; weight loss will therefore be difficult without practicing a | |
physical activity.<br/> | |
In fact, physical exercise develops your muscular mass, which increases the speed at which calories are burnt. Increasing your muscular m |
rm -rf `git status -s | grep "??" | cut -d"?" -f3`
git checkout -- .
In order to use Safeeyes with the Smart Pause plugin you need install xprintidle
.
This process wasn't that simple for me so I thought about writing it down:
cd /tmp
git clone https://github.com/lucianposton/xprintidle
cd xprintidle
sudo dnf install libX11-devel libXScrnSaver-devel
sudo ln -s /usr/lib64/libXss.so.1.0.0 /usr/lib64/libXss.so
./configure
Recently, I've updated my Ubuntu 16.04 machine from online.net due to the meltdownattack.com.
But it didn't go so well 😢
The installation process yielded a couple of errors:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/vendor/filp/whoops/src/Whoops/Exception/Inspector.php b/vendor/filp/whoops/src/Whoops/Exception/Inspector.php | |
index 06aeec31b..c2873f2e5 100644 | |
--- a/vendor/filp/whoops/src/Whoops/Exception/Inspector.php | |
+++ b/vendor/filp/whoops/src/Whoops/Exception/Inspector.php | |
@@ -28,7 +28,7 @@ class Inspector | |
/** | |
* @param Exception $exception The exception to inspect | |
*/ | |
- public function __construct(Exception $exception) | |
+ public function __construct($exception) |
OlderNewer