/fglt/ - Friendly GNU/Linux Thread

Previous 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:
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: /t/'s GNU/Linux Videos: /fglt/'s website and copypasta collection:
fglt.nl && p.teknik.io/wJ9Zy

Other urls found in this thread:

wiki.freebsd.org/WiFi
wiki.freebsd.org/DeviceDrivers
p.teknik.io/wJ9Zy)
github.com/aleksandar-todorovic/awesome-linux#x-windows-managers)
youtube.com/watch?v=j1I63wGcvU4
wiki.archlinux.org/index.php/QEMU
youtube.com/watch?v=eP31lluUDWU
myredditvideos.com/
twitter.com/NSFWRedditGif

reminder wayland is the future and all wm are now obsolete

Reminder that rampant shitposting like this is the reason why no one should take Sup Forums seriously without doing their own research

sorry you can't handle the truth

call me when it can handle input devices LOL

works fine

It's not wayland, it's your wm LOL

systemctl rupeed --deposit 10 --with-extra-(you) -p 60910177

This derailed quickly.

redhat's inhouse version probably has this feature lol

Reminder that wayland is a window system, not a window manager.

wayland is a protocol.

What are some cool terminal commands?

Why the hell do you ask this every thread?

you need to go back to rabbit, my son

howdoi is pretty cool, it searches stackoverflow (or a different api) and prints the first useful result

>$ howdoi extract tar.gz
>tar zxvf .tar.gz -C /usr/src/

>$ howdoi grep numbers
>echo "99%" |grep -o '[0-9]*'

Does feeebsd not support wifi? I want to give it a shot but heard it has some problems with wifi

depends, what wifi card you have?

freebsd has some compatibility layer that allows it to use linux driver modules. I've heard it's sometimes janky but otherwise works.

neat

this is a blue board, no nudity or gore is permitted.

I don't know, the laptop is acer aspire e15

Whats the best way to check for internet connection within a shell script? I gues pinging google 24/7 isn't the best idea.

You probably shouldn't try FreeBSD if you don't know how to lookup which wifi card you have

How else would you check for internet connection?

I forgot to write i can look it up, but i actually meant even if i know my WiFi card where can i look for driver and stuff

wiki.freebsd.org/WiFi
wiki.freebsd.org/DeviceDrivers

why do you need to know 24/7 if you have a connection?

doesn't support my laptops' internal cards, but works fine with all the external USB ones i have.

I think i should think again before jumping to the BSD train

Has pinging google ever been a good idea? Last time I tried, a good half of their servers didn't answer to ping at all, so it was unreliable as fuck. I've been using gnu.org for years myself.

Ok,
So I just downloaded ElementaryOs. This is first Linux I am using. What are the things that I have to download first. What is the best browser? Can I install Microsoft Office, if not can I use some alternative and open microsoft office documents? I newfag to linux, go easy on me please.

you can live boot the BSDs. just make a boot drive, boot your PC with it and try things out.

libreoffice is similar to MS Office, and can save and read MS Office formats

you can use libreoffice.
just use firefox or chrome, whtvr you prefer.
also the online version of microsoft office is ok.

just don't reply, he's here everyday

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.

Install Firefox, Libreoffice and then Gentoo.

why does he like birbs so much

Whats a nice 1337 terminal torrent client?

rtorrent.
Pair it with GNU screen for maximum usability.

screen -D -R -S rtorrentd rtorrent
It opens a screen session called rtorrentd, and if the session already exist it reconnects to the existing one.

Thanks.

emerge dick --keep-going

you exit the session by Ctrl-A followed by "d"

are you a clown irl too?

Just noticed some strange behaviour when scrolling with the mouse in vim (vimx actually). Sometimes it takes a second to render each line in the correct place so you may get a block of code popping in or jumping up a few lines into it's correct place. I haven't noticed this before and can only attribute it to upgrading to Fedora 25 recently. Nothing to do with Wayland as I use i3 and it doesn't seem to be present outside of vim. Anyone had this before?

What's a tiling manager and why should I take one over whatever window manager Ubuntu has (Nautilus?)? Or can you have both?

The copypasta collection in the OP (p.teknik.io/wJ9Zy) recommends pytyle3, but I've went through all the links and nowhere does it even say what it is.

I've also been told Nautilus sucks and want to replace it, but with what? One of the links in the OP (github.com/aleksandar-todorovic/awesome-linux#x-windows-managers) has a list of "X Windows Managers". Are those special windows managers or, hence the "X", or are those normal ones I can use?

Keep using whatever you're using now.

You how it really sucks to position your windows manually? A tiling VM automates it and lets you organize everything using keyboard shortcuts.
Personally i'd reccomend i3 (i3gaps if you want it to look pretty).

here's a neat 3 part video series that should get you started.
youtube.com/watch?v=j1I63wGcvU4

what's the answer to `howdoi shotweb`

$ howdoi shotweb
@media print {
html, body {
display: none; /* hide whole page */
}
}

howdoi install gentoo?

curl cheat.sh/tar

replace tar with whatever command you're intersted in.

man

replace with whatever command you're intersted in.

tl;dr

What's does the Sup Forums think about Chrome OS?

botnet

your is showing

man is for reference, not for "how do I do this thing"
compare man qemu with wiki.archlinux.org/index.php/QEMU

the wiki goes straight to the point.

...

will systemd stay or disappear?

it will stay even after everyone leaves

It's there to stay. RedMumbai made sure it latches onto everything it has and won't let go.

really gore on fglt? you should feel ashamed op!

saved

I'm going to fix it even further. Just need to figure out what font they used.

youtube.com/watch?v=eP31lluUDWU

Is /fglt/ communism?

no

>Isn't it ironic that the proprietary software developers call us communists? We are the ones who have provided for a free market, where they allow only monopoly. If the users chooses this proprietary software package, he then falls into this monopoly for support. The only way to escape from monopoly is to escape from proprietary software, and that is what the free software movement is all about. We want you to escape and our work is to help you escape. We hope you will escape to the free world. The free world is the new continent in cyberspace that we have built so we can live here in freedom. It's impossible to live in freedom in the old world of cyberspace, where every program has its feudal lord that bullies and mistreats the users. So, to live in freedom we have to build a new continent. Because this is a virtual continent, it has room for everyone, and there are no immigration restrictions. And because there were never indigenous peoples in cyberspace, there is also no issue of taking away their land. So everyone is welcome in the free world, come to the free world, live with us in freedom. The free software movement aims for the liberation of cyberspace and everyone in it.

Are there any text VIEWERS?
I want an application that doesn't edit text files just opens up a new window and displays it

...

Was Ubuntu Mate a good choice as my first (non-virtual) distro?

it's a concatenating tool.

I also forgot to write "graphical"

Why do you seek approval for your own decisions?
Use it and see for yourself, don't sheep yourself.

vim doesn't edit by default.

will linux stay or disappear?

A little advice friend, if you have nothing to say, why waste time on typing a post?

What do you need graphical for if you want to view plaintext?
cat is a tool to view plaintext.
You could run nano (or any other text editor) in read-only mode or revoke write permissions to the file for the duration of your looking at it.

it is likely that in the future it will be replaced by a microkernel architecture similar to Hurd.

microkernels are a fraud.

wut
I ALWAYS just ping google.

>using GNU screen
lol

They are superior in every way to monolithic and the only reason they weren't chosen as the go-to kernel type is because performance of the old hardware was massively limited and swiitching modes added a lot of overhead.

The concept of Hurd is absolutely fucking flawless.

lol so funneh he uses software he needs LOL XDDDD

>he felt for the modern hardware is too fast meme.

>less

Were you dropped as a child?
>opens up a new window

Experience has proven otherwise. Hurd is only even bootable because of a sympathy project.

What the fuck are you even saying? Less is literally made for viewing files you piece of shit.

Learn to read friend.

>experience
That's why I said concept. It's obvious that Hurd was deemed to be failure the second everyone jumped on Linux.

Christ it's like you people actually don't understand what you're reading.

Learn to think dipshit. Multiple people have given you multiple options but you're clinically retarded and can't comprehend how to open something in a new window.

What a shitty thread.

xmessage "$(screenfetch -N)"

screen is gnu software, use tmux instead

>tfw haven't updated gentoo in 5 months
i... i'm scared guys

Please leave the gene pool.

Yeah, that's obviously what I said.
God you're so fucking stupid.

I asked for a VERY specific thing but as usual all you can do is ask "why". I don't want a bunch of manchildren explaining me that any old text editor does it. I fucking know it. I want a text viewer.

>What a shitty thread.
Thanks you to most probably.

ok, i just opened my laptop and looked it up, i have a atheros qca9377 does freebsd support it?

So you want to view some text. People told you the correct answer inclusive alternatives. Case closed, you can leave now.

Concepts are useless if they don't prove to be true in reality, mongoloid. Microkernels were a CS wet dream, but the reality is they're horseshit and not a single one has been successful without implementing monolithic characteristics. Take your shitty kernel design dream and fuck off.

>People told you the correct answer inclusive alternatives.
Not a single one so far.