[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

/fglt/ - Friendly GNU/Linux Thread

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 323
Thread images: 43

File: 1472445627039.png (115KB, 507x195px) Image search: [Google]
1472445627039.png
115KB, 507x195px
Previous thread: >>59995124

Welcome to /fglt/ - Friendly GNU/Linux Thread.

Users of all levels are welcome to ask questions about GNU/Linux and share their experiences.

*** Please be civil, notice the "Friendly" in every Friendly GNU/Linux Thread ***

Before asking for help, please check our list of resources.

If you would like to try out GNU/Linux you can do one of the following:
0) Install a GNU/Linux distribution of your choice in a Virtual Machine.
1) Use a live image and to boot directly into the GNU/Linux distribution without installing anything.
2) Dual boot the GNU/Linux distribution of your choice along with Windows or macOS.
3) Go balls deep and replace everything with GNU/Linux.

Resources:
Your friendly neighborhood search engine (try to use a search engine that respects your benis such as searx, ixquick or startpage).

$ man %command%
$ info %command%
$ help %command%
$ %command% -h
$ %command% --help

Don't know what to look for?
$ apropos %something%

Check the Wikis (most troubleshoots work for all distros):
https://wiki.archlinux.org
https://wiki.gentoo.org

/g/'s Wiki on GNU/Linux:
https://wiki.installgentoo.com/index.php/Category:GNU/Linux

>What distro should I choose?
https://wiki.installgentoo.com/index.php/Babbies_First_Linux

>What are some cool programs?
https://wiki.archlinux.org/index.php/list_of_applications
https://directory.fsf.org/wiki/Main_Page

>What are some cool terminal commands?
http://www.commandlinefu.com/
http://bropages.org/

>Where can I learn the command line?
http://mywiki.wooledge.org/BashGuide
http://linuxcommand.org/tlcl.php
http://www.grymoire.com/Unix/

>Where can I learn more about Free Software?
https://www.gnu.org/philosophy/philosophy.html

>How to break out of the botnet?
https://prism-break.org/en/categories/gnu-linux

/t/'s GNU/Linux Games: >>>/t/749768
/t/'s GNU/Linux Training Videos: >>>/t/713097

/fglt/'s website and copypasta collection:
http://fglt.nl && https://p.teknik.io/wJ9Zy
>>
File: gnusystemd.jpg (7KB, 300x100px) Image search: [Google]
gnusystemd.jpg
7KB, 300x100px
First for based systemd and based poettering
>>
>>60003138
>All these files
Which one will open the program?
>>
>>60003226
the one in your path
>>
File: 1423121490343.png (258KB, 549x560px)
1423121490343.png
258KB, 549x560px
>>60003237
I don't know what this means.
>>
>>60003119
how do I set a default fallback font for japanese with fontconfig?
I want to use unifont for it but my terminal is falling back to mplus or a noto font, and I dont want to just use urxvt or some other terminal.
>>
>>60003226
The one thats executeable.
Executable files are placed in one of the bin directories, for 'binary'
>>
>>60003260
 dpkg-deb -c <package_name.deb> | egrep $(echo $PATH | sed 's/:/|/g') 

idk, maybe try one of these files, if that shows any
>>
>>60003371
>>60003377
Pretty sure this is it, but when I try to open it from the file manager nothing happens.
>>
Is ls a botnet?

Are there any potential security risks introduced by using it?
>>
>>60003431
open a terminal type in "dwfcmd" and press enter
>>
>>60003438
That is a good question. The fact that the GNU version of it is so bloated compared to Unix and BSD versions certainly makes it really suspicious. Who knows - maybe it sends content of your directories right to Richard Stallman's email client
>>
>>60003455
Digilent WaveForms utility application. Version 0.1.1
Supports the following commands as application argument or listed in text file in separate lines. The assignment commands can also be used to print the current value.

connect
Automatically connect to the first available device.
enum|enumerate
Enumerate connected devices.
connect=<index|name|SN>
Connect to the device by enumeration index, name or SN.
disconnect
Disconnect from device.
info|information
Print information about the device or selected instrument, channel.
show
Print configuration and reading of the device or selected instrument, channel.
execute=<file>
Executes the command file.
reset
Reset all the configurations to default values.
pause=<s>
Pause execution for specified seconds. Ex: pause=0.1, pause=100ms
print=<text>
Print the text on the output.
datetime
Print the date and time on the output.
time
Print the time on the output.
debug=<level>
Debug level: 0-disabled, 1-print input commands,
2-API calls, 3-time after API execution
watch=<sec>
Watch timeout for play/record processes. Default is 10s, 0 disables it.

.....blah blah blah.....

Examples:
dwfcmd enum
dwfcmd connect digitalio oe=0x0F out=0x0A pause=10ms in
dwfcmd sample1.txt
Set range and print the actual obtained range:
dwfcmd connect analogio channel=1 range=5V range



maybe that's not it.
>>
>>60003333
just use urxvt my son
>>
File: 1469051473791.jpg (36KB, 640x480px)
1469051473791.jpg
36KB, 640x480px
What are some cool terminal commands?
>>
>>60003467
Oh, I don't use GNU. I use Alpine.
>>
>>60003377
>
echo $PATH | sed 's/:/|/g'

sed 's/:/|/g' <<< "$PATH"
>>
>>60003572
dd if=/dev/urandom of="$HOME"/waitforit
>>
>>60003590
I heard busybox cat hat lots of features.
>>
>>60003615
is there even any difference?
>>
wow I'm retarded
>>
>>60003615
>features
botnets*
>>
>>60003650
% busybox cat --help
Usage: cat [FILE]...

Concatenate FILEs and print them to stdout
% cat --help
Usage: cat [OPTION]... [FILE]...
Concatenate FILE(s), or standard input, to standard output.

-A, --show-all equivalent to -vET
-b, --number-nonblank number nonempty output lines, overrides -n
-e equivalent to -vE
-E, --show-ends display $ at end of each line
-n, --number number all output lines
-s, --squeeze-blank suppress repeated empty output lines
-t equivalent to -vT
-T, --show-tabs display TAB characters as ^I
-u (ignored)
-v, --show-nonprinting use ^ and M- notation, except for LFD and TAB
--help display this help and exit
--version output version information and exit

With no FILE, or when FILE is -, read standard input.

Examples:
cat f - g Output f's contents, then standard input, then g's contents.
cat Copy standard input to standard output.

Report cat bugs to [email protected]
GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
General help using GNU software: <http://www.gnu.org/gethelp/>
For complete documentation, run: info coreutils 'cat invocation'
>>
>>60003678
lol busybox is such a fucking trash, in fact why do I even have busybox installed anyway let me remove them
>>
>>60003678
awk is bit more feature rich.
% busybox awk --help
Usage: awk [OPTIONS] [AWK_PROGRAM] [FILE]...

Options:
-v VAR=VAL Set variable
-F SEP Use SEP as field separator
-f FILE Read program from FILE
% awk --help
awk --help
Usage: awk [POSIX or GNU style options] -f progfile [--] file ...
Usage: awk [POSIX or GNU style options] [--] 'program' file ...
POSIX options: GNU long options:
-f progfile --file=progfile
-F fs --field-separator=fs
-v var=val --assign=var=val
-m[fr] val
-O --optimize
-W compat --compat
-W copyleft --copyleft
-W copyright --copyright
-W dump-variables[=file] --dump-variables[=file]
-W exec=file --exec=file
-W gen-po --gen-po
-W help --help
-W lint[=fatal] --lint[=fatal]
-W lint-old --lint-old
-W non-decimal-data --non-decimal-data
-W profile[=file] --profile[=file]
-W posix --posix
-W re-interval --re-interval
-W source=program-text --source=program-text
-W traditional --traditional
-W usage --usage
-W use-lc-numeric --use-lc-numeric
-W version --version

To report bugs, see node `Bugs' in `gawk.info', which is
section `Reporting Problems and Bugs' in the printed version.

gawk is a pattern scanning and processing language.
By default it reads standard input and writes standard output.

Examples:
gawk '{ sum += $1 }; END { print sum }' file
gawk -F: '{ print $1 }' /etc/passwd
>>
BSD is worthless garbage.
>>
>>60003752
>>60003678
well, busybox is a stripped down toolset meant for embedded systems, you shouldn't use it on your desktop tho
>>
File: paint.jpg (38KB, 463x454px)
paint.jpg
38KB, 463x454px
>>60003666
Don't feel bad, OP. I was sniffing gasoline a few hours ago.
>>
>>60003760
>>60003760
Not really. I rewrote BSD coreutils myself.
1. It has close to 0 features, easy to rewrite
2. You can lock the source out of public without any risks

I say it's nice in those ways
>>
File: 1492659715414.png (4KB, 300x232px)
1492659715414.png
4KB, 300x232px
>>60003511
I just installed the latest version of the sfotware and that fixed it. Sorry for shitting up the thread, lads.
>>
>>60003760
It isn't, BSD is still Free Software. Proprietary software is garbage.
>>
>>60003821
is this a new meme?
>>
what are the differences between debian minimal and arch? i've used ubuntu for about a year and now i'm thinking about getting deeper into the linux with either debian or arch...
>>
>>60003572
Prints some random ASCII art.
curl -s www.asciiartfarts.com/random.cgi | sed -n '/<pre>/,/<\/pre>/p' | sed -n '/<table*/,/<\/table>/p' | sed '1d; $d'
>>
>>60003846
Package manager
>>
>>60003119
Test
>>
>>60003119
Complete noob here.
I am having trouble getting Debian to run in 1920x1080. xrandr does not list any widescreen resolutions as an option and I suspect the default driver of Debian is insufficient and I don't know the name of the driver i should install, and I also don't know whether installing drivers can be done with apt-get.
Can't seem to find any answers online that I can understand, a reply would be much appreciated.
>>
>>60003931
What desktop environment?
>>
>>60003931
https://wiki.archlinux.org/index.php/xrandr#Adding_undetected_resolutions
>>
>>60003953
Shouldn't matter. I'm trying to get Debian as a whole to run in 1920x1080. As far as I know, no one's resolution changes merely because they log in with a different DE.

But if you honestly think that information matters, the two DEs I have are Gnome and i3, and both give the same list of resolutions with xrandr as I expected, so do what you will.
>>
>>60003931
driver has nothing to do with your resolution
>>
>>60003825
So my playstation runs a free OS? Cool. I feel better now.
>>
>>60004001
video drivers don't matter for resolution? k

what are my possible resolutions dependent on?
>>
>>60004026
read >>60003984
>>
>>60004026
xrandr detects a set of standard resolutions, but basically you can set your resolution to whatever you like, you just add a new one and load it
>>
What is the best antivirus for Linux?
>>
>>60004037
seems to be working, thanks
>>
File: cigarjones.gif (4MB, 720x404px) Image search: [Google]
cigarjones.gif
4MB, 720x404px
>>60004290
Most distros come with a built-in antivirus that you can run at any point from root.

dd if=/dev/urandom of=/dev/sda


this scans your hard drive for signs of viruses by comparing it to the urandom virus database (updates automatically every 24 hours).

It takes a few hours to run, though.
>>
>>60004290
thanks
>>
What are the differences between plasma-meta, plasma and plasma-desktop on Arch? The wiki isn't very clear and just vaguely mentions that plasma-desktop installs less bloatware.
>>
>>60004356
>infowars
discarded
>>
>>60004394
I'm on Arch btw
>>
>>60004290
sudo apt-get install commonsenseandbasicintelligence
>>
>>60004394
lol noob
>installs arch
>bloats it up with a DE
just use tty1 like a real man
>>
>>60004421
if we're now considering a desktop to be bloat, we've reached the autism event horizon
>>
What is the most lightweight and portable way to urldecode a string of html entries? Currently going with perl:
>something | perl -MHTML::Entities -pe 'decode_entities($_);'
>>
>>60004436
>using arch
>not autistic
pick one
>>
File: disgustingrat.jpg (84KB, 435x326px)
disgustingrat.jpg
84KB, 435x326px
>>60004436
> not using a tiling WM
>>
>>60004450
I'm so n-not autistic that I haven't even installed M-Manjaro! I s-swear!
>>
It's my first time here, and I'm sure this question is asked all the time.

Why is systemd hated so much?
>>
>>60004502
For the same reason people use FreeBSD
>>
File: systemd.png (143KB, 640x325px)
systemd.png
143KB, 640x325px
>>60004502
Muh Unix philosophy (do one thang and one thang only, and do it well)

Also despite being open-source it's really obtuse and complicated code that is difficult to audit effectively.

Also people don't like Lennart Poettering and Red Hat forcing systemd on them.

Functionally, though, Systemd is great. It simplifies a lot of things. If you don't like it, there's Devuan, Funtoo, and probably a few other distros out there that don't use it at all.
>>
>>60004502
Hating systemd makes you look tech literate to newbs.
>>
>>60004502
It's very complicated and prone to exploitation.
Or, in Meme Code, "botnet".
>>
>>60004595
systemd is much, but it doesn't fall under "botnet" anon
when we start calling systemd botnet, nobody will ever trust us anymore when we call google botnet
>>
>>60004589
Hating anything raises your superficial intelligence level. Positive, optimistic, noncritical people are widely perceived as morons. See: Undecided voters.
>>
>>60004595
tell me more about the meme code
is there a list?
>>
>>60004609
systemd is botnet
>>
>>60004609
That's why I said botnet is a meme word.
It already HAS lost all of its meaning because of highschool anons. Nobody trusts g anymore already as well.
>>
File: 1489959665160.png (3KB, 447x378px)
1489959665160.png
3KB, 447x378px
>>60004621
>>
>>60004639
/g/ is only good for shitposting
>>
>>60004633
You have to download the .MEME framework to truly grasp it. It's an "A-ha" moment.
>>
>>60004525
>>60004549
>>60004589
>>60004595
Thank you everyone.
>>
File: 1477238214526.gif (309KB, 380x366px)
1477238214526.gif
309KB, 380x366px
Hey /g/, what's the best lightweight and user-friendly distro for daily use?
>>
>>60004768
Source Mage, faggot, GNU/Linux
>>
>>60004768
Gentoo LINUX
>>
Wayland is trash that has hard dependencies on GNOME
>>
>>60004798
Following the rules of English, in the construction “Foobar Linux” the word “Foobar” modifies “Linux”.

This basically means “Foobar's version of Linux”, but a Foobar GNU/Linux system includes more than just a modified kernel.
>>
Having ryzen on gentoo causes segfaults when doing -j16 with less than 32GB ram
>>
>>60004866
Linux is an operating system, not everyone needs that GNU trash
>>
File: 1480764509604.png (128KB, 383x294px)
1480764509604.png
128KB, 383x294px
>>60004866
>>60004885

i love you guys
>>
>>60004870
Is this a shitpost or can any other anons confirm?
>>
>>60004847
Technically, everything has hard dependencies on glib from the GNOME project
>>
>>60004870
>-j16

y tho
>>
>>60004885
The ordinary understanding of "operating system" includes both the kernel—the specific subsystem that directly interfaces with the hardware — and the "userland" software that is employed by the user and by application software to control the computer.

Moreover, both the name "GNU" and the name "Linux" are intentionally related to the name "Unix", and Unix has always conceptually included the C library and userland tools as well as the kernel.
>>
>>60004891
every time GNU is mentioned I just think "man, Richie "The Stall Man" Stallman sure does get triggered when he doesn't get credit for things. maybe if he had made GNU proprietary he'd have more say in the matter. HMMMMM
>>
>>60004907
So FreeBSD should be GNU/FreeBSD, following your logic, because it includes some GNU software, right?
>>
>>60004907
Linus is related to Linus.
>My name is Linus Torvalds and I am your god.
>-- Linus Torvalds
>>
>>60004907
or we could just call it Linux to save breath, explanation, and our small collection of fucks to give
>>
>>60004885
show me how you boot, init and post here with just linux, the operating system, faggot
>>
HOW THE FUCK DOES A 50 MB PACKAGE TAKE UP 1,1 GB RAM?!
I use vivaldi as my web browser under arch linux, package from repo takes up 50mb but when i open it and load up just one youtube tab ram usage goes up by 1100mb
>>
>>60004394
>plasma
Group, you can select which packages you want and which you don't.
>plasma-meta
Meta package, you cannot select which package you want and which you don't. Uninstalling one dependency of metapackage requires to remove all other.
>plasma-desktop
Minimal package, only installs what you really need to run it. You'll probably see it as too bare bones, so I'd suggest installing plasma group.
>>
>>60004975
>arch linux
clearly linus torvalds fault, write hatemail to him
>>
>>60004970
https://alpinelinux.org
>>
File: 1489605310653.jpg (602KB, 1024x1347px)
1489605310653.jpg
602KB, 1024x1347px
thread theme

https://www.stallman.org/guantanamero.ogg
>>
>>60005002
>I can't read
"with just linux"
alpine isn't just linux
>>
>>60005002
>le alpine meme
You could aswell post a link to microsoft.com, also a non-GNU system, where's your point?
>>
>>60005015
>pissed because someone is using Linux without GNU
>claims bullshit
fuck off stallman
>>
>>
>>60005008
How many languages does rms speak?
>>
>>60005039
>le microsoft meme
microsoft.com doesn't use Linux, faggot
>>
>>60005055
Muricans, Spanish, French, thats the ones I know of.
>>
>>60005050
wtf i hate arch now. installing void loonix
>>
>>60005055
faggot
>>
>>60005062
https://www.android.com/
>>
>>60005050
arch users everyone
>>
>>60005080
not POSIX compatible, faggot
>>
>>60005094
Android, the operating system, combined with Linux, the kernel.
>GNU, the operating system, combined with Linux, the kernel.
Wake up.
>>
>>60005109
Tell that to the Linux developers who actually ported the GNU tools to Linux.
>>
>>60005078
Not friendly.
>>
>>60005129
>4chan
>friendly
>>
What's the autism about removing GNU about? Is it out to spite against Stallman and pasta spammers?
>>
>>60005141
What's all this autism about claiming credit for something that you didn't do, GNU?
>>
>>60005159
It's the other way around, faggot. Linus wrote one thing, a kernel. Not GNU, not KDE, not GNOME, not whatever else he calls "Linux".
>>
>>60005173
Richard Stallman couldn't write a kernel to save his life. Now that his userland was ported to a useful kernel he is bugging everyone that he should get credit for it.
>>
>>60005173
nope, linux is developed in large parts by millions of random people all over the world, redhat, google, microsoft work on it too
linus wrote like 2% of what today is linux
>>
>>60005190
rms isn't out for credit, he's out for your freedom
that's why theres no point in developing hurd when there's a way to run a completly free os with linux (linux-libre)
>>
>>60005196
Linus and a handful of his friends on the internet started it back in 1992. There wouldn't be a kernel for RedHat, Google, Microsoft, etc. to work at all without him.
>>
>>60005196
Linux fucking sucks. The only reason anyone uses it is because it's the kernel that's best suited for use with GNU, and that's only because it was the first finished kernel to be released under the GNU GPL which resulted in it receiving the most GNU-centric development. Monolithic kernels were outdated in 1991 and they're still outdated today; if Andy Tannenbaum hadn't been a fool with his licensing we'd all be using GNU/Minix today and we'd all be a lot better off for it. Linux is also the only popular unix-like kernel that doesn't support a form of virtualization like Solaris zones or BSD jails.

GNU, on the other hand, is great. It's objectively the best unix-like standard available. Stallman's epiphany that it was no longer the fucking 60s and subsequent abandonment of the original unix design philosophy made GNU the most feature-packed and functional unix-like standard ever, which is why it's so much more popular than permissive-licensed standards like BSD even in the commercial world in spite of the fact that permissive licenses would grant corporations more of the control they desire.

All Linux does is hold GNU back, and the only reason at this point why anyone is still using Linux with GNU is because muh drivers. Literally any other kernel with the same level of hardware compatability would be a million times better than Linux for use with GNU. In an ideal world we'd probably be using something more like GNU/L4, but even GNU/kFreeBSD would be better than GNU/Linux. The fact that Linus tries to sneakily imply that the GNU standard is just a part of his own "Linux" operating system is fucking pathetic.
>>
>>60005283
the hurd will save us
>>
>>60005283
how does linux hold anything back?
>>
File: oc3cdod1qoyx.png (923KB, 960x540px)
oc3cdod1qoyx.png
923KB, 960x540px
Is anyone here running Debian unstable? Is it really unstable like the name says?
>>
>>60005347
It's not. The only thing you need to look out for is any time you upgrade with
full-upgrade
look at the list of packages that are going to be removed (if there are any) to see if nothing retarded is there like Xorg. If you find something retarded just stick with the regular
upgrade
for a few days and the problem should be resolved.
>>
>>60005409
try apt-listbugs
>>
>>60005039
This faggot doesn't even understand that Linux can exist without GNU and thinks Windows is equivalent to Alpine based on this reasoning

This is what millennials actually believe
>>
>>60005559
>Windows
GNU/NT
>>
>>60005559
you still don't get it right?
both, gnu and linux can exist without each other, but that doesn't make the combination of gnu/linux just linux in the same way that the combination of android and linux doesnt make it just linux
>>
File: 1483132469418.jpg (74KB, 622x414px)
1483132469418.jpg
74KB, 622x414px
>>60005559
y so mad tho senpai. Linux will always be Linux. GNU will always be GNU. GNU/Linux is the combination of both.
>>
>>60005559
alpine linux isn't a kernel, is it?
>>
Let's discuss systemd instead.
>>
>>60005650
It's a distro
>>
>>60005669
alpine linux isn't distribution of a kernel, is it?
>>
>>60005667
Yes, I miss funny systemd maymays so much
>>
>>60005689
My favorite argument is the UNIX philosophy.
>>
>>60005687
I don't know if this is a proper definition. I just dropped in this thread btw I have no idea what you guys are talking about.
>>
>>60005704
I personally prefer the triggerword "modular".
>>
>>60005689
>>60005704
>unpaid pötteringdick shills

systemct1 lmao --at "ur life"
>>
What is a lighweight DE where i can smash a window on a side and that window will become half screen big, this is so basic
>>
>>60005667
First off, systemd is not an init system, it has an init system as part of the systemd suite. systemd is a project to build a standardised lowlevel userland for Linux. The project is pretty comprehensive and it delivers a lot of functionality under one umbrella. It does away with a lot of older, often undermaintained software packages, which were traditionally used to assemble a low level userland.

Which is where the contention comes from, as a system suite systemd is restrictive for Unix virtuosi who are used to tailor a system with wit, ingenuity, a lick and a prayer and a couple dozen of unrelated packages. systemd makes such knowledge useless.

The faction that thinks that systemd is Linux's Hiroshima, finds all the added functionality bloat, unnecessary and dangerous, as it is all under development in one project.

All the systemd jokes stem from the comprehensiveness as a low level system suite. People against it love to joke that one day systemd will write its own kernel.

There is a lot of FUD and hate going around. Some arguments do have merit, a lot of eggs in one basket is certainly true, but as with all things in life, it depends which tradeoff you prefer. Do you want a suite of well designed software, working closely together, so that system management is streamlined or do you want the complete freedom to tailor your own low level system with a lot of time tested, interchangeable components.

I have no desire to be a low level system designer, so I prefer systemd. I don't hate traditional init systems though. If a Linux system has one and I need to work with it, I'm still happy it boots and starts the necessary services.
>>
>>60005736
xfce allows you to do that with a keyboard short-cut that you can define.
>>
>>60005734
>implying I'm "unpaid"

I'm a former Red Hat, Inc. employee, my man.
>>
>>60005736
you can do that on any distro with tools like wmctrl and xdotool, there's even a python script for that (shipped with bunsenlabs) https://github.com/BunsenLabs/bunsen-utilities/blob/master/bin/bl-aerosnap
>>
>>60005347
Debian is by nature stable.
>>
>>60005781
while you're at it, get also this: https://github.com/BunsenLabs/bunsen-utilities/blob/master/bin/bl-hotcorners
let's you run specific action when you move the cursor to a specific corner
>>
>>60005791
No. Debian is full of security trap.
>>
>>60005650
It's a distro, but Stallmans can't tell the difference between a distro and a kernel anyway so I wouldn't expect you to understand
>>
>>60005823
epic meme, lol'd
>>
>>60005791
this. beyond unstable there is "experimental". Not a complete "distro" but a package group. Things marked as stable by the authors first get in experimental then they get in unstable after a bunch of tests.
>>
>>60005831
Do you remind what they did with openssh?
>>
>>60005823
Stable =/= Secure

Definitions are hard!
>>
>>60005847
Someone can made my computer failed by hacking my ssh server. It's not stable. Nobody can do that with my OpenBSD server and my Arch server. Because I use the unpatched official OpenBSD ssh server.
>>
>>60005887
cracking*
>>
>>60005887
That is still not what stable means, try again.
>>
>>60005986
Oups sorry. Thank for the correction.

>>60005993
Stable means can not fail. Debian can fail because of those shitty security bugs.
>>
File: 1492692464159.jpg (87KB, 640x633px)
1492692464159.jpg
87KB, 640x633px
>>60006013
That is still now what stable means, try again.
>>
>>60006039
You're idiot.
>>
>>60006013
>Stable means can not fail
what
>>
Did someone tried RedoxOS here? How is it?
>>
>>60006054
Yes. It means that it's stable.

Do not tell me that Debian use stable to mean rarely updated. That's what they do?
>>
>>60004502

Poettering and co have a track record of ignoring bugs in projects, they also have shitty attitudes.
>>
File: 1462106574742.png (9KB, 476x184px)
1462106574742.png
9KB, 476x184px
>meanwhile on windows
>>
Hi, /fglt/, noob question.
I trying replace some data in certain strings using bash. An example, i have a conf-file with
>path="my/old/path/my_file.txt"
>somethingelse="blablabla"
inside.
I need find path-string and replace it value by new path. I tried it using sed so:
>sed -e 's/^path=".*"$/new_path/g' config/test
but it doesn't works. What do i wrong?
>>
>>60006163
$ echo 'path="my/old/path/my_file.txt"' | sed 's/"\(.*\)"/"somethingelse"/' 
path="somethingelse
>>
File: output.webm (1MB, 1152x720px) Image search: [Google]
output.webm
1MB, 1152x720px
Any love for XFCE?
>>
>>60006194
Well, there's a missing " I cut off when pasting.
>>
File: 1491260894395.jpg (74KB, 750x598px)
1491260894395.jpg
74KB, 750x598px
>>60006212
>one hot minute
>>
>>60006212
>all that botnet
why
>>
>>60006212
Unity > XFCE > Gnome > KDE and Cinnamon

autism tier: i3
>>
>>60006257
someday you will see the light and use bspwm
>>
>>60006212
Looks good man, wish mine looked as good as that.
>>
>>60006217
Hmm, thanks, i need try your regexp.
>>
>>60006364
\(somethong\) defines avariables you can place into the other side as \1 \2 etc
>>
>>60006212
i cannot stand the dysfunctional file manager. only complaint i have about it really.
>>
>>60006163
> i have a conf-file
Use sed -i to replace stuff in a file
your command looks ok
>>
>>60006194
>
sed 's/"\(.*\)"/"somethingelse"/'

wtf, just do sed 's/".*"/"foo"/'
>>
I love you /fglt/. You guys are wonderful people.
>>
File: 1490968754130.jpg (36KB, 564x543px)
1490968754130.jpg
36KB, 564x543px
>>60006454
gee! thanks!
>>
>>60006454
I'm a gurl.
>>
File: 1379786748846.png (3KB, 142x138px)
1379786748846.png
3KB, 142x138px
>>60006415
What's wrong with it?
>>
>>60006487
Not that guy but when I used it it crashed randomly when handling files.
>>
>>60006487
one thing that really bugs me is the 'open a terminal here' option not being available once i click on a file or directory, and crashing all the time. pcmanfm is objectively the best file manager.
>>
File: 1488479065587.jpg (18KB, 200x200px)
1488479065587.jpg
18KB, 200x200px
>>60006454
Happy hacking.
>>
>>60006518
>using a file manager
just open the terminal m8
managing files in lightspeed
>>
>>60006559
I's agree if the terminal would have some sort of thumbnails to look at. Sometimes you just need them in order to organize things.
>>
File: 1485557444734.jpg (311KB, 640x1136px)
1485557444734.jpg
311KB, 640x1136px
>>60006494
Pic related I guess?

>>60006518
Well, it's not really an issue when I got tons of wasted space due to the fantastically bad spacing between the icons.

On more serious note tho'. What alternative to thunar file manager do /fglt/ recommend?
>Needs to be lightweight and integrate well with xfce.
>>
>>60006588
try terminology, the most bloated termial ever, it can even display videos, image galleries and cat pictures
>>
File: 1375070146967.jpg (94KB, 1024x768px)
1375070146967.jpg
94KB, 1024x768px
>>60006609
Even cat pictures?
>>
If you needed to whip up a quick script, what is your go-to shell or language to use?
>>
>>60006638
>>60006638
https://www.enlightenment.org/about-terminology
>>
>>60006790
#!/bin/sh
>>
File: 1484218811586.png (71KB, 261x192px)
1484218811586.png
71KB, 261x192px
>>60006638
>>
>>60006798
seems pretty cool, why is enlightment not more popular?
>>
anyone have a good guide for how to install Dwarf Fortress on Opensuse?
>>
File: 1462675366694.png (10KB, 567x385px)
1462675366694.png
10KB, 567x385px
>>60003881
jesus christ, pic related
btw, that site offers that shit as fortune file so you can stop curling allday: http://www.asciiartfarts.com/fortune.txt
>>
>>60005770
>>60005781
>>60005812
Thanks, i still don't get why that isn't set by default everywhere
>>
I used btrfs for my filesystem because of the memes
What do I do now?
>>
>>60007504
Keep using it
>>
>>60007714
what do I do with it?
how do I extract some advantage out of having chosen it over just ext4?
>>
Can I get a quick rundown on Arch font rendering? How do I know if my font rendering is shit? How do I fix it to look better? I haven't done anything yet.
>>
>>60008084
>arch font rendering
what
arch has special font rendering?
>>
>>60008233
From what I've read it seems to be the opposite, it has shit tier font rendering because you're supposed to install all the packages yourself whereas other distros tend to have it already set up in a pleasing to look at way.
>>
>>60008084
Install fontconfig-infinality from aur.
>>
>>60003333
That is a good numbers
>>
>>60003119
just downloaded unbuntu on a spare laptop, first time dipping into linux
>>
>>60008319
no, I mean, what the fuck is "arch font rendering?" as opposed to just "gnu font rendering?"
>have to install the packages yourself
you mean configure. I know you arent such a retard installing is work.
anyways, just copy ubuntus font configs if you like them, or whatever distro you're talking about
>>
sup gents, I posted a shell script some months ago, like sl, but with an ascii rocket, if anyone saved it, pls post, I lost it ;_;
already searched the archives, the teknik paste is gone
>>
>>60008600
Welcome home!
>>
>>60008701
Font rendering on a base Arch system, then. Don't be so obsessed with semantics.
>>
>>60008331
nigga its dead, update ur memes son

also its bloat, fontconfig is as easy as every other config, never understood the infinality meme, isn't the arch philosophy to keep things simple?
>>
>>60008837
The Arch philosophy is to keep things simple as in easy.
>bloated kernel
>bloated packages
>bloated init
it just werks

Furthermore, using Arch is about beeing one of the cool guys, so you install what the other cool guys use: zsh, infinality, neofetch, i3, and all that and then you come to /fglt/ and ask why
zsh: command not found: screenfetch
>>
>>60008888
>that butthurt
what is wrong with you
>>
>>60008837
>bloat
Then find better looking fontconfig without "bloat".
>its dead
Just like above, find me better looking one before you say "its dead".
>fontconfig is as easy as every other config
Post your fontconfig and screenshot that proves it's superiority over infinality.
>isn't the arch philosophy to keep things simple?
It was never simple nor minimal.
>>
>>60008911
please don't tell me you aren't able to read the arch wiki and literally copy-paste the suggested examples
>>
>>60008929
Why would I downgrade to a shit tier fontconfig when I have infinality?
>>
File: 1483619027624.png (181KB, 512x512px)
1483619027624.png
181KB, 512x512px
1st post after abandoning gtk and moving to qt. It's not that great.
>>
>>60003119
we matrix now
>>
>>60008822
>how do I configure arch networking?
>what addons do I use for arch firefox?
>how do I use mpd+ncmpcpp with arch?
>im using arch btw
>>
>>60008971
>he fell for the meme
>>
How do you paste/write the \x10 character in libreoffice calc? when I try to paste it in the document it remains invisible and without depth, like this: fa?m.
I tried changing font but it didn't work.
>>
File: 1480242817772.jpg (979KB, 1013x1123px)
1480242817772.jpg
979KB, 1013x1123px
>>60009086
Not really. I've just been using GTK in every way possible to the point that I'm bored and I'm switching it up. Still, it's not exciting or anyting. It's really kind of lame. At least it's different.

(image chosen from kdialog with multiple thumbnail view. I'd rather just keep a file manager open and drag and drop, this is gay.
>>
So how the fuck do you set a regular scheduled job on void/runit?

I don't appear to have a crontab at all. Is that normal? What do?

I've been searching all over and still can't find any sort of coherent answers anywhere
>>
In the last thread i asked how to clear the terminal in a way that completely deletes everything, someone said to use "reset" but it's not working everywhere, on debian i can still press shift + pag. up and see the things i typed before, any ideas??
>>
>>60009197
install cron, how else would you do it?
>>
>>60009259
rm ~/.bash_history && clear
>>
anyone got a good lyrics/curl script?
>>
>>60009272
I don't wanna delete the terminal history tho, i just want a command to prevent the terminal from scrolling up, is that the only way?
>>
>>60009353
what is the point, what do you want to archive?
>>
>>60009401
Leave my laptop unattended and be sure that nobody will scroll up seeing what i did before. Nobody is competent enough to go look for the bash history, but they may press page up. Logging off and logging in again takes a lot of time
>>
>>60009506
>Leave my laptop unattended
say goodbye to any security right here
>>
>>60009506
drop
HISTFILE='/dev/null'

to your bashrc
that way you have a history for every session, but when you close it, it's gone

^D, leave, save
>>
>>60009353
You'll want to edit your readline/bash key bindings. I think it is a file in home called .inputrc or something.
You can look up the codes for arrow keys by using
sed -n l
And pressing keys. Comment out the entries for up and down arrows.
>>
Thoughts?
https://krita.org/en/
>>
>>60009259
>>60009272
>>60009353
>>60009401
>>60009506
>>60009545
>>60009572
>>60009605
>pleb
$ alias clear='printf '"'"'\x1bc'"'"
>>
>>60009627
gimp for cripples
>>
File: 1476673848400.jpg (21KB, 400x400px)
1476673848400.jpg
21KB, 400x400px
>>60009631
CTRL+L
>>
>>60009572
>>60009605
>>60009631
>>60009646
now I am confus
>>
>>60009668
don't listen to >>60009646
he's a cia nigger
>>
>>60009646
That actually works and is so simple, thank you, but thanks also to everyone who tried
>>
I guess I made it. Suckless redshift wit X11 only. Feedback welcome.

blueshift() {
shift="${1:?}"
gamma="${2:?}"
xcalib -c
xcalib -a -gc "${gamma}" -blue 1 1 "${shift}" -green 1 1 "$((100-(100-shift)/2))"
}

Example usage: blueshift 75 1.2

Thoughts?
>>
>>60009852
reset to normal with: xcalib -c
>>
>>60009852
what does
>>60009852
>${1:?}
do?
>>
>>60009922
When you use a variable you can add (depending on he shell) some options like replacements when the variable isn't available, or simply print an error; this is what ? does.
You can also add a message like:
$ top() { echo "${1:-Your gay}"; }
$ top
Your gay
>>
>>60009741
I came back to say that ctrl + L doesn't work everytime, i don't understand why
>>
>>60010072
did ypu check your privilieges?
>>
Does anyone have that pasta of someone explaining the difference between GNU and LINUX and in a hilariously pretentious manner? I've been searching for it everywhere.
>>
File: 1353754851050.gif (50KB, 600x504px)
1353754851050.gif
50KB, 600x504px
If my system is installed on a drive and I wanted to transfer the entire thing over to a new hdd is it really as straight forward as

dd if=/dev/sda of /dev/sdb


I don't need to partition the new drive or anything since the whole thing is a 1:1 copy? it's just my /boot, swap and / partitions.
>>
>>60003208
>>59995051
>>
>>60010425
srsly fagget, wtf systemd is ok, stop the reddit memes
>>
>>60009627
Half decent, doesnt try to be Photoshop but Gimp is so ass that Krita is really the only usable option
>>
>>60010247
This one?
https://pastebin.com/TR7D1ndf
>>
>>60005190
and linus couldn't write a compiler
>>
>>60010626
Krita is the equivilent of ilistrator.
You can literally get your babbe's first program keybindings and layout to make it literally 1:1 to photoshop
>>
>>60005141
gnu is bloated as fuck,and i dont trust the the man in charge of it.I dont like to enable the mentally ill
>>
>>60011423
He never tried to write a compiler,big difference here. Look at HURD, take a look at what stallman did shit out
>>
>tfw upgraded to debian stretch on shitty cafe wifi
>>
File: 1483698866069.jpg (84KB, 857x463px)
1483698866069.jpg
84KB, 857x463px
thinking about installing kubuntu 17.04

my laptop has nvidia optimus, is bumble bee still the solution for optimus graphics?
>>
>>60011423
Linus suffers humiliation from Stallman because he hasn't finished his compiler yet
>>
>>60011685
two solutions:
either use bumblebee, and run programs with optirun/ primusrun, or you can manually switch in Nvidia x server settings, or using bbswitch. This requires you to restart x (basically log in and log out).
>>
>>60011699
Stallman suffer humiliation in his every day life because he hasnt created anything in the past 30 years that is of worth to the industry.This is why he embarrasses him self with him "oughts" and "shoulds". Which of the two have a list of evil programs that will jump out of your monitor and kill you? Thats right, stallman

Pic related
>>
>>60011748
Stop shitposting.
Its genuinely bad.
>>
File: 1478126310457.jpg (240KB, 800x563px)
1478126310457.jpg
240KB, 800x563px
>>60011823
Cant handle the truth can ya, freetard?
>>
>>60005772
L o l
O
L
>>
>>60008971

He says, posting from Firefox.
>>
>>60009133

>became bored of a toolkit
>implying the end user can even notice the toolkit if two programs were made to look exactly the same

Kill yourself.
>>
>>60011838
You know full well his job is managing and giving talks for his organization, and that he doesnt write things because he doesn't have time, because of his work.
You know this. I dont have to tell you it.
You're saying this to deliberatly misreresent something you know is true, for trolling.
Pretending to be a retard because you have a retarded sense of humor, though, or in this case because of some completely fucked up incestuous culture of memes, invites real retards and even turns you retarded after long enough. You can meme yourself retarded.
its not even funny. 'how many levels of deliberately obtuse non arguments can I smugly shit on any good thing the board likes with' is meme-able, in that it 'functions' as a part of the culture and can be perpetuated and mutated, but its not really good in any way.
>>
Where is the install gentoo install gentoo at?
>>
>>60011838

Who cares about Stallman? Oh yea, you do, because you have nothing better to do than attempt to defame him? Is he overly zealous? Maybe. Are you known for anything at all? Nope. No one cares what you have to say.
>>
>>60012043
Yet you took time to construct a post about me.
Oh my, anon you didnt have too :^)
>>
>>60011904

*bows to kappa*
>>
Where is the installer for gentoo?
>>
>>60012122
here https://www.sabayon.org/
>>
>>60003752
gawk alone is most of the size of the entirety of busybox
busybox is what it is, a tiny implementation is the most basic UNIX utilities
it's typically used on very small systems, like routers, where you have very little ROM to work with
>>
File: CuteBlackGirl.jpg (87KB, 1137x1458px)
CuteBlackGirl.jpg
87KB, 1137x1458px
How to disable 3rd party repos on Ubuntu?
>>
>>60012211
comment them out from /etc/apt/sources.list or w.e
>>
What exactly do I miss out on by installing Openbox instead of XFCE?
>>
>>60004975
program size is entirely unrelated to ram usage
>>
Solus' Budgie is comfier than that of ubuntu. Plank is useless anyway. I wish they had hot corners

https://www.youtube.com/watch?v=0sB3Fjw3Uvc is pretty vomfy on a side note.

Trying to solve >>60007883 then I realized the question is a bit tricky
import std.stdio;
import std.conv;

void main(string[] args)
in//sanitize input: break by spaces
{
for (int i = 1; i < args.length; i++) //for each numbers
{
for (int j = 0; j < args[i].length; j++) //for each digits
{
char x = args[i][j];
assert(((x > 47 && x < 58) || (x == 32)), "Invalid input");
}
}
}
body
{
string[] numbers = args[1 .. $];
//sort by first digits
sort_by_first_digits(numbers);
//convert to a number
auto result = make_number(numbers);
//print number
writeln(result);
}

void sort_by_first_digits(ref string[] result)
{
//items[n][0] < items[n+1][0] ? items[n+1] <-> items[n]
for (int i = 0; i + 1 < result.length-1; i++)
{
if (result[i][0] < result[i + 1][0]) //character 2 < character 4 in the ASCII table
{
auto temp = result[i];
result[i] = result[i + 1];
result[i + 1] = temp;
}
}
}

ulong make_number(string[] items)
{
ulong result;
string concatenated_number;
for (int i = 0; i < items.length; i++)
{
concatenated_number ~= items[i];
}
result = to!ulong(concatenated_number);
return result;
}



>>60004975
>vivaldi
People actually fall for these snake oil?
>>
>>60012345

Apart from the differences between window managers, Xfce is usually packaged in such a way that it also installs the additional components which make up the whole Xfce suite.
>>
>>60012550
I never install xfce-goodies, though. From what I can tell the only thing I would actually be missing out on that I would actually notice would be the settings manager.
>>
File: tips.jpg (42KB, 479x720px)
tips.jpg
42KB, 479x720px
Why does no one talk about fedora?
Is it a bad distro?
>>
>>60012707
Enjoy being red hats fucboii
>>
>>60012715
What should I install then?
>>
>>60012753
arch or gentoo
>>
>>60012758
why?
>>
>>60012617

I didn't mean the extra stuff, I meant everything else Xfce that's not just Xfwm4.
>>
>>60012707
>>60012753
>>60012786
Basically what you're going to want to do is to just go ahead and avoid systemd. That's all you gotta do to not be a faggot (unless your plan to avoid systemd is to use not-linux then you're still a fgt)
>>
>>60010447
pyotering pls
>>
I've been using ubuntu for 3 months now and I'm planning on switching to Arch. Ubuntu is just too windows-like.

I've had a hatred for ubuntu for a few years because this normie kid at my high school wouldn't shut up about how he ran it in a virtual box inside windows.
>>
>>60012846
systemd is good though
>>
>>60012936
Oh, hello Lennart.
How long until systemd can browse 4chan?
>>
>>60012934
use ubuntu network installer fagit
its kinda the same but not a meme
skip the last step with preselected packages
>>
>>60012995
I might try that later, but Arch is too delicious of a meal not to try.
>>
>>60010254
partclone
>>
>>60012968
>he is not appreciating german masterrace work
wow, edgy.
>>
File: mpv-shot0014.jpg (640KB, 1920x1080px)
mpv-shot0014.jpg
640KB, 1920x1080px
How do you speed up booting time for GNU/Linux?
>>
>>60013121
Meaning that everything which separated unix from windows are like the jews, and systemd is the holocaust?
That actually seems fitting
>>
>>60013153
The (((Windowfags))) should be gassed by systemd.
>>
So I am trying to compile Arx Libertatis on Ubuntu 14.04 but when I run cmake, I get

-- Could NOT find SDL (missing:  SDL_LIBRARY SDL_INCLUDE_DIR) (Required is at least version "1.2")
[...]
CMake Error at CMakeLists.txt:1263 (message):
No input backend available - need either SDL or DirectInput 8


CMake Error at CMakeLists.txt:1266 (message):
No windowing backend available - need either SDL or Windows


However, I have libsdl-image1.2 installed.
$ apt list --installed | grep libsdl
libsdl-image1.2/trusty,now 1.2.12-5build2 amd64 [installed]
libsdl-mixer1.2/trusty,now 1.2.12-10 amd64 [installed,automatic]
libsdl-ttf2.0-0/trusty,now 2.0.11-3 amd64 [installed,automatic]
libsdl1.2debian/trusty-updates,now 1.2.15-8ubuntu1.1 amd64 [installed,automatic]
libsdl2-2.0-0/trusty-updates,now 2.0.2+dfsg1-3ubuntu1.1 amd64 [installed,automatic]
libsdl2-dev/trusty-updates,now 2.0.2+dfsg1-3ubuntu1.1 amd64 [installed]


What do I do now?
>>
>>60013127
systemd-analyze blame
systemdicks is ideal for boot-time ricers.
>>
>>60013317
>16.833s
Is this accurate?
>>
>>60013191
Update: I tried setting those two environment variables and running cmake again, to no avail.

~/Games/arx-libertatis/build $ export SDL_LIBRARY="/usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0" && export SDL_INCLUDE_DIR="/usr/include/SDL2/" && cmake ..-- Could NOT find SDL (missing:  SDL_LIBRARY SDL_INCLUDE_DIR) (Required is at least version "1.2")
-- Boost version: 1.54.0
-- Using Qt 5
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)

Configuration:
- Build type: Release
- Filesystem backend: POSIX
- Renderer: OpenGL
- Audio backend: OpenAL
- Input backend: (none)
- Windowing: (none)
- Crash handler: POSIX
- Crash reporter: Qt 5
- Tools: enabled

CMake Error at CMakeLists.txt:1263 (message):
No input backend available - need either SDL or DirectInput 8


CMake Error at CMakeLists.txt:1266 (message):
No windowing backend available - need either SDL or Windows


-- Configuring incomplete, errors occurred!
>>
>>60013317
Is this good?
>>
File: slow.png (9KB, 575x114px)
slow.png
9KB, 575x114px
>>60013418
Better than mine.
>>
>>60012934

Ubuntu is a Linux distribution and it cannot be Windows like, at all.
You seem to be an idiot who thinks that a desktop environment equals a distribution. That's acceptable, but not when someone is a smug and stuck up idiot like you.
Have fun on your retarded adventures with any distribution.
>>
What image viewer do you use?
I'm currently using Viewnoir, and i find it lacking.
>>
>>60013744

gpicview
>>
>>60013765
>gpicview
I'm using XFCE
>>
>>60013418
>systemd is faster
HAHAHAHAHAH
>>
>>60013686
>6 sec
SSD?
>>
File: emphase.jpg (13KB, 265x265px)
emphase.jpg
13KB, 265x265px
>>60013828
Server, does not need much space. I use USB flash drives as main storage, if NSA is knocking on my door...
>>
>>60013127
1. switch to faster boot disk (obviously)
2. use systemd
3. reduce number of services loaded during boot, consider moving some stuff into user services if applicable
4. change non-critical mounts so they are auto-mounted upon first access, rather than letting them hold up boot
>>
>>60013776
so?
>>
>>60012345
a DE
>>
>>60009960
>Your
do you even english
>>
Nigger.
>>
>>60013744
Feh
>>
>>60014350
I'm looking for more featured application specifically one that allow conversion to different format.
>>
>>60014364
/usr/bin/display
/usr/bin/convert
>>
>>60014636
With GUI.
>>
>>60014668
nigga you haven't even tried. display has GUI
>>
>>60014668
>it runs on terminal
>terminal window is a gui
what's more do you want?
>>
>>60011904
good post
>>
-> >>60015023
Thread posts: 323
Thread images: 43


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.