/fglt/ - Friendly GNU/Linux Thread

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: Please spend at least a minute to check a web search engine with your question.
*Many free software projects have active mailing lists.

$ man %command%
$ info %command%
$ %command% --help
$ help %builtin/keyword%

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

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

Jow 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/
cheat.sh/
>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

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

/t/'s GNU/Linux Games: Previous thread:

Attached: 1459109467910.jpg (640x480, 64K)

Other urls found in this thread:

youtube.com/watch?v=m1o42faNg8k
wiki.archlinux.org/index.php/xmodmap
github.com/B00merang-Project/Windows-XP
bing.com/videos/search?q=sana
xpde.holobit.net/
twitter.com/SFWRedditVideos

>Preventing the IoT Dystopia with Copyleft
youtube.com/watch?v=m1o42faNg8k

>IoT (The Internet of Things) is a marketing push by device manufacturers seeking to convince the general public to fill their home with interconnected computers embedded inside commonplace contraptions and tools. Proponents ballyhoo the IoT revolution as bringing the ultimate in convenience and informational interconnectivity for everyone.

>However, these embedded devices typically remain under the complete control of the manufacturer — not only for their basic functionality — but for safety and security updates as well. In many cases, these devices require Herculean efforts by the home user to modify and upgrade.

>Most ironically, however, nearly all these devices run Linux, which is released under a modification-respecting license, the GNU General Public License, version 2 (GPLv2). The GPLv2 uses copyright controls to mandate the users' ability to modify and upgrade the software. Yet, due to widespread GPL violations throughout the industry, rarely do IoT devices come with the freedoms and rights that GPL tries to uphold.

>This talk will explain the political, social, and legal ramifications of this abysmal situation. Attendees can expect a full explanation of the history of GPL enforcement, how it has historically defended the rights of hobbyist modifications to home devices, and what processes exist now to continue that fight. In particular, the talk will explain why community-oriented and led GPL compliance efforts are absolutely essential in preventing one of our greatest community-organized technological successes — namely, the development of Linux — from becoming part of a dystopia of corporate control in IoT.

Attached: use GPL, ensure your tech remains free.png (1000x1545, 226K)

Based Bradley, he doesn't get enough credit

The hero we need. And the only one walking free on the US? That was surprising.

*nix novice here. I'm wondering if there's a database of useful/included shell commands for a particular distribution. I realize that everything I do in a GUI can also be done via command line. I have a printed unix/linux command reference but I think that only scratches the surface.

man -k . | less

$ info coreutils

actually that should be
man -k . -s 1 | less

for only executable commands

Gentoo wiki is a good place to start

Attached: gnu.jpg (2048x1536, 1.48M)

he cute :3

Yeah, being morbidly obese is so cute :3

Sorry if I wasn't clear: the kernels weren't the issue. It's literally a weird thing that happens due to Arch removing certain drivers when kernel upgrades happen (because, by default, Arch doesn't keep the previous kernels). So, in particular, the needed driver to do mounting becomes unavailable in memory after upgrading, but it comes back after rebooting.

I have a whole collection of cute rms pictures

Attached: gnu73.jpg (2560x1920, 692K)

Just updated vim from git and now I get ex commands highlighting text in real time. Praise Brian, this fucking rocks

Attached: 3d74on-FiUDHuy.jpg (480x360, 83K)

>the needed driver to do mounting
You can mount perfectly well, you mean mounting FUSE filesystems. When you update the kernel, the /usr/lib/modules folder is updated changing the kernel versions folder. It is not expected to run a newly installed kernel without first rebooting so that you can boot that kernel. Why would you believe otherwise?
This is completely user error/negligence

omg

What do you think about neovim?

That's why I compile my kernel myself.

Neovim is created by a company that wanted their proprietary plugin added to Vim and failed to get their pull request with the features they needed to implement the plugin into the repository.
For a while it was better than Vim because of its asyncronous capabilities, which any modern editor needs.
Vim now supports asyncronicity. In the interest of keeping the Vim community united it's much better just to use Vim.

Asynchronous?

Thanks

Is anyone using Awesome WM?
I'm having some real frustrating issues with startup. I've been googling for quite some time now but I'm really new to this stuff.

1. My nvidia settings are resetting every restart, this always happens but I haven't been able to solve it with awesome wm.
2. On startup, I want to run xmodmap ~/.xmodmap. I found how to set startup applications, but how can I tell xmodmap to run .xmodmap?

Attached: bad game design.jpg (474x474, 31K)

I have a webm script but when using higher resolution source files, it dosent really work(scaling and bit rate)
I was thinking of using mediainfo to get the resolution and then have some sort of statement to change the ffmepg command based on resolution ranges.
How would you do this in a bash script? Grabbing the resolution size, and then seperating the ffmpeg commands

>install vim
>install thunar
>pick a random text file
>right click and select "Open with Vim"
>nothing happens

how do I fix this?

oi boooys

Attached: Screen Shot 2019-01-29 at 19.34.47.png (577x327, 51K)

Install gvim

>Is anyone using Awesome WM?
I don't think anyone here is that retarded.

It's pretty cool when you know a bit of Lua, same way like dwm is cool when you know a bit of C.

>not using FreeBSD

Nooooooooooo
Not you again
Pls go away
Let us have fun

archwiki has the answer to both your questions

~/.xinitrc
[[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap
wiki.archlinux.org/index.php/xmodmap

you'll find how to set consistent nvidia settings if you search for nvidia on there too

What are you even on about?

Reminder to just ignore the troll.

It's plain as day that he's not here to debate. He's here to preach. There's no point trying to debate preachers. And there's no point trying to 1-up him because anyone in these threads can see what he's doing. Even if a new user wandered in here and was led astray by this guy, if the new user isn't intelligent enough to check the facts properly or ask follow up questions before deciding he hates GNU/Linux then he's not worth our time anyway.

TL;DR there is nothing to be gained by taking this trolls bait.
Just ignore him already and let's have a better thread than the last one.

Attached: troll.jpg (500x375, 35K)

Why is yacreader so bloated? 300mb++ just for comic reader?

trying to install this Windows XP GTK theme for XFCE
github.com/B00merang-Project/Windows-XP
I put it in ~/.themes and it works for the most part except it doesn't change the XFCE panel/start menu to look like the taskbar as seen in the screenshot of the github page.
I found these icons in the "gnome-shell" folder of the theme which should be used for the taskbar but I don't see them in the regular gtk-2.0/3.0 folders, does that mean you need to use GNOME to be able to use them?

Attached: Screenshot_2019-01-29_15-18-17.png (1920x1080, 2M)

High friends. I have a dusty old think pad w500, 8gb ram, t9900 cpu, and a spare 128gb ssd.
Please recommend me a good distribution.

You ever realize this guy is just a big software hippie?
>be programmer in the 6am of consumer software
>go FOSS philosophy
>all your proprietary friends become billionaires
>you smell bad and eat things from your foot
Art follows form follows art follows form...

Will probably use it sideways as a mangoreader.

When I change my selection with ranger, the image preview doesn't redraw the whole thing, leaving pieces of the last image at the bottom just above the system info, very noticeable if the image was wider than the current. Ctrl+L and :redraw_window work fine, but I'd like to set it so that it just automatically redraws the full window on each keypress.

Quick google search said to edit the actions.py file, but that didn't seem to change anything.

Attached: 2019-01-29-143330_1366x768_scrot.png (313x297, 76K)

YOU GOTTA INSTALL THE QT STUFF

YES BUT MAYBE YOU CAN MAKE A BIG IMAGE AND TELL XFCE-PANEL TO USE IT AS A BACKGROUND

TERMINAL IMAGES ARE A TRASHY HACK THAT ALMOST NEVER WORKS

>bearded free man bad
>shaved dictators good

Should have used a search engine which respects your privacy instead.

Google is a verb, not a noun

It's been a while since I've used ranger but I recall this problem. I think either enabling or disabling borders fixed it for me back then. Give it a try.

your a faggot

>YES BUT MAYBE YOU CAN MAKE A BIG IMAGE AND TELL XFCE-PANEL TO USE IT AS A BACKGROUND
I was considering doing that but it still wouldn't change the whisker menu to look like the XP start menu

>shaved dictators
What do you mean?

Stop yelling, newfag.

NO!

Ah, so NTFS-3g was another layer to this? Interesting.

No need for the autistic "ACKCHUALLY' stuff, my dude.

>NTFS
Proprietary garbage. Stallman said to avoid using it so I'm Free to not use it.

Would you delete proprietary software supporters from this world if you could? I'm currently thinking about this problem ethically and I don't know the correct answer. I assume killing Microsoft executives would be a moral good, but the users are pretty bad too since they're the ones spreading proprietary software use into the masses by recommending it to people around them. Has Stallman made an official statement regarding this matter?

FUCK OFF ALREADY YOU STUPID FUCKING ANNOYING RETARD CUNT
HOLY FUCKING SHIT ASSHOLE GET THE FUCK OUT OFF THIS THREAD YOU FUCKING CUMGARGLING GORILLA GARBAGE

Attached: 1536835660565.jpg (364x310, 21K)

I despise proprietary software, i.e. anything not explicitly approved by the FSF and Stallman himself. Got a problem with that? If so, you're in the wrong thread.

dump larper get a life

>GORILLA
Wow, that's racist. What's wrong with me being an african-american supporter of FOSS?

I think free software has hit its limit. New proprietary stuff (e.g., digital assistants, sex bots, drones) is too complex for internet wierdos to compete.

Then you deserve to perish and fade away in the darkness. Free/Libre Open Source Software will reign supreme in the near future. Sad that you won't be around to see it, though...

>Proprietary sex bot
Imagine being this cucked and loving botnet shit so much that you literally have sex with a spying device.

maybe free software would be good if the devs were allowed to collect usage data ?

Free software allows you to use programs for any purpose including sending usage data.

Keep in mind though that it also means that if the users think your data collection is bad, they can disable or remove it.

stupid question
how do I install onto a flash drive?
I mean I wanna make a portable version of my void set-up and, well obviously I can't install it onto itself from the live environment.
and void-install isn't in the official repo, so...

So if I illegally relicense a GPLv3 program which has no spying with a proprietary license then it somehow becomes a spying program even if I don't change the code? Cool. I think I'm going to try and sell this idea.

I'm trying to improve my porn function. I want to use lynx and bing to directly get all links, put them in a txt file and play it with mpv.
lynx -dump -listonly "bing.com/videos/search?q=sana imanaga -youtube -vimeo"

However, I don't get any links with this. Any ideas?

I'm pretty sure this uses proprietary JS code so shouldn't be posting it here. What if some noobs actually fall for this and run a piece of proprietary code on their machine? Can you imagine the dire consequences?

W-what?

I don't understand your motives user. What is it exactly that you want? Do you need a hug?

Ignore this poster, it's just our very own thread troll.

Oh, my gosh, friend. I am just a humble linux user who wishes to partake in masturbatory pleasures without devoting a long time to curating pornographic content. I'm sure we can forgo this nonsense.

Anyone use bubblewrap for sandbox?
Mind posting some of your sandboxes?

I'm getting 404 whenever I try to install an Extra package in Arch. Tried to update my mirrorlist but the problem persists. Is it that all mirrors are out of sync or am I doing something wrong?

First see what lynx returns without all those options it's probably bing blocking any bot-looking browser and lynx is very bot-looking.

Use reflector
Update list
use -Syyuu

Yeah found the answer. I was using yay package and didn't notice yay doesn't sync the db before installing something. -Sy did the trick.

>yay doesn't sync
If you tell it too it does...
It's just a WRAPPER for pacman.
yay -Syyuu

What's the most aesthetic DE?

explorer.exe windows xp edition

there's actually something like that but the last release is from 2003
xpde.holobit.net/

Is there a way to make sure that nobody outside my LAN can access my samba shares?

Dont port forward those ports
Dont bind to your external ip

you're a faggot

no u

what terminal emulator do you use, fglt?

>decide to get back into linux and try debian
>go to download page
>"choose your processor architecture"
>amd64, arm64, armel, armhf, i386, mips, mips64el, mipsel, ppc64el, s390x

Attached: 15482984673621.jpg (1000x1024, 81K)

whatever you plan on running it on most likely needs amd64

>tfw HURD will never support amd64

Attached: 6692488.jpg (593x445, 27K)

hurd will never support anything.
40 years in development, not a single milestone!

This thread has convinced me to jump ship from KDE (I wasn't particularly attached to it anyway), but what should I switch to. XFCE or LXQT? I don't really care about ricing. Also, I can change my DE without doing a full reinstall, right? Never tried it before.

they finally support SATA drives now

friends, after learning about internet privacy and how USA laws can fuck my life for ilegal files
and since i have nothing to do in home for 2 months, i wanna use this time to break off the botnet, tell me so where can i learn how2linux
i am sending good vibrations to your ways

pic to be noticed

Attached: 1522107177266.jpg (683x1024, 75K)

install gentoo

well fuck you too, i thought you were friendly, my mistake obviously

Start with Ubuntu, then go Debian.

tell me more about your illegal files

I have a 4K monitor. Which flavor of Ubuntu has the best HiDPI experience?

All distros are the same.

ah ok, thats all? just change it and am free?
well shucks that sounds gay as fuck, not gonna lie, when i envisioned linux shit i thought in terms of "hackerman" or lain type of freedom not some pussy shit
i just wanna get all the possible juice out of my system, i do not want a single drop of anything to be wated

illegal by US standards*

i wasn't joking, if you want to feel like 1337 hackerman then install gentoo

i know i might give off the vibe that i am quite capable of doing such a task
but since i am in an anonymous forum i can tell you i am a complete and utter brainlet, although i know for sure that gentoo is a meme os that only actual pros tend to use
i am a level one rookie here, i just want to know where to get good at this, i appreciate your concern either way
blessing to you

Attached: 1534797030842.jpg (900x600, 317K)

gentoo isn't actually hard, to install it you just read the guide, the reason why it's a meme is because it takes forever to install