← prev | next →
qontinuum 2022-08-05 10:45:52
Those technologies are really cool and as always the problem is how they are used and by who
lordV 2022-08-05 10:52:21
https://madaidans-insecurities.github.io/firefox-chromium.html
qontinuum 2022-08-05 11:03:01
This one is the guy that leads the community of those dumbfucks that came in Linux groups to say Linux bad windows good and spamming some times ago
Another great guy
Glats 2022-08-05 11:04:46
sacrébleu!
qontinuum 2022-08-05 11:23:04
Glats 2022-08-05 11:04:46
sacrébleu!
Cordon bleu*
Glats 2022-08-05 11:25:19
a yeah
Glats 2022-08-05 11:25:25
they are delicious
Jay 2022-08-05 11:33:03
is there any way to pipe every terminal output into something without obsecuring exit codes?
Jay 2022-08-05 11:34:52
like
“something | lolcat”
would always exit with 0.
lanciagreggori 2022-08-05 11:36:45
Jay 2022-08-05 11:34:52
like
“something | lolcat”
would always exit with 0.
Bash has an option to set the exit code to the last command in the pipe, see the man page
Jay 2022-08-05 11:37:26
lanciagreggori 2022-08-05 11:36:45
Bash has an option to set the exit code to the last command in the pipe, see the man page
you mean n-last?
Jay 2022-08-05 11:40:29

pic rel, exit codes is before the checkmark
Jay 2022-08-05 11:40:47

picrel
Jay 2022-08-05 11:42:15
pardon the use of the checkmark i’m a bit of a dum dum, i need visual clue.
visual = my monkey brain happy.
Jay 2022-08-05 11:49:46
lanciagreggori 2022-08-05 11:36:45
Bash has an option to set the exit code to the last command in the pipe, see the man page
aight, already found what i need.
Thanks for refreshing my memory my dude!
Jay 2022-08-05 13:11:30
lordwilliamwolf 2022-08-05 09:51:41
true. would be cool if tor made a chrome browser. would be the ultimate thing.. Brave has a tor option but i checked on browserleaks it leaks your ip address lmao
>leaks
u sure? what test did you run?
i’ve heard about the dnsleaks, but not the ip address one.
El_Irregular 2022-08-05 13:40:21
lordwilliamwolf 2022-08-05 09:51:41
true. would be cool if tor made a chrome browser. would be the ultimate thing.. Brave has a tor option but i checked on browserleaks it leaks your ip address lmao
It’s so easy install tor and torsocks from repos and you can torify any browser but the site discourages this.
lanciagreggori 2022-08-05 13:42:12
El_Irregular 2022-08-05 13:40:21
It’s so easy install tor and torsocks from repos and you can torify any browser but the site discourages this.
The only reason to use a normal browser with the Tor daemon is to bypass censorship
lanciagreggori 2022-08-05 13:42:31
Otherwise you should just use the For browser
El_Irregular 2022-08-05 13:43:04
El_Irregular 2022-08-05 13:40:21
It’s so easy install tor and torsocks from repos and you can torify any browser but the site discourages this.
Or torctl to bypass whole traffic through Tor network
lordV 2022-08-05 13:48:15
qontinuum 2022-08-05 11:03:01
This one is the guy that leads the community of those dumbfucks that came in Linux groups to say Linux bad windows good and spamming some times ago
Another great guy
the problem is his writing style.. and also the dumb people that are not able to understand it
lordV 2022-08-05 13:49:29
by default windows for sure has a more safe environment. but this comes not from nowhere.. they need to
qontinuum 2022-08-05 13:51:39
lordV 2022-08-05 13:49:29
by default windows for sure has a more safe environment. but this comes not from nowhere.. they need to
Not really
A lot of default options actually break security for reverse compatibility purposes
lordV 2022-08-05 13:57:35
may be, im not so advanced in this sector to start a discussion in it. I only have a small experiences from windows 7 times..
lordV 2022-08-05 14:00:07
what do you think, is this a good/right way to run specific GUI applications as a different user to avoid them to access the files in home?
https://gist.github.com/kasunbg/5502cb630429819d07b5dc0cfa26813c
Jay 2022-08-05 14:07:47
lordV 2022-08-05 14:00:07
what do you think, is this a good/right way to run specific GUI applications as a different user to avoid them to access the files in home?
https://gist.github.com/kasunbg/5502cb630429819d07b5dc0cfa26813c
why not just chmod everything as 644 if you’re that concerned?
UnicornBl00d 2022-08-05 14:45:25
lordwilliamwolf 2022-08-05 09:51:41
true. would be cool if tor made a chrome browser. would be the ultimate thing.. Brave has a tor option but i checked on browserleaks it leaks your ip address lmao
It would be
UnicornBl00d 2022-08-05 14:45:59
Off work yay
lordV 2022-08-05 14:51:58
Jay 2022-08-05 14:07:47
why not just chmod everything as 644 if you’re that concerned?
i use 0600 and 0700 ..
lordV 2022-08-05 14:52:38
you know that 644 still allow read for group and others?
lordV 2022-08-05 14:53:36
so if you do not run the application as a different user.. even 0600/0700 helps
qontinuum 2022-08-05 14:55:17
lordV 2022-08-05 14:52:38
you know that 644 still allow read for group and others?
Most of your files are owned by your user and its main group so if you don’t want users to read just set 640/750
qontinuum 2022-08-05 14:56:54
Also if you really want to segment so much use sandboxes, containers or VMs
Or even just use QubesOS
Jay 2022-08-05 14:56:59
lordV 2022-08-05 14:52:38
you know that 644 still allow read for group and others?
i know, i don’t care if they can reads.
i only care if they can write.
lordV 2022-08-05 14:57:55
i think a application should not be able to read your ssh keys.. (if its not required)
← prev | next →