Roman Mamedov
Roman Mamedov
Keep in mind that other users (even root!) can't see your hubic content unless you pass the "allow_other" FUSE option. In this context it seems like the mount permissions are...
Using the following program on a Raspberry Pi ``` #include int main() { printf("sizeof(char) = %d\n", sizeof(char)); printf("sizeof(short) = %d\n", sizeof(short)); printf("sizeof(int) = %d\n", sizeof(int)); printf("sizeof(long) = %d\n", sizeof(long)); printf("sizeof(unsigned...
Is it not possible to switch to the "unsigned long long" type?
Unsigned long long has the same 8 byte size both on 32-bit and on 64-bit machines. The updated test program: ``` #include int main() { printf("sizeof(char) = %d\n", sizeof(char)); printf("sizeof(short)...
Also with the cache_statfs_timeout enabled the browsing of Hubic directories feels so much more responsive in the file manager (even though the 'df' information is missing), so it'd be really...
Well of course before reporting the bug I ensured I use a version compiled the then-current May 30 git source code. And the issue persists with a version that I...
@JohnMHarrisJr are you for real? Neither of those has 11ac support. OF COURSE there are tons of options for Linux without 11ac. But rather than mindlessly copypasting ThinkPenguin SKUs (which...
What is your output of: > host httpredir.debian.org Seems to work fine for me: > $ host httpredir.debian.org > httpredir.debian.org has address 176.9.184.93 > httpredir.debian.org has address 5.153.231.35 > httpredir.debian.org...
Still seems to work fine: > curl -vg6 -HHost:httpredir.debian.org [2001:41c8:1000:21::21:35]
Got the same since a few days ago. For me it helps to load the same account on Android, and view one of the channels I'm on. Then after pressing...