/fglt/ - Friendly GNU/Linux Thread

Previous: 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):
wiki.archlinux.org
wiki.gentoo.org

Sup Forums's Wiki on GNU/Linux:
wiki.installgentoo.com/index.php/Category:GNU/Linux

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

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

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

>Where can I learn the command line?
mywiki.wooledge.org/BashGuide
grymoire.com/Unix/

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

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

/t/'s GNU/Linux Games: /fglt/'s website and copypasta collection:
fglt.nl && p.teknik.io/wJ9Zy

Other urls found in this thread:

reddit.com/r/archlinux/comments/5r5ep8/make_your_arch_fonts_beautiful_easily/
lagom.nl/lcd-test/subpixel.php
wiki.archlinux.org/index.php/font_configuration
github.com/jedisct1/dnscrypt-proxy/wiki/Configuration
hooktube.com/watch?v=tc4ROCJYbm0
twitter.com/AnonBabble

Remember that free software > open source.

Could someone assist me in turning inotify log entries in to a text chart?
Entries are formatted as DATE TIME /PATH/ ATTRIBUTE

So it would be for instance inotify reports: 11/01/17 00:00 /test1/ OPEN
How could i turn that in to a chart? Collecting all changes to /test1/ and adding them together and showing it in a line.
So say it had 50 accesses it would scan for all the OPENS in the log for /test/ and then combine them in to a formatted log.
/test1/ 50 11/01/17 00:00
/test2/ 1 11/01/17 00:00

This would be what would be outputted

Reminder that free software = autism.

>attempts to assign the value of autism to free software
That's a type error.

BURNSAUCE

What are some cool terminal commands?

sudo rm /sbin/poweroff
The ride never ends.

How come you don't have to restart your computer when doing a system update on GNU/Linux like you do on Windows? It's a really nice convenience but I'm just wondering why it works.

>Auto
Why is it circled?

It's because it's not shit.

find /lib{,64} -iname '*.so" -exec sudo rm {} \;

Really there's no good reason not to use AGPLv3 for new software.

...

inxi -F

for((i=0;;i++)) { printf "%$(bc -l

Is it worth it to set up a ZFS pool?

Seems hard

Install GuixSD

ex-redditor detected

ZFS is a meme

you need to go back

Will installing Linux make me more prone to meltdowns like Stallman?

no, only installing gnu/linux will

How can I easily make my fonts look good on Arch? Is this {[(reddit)]} guide any good? reddit.com/r/archlinux/comments/5r5ep8/make_your_arch_fonts_beautiful_easily/

So are you an ex-redditor though? Or just a newfag?

Actually it's the opposite. He'll have meltdowns trying to run software off of a kernel until he realizes he has to install GNU/Linux to run anything lol

>those terrible gnome screenshots wil 0 vertical space
I wouldn't trust a word that guy says

>The above will disable embedded bitmap for all fonts
lolnope, throw it in the trash

whats a good distro old system?
its a dual core 2gb ddr2.

i installed the latest ubuntu and it is sluggish as hell. i tried cruchbang but im too lazy to fix some incompatible drivers
how about lubuntu?

How do I make sudo apt-get install __________ redirect to the second hard drive, or is it impossible since ubuntu is based on debian's fhs system?

I only have a few weeks into linux, think of me as your mother with down syndrome when it comes to technology when trying to answer this question.

Arch+fluxbox

lubuntu is a fine choice, as is arch, debian or even gentoo if you're up for it

>How do I make sudo apt-get install __________ redirect to the second hard drive, or is it impossible since ubuntu is based on debian's fhs system?

It isn't done at the application level. It's done at the Virtual FileSystem level.

Your programs and system and installed to /usr/

edit your mountpoints so that /usr/ is on another drive.

Alright so what steps should I take then?

Set a subpixel value according to this: lagom.nl/lcd-test/subpixel.php
enable hinting (disable autohint), enable antialias, and enable lcd filter if you have it. Then unlike in your link: enable bitmaps and embedded bitmaps. If you don't like them then just don't use fonts with embedded bitmaps, but that's the way they're meant to be displayed and some people prefer them.

That's about as good as you can get for the actual rendering. Everything else is just various configs fighting over which fonts are claimed by which font strings.
Noto fonts are probably the best CJK font we have, but they're only good if you reduce their line-height, the default is phone UI tier trash.

Also disable deja vu, because fuck deja vu.

my mom wouldn't understand if you explained it to her like that.
to the guy asking the question, just youtube how to install steam games on another drive in linux and translate that into apps you want there.

youre also gonna learn that the best advice is yourself, just google. this threads are pretty bad even though its people trying to give advice. it's like you asking for the flavor of coffee you want, and all they do is talk about the brands of coffee.

Thanks so much user, but where do you enable/disable all these settings? And what's wrong with deja vu? I like it.

Also you should install something like infinality or fontconfig ultimate (which is the new infinality). So if you have one of those packages in your distro then install them.

First just start by doing the above. Most of the shit I mentioned is already the default in fontconfig ultimate/infinality. All you'd really have to verify after installing them is that your subpixel value is set correctly for your monitor (and re-enable bitmaps because it probably will disable them for you, unless you really want them disabled). And if you want to get really hardcore then grab a ruler and calculate your monitors true DPI value.
If you like dejavu then keep it I guess, I just tell everyone to disable it because most distros configure it to bind really strongly to everything so new users keep thinking they're changing their fonts but it keeps bouncing back to dejavu.

Oh and as for actually making the changes you should just look up how to modify fontconfig for your distro. Otherwise this is fairly generic: wiki.archlinux.org/index.php/font_configuration
but your distro might have a more simple way to do it.

OK thanks. so should I be using fontconfig ultimate or infinality then?
I'm using Antergos, would the steps be the same as Arch?

Can you guys take a screenshot of the browser you are using on your linux server, virtual machine, or actual workstation.

This is for a personal project of mine, thank you.

Ultimate is basically the new infinality and more distros support it. But if for whatever reason you only have infinality in your distro then install that instead. I don't know anything about antergos. The arch steps are generic though, they'll work on any distro, just might not be the quickest way.

>personal project of mine
>A formal study on how many GNU/Linux users keep porn tabs open 24/7
No thank you

GNU/Linux*

GNU+Linux*

...

GNU operating system with Linux added as its kernel*

Is fontconfig-infinality-ultimate on the AUR the right package?

>that smug gnu

Most likely

Reminder that infinality is deprecated, obsolete and dead.
Reminder that Arch is about KISS and a user who installed Arch should be able to edit a simple text file.

>Reminder that Arch is about KISS
Not anymore, now is a meme.

It was never really "not dead" though. It was never a mainstream thing because it had to be patched into fontconfig and a lot of distros never used it.
Ultimate is recommended though.

It's more simple to run a single commands than to waste hours with a text file. Keep it simple, stupid.

Wait nvm I think the fontconfig-infinality package already uses the Ultimate version

--no-call-home
Do NOT contact the youtube-dl server for debugging


You did all set that flag, didn't you?

>laptop gets stuck shutting down again
silly me, thinking systemd would be good at shutting things down and not just starting them up

the fuck
Since when is this a thing?

o wait or maybe it is the one labeled ultimate because that has a higher version number
I don't know anymore

It only calls home if you explicitly set "-C" "--call-home"

Source? The manpage doesn't say what's the default.

Anyone using DNScrypt? I'm using the guide here, and no problems at all

github.com/jedisct1/dnscrypt-proxy/wiki/Configuration

but it doesn't say how to make the changes permanently for Linux, only for Windows

Follow the arch wiki

damn, seems like I need systemd...

You dont need it but you will have to write the init scripts your self. See if anyone has posted any for your init system

thanks, I'll look that up (sysvinit btw)

How do you pick a random pixel in an image and edit it using imagemagick?

Making a Sup Forums image spamming script are we?

>when you save a beautiful picture, but then you realize that theres a pixel off and you feel sad
dont make people sad, user

What are some fun linux distros to mess around with? I have an old slow laptop with an atom CPU and 2gb of ram to load a lightweight distro on

install gentoo

That's incredibly stupid advice. /usr/ is where the programs are installed. That's the truth. That's like telling a child that the sky is blue because the air is blue because they couldn't comprehend the real answer. And to top it off, you're recommending that they watch a fucking YouTube tutorial in order to comprehend an abstract concept that literally cannot be conveyed through visual means beyond text. And you're recommending not one but two Google services. You are a fucking moron.

Yes

Running a root zpool right now on linux.

That is a fucking stupid idea.

>Reminder that Arch is about KISS
Well that's a blatant lie. And what are you even trying to prove?

The hard part is how obnoxious it is to find a good live medium that ships with ZFS support. Otherwise, it's incredibly easy and quite rewarding.

Hey Sup Forums, what's the best lightweight and user-friendly distro for daily use?

Dumb frogposter. Do not respond.

What is the best heavyweight and difficult distro for rare, unusual use?

ubuntu

So I have this problem where my external drive isn't recognized after a restart by Transmission until I manually open the drive for the first time in nautilus. If I open transmission before clicking the drive in nautilus, it says that it can't find the files and to reset it's location. After clicking the drive in nautilus I can just click start on the torrent and it'll continue seeding.

What could be causing this? Is there a way to just silently "click"/access the drive on startup so transmission doesn't freak out and happily seed away?

Ubuntu 17.04 for context

Alpine + Busybox

Microsoft Azure

Alpine already comes with busybox.

GNU already comes with Linux

You should never recommend Microsoft malware, not even ironically.

Just watched Revolution OS. What are some related interesting movies?

Is there anything that can be used as a universal search (files, commands, etc) in arch?

hooktube.com/watch?v=tc4ROCJYbm0

Stallman speeches. Check the pasta link in OP where user collected the best of the best.
>search
Highly depends on what you want.
There is apropos which shows you %s related programs.
There is locate from mlocate with is nice for searching for files, since it uses a database so you get instant results.

>pasta link
I always thought it's an actual collection of pasta (I'd just like interject for a moment), kek. Never bothered to click.

Holy crap, that's really cool. I'm surprised I ever missed that.

good thread

good post

good response

>lenovo z475
what distro should i install ?

install gentoo

If the Arch Wiki implies systemd for a feature, just go to the Gentoo Wiki as it also has OpenRC guides with corresponding init scripts in it's sources

I'll try, their wiki seems more promising.

linux sucks