[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: 320
Thread images: 40

File: 1482013422309.png (60KB, 1209x798px) Image search: [Google]
1482013422309.png
60KB, 1209x798px
Previous thread: >>61831387

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.

$ 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://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/769497
/t/'s GNU/Linux Videos: >>>/t/713097

/fglt/'s website and copypasta collection:
http://fglt.nl && https://p.teknik.io/wJ9Zy
>>
any unix wizards ITT?
inotify won't work on /proc
what's the best way to monitor for new processes (in C)?
>>
>>61851835
I found something called GNOME Tweaks which used to be called Gnome Tweak Tool. For some retarded reason, the Ubuntu GNOME doesn't bundle it with the main distro.
It does let me change font scaling. I still haven't figured out how to reduce window and icon size though.
>>
File: wisdom_of_the_ancients.png (27KB, 485x270px) Image search: [Google]
wisdom_of_the_ancients.png
27KB, 485x270px
>>61851864
http://www.linuxjournal.com/article/8478
>tfw post from 8 years ago
>>
>>61851884

What's the output of
gsettings list-recursively | grep -i scaling
?
>>
File: 1473887095264.png (20KB, 388x193px) Image search: [Google]
1473887095264.png
20KB, 388x193px
Does anyone regonize this colorscheme?
>>
>>61851931
org.gnome.desktop.interface scaling-factor uint32 1
org.gnome.desktop.interface text-scaling-factor 0.89999999999999991
org.yorba.shotwell.sharing.publishing-gallery3 scaling-constraint-id 0
org.yorba.shotwell.sharing.publishing-gallery3 scaling-pixels 1024
org.yorba.shotwell.sharing.publishing-gallery3 scaling-constraint-id 0
org.yorba.shotwell.sharing.publishing-gallery3 scaling-pixels 1024
org.yorba.shotwell.sharing.publishing-gallery3 scaling-constraint-id 0
org.yorba.shotwell.sharing.publishing-gallery3 scaling-pixels 1024
>>
>>61851942

>open GIMP
>use color picker tool
>create it yourself

>>61851950

>org.gnome.desktop.interface scaling-factor uint32 1
That looks normal and how it should be. I don't know what's causing your big icons. Is it just the icons or are widgets (the GUI buttons, checkboxes, etc) also affected?
>>
File: 1492611681857.jpg (49KB, 600x431px) Image search: [Google]
1492611681857.jpg
49KB, 600x431px
>>61851989
have a oneliner
python2 -c 'import gtk; gtk.ColorSelectionDialog("benis").run()'
>>
File: 1499150614099.gif (27KB, 500x390px) Image search: [Google]
1499150614099.gif
27KB, 500x390px
What are some cool terminal commands?
>>
>>61851942
>>61851989
Nevermind, I found it. Based TinEye.
https://bbs.archlinux.org/viewtopic.php?pid=652393#p652393
>>
File: ghl85g5azmez.jpg (117KB, 500x773px) Image search: [Google]
ghl85g5azmez.jpg
117KB, 500x773px
How can I check if a mobile linux distro supports my phone yet, and what do I need to do/contribute if it doesnt? I want off the android botnet.
>>
I see that we start getting rid of that non GNU Linux thread. Nice.
>>
>>61852155
as
gdb
vim
bash
>>
Is there any way to reduce the letter spacing in termite like the "letterSpace" option in urxvt?

It seems to be displaying Terminus really wide
>>
How does one direct output of a program in to another program.

Say i want to ls a folder that will grep all source files and feed them in to gcc
>>
>>61852505
>He is an interviewer and a good one at that. His job is to get a maximum amount of interesting information out of the guest and show guests personality NOT to argue about everything and trying to shove his opinion in everybodies mounth. You should study how things work before you can criticize them.
Sorry, but after watching him calling RMS a hypocrite pedophile in one show and some months later at the interview with RMS he agreed to pretty much to everything RMS said. I'm simply done with his "interesting information". Fuck this guy.
>>
>>61852652
for f in $(ls -R dir | grep -e '\.c$'); do gcc -c "$f"; done
>>
>>61852155
cat ~
>>
>>61852679
Frown.
>>
File: 1489704799841.png (135KB, 630x700px) Image search: [Google]
1489704799841.png
135KB, 630x700px
>>61852679
http://mywiki.wooledge.org/ParsingLs
>>61852155
"strings" prints printable strings found in any binary. Example/fun usage:
strings /usr/lib/sudo/sudoers.so | grep -A51 Dave
>>
>>61852679
Interesting.
But wont that execute gcc for every file instead of feeding them all in a single call ?
>>
>>61852744
>But wont that execute gcc for every file instead of feeding them all in a single call ?
Yes. But why do you want to compile all the source files in one pass?
>>
File: 1494181155739.jpg (56KB, 552x384px) Image search: [Google]
1494181155739.jpg
56KB, 552x384px
>>61852679
What the fuck man, ever heard of globbing?
for f in *.c is enough.
>>
>>61852155
strings /usr/lib/sudo/sudoers.so | grep -A51 Dave | cowsay
>>
>>61852807
Where is the problem?
>>
>>61852839
Calling 2 whole processes that have no business being called? It'll work, but it's dumb.
>>
>>61852839
- parsing ls is never a good idea since ls heavily depends on the users locale settings
- it spawns a useless process
- globbing is a thing, if you need to go deeper use find for portability or enable globstar in bash
>>
strings /usr/lib/sudo/sudoers.so | grep -A51 Dave | shuf -n1 | cowsay
>>
>>61852795
Isint that how its supposed to compile a program ?
Sure i could just create an object file for every file and then link them.
Is there any difference tho ?
I'm new to the gnu toolchain.
>>
>>61852874
cowsay is clearly the best reason to switch to gnu plus linux
>>
>>61852862
>- parsing ls is never a good idea since ls heavily depends on the users locale settings
We're talking about code
so the user locale is set to en_US, don't argue
>- it spawns a useless process
no comments
>find for portability
I do it, but find has the same problems with whitespaces
>>
>>61852891
And it's written in based motherfucking oldschool 1337 PERL.
>>
>>61852888
>Is there any difference tho ?
You can do compilation in // and recompile only what's need to be recompiled
>>
>>61852918
havent seen someone writing perl stuff in years, pretty sad tbqh, seems that python, ruby, etc pretty much killed it, which is inane, since perl eveloped with gnu/linux over the years, is available everywhere and a nice language for simple programs. when you try hard, you can even replace any awk, grep, sed stuff with perl.
>>
>>61852972
>awk '/foo/ { print $4 }'
perl -anE '/foo/ and say $F[4]
>sed 's/ linux/ GNU\/Linux/g'
perl -pe 's/ linux/ GNU\/Linux/g'
[...]

learn perl niggas!
>>
>>61852928
But would that effect -O3 ? Since you cant really optimize for the entire program when you already have compiled code.
>>
>>61852918
>language nobody can read
>>
>>61853006
I'm not sure that optimization is done across files.
And it doesn't scale.
And you don't need that kind of optimization.
>>
File: 1474818374223.png (80KB, 602x500px) Image search: [Google]
1474818374223.png
80KB, 602x500px
whats the best solution for having botnet gaming ang gnu+linux serious business?

dualboot?
2 disks?

any hints welcome
>>
>>61853104
The following is a list of Windows 'scloosives that are worth a shit and can' t be played on Linux:


>>
File: 1497804751288.jpg (813KB, 1024x1470px) Image search: [Google]
1497804751288.jpg
813KB, 1024x1470px
can someone please post their .rtorrent.rc
preferably someone on a home connection
>>
>>61853104
Windows as a base OS with Linux running on a VM. Alternatively dualboot
>>
>>61853104
>semi best
linux host, windows vm with gpu passthrough
and not even here you're secure since there is trickery to get around vm
best: ditch shit, it forces people developting stuff that doesnt cuck you
cuck: dualboot, there's basially no way for windows fucking with your linux, but never say never, at leat when you upgrade windows it may fuck with your bootloader and act like your linux partition just was a dream
>>
File: 1500026772593.jpg (155KB, 364x334px) Image search: [Google]
1500026772593.jpg
155KB, 364x334px
>>61853421
>pro botnet posting
>>
>>61853454
Did you even read his post? He wants a botnet.
>whats the best solution for having botnet
>>
>>61851989
It's everything, but the sidebar icons do stick out. The window bars are also stupidly big.
Fonts look better now. Is there an easy way to scale the desktop "fatness" down like I did to the fonts?
>>
File: 1497967981218.jpg (115KB, 600x866px) Image search: [Google]
1497967981218.jpg
115KB, 600x866px
>>61853421
I'd just like to interject for a moment. What you're referring to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.

Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called "Linux", and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.

There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called "Linux" distributions are really distributions of GNU/Linux.
>>
>>61853473
I basically only want to use Windows for gaming, nothing else. I want to do my real computing on Debian.
>>
>>61852543
I quietened it down a bit since I thought you stupid cunts learned your lesson but it looks like you need some more potty training
>>61853488
So here we go again
>>
File: Its a garbage can get it?.jpg (9KB, 260x194px) Image search: [Google]
Its a garbage can get it?.jpg
9KB, 260x194px
>>
>>61853488
some more tatoos and he could play in a black metal band
>>
File: Screenshot_2017-08-11_14-15-15.png (111KB, 1108x570px) Image search: [Google]
Screenshot_2017-08-11_14-15-15.png
111KB, 1108x570px
>>61853488
You did this, didn't you, Stallman.
>>
>>61853526
Or maybe it's just because people relized your troll thread is shit anyway. Your daily 404 just confirms your failure.
>tricking newfriends into bricking their systems
>what is the best linux distro for beginners?
>install alpine
>so I replaced all GNU communism with busybox, now, how do I run bash scripts? pls help
:^)
>>
>Babbies First Linux
>extensive comparison of tens of distros
pls I just want a distro to do some programming on
what do
>>
>>61853580
There is unironically an AUR package for this?

All pics off rms.sexy:
wget -nc -nd -nv -e robots=off -r -Ajpg,JPG -ERhtml rms.sexy/img


All pic off stallman.org:
n="$(wget -qO- https://stallman.org/photos/rms-working/pages/ | sed -n 's#.*href="\(.*\)\.html".*#\1#p' | sort -n | tail -1)"; i=1; while [ "$i" -ne "$n" ]; do wget -qO- "stallman.org/photos/rms-working/pages/${i}.html" | sed -n 's#.*alt="\([^"].*[jpg|JPG]\).*#stallman.org/photos/rms-working/\1#p'; i="$((i+1))"; done | xargs wget -nc -nv


>Those commands download pics into the current directory, so create one, cd into it and run the cmds.
>>
File: watanabe.0.jpg (254KB, 700x975px) Image search: [Google]
watanabe.0.jpg
254KB, 700x975px
Hi, /fglt/.

I have a question.

So, the issue with a lot of trackers is that the music they distribute has a lot of bad metadata and is often organized by album, not by artist. Both of these issues means that my music library is incredibly inconsistent, but, besides symlinking, my problem is that I cannot modify the data in any way, or else I would longer be able to seed everything.

What I'm wondering is if there's a music player for GNU/Linux that enables me to automatically scan that downloads directory, copy new files from that directory to another, and organize the directories according to their metadata?

I suspect that Clementine has this feature, but I'm not sure. Can anyone help me out?
>>
>>61853580
all hail to the guy who made this
>>
File: clouds on debian.jpg (44KB, 460x575px) Image search: [Google]
clouds on debian.jpg
44KB, 460x575px
Is Debian the single best distro?
>>
>>61853609
It's one fucking retard, probably one of you, who keeps spouting the alpine meme. The more people begin to realize what cancer GNU is the more idiots like him will get drowned out.
>>
>>61853625
install ooboontoo. there are a lot of people who are like you so it's easy to get help. Need the latest tools? the ubuntu PPAs have them.
>>
Why do most gtk3 themes display like this? I'm on debian and I can't find the correct way to google this :S

My gtk version is 3.22.11-1
>>
>>61853625
Stock Ubuntu
>>
>>61853774
I have a heart for people who have nothing, so here is a (You) for you. Take care of it.
>>
I remember there was some total conversion of xface, making it look like windows 2000, anyone got the link? It was some github.
>>
>>61853834
>>61853875
thanks familiamo will do
>>
>>61853752
The .deb evolution is debian:ubuntu:mint so far.
Is neanderthal the best human?
>>
>>61853844
Forgot pic
>>
>>61853940
well bud, there is a company who wants to get some sheckles by driving debian windows friendly with lots of nonfree stuff support and being shit in general. wsl is basically the fault of canonical <3 microsoft
then there is linux mint, which doesnt like unity, but cinnamon and thats reason enough to make a whole new distro, which is basically ubuntu painted green, unity removed and cinnamon added. so the crude hack which linux mint developers shitted on eath works, some things must be considered: upgrading linux, systemd, xorg or any other essencial packages is "not recommended" and linux mint has a blacklist for those things

tl;dr debian is nice, there are forks based on debian which are either trolling you into "its better because more botnet" or trolling you into "it better because it just works"
>>
>>61854049
gtk3 is unstable, themes for one specific version won't work right on another
>>
>>61854049
I had the same problems with Arc. Turns out my GTK version was too new. With some themes you're out of luck. Arc had a newer version available on Github
>>
Advantage of a swap partition over a swap file? Every single install uses / advises to use the former but I don't know why
>>
>>61852972

Python is also available everywhere. So is Ruby. If Perl was "worth it" it would not have "died".
You can replace awk, grep and sed with any general programming language.
>>
>>61854053
Whats wrong with it just works? Thats what the casual user actually wants. He doesn't want to jump though hoops in order to install a wifi driver. He want to have a distro which works.
Saying in the words of Linux:
>Ubuntu made Debian usable.
>>
>>61854121
python is slow as shit
ruby is better, but its basically the same a perl with python mentality added
>>
>>61854131
If you want "it just works" get a mac.
>>
>>61854131
>Whats wrong with it just works?
The purpose of GNU/Linux systems is customizing, modifications, sharing modifications, freedom. E.g. technical benifits. When're a normie and you get a system which is premade to be used like Windows, you use it like Windows and people start demanding crap like
>REEEE why crappy skype support
etc which ultimativly ends up with more nonfree software and the opposite of customizing, modifications, sharing modifications and freedom.

inb4 gnu communism and linus quotes
>>
>>61854119
-the swap partition is reserved for swap only
-swapfiles must be whole. If the empty file you create with dd if=/dev/zero is fragmented the kernel will refuse to activate it as swap after you mkswap it ofc
>>
>>61853652
Beets my nigga
>>
File: Screenshot_20170811_211132.png (16KB, 439x179px) Image search: [Google]
Screenshot_20170811_211132.png
16KB, 439x179px
New kernels my friends.
>>
>>61854276
youre basically right, but nonfree software available on linux make more people use linux
>>
File: sexy_feed.jpg (100KB, 543x779px) Image search: [Google]
sexy_feed.jpg
100KB, 543x779px
>>61854360
not him, but
>We must recognise that companies developing non-free software that works with GNU/Linux are not contributing to the system or to our community. Instead, they are trying to distract people and lead them away from freedom. Their 'investment' is like building a factory designed to pollute the air. It does harm, not good, to our community.
>>
>>61854360
Well, if market share is the goal, sure, software support makes a difference, but you're asking for a future system, which is basically just as cucked like Android but on the desktop, which makes me unironically fear the year of the Linux desktop happening.
>>
noob here, going though the pain setting up arch like a real man, now I'm struck with finding a good dns resolver, google seems uncool, what dns severs do you suggest ?
>>
>>61854507
opendns is OK
>>
>>61854507
keep reading the arch wiki, https://wiki.archlinux.org/index.php/resolv.conf
>>
>>61854528
>>61854543
thanks buddies!
>>
>>61854507
your ISP's.
>>
>>61854390
ewwwww is this pic shopped? I hope it is... HE FUCKING ATE THAT SHIT
>>
File: V5K7N1I.jpg (54KB, 480x451px) Image search: [Google]
V5K7N1I.jpg
54KB, 480x451px
>>61854634
>shopped
>>
>>61854634
>never felt the pleasure walking through some sand near a lake/sea
You should go outside more often senpai.
>>
>>61854649
excuse me, GIMPED

>>61854737
that doesn't explain his fucking fungus-ridden toenails
>>
>>61854737
I don't think he realized it was sand.
>>
>>61854737
>going outside
thats what normies do
>>
File: 1490257875451.jpg (11KB, 851x643px) Image search: [Google]
1490257875451.jpg
11KB, 851x643px
>>61854757
>>61854759
>>
>>61854810
>being triggered by some stupid memes
grow a thicker skin man
>>
File: 1502328284250.png (175KB, 608x428px) Image search: [Google]
1502328284250.png
175KB, 608x428px
how to git gud with lemonbar?
I figured to install it but I dont get how this shit even works.
>>
>>61854962
Basically, you have a script which prints shit, this script is pipes to lemonbar to display.
Simple example:
while sleep 1.0; do printf -- '%%{r} %s \n' "$(cat /proc/loadavg)"; done | lemonbar -F '#ffdddddd' -B '#cc111111' -b -f '-*-terminus-*'

Now, you read the manpage of lemonbar in order to customize the apperance and you learn how2shell to display stuff lemonbar should display for you.

At some point you want to create a named pipe and write all those informations to it - and parse it with another script for lemonbar to read. That way your bar script doesn't lock.

There's also polybar, for the same shit, but more noob friendly.

happy hacking
>>
File: .png (2MB, 1400x1050px) Image search: [Google]
.png
2MB, 1400x1050px
>>
>>61855047
t-ty for the hint senpai, I guess polybar is more my cup of tea!
>>
>>61854067
>>61854105
thanks, any way to change to an older version?
>>
lol linux
>cant get older version
>cant get newver version
>force4d to stick to "random distro dev decition which version is good"
fuck this shit

>meanwhile on windows
>download exe for version x
>download exe for version Y
>just works

nice "development operating system"
>>
>>61855342
yea, just install the older version
>>
File: 1494982963840.png (140KB, 594x514px) Image search: [Google]
1494982963840.png
140KB, 594x514px
>>61855443
Install GuixSD
>>
>>61854757
Looks like white beach sand to me.
>>
>>61855443
you had never use GNU/Linux, did you?
>>
>>61855443
>meanwhile on windows
>run anything
>all your data is send to literlly who
>>
>>61855516
Holy fuck, can you actually understand what he's trying to say with that gibberish?
>>
>>61855489
guix/nixos is the future
just wait, some day all distros will work like that
>>
>>61853182
You forgot about Titanfall 2 and the rest of the origin cuckbrary.
>>
>>61851829
Hi, /g/entlemen,

I am running Debian and I need to update my i3-gaps. I downloaded it from github before, how can I update to a next version?
>>
File: Screenshot_20170811_165435.png (791KB, 1920x1080px) Image search: [Google]
Screenshot_20170811_165435.png
791KB, 1920x1080px
What went wrong here? I can't download shit because everything uses this as a dependency.
>>
>>61855705
>Origin
I said worth a shit, anon
>>
File: Manjaro-15-12-KDE-Desktop.png (40KB, 1366x768px) Image search: [Google]
Manjaro-15-12-KDE-Desktop.png
40KB, 1366x768px
Man, I really don't understand why all the noobs don't just go straight to Manjaro.

I'm a semi-fresh Windows refugee and didn't want to do the cuckfest that is Ubuntu again, with its paper-maiche-fence walled-garden where the repository is full of babby's first stable release of old rotting software and anything that's not in there, you have to install yourself.

I see why everyone likes the AUR. Everything's in there, it's all relatively updated, and all it takes is a pacaur one-liner and all installation and handling of dependencies are taken care of for you like a little software butler.

Honestly it's better than Windows, and I'm not even saying that as an experienced Linux user. I wanted to convert and go the somewhat more intermediary route oobunboo, and Manjaro, while taking care of the bulk of the hardware and driver drudgery, doesn't hold my hand so much as to make me work a little bit to change shit and understand why it does/doesn't work.

I got the KDE version and it's goddamn glorious. Basically like stock windows but with customization on steroids.
>>
File: xfce4_missing_icon.png (16KB, 228x270px) Image search: [Google]
xfce4_missing_icon.png
16KB, 228x270px
is there a guide to install Void Linux XFCE and get all the icons to work properly? almost all the icons in the menu and desktop has this "x" indicating the missing icon like pic related
>>
>>61855741
git pull
make
make install
>>
File: captcha.jpg (4KB, 300x57px) Image search: [Google]
captcha.jpg
4KB, 300x57px
>>61855817
If it weren't for titanfall I wouldn't even think twice about Origin, I haven't bought anything else on there, but not gonna lie, tf2 is the only game I've been playing lately.

I've been trying nonstop to get it to work in wine-staging for the past week or so. I can get it to start up and it almost gets to the title screen before crashing, not sure what error logs to check, I think it has something to do with the DX11 ""emulation"".

captcha related, what I'm experiencing after getting fucked by trying to make wine's labyrinth of abstraction work on their games
>>
I have no idea what you guys want regarding
>loonix has no gaymes
Playing hotline miami right now, firejailed, native loonix version. No steam, no drm.
>>
>>61856082
Forgot to shill: Get ur gaymes of GOG!
Still proprietary, but at least you actually own what you buy.
>>
>>61851942
what font is this?
>>
File: lemon.png (469B, 202x99px) Image search: [Google]
lemon.png
469B, 202x99px
>>61851942
Not 100% sure, but I guess it's lemon made by "phallus", check shithub.
Or maybe "cure", but I'm pretty sure it's lemon.
>>
>>61855443
That's a feature not a flaw.

It's just that it's a feature that the whole GNU/Linux community has been getting behind for the longest time.
The closest thing we have to the Windows way of doing things is Slackware.

But things are going to start picking up, I agree with this anon >>61855564
But not even just all distros, but all OSes in general. I wouldn't be surprised if Mac adopts it relatively quickly and windows plays catch up for a long time
>>
>>61856282
meant for >>61856177
>>
>>61855443
The whole point is NOT installing libs and headers 10000 times for every execuable, but sharing them!
>>
>>61856282
thanks! its indeed lemon
>>
Daily reminder that the whole GNU communism is holing back Linux completly. not only in order to gain any market share, but also the GPL cancer makes it impossible for clever developers who make money with software development for a living in order to improve the system.

The only way to make Linux success is to remove the GNU cancer completly. There are many solutions, for example Alpine Linux (without any GNU).
>>
>>61856550
You're welcome
>>
>>61856550
y0 brah, there are already those niggas makin billions with gpl https://www.redhat.com/rhel
enjoy ur botnet
>>
File: best_friends.jpg (112KB, 600x788px) Image search: [Google]
best_friends.jpg
112KB, 600x788px
Install Linux don't know if I should install GRUB or syslinux
>>
>>61856550
>There are many solutions
Feel free to post a list of Just Linux distributions, usable as daily driver for us to choose from. I'm waiting here.

And before we end up discussing linux development with clang, look what clang did to BSD and ask yourself if you want the same for GNU/Linux,
>>
>>61856658
efistub
>>
Is there a way to install debian packages to a custom prefix?
>>
>>61856684
Don't even bother.

People who think the philosophy of GNU is wrong are one type.
These people are a whole other type who think they must actively boycott GNU software just to distance themselves from its philosophies which makes them no better than what they think they're fighting against. It's pretty retarded. Just let them be.
>>
>>61856699
Not entirely sure what you want but there are chroots (and lots of wrappers for managing them), also containers using lxc or whatever. Or you can just unpack the deb file somewhere and run the binary with LD_LIBRARY_PATH set
>>
We're back, I know you missed us. We work/study during the week, we're not useless autistic neets like /faglet/

>>61856827
>>61856827
>>61856827
>>
>>61856903
Please don't make duplicate threads. Thank you.
>>
>>61856929
Please learn to read
>>
I want to write my own programming language, which books should I read?
>>
>>61856947
>waaaa my philosophy is being threatened, I'm going to throw a temper tantrum and split the entire community in two just because I can't stand being around people who disagree with me
>>
>>61856974
Hahahahahahaha. You shouldn't be so hard on this thread. It's not that bad, just loves Stallman dick too much
>>
>>61857007
>/fglt/ - 6hrs ago
>/flt/ - 16min ago
>>
>>61857034
lol, not fooling anyone. When you stop crying you should consider what life decisions led you to become a shill and stooge for a communist shill and stooge.
>>
>>61856903
>we
who?
>>
>>61856903
back in the days mods simply deleted crap like this
i'm still unsure if its a good decition to keep that running
on one hand
>well, lets allow a second pov
on the other hand
>allowing a pure /pol/ thread, spreading le gommunism meme and inviting beginners to break their systems by removing the evil gnu
maybe people just need to learn their lesson
>>
I'm trying to install Firefox with "pacman -S firefox" but I'm getting the error "error: target not found: firefox". I've already tried "pacman -Syyu" but there were no updates. Any help, please?
>>
>>61855958

Is there an easy way to tell if there's an obvious error from the Wine bug report backtrace?

If so, could someone take a look at my log after titanfall crashes before I submit a formal error, in case I'm doing anything retarded:

https://pastebin.com/P3u6Q9Jv
>>
>>61857774
If it helps, I ran it from terminal and got multiple lines of these outputs:
fixme:module:find_dll_file skipping L"C:\\windows\\system32\\MSVCP120.dll" because of wrong architecture

fixme:module:find_dll_file skipping L"C:\\windows\\system32\\msvcr120.dll" because of wrong architecture
>>
I'm trying to get ranger working but pictures only work with ascii art, no "real" pictures. Any ideas?
>>
>>61856903
>Starts own thread.
>Constantly nags people to go to his thread.
>Talks stupid.
>Gets mad because people go to his thread and tell him he's stupid.
>Comes to this thread.
>Everybody tells him to fuck off.
>He stays anyway and talks stupid.
>Gets mad when people call him stupid.
If you don't want people to go to your thread, don't nag them to.
If you don't want people calling you stupid, don't be stupid.
If you insist doing those things, don't get man when people go to your thread and call you stupid.
You have absolutely no right to get mad at people who go to your thread and call you stupid.
We have every right to be mad at you.
We didn't ask you to come here.
We don't like you, and nobody wants you here.
But you come here anyway, and talk stupid.
Go away. Stop being stupid.
>>
>>61858152
tl;dr you maybe have urxvt set to 32 bit in order to enable native transparency, this doesn't work with w3m-img stuff:

make sure to have
URxvt.depth: 24

in your ¨/.Xresouces

or run urxvt with -depth 24

also make sure that you have set
>set preview_images true
in ranger
>>
>>61858365
That did the job, thanks a bunch
>>
File: 1496554193759-0.png (100KB, 422x480px) Image search: [Google]
1496554193759-0.png
100KB, 422x480px
>>61856903
Fact -
> It is impossible to build the Linux kernel without gcc, since it requires gcc specific extensions and optimizations.
Fact -
> This kills the anti GNU cuck.
>>
I'm new to Arch. When I edit a user's .bash_profile to autostart X at login, this change only applies to the user and not to root or any other users. There are other similar situations where the changes I make, like adding i3 to .xinitrc, don't apply to other users. Is this normal? Do you have to spend lots of time configuring each new user or am I doing things wrong?
>>
File: 1445706307063.jpg (75KB, 601x601px) Image search: [Google]
1445706307063.jpg
75KB, 601x601px
>Plug in my USB 3 external hard drive in to my Ubuntu 16.04 machine
>It fails to mount
>Turns out there's a bug in the UAS driver causing the drive to constantly reset the SCSI bus
>Need to manually blacklist my drive to disable the UAS driver
>Bug has been open for a year on Ubuntu's bug tracker
>the drive JUST WERKS on Windows 10
>mfw it's 2017 and the Year of the Linux Desktop has never felt so far away
>>
File: 1496648875751.png (108KB, 684x576px) Image search: [Google]
1496648875751.png
108KB, 684x576px
good thread
>>
Does anyone else have problems with audio in Dwarf Fortress? I am trying this in gentoo.
I get
AL lib: (EE) UpdateDeviceParams: Failed to set 44100hz, got 48000hz instead
Perfect OpenAL context attributes GET
>>
>>61859486
Pulse or just alsa? If just alsa and using dmix stop other things from running first.
Or tell DF or openal to use 48000hz (maybe /etc/openal/alsoft.conf).
>>
>>61859590
Just alsa, it had openal and libsndfile as dependencies for the audio but still doesn't work.
Where can i change sample rate? I don't seem to find that .conf file.
>>
i used xubuntu back in 2012 for a year and enjoyed it. ended up slowly transitioning back to my windows dualboot since i still played videogames then. is xubuntu still the OS of choice for casual use? by casual use i mean web browsing, document manipulation, and light programming. all my engineering software is fucking windows only so i'll just have to use a vm.
>>
So how long until the Gentoo devs just ditch portage for a guix/nix like package manager but without any build server so it stays 100% source based?
>>
>>61860454
also what do i use instead of irfanview? i'm extremely picky about image viewers and i have yet to find one that isn't infuriating bloated garbage. irfan is just less in my face about it.
>>
>>61860485
feh
It doesn't do animated gifs though, for those you can use "animate" which comes with the imagemagick package that probably comes with your system by default.
>>
WTF is Windows' bcrypt.dll?

Wine is having problems with it:
Unhandled exception: unimplemented function bcrypt.dll.BCryptExportKey called in 64-bit code (0x000000007b450a77).
>>
>>61860990
Maybe it isn't windows' one but wine's one. Try switching it to native.
>>
>>61861222
Tried, it didn't even start the game, instead just "couldn't connect to EA servers to authenticate" or something.

I'm googling and it might have something to do with Denuvo protection. But I thought that wasn't a problem for Wine anymore. :////
>>
Hello dudes, I've been trying to install any distro on my ASUS laptop (N551ZU) and i have some issues.
When i boot from my live medium the log shows me ACPI and IOMMU (AMD-vi) errors
any thoughts?

PD: This seems to happen from certain kernel version and forward
>>
>>61861864
>>61861864
>>
repost from /sqt/

How can I launch gnome/mutter directly from the console via the wayland backend without GDM?

Similar to weston-launch or startx.
>>
File: 1500778807044.jpg (979KB, 1013x1123px) Image search: [Google]
1500778807044.jpg
979KB, 1013x1123px
https://www.youtube.com/watch?v=kynDcGU6LOQ

101101010 0101100 10101
>>
>>61854343
Thanks for the suggestion, anon. But I'm having some kind of permissions problem. When I run beets, it says
error: database file /home/user/Music could not be opened


Does anyone know how to fix this issue?
>>
>>61860460
There has been an attempt to integrate guix with Gentoo, but it's still in its formative stages.
>>
>>61862396
Fucking awesome. I really hope it succeeds, the mere thought of that makes me cream my pants
It's a perfect combination of everything, not too balls to the wall freedom like guixsd, no systemd like nixos, and guix is probably better than nix. Plus I used Gentoo for like 8-10yrs now (currently I'm on NixOS giving it a try). Would love to go back to good ol' larry the cow
>>
So, /fglt, I want to install a distro with an encrypted zfs root. I currently use Gentoo, and that's what I was planning on installing it on, but I also love Slackware.

Which one would you recommend? Why?
>>
>>61862388
Are you running beets manually? If so then it isn't a permissions problem and you have fucked up the config. Maybe by pointing the database file config thing to a directory. If it is running as a different user then maybe premissions problem.
>>
So how does everyone feel about Redhat and Ubuntu basically dropping btrfs?

I know that btrfs a lot better as a file system in recent years. So the fact that everyone is pretty much abandoning it is pretty depressing. Does btrfs have a future?

What CoW filesystem can I migrate to now that btrfs is gone? Is ZFS on Linux trustworthy?

Should I just kill myself, /fglt/?
>>
>>61862609
ZoL is perfectly fine last i checked
i'm also looking closely at the progress of bcachefs (moving along nicely, built upon the solid codebase on bcache)

if ZFS suits you, go for it, it's just a bit inflexible for home use, as it wasn't really intended for small setups, for example, you can't change the number of disks in a vdev (like converting a 3 disk raidz1 to a 4 disk raidz1)
>>
>>61851829
>switch to Linux for the first time (Ubuntu)

>tearing like crazy, videos unwatchable without vomitting uncontrollably
>crackling almost as loud as the video, when volume turned low
>mouse extra buttons broken because no Logitech support
>popups opening on the wrong screen, due to dual screen setup
>sound on second monitor doesçt work
>Dolphin a shit
>probably none of my gayms work, except multiplatform titles (and some stuff on Wine, but Iç donçt feel liking getting into Wine either)
>the layout for my language is all wrong, even on the variants
>cançt get the apostrophe with any press or combination, instead thereçs this faggot letter "ç" I have never even seen before

>switch to openSuse Tumbleweed
>literally everything just werks
>except for that fucking letter ç
>>
>>61862654
you just import vdevs into a pool and remove the old ones

a vdev can consist of a single or multiple devices and a single or multiple vdevs can exist in a pool
>>
>>61862740
Your keyboard for some reason is most likely being detected as a BR like keyboard.
>>
>>61862740
Okay, fixed the letter thing. I mistakenly assumed it saved the settings screen applied settings instantly.

Not so sure about the crackling being gone, though. It definitely is much better now, though.
>>
What music players does /fglt/ recommend?

I couldn't even work out how to add music to mpd+ncmpcpp and cmus' control scheme is less than pleasant.
>>
File: 1501734768365.jpg (248KB, 545x686px) Image search: [Google]
1501734768365.jpg
248KB, 545x686px
>>61853488
Interjection!
>>
>>61862878
mpv

also for ncmpcpp you probably just need to switch the view by hitting "2" for example to add music. By default it shows the mpd playlist which is empty at first.
>>
>>61862878
They all pretty much do the same thing - play music. If you don't have specific requirements pretty much anything will do.
>>
https://www.youtube.com/watch?v=jskq3-lpQnE

The rational and mentally stable founder of the GNU project.
>>
Boot question -

I'm in Windows now and about to delete my Solus partition so I can install another distro. Whenever I do this I have to boot using a windows recovery USB and fix the MBR, but do I have to do this if I'm going to be installing another distro right after?

It's easy to do, just wondering if I will encounter problems if I install linux to a new partition before fixing the MBR.
>>
Hey gnutards and foot fungus eaters, can you please stop spamming /flt/ with your autistic pedo cult leader?
Thanks.
>>
https://youtu.be/I25UeVXrEHQ

Retard Stallstein having lunch
>>
24 June 2015

The first ever Friendly Linux Thread.

https://rbt.asia/g/thread/48653055/#48653055
https://rbt.asia/g/thread/48653055/#48653055
https://rbt.asia/g/thread/48653055/#48653055

/Faglet/ needs to go back
>>>/Lgbt/
>>
>>61863032
Wait what? So you're fixing the MBR after deleting a linux partition but _before_ installing a new one?

I don't understand why. If all you use is the windows MBR then I would think if anything it would be messed up after installing a new distro, not before.
So I'm guessing that what you're actually using is GRUB and for some reason it doesn't work right after removing your old distro so you reinstall the windows MBR, only to then overwrite the windows MBR with GRUB again when the new distro installs?

I don't know anon, I might just be confused here.
But if you are in fact using GRUB then I don't see why you don't just skip the step about installing the windows MBR and just go right to installing the new distro. It should fix the MBR itself and everything would be fine.
>>
>>61649548

No, Richard, it's 'Linux', not 'GNU/Linux'. The most important contributions that the FSF made to Linux were the creation of the GPL and the GCC compiler. Those are fine and inspired products. GCC is a monumental achievement and has earned you, RMS, and the Free Software Foundation countless kudos and much appreciation.

Following are some reasons for you to mull over, including some already answered in your FAQ.

One guy, Linus Torvalds, used GCC to make his operating system (yes, Linux is an OS -- more on this later). He named it 'Linux' with a little help from his friends. Why doesn't he call it GNU/Linux? Because he wrote it, with more help from his friends, not you. You named your stuff, I named my stuff -- including the software I wrote using GCC -- and Linus named his stuff. The proper name is Linux because Linus Torvalds says so. Linus has spoken. Accept his authority. To do otherwise is to become a nag. You don't want to be known as a nag, do you?

(An operating system) != (a distribution). Linux is an operating system. By my definition, an operating system is that software which provides and limits access to hardware resources on a computer. That definition applies whereever you see Linux in use. However, Linux is usually distributed with a collection of utilities and applications to make it easily configurable as a desktop system, a server, a development box, or a graphics workstation, or whatever the user needs. In such a configuration, we have a Linux (based) distribution. Therein lies your strongest argument for the unwieldy title 'GNU/Linux' (when said bundled software is largely from the FSF). Go bug the distribution makers on that one. Take your beef to Red Hat, Mandrake, and Slackware. At least there you have an argument.
>>
>>61719051
>>61719077
I'm terribly sorry for interjecting another moment, but what I just told you is GNU/Linux is, in fact, just Linux, or as I've just now taken to calling it, Just Linux. Linux apparently does happen to be a whole operating system unto itself and comprises a full OS as defined by POSIX.

Most computer users who run the entire Linux operating system every day already realize it. Through a peculiar turn of events, I was misled into calling the system "GNU/Linux", and until now, I was unaware that it is basically the Linux system, developed by the Linux project.

There really isn't a GNU/Linux, and I really wasn't using it; it is an extraneous misrepresentation of the system that's being used. Linux is the operating system: the entire system made useful by its included corelibs, shell utilities, and other vital system components. The kernel is already an integral part of the Linux operating system, never confined useless by itself; it functions coherently within the context of the complete Linux operating system. Linux is never used in combination with GNU accessories: the whole system is basically Linux without any GNU added, or Just Linux. All the so-called "GNU/Linux" distributions are really distributions of Linux.
>>
Don't call it GNU/Linux. It gives Stallsham undue credit. He's done nothing but take credit for the work of others and has the audacity to call himself a Doctor when he couldn't even finish his Masters.

wrote emacs
Contributed to guy steele's TECO macros, later cloned gosmacs, the actual first emacs for UNIX. If stallman wrote emacs, apple is the sole creator of webkit.
wrote gcc and gdb
He wrote the C compiler initially, but the vast majority of development for other compilers and the C compiler has came from non-stallman sources.

And he hasn't programmed in years. Stallman is washed up, and his justifications for copyleft are horribly invalid nonsense that would make more sense if they were actual thinly veiled communism instead of selfish ramblings and a desire for a world that catered to his specific social class.
>>
>>61863071
The difference between that old flt and yours is that back in the day flt wasn't about /pol/ shit, exclusion and hate on freedom in general.
Don't act like your thread is the original; its just neo-g+/pol/ vomit.
>>
You stallman fucks sure are caught up on this "fact"(fake news).
If stallman was never in the tech indsutry and was stillborn at birth.We would still have Linux.Back in the 1990's when linux was working on linux there were other userlands which he could have used.There were many other options at the time and he would have picked one of those and gone on with creating linus like it would have been in our timeline.
>respect stallman
BAHAHHA
He is a pedophile(https://stallman.org/archives/2003-may-aug.html)
He support bestiality (http://stallman.org/articles/extreme.html)
He eats skin from his dirty feet (https://www.youtube.com/watch?v=I25UeVXrEHQ 1:55)

He has horrible mannners(pic related) and otherwise is a giant turd of a person
He is direly mentally insane most like likely non-medicated due to some broken logic he has about medication
>>
Imagine you were having a conversation about importing some stuff from China and someone keeps getting all up in your face telling you that you are mistaken, it's actually called the People's Republic of China and then proceed to regale you with some version of its history that pushed their agenda. The problem here isn't whether the name is correct or not, it's that it is irrelevant to the conversation and trying to change the subject into a thinly veiled philosophical rant is terribly rude. If you want to start a philosophical argument then do it in an appropriate forum.

And if you really think that people here are trying to "silence thoughts GNU" then you really are autistic and should take some time to read up on human psychology. People don't like being told what to think and tend to push back against that, not because of the ideas being presented but the manner in which they are.
>>
>>61863132
>>61863152
>>61863162
>>61863182
So yeah.
Someone remind me why we have 2 separate threads again?

Nothing has changed, just like I told you faggots it wouldn't. You can't go build your little safespace where you never hear the opinions (or interjections) of the users you don't like, so why even try?
ALL you've done is make 2 threads slower and make it more difficult for people to get help with things they need.

Splitting only makes sense if it accomplishes something, but this is accomplishing nothing of value. This is 4chan, you're always going to be stuck with people you hate. Get over it.

If it makes you feel better to make these threads _first_ and title them /flt/ then that's great, more power to you guys and I will support you in saying that anyone who makes an /fGlt/ after that is in the wrong.
Likewise if an /fGlt/ thread already exists and you create an /flt/ thread then you're the ones who are in the wrong. That's the responsible way to have your little battle not to selfishly decide that everyone needs to take sides just because YOU want it to happen.

Again, look at the posts you just made. We are not really 2 separate threads. This is still very much 1 group of users and it always will be, you're just making it annoying and more difficult for everyone.
>>
>>61863237
Adding to what I wrote.

Why don't we just compromise and actually put a disclaimer at the very top of the OP. Something like:
>NOTE: Users of this thread diverge on whether to call it just "Linux" or "GNU/Linux". Everyone is entitled to their own opinion and this thread takes no official stance

Can we do that? and just move on?
>>
>>61863282
As long as we don't get any more interject shit and the thread title is set to what it was previously, /flt/ then fine, I'll stop all this.
We need to learn to get along and not get in each others faces, all you do with the coagent interject spam is rile people up. It's not like this is the official Redhat forum or something. We're just all a bunch of faggots using our distros for our own personal needs. We want the interject shit as much as we want the Jehovah's witnesses showing up today.
>>
If all I do is watch Anime and listen to music what distro is best for me?
>>
>>61863237
BTW I disagree that nothing has changed. About 10 days of this and you're already setting peace terms. I could go on with this long term, but I'm a logical guy and would rather we worked something out instead of continuing with this toxic shit.

GNU turds must learn to respect that people don't like to be preached to, when we are ready to learn we know where the gnu website is and can get converted to gnuism and install vrms or whatever. Until then as long as we learn to not get in each others faces it will be fine. Or it can descend into a smaller /v/. Your move.

>>61863319
Ubuntu
>>
>>61863315
Your making the same error that we see time and time again on the modern internet.

You know probably 90% of the people who visit these threads just took the interjection stuff as a joke, and the more autistically it's spammed is almost made funnier by the stereotype that stallman or other GNUfags are autistic.

I guarantee you that this split you're doing has had the exact opposite effect from what you wanted. You're actually giving them more power and legitimacy by acknowledging it to this degree.

>As long as we don't get any more interject shit
You completely miss the point. Look at all these cross thread posts and people spamming idealistic bullshit in both threads. You're NEVER going to get away from it on 4chan. All you want is to not be associated with them because that's all you can possibly stand to gain from this.
So let's compromise on making the OP neutral and that should give you what you really want.

>As long as we don't get any more interject shit and the thread title is set to what it was previously, /flt/ then fine, I'll stop all this.
>As long as I get MY WAY
Don't be an asshole. We can make the OP _neutral_. That's the best way to move forward and you know it. If you keep this going now, especially when we're asking for compromise then you're basically going to label yourself as a much more idealistic autistic sperglord than any of the GNUfags ever were.
>>
>>61863370
>>61863389
>peace terms
also for the record I am not a GNUfag.

Like I said in my other post I'll side with whoever makes the thread 1st.

You say you want to get rid of the idealism shit and interjections, well you know who's being hurt the most by this split? People like me who don't give a fuck either way. The REAL indifferent users of these threads aren't gaining anything by this.
>>
I just installed antegros and XFCE and want to change the locale, but locale.gen is read only and I can't seem to edit it either in terminal or Mousepad.

Is there a terminal command to change the permission of the file? Would rather edit it in an editor and not terminal if possible since I'm unsure how to save the changes to the file inside term.
>>
>>61863205
Hey, that's plagurism! I didn't release the rights to that post! Write your own.
>>
>>61863593
nm got it
>>
>>61863593
sudo chmod u+r /etc/locale.gen
>>
>>61851829
Does zen installer (arch revenge) allow me to set up dmcrypt?
>>
>>61863642
>zen installer (arch revenge
Jesus wtf. Are meme linux distros investing fully in buzzword bingo synergies now?
>>
>>61863619
I was able to uncomment the locale in terminal and the save went through but locale.gen command doesnt list them.

Owell.
>>
Will installing ubuntu and removing all unneeded packages yield the same results as installing an ubuntu minimal installation (like the server install) and then getting just the needed packages?

Is bloat residue a thing with linux? I certainly know from my windows time that it can become a problem
>>
>>61855342

You're an idiot.
The correct approach is to use a theme that supports your GTK version and not to downgrade GTK. The sheer fact that you'd consider that approach tells me that you're a retard.
>>
>>61855764

Arch doesn't have that problem. Sane people don't have that problem.
>>
>>61855906

>is a power user who apparently requires void linux
>doesn't know how to deal with icons
>thinks icons are distribution specific

Go back to Windows you poser.
>>
>>61860485

Nomacs is the IrfanView for Linux distributions (and Windows).
>>
>>61863688
Dunno. Never used revenge installer and almost laughed when I saw that zen thingy.
I'm skeptical since there's no way knowing if it got botnet or analytics. I guess I'm just gonna do a good'ol manual installation of Arch.
>>
>>61862518

>apparently is a power user that uses gentoo
>still asking retarded "which distribution to use" questions
>still thinks filesystems and encryption are distribution specific

Stop posting you retarded poser.
>>
k d e
or
x f c e
>>
Can someone recommend me a good distro for really old PCs, (256MB RAM old) that doesn't have an internet connection and is like really stable. I upgraded it but it's an old Compaq

Athlon X2 3200+
4GB DDR2
2 80GB HDDs, one with Ubuntu 17.04 64 bit and one with Windows XP 32bit
No GPU
>>
installed fedora with full disk encryption

on reboot i cant login because apprently my password is wrong
im sure its because of the keyboard layout

how the fuck do i change the keyboard layout in the password promt?
>>
>>61863319

Listening to music and watching Japanese animated serial television isn't distribution specific.
>>
>>61855842
I prefer KaOS since it's a much more solid distribution and ships kwin wayland and everything nice.
Faster kde rolling release than Arch or Manjaro.
>>
>>61863778
install plasma without bloat (kde games, kdeshits like akonadi or more)
>>
>>61863593

Stop using shitty downstream distributions.
Look up how to change permissions of files in the search engine of your choice (mine shows a million results).
There are text editors that run in terminal emulators, so your statement doesn't make sense.
There is no way to save changes inside a terminal emulator. You edit text with a text editor inside a terminal emulator and saving changes depends on the program (text editor) you used.

>>61863703

Because you're not doing things with understanding, but copy/pasting and following random solutions that do things you don't even know.
>>
>>61863719

It doesn't make sense to buy a finished house and then tear down its foundation and walls. It makes more sense to build a house from the ground up according to your needs.
>>
>>61863781

Every distribution can run the same software, so any distribution will work for you.
>>
>>61863782
you can't, input your password with the default layout
>>
>>61851829
Anyone tried Artix yet? It's Arch without systemd and its got a cool logo
>>
>>61863908
It is literally a continuation of Manjaro OpenRC and yeah it's pretty okay
>>
>>61856550
didn't work for grsecurity
>>
>>61863936
Is it originally forked from manjaro or arch?
I'm downloading the installer rightnow.
>>
>>61863781
>Athlon X2 3200+
>4GB DDR2
>2 80GB HDDs, one with Ubuntu 17.04 64 bit and one with Windows XP 32bit
>No GPU
anything
that's not low end enough to need any kind of special software
>>
>>61864010
It is considered a derivative of Arch now. Not sure what's too different between it and Manjaro though, haven't tried it yet.
>>
>>61856550

>apline linux
>uses the linux kernel
>the most important part
>licensed under the GPL

At this point in your life you might as well just kill yourself, because I don't think your idiocy can be cured. At least that will prevent you from wasting precious 4chan kilobytes.
>>
>>61864010
>>61863908

What do you think is going to be different from you when there's no systemd?
>>
>>61863426
I just want the ideology shit to stay out of /g/. There are other boards it can take place, like /pol/ or even /lit/ (they don't shut up about it).
All I want is a tech board where we discuss tech.

Too much to ask, right.
>>
>>61864116
Well you know calling the thread /flt/ is definitely not the right way to go about it.

Think about it. Do you honestly see any possible way that all the GNU supporters would just migrate to this new thread that was specifically made just to remove the g?

The problem is the way you guys went about creating this. It absolutely does not come across as you building a place free of ideology, it comes across as a place that you expect everyone to unanimously agree overnight that it is once and for all "Linux" and not "GNU/Linux". That's obviously not going to happen.
>>
>>61863839
>>61864043
I tried Ubuntu and I don't know what's raping what but it's fucked up, only Windows works
>>
>>61863774
>>apparently is a power user that uses gentoo
I never said that. I just use Gentoo and enjoy it.

>>still thinks filesystems and encryption are distribution specific
I am fully aware of that. But different distributions have different packaging and documentation. Some kernels might not be shipped with ZFS support. In that case, I would have to build it myself. ZFS might even be officially packaged, as with Slackware.

There a subtle differences between distros on how they manage edge cases like this one.
>>
>>61864083
No retarded defaults like
>core dumping the whole RAM in my drive when I got a problem with my DE
>filling the /var/log without any limit
>other retarded systemd shit
>no accidental restart due to retarded systemdik
Also
>faster boot and shutdown times
>no botnet dns fallback
>>
>>61854155
It's fast enough for scripting and small command line programs which you seem to be referring to. I doubt anybody would care if cowsay ran 200ms slower.
>>
>>61864801

>>core dumping the whole RAM in my drive when I got a problem with my DE
[citation needed]

>>filling the /var/log without any limit
I limited mine and so did other people who know how to read.

>>other retarded systemd shit
So nothing.

>>no accidental restart due to retarded systemdik
You might be the retard if you accidentally reset your computer.

>>faster boot and shutdown times
[citation needed]

>>no botnet dns fallback
Switch to a distribution that changes the defaults which are RECOMMENDED to change

Nothing to see here, just another retard talking about memes and myths to feel smart.
>>
>>61863719
I have 2000+ packages and performance is fine with 4gb RAM and an old i3. Stock Ubuntu too with Compiz at like 400mb of RAM alone. /g/ is far too obsessed with bloat and making sure they're only using 10% of their computer's capacity.
>>
>>61864801
>faster boot and shutdown times
the whole point of systemd is to be better at this. you will not get this if you drop systemd.
>>
Ok I'm a programmer and I've been using GNU/Linux as my main OS for a year, though I'm still very far from being experienced. Now, I need to get as proficient as possible in 1 month. Any tutorials / ebooks recommended?
>>
>>61865090

>the whole point of systemd is to be better at this
>whole point

No it's not, you retard. It's just a pleasant side-effect.
>>
>>61865200
>Lennart Poettering and Kay Sievers, the software engineers working for Red Hat who initially developed systemd, sought to surpass the efficiency of the init daemon in several ways
I know that you know exactly what I'm talking about. Why are you trying to nitpick in my statement?
>>
>>61865090
>>61865251
But then why is my boot times getting slower and slower every systemd update? meanwhile theres an LTS nonsystemd shit that boots faster with the same hardware
>>
Would compton be considered an expensive compositor for old-ish hardware?
>>
>>61865418
No
>>
>>61865317
No idea. LTS of what? How different are the kernels? Same distribution? Same* configuration and roughly same features? Does it simply feel slower or did you benchmark? If you used systemd-analyze between systemd updates, could you make out some components that became slower?
>>
Is there a way to control MPV with the keyboard function keys on the T430 (F10 rewind, F11 play/pause, F12 fast forward). acpi_listen correctly registers the presses.
>>
>>61865881
just identify the keys and put them in input.conf along with what you want them to do
>>
>>61865915
If I don't have an input.conf can I just create a new one in /etc/mpv/?
>>
>>61865979
read the manual
>>
>>61865996
Typing "yes" would have taken less time to type "read the manual".
>>
>>61866032
i use the per-user location of ~/.config/mpv/, so i'd have had to check the manual if /etc/mpv/ is a valid location
>>
>>61866053
>>61866032
-- also, the manual explains how to write an input.conf
>>
>>61866053
>>61866059
Yeah, I just created an input.conf in my ~/.config/mpv/ and added the necessary line. All the default controls work as well.

I guess /etc/mpv/ is system wide configuration.
>>
Is Xubuntu much better than Ubuntu +XFCE?
>>
>>61866327
I'd say yes, but only because with regular ubuntu you would have both Unity and XFCE, while with xubuntu you don't have unity.
>>61851829
tell me /fglt/, should I install Arch? I want to gid gud and set up my own install of a distro, but stripping down Fedora Workstation with gnome seems more trouble than it's worth, and arch has good documentation. Thoughts?
>>
>>61865745
Been using systemd for more than a year and yes. It's degrading plus I don't ever want to see that stop job (literally 1hrs / nolimit).
Other shit?
Keyboard bug, screen bug, audio shit. fucking poettering shit.
>>
>>61866469
I'd prefer arch or any other distribution that isn't fedora/debian/*buntu SJW.
Mint is jew, unity buntu tried to jew users and had conflict with kubuntu devs, fedora is meme tier compared to arch's pacman+pacaur+octopi.

TL;DR install arch if you enjoy maintaining your system and doing sysadmin stuff and minor to major tweaking.

>>61866327
>>61866469
Didn't Ubuntu already switch to gnome 3/4? IIRC.
>>
>>61866469

Fedora has a minimal installer, as does any distribution.
>>
I was trying to change the name of my user directory and now i can't log in, it accepts the password shows a black screen with one line of text then returns me back to the login page. How do i fix this?
>>
>>61855705
>Titanfall 2 is Origin
...fuck
>>
>>61853652
Write a script. BASH is powerful.
>>
>>61853427
For best results run KVM in a chroot so even a VM escape can't touch your running system.
>>
>>61858850
Even OpenBSD defaults to gcc because LLVM doesn't support enough CPU architectures.
>>
>>61860545
pqiv is minimal and does animated gifs properly. Feh's chief benefit is as the best wallpaper setter for Fluxbox.
>>
>>61852155
locate mpv/example.conf
>>
Any suggestions for a proxmox alternative?

I can't seem to get GPU passthrough working on one of my VMs at all and I've been trying everything for a while now.
>>
>>61868086
Have you tried regular old libvirt?
>>
>>61868103
I mean I kind of was hoping for a more easily manageable option.
>>
>>61868138
Tough shit. GPU passthrough is mostly designed to be used on top of a desktop distro. IIRC GNOME Boxes supports it, but that requires GNOME, and is just libvirt underneath. Passing GPUs to a VM on a server is pretty much exclusively used for virtual desktop infrastructure, which no vendor wants to make cheap and easy right now because it's so lucrative.
>>
>>61868178
Yeah I realize but I'm being a lazy piece of shit.

I just wish I could get it working in Proxmox.
>>
Anyone having problems building ahoviewer?
I'm getting an error with something related to libconfig, but I have it at the recommended version the github page.
/home/anon/ahoviewer-1.4.9/src/settings.cc:238: undefined reference to `libconfig::Setting::operator std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >() const'
>>
Can I put Linux on a chromebook?
>>
>>61868201
Chromebooks are already Linux. You can install GNU in a chroot via Crouton, or wipe the whole ChromeOS install and put Linux on bare metal.
>>
has anyone here ordered off ThinkPenguin before? I have a tracking number from them that is something like this:

EC907009351US

I have no idea where to go to track that, its not UPS or Fedex.
>>
>>61869336

USPS
>>
File: Screenshot_20170812_122519.png (12KB, 450x102px) Image search: [Google]
Screenshot_20170812_122519.png
12KB, 450x102px
send help plz
>>
>>61869402
nice
>>
In the GTK3 filepicker, is there any way to get rid of the single-click behavior on selected folders?

It seems so silly to have to double click for non-selected folders but single-click if it's already selected.
Sometimes I accidentally double click and it enters the folder and selects a file in it, which erases the original filename I was trying to save and I don't remember what it was called (like a 4chan timestamp) so I have to close the whole filepicker and try saving the image again just to get the name back.
>>
>>61869490
At first I didn't like it, but after time I like it.
>>
>>61869490
where do they keep getting these shitty ideas from?
>>
>>61869525
What's there to like though?
I can learn to like something if there's an actual reason behind it, but what possible philosophy could there be to do it this way?

Sure it might save me the time of 1 extra click on the few occasions that the folder I want to enter is the one that's already selected
But the cost is that now my brain also has to stop and consider EVERY time whether the folder is already selected or not.

I don't see it being a time saver at all, and not to mention they're breaking a very long standing tradition. What interface is this modeled after?
It's almost like they're trying to be unique just for the sake of being unique. Who asked for this?
and to just impose it upon everyone without even an option to turn it off? Who the hell do these devs think they are
>>
>>61869593
See it as a double click with an infinite delay.
>>
whats the optimal partition setup?

I usually do

swap
/boot/efi
/
/home

but I see a lot of people doing just

swap
/boot/efi
/

and some even do
swap
/boot/efi
/
/home
/opt

What's the best way to approach this?
What are the pros and cons?
>>
>>61869646
boot
root
home
swap
>>
Am I too late to hop on the arch train? seems it's declining because of all the systemdfags
>>
>>61853350
sure thing senpai
# Global upload and download rate in KiB. "0" for unlimited.
throttle.global_down.max_rate.set_kb = 0
throttle.global_up.max_rate.set_kb = 0

# Default directory to save the downloaded torrents.
directory.default.set = /home/<user>/torrent

# Default session directory. When restarting rtorrent, the torrents from this directory will be restarted.
session.path.set = /home/<user>/torrent/.rtorrent-session

schedule = watch_directory1,5,5,load_start=/home/<user>/downloads/*.torrent
schedule = watch_directory2,5,5,load_start=/home/<user>/torrent/.rtorrent-watch/*.torrent

encryption = allow_incoming,try_outgoing,enable_retry


I use it with a conjunction with rtorrent-magnet.sh copypasted from some distro's wiki (could be arch).
#!/bin/bash
watch_folder=/home/jakub/torrent/.rtorrent-watch
cd $watch_folder
[[ "$1" =~ xt=urn:btih:([^&/]+) ]] || exit;
echo "d10:magnet-uri${#1}:${1}e" > "meta-${BASH_REMATCH[1]}.torrent"


It handles magnet links.

Barebones as fuck but I torrent rarely.
>>
>>61869646
>but I see a lot of people doing just
>swap
>/boot/efi
>/
why would you ever not have your home folder on a separate partition? that's just crazy, in my opinion
>>61869803
if you care about the opinions of others, then yes, it's too late. But you shouldn't.
>>
>>61869646
It depends on your needs. It's not really as difficult or delicate to figure out as it might seem.

For instance you don't even need a separate boot partition at all. All you need to do is make sure that whichever partition does have boot has the bootable flag enabled. That's it.
You can just have one big partition if you want and have boot remain on the same partition as your root directory / but then you'd set that partition to be bootable.

Other than that little requirement to set the bootable flag just do whatever you want.

As far as I know the 2 biggest reasons for splitting things to separate partitions are wanting to preserve data even when doing a complete wipe and reinstall (this is why some people like to put /home on a separate partition)
and the other big one is if you actually want certain parts of the file structure to use different filesystems (this is why people often put /boot on a different partition, e.g. make /boot ext2 and make the rest of the system ext4 or something, or because they want to set different filesystem options in their fstab like disabling access times)

Then there's also the swap partition if you want it. It's not necessary, but can be a good idea to have for cases where you might run out of RAM (it's also possible to set up a swap without needing a separate partition for it, but I guess it's a little more optimized to have a separate partition)

Also be aware that there is some debate about whether putting a partition at the front makes it faster, you can put them in any order so it's up to you.
>>
>>61869837
Also for the record if you do put /home on a separate partition you want to give almost all of your disk space to it.

Outside of /home a GNU/Linux install rarely goes above 30-40GB. Almost all the data on your disk is going to be in /home
>>
>>61867809
It's currently the #1 source of pain in my life right now. Having to succumb to rebooting to wind0ze in order to fulfill my FAST addiction.

I opened a bug report at https://bugs.winehq.org/show_bug.cgi?id=43518 if you or anyone wants to look into it, because I'm frothing at the mouth to get this working.
>>
File: Screenshot_20170812_141323.png (46KB, 1125x435px) Image search: [Google]
Screenshot_20170812_141323.png
46KB, 1125x435px
>>61869646
>>61869782
>>61869827
>>61869837
>>61869896
>tfw just
/
>>
>>61869969
In an extended part? Why?
>>
>>61869646
/boot (or /boot/efi on UEFI system)
[LVM PV]
[LUKS encrypted LVM VG]
/
/home
swap
[/LUKS encrypted LVM VG]
[/LVM PV]
>>
>>61870017
Just for flexibility. No reason to use a primary partition, LVMs are more fluid with no downsides.
>>
>>61870057
One primary partition is the more flexible.
>>
File: Screenshot_20170812_141443.png (578KB, 903x1079px) Image search: [Google]
Screenshot_20170812_141443.png
578KB, 903x1079px
Hey I have some problems with my KDE desktop that I don't really know how to change. Idk if this belongs on /sqt/ or not so please inform me if it does. First off, I would like to remove the rounded corners of the start menu button if that's possible. Second, when I open GNU Icecat for some reason the little icon in the top left that's supposed to be the Icecat icon just shows up as a generic icon of a dog. Third, the Breeze Dark theme I have set for GNU Icecat does not show up in Private Browsing mode. Though I know this one is a problem with Icecat itself and not KDE because the theme works fine in Waterfox Private Browsing mode. And finally, I would like to remove the gray triangle in the bottom right corner of all the windows that shows up when I have borders turned off. Thanks :)
>>
>>61870057
LVM is more flexible, but extended partitions aren't
i hope you aren't confusing between the two
>>
>>61851829
I'm running Manjaro and learning how to use github for stuff. I am trying to install drivers for my wireless usb adapter. I cloned the github to my computer and tried running the "make" command, but every time I do, it keeps giving me an error.

make[1]: Entering directory '/usr/lib/modules/4.12.3-1-MANJARO/build'
make[1]: *** No rule to make target 'modules'. Stop.
make[1]: Leaving directory '/usr/lib/modules/4.12.3-1-MANJARO/build'
make: *** [Makefile:1584: modules] Error 2

I'm not sure what I'm doing wrong or what is going on.
>>
>>61870207
Forgot to include what I'm trying to work on.
https://aur.archlinux.org/packages/rtl8812au_rtl8821au-dkms-git/
>>
>>61870207
You're doing the whole thing utterly wrong. Try reading the build instructions.
>>
>>61870148
Forgive me, I am noob, what's the difference?

All I read when setting up my system was that Primary partitions are kind of a relic of windows, and there's no reason not to choose logical, as they can be resized easier, and will never conflict with Windows' clusterfuck of boot rules.
>>
>>61870228
I can't find the build instructions anywhere. Everywhere I click takes me back and forth between the github and AUR pages or shows scripts and codes. I don't see any kind of readme with instructions either. I looked at view PKGBUILD, clicked on search wiki, looked around dependencies and sources, and I still can't find anything on how to work it.
Where am I not looking? I'm sorry for being retarded. This is my first time messing with github and such.
>>
>>61870442
logical partitions is an old hack to work around the 4 partition limit of ms-dos formatting
it's basically a "primary" partition containing another ms-dos format, allowing 4 (logical) partitions within that (primary) partition

a partition is a partition, "primary" was only added to the name to differentiate them from the logical partition hack partitions

ideally you should be using GPT, a newer disk format which allows for 128 partitions

LVM is an entirely unrelated technology, which is a bit complex to summarise in few words, see
https://en.wikipedia.org/wiki/Logical_Volume_Manager_%28Linux%29
>>
>>61870442
>>61870544
just noticed,
note that "logical partition" and "extended partition" both refer to the same thing when it comes to ms-dos formatting
LVM uses the term "logical /volume/", which is something else entirely
>>
>>61851829
Hi /flg/, I'm setting up a Raspberry Pi as a bit of a home server. I've found a distro called Minibian, which has cut down all the fluff that normally comes with Raspbian.

The default user is root, so I've already created a standard user to sudo from so that I'm not logging in as root.

However, I'm keen to make the system secure for all the relevant services it'll be running (OpenVPN, SSH, FTP, Samba, Torrent server, etc). Is it better to create a separate user for each of these services? How best to manage this aspect?

Thanks
>>
>>61871320
Ye. Debian should create a new user for all of them anyway. If not create new usr, put user in group chown and chmod relevant directories to give group write access. Should be an option in config files to set the user to run at.
>>
>>61868178
Fucking what? What does your distro have to do with gpu passthrough? Qemu works fine in anything.
>>
>>61867617
Boot to a bash shell and fix it by either moving the directory back or changing your home dir in /etc/password
>>
what's the best non-systemd distro to move on to from debian that best upholds the unix philosophy?
>>
>>61851829
Hi guys,

I have a Debian stretch system and want to run Signal desktop on it. Is there a way for me to do so without installing Chrome or Chromium? Signal is a chrome app and I read something about electron, but I have no idea how to start.
>>
>>61859486
>>61859590
>>61860311
okay. I fixed this warning by making openal soft use 48000hz putting
~/.alsoftrc
frequency=48000

but i still get a
data/sound/baystart.ogg not found, sound not loaded
[...]

even though i have those files in dwarf-fortress directory.
anyone know why are the sound files not found by dwarf fortress?
>>
I missed the tiling WM boat for X, thinking about getting i3 set up for Wayland with my new Ubuntu 17.10 alpha, how easy is it make sway+i3 just werk? Does it need a lot of configuring to get it to work?
>>
>>61869646
/Boot/EFI
/
That's all I need on my 8gb machine, never ran out of memory
>>
should i use LVM? or im better off sticking to the traditional partition scheme
Thread posts: 320
Thread images: 40


[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.