Sebastian Grans

Results 19 comments of Sebastian Grans

@baykey: It's still working for me. Here's an example: ```C #include #include "HTTPSRedirect.h" const char* ssid = ""; const char* password = ""; const char* host = "script.google.com"; # A...

@JimmyDeemo In a Terminal: ``` sudo nano /etc/shells ``` This opens up the file `/etc/shells` in the terminal based text editor `nano`. At the bottom of the file, add `/usr/local/bin/zsh`,...

@JimmyDeemo: Glad I could help :)

I don't use the "Add shortcut to Drive" feature so disabling `.shared` folder from being mounted wouldn't really brake anything for me. It would be nice if it was still...

First of all I want to give @scottlawsonbc a huge thumbs up.👍 This is awesome! On topic: I'm running Linux Mint 18.1 with the MATE desktop and in the Sound...

I'm running 20.04 and `pip2` was not installed, nor available in APT. To install `pip2`, run the following ([source](https://linuxize.com/post/how-to-install-pip-on-ubuntu-20.04/)): ``` curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py python2 get-pip.py ``` I got it...

The byte packages seem to come in a consistent chunks. I.e. not in the middle of a string. With this script: ```python import socket import numpy as np import struct...

Sure! Here it is: **Ubuntu 20.04 image**: ```strace execve("/usr/bin/clinfo", ["clinfo"], 0x7ffc63087610 /* 8 vars */) = 0 brk(NULL) = 0x5641409b5000 arch_prctl(0x3001 /* ARCH_??? */, 0x7ffd24102a80) = -1 EINVAL (Invalid argument)...