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%
In ranger how do i make it execute the command i put in a keybinding without having to press enter?
Ryder Mitchell
just press enter u pussy
Isaac Jackson
no
Leo Brown
Just get some voice software and make the enter key activate when you say "I'M READY TO BE PENETRATED"
Levi Perry
can someone do this better? for i in `seq 1 100`; do [ $(($i%3)) != 0 ] && [ $(($i%5)) != 0 ] && printf $i || { [ $(($i%3)) = 0 ] && printf fizz; [ $(($i%5)) = 0 ] && printf buzz; }; echo; done
I'm interested in both POSIX sh and bash
Hunter Gutierrez
How do I install discord into my terminal
I'm using zsh if it matters
Nicholas Collins
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.
Jeremiah Walker
for i in {1..100};{((i%3))&&x=||x=Fizz;((i%5))||x+=Buzz;echo ${x:-$i};} bash
Nicholas King
nice
Adam Roberts
how do I become a wizard like you
Owen Young
Read lots of code. Things like >you don't need $ for (()) variables or you can shave some other bytes by using { } instead of do done add up.
Jack Sullivan
Get on my level. seq 100|sed 5~5cBuzz|sed 3~3s/[^B]*/Fizz/
Cameron Kelly
What the fuck.
Cooper Evans
That's....!!! He.....!!!
Colton Moore
hired
Lucas Thomas
how do I stop the edges of my fonts from cutting off in icecat?
Dylan Peterson
I somewhat fixed it and have a much cooler font now too
Ryan Anderson
good thread
Angel Garcia
Did this meme ever get dubs? I think it's cursed.
Hunter Lopez
Get on my level, son
Jose Myers
Whoops, forgot my image
Blake Hall
...
Hudson Fisher
who is this guy
Elijah Jones
>caring about digits
Brayden Barnes
...
Luke Sullivan
>not caring about digits >>>redd.it
Henry Myers
I'll assume this post is ironic
Benjamin Williams
...
Connor Brooks
Anyway to not end up with a bunch of unclutter processes open at the same time?
Ethan Cook
how would you end up with a bunch of unclutter processes open at the same time in the first place?
Henry Lopez
Idk, it runs once and it stays open, then another one starts and stays open etc etc
Eli Mitchell
what command do you use to start unclutter in your startup script and what's your startup script (.xinitrc, your wm config, DE autostart file, something else)?
Adam Brown
Stay away from my daughter, Sarah!
Michael Martin
I start it in i3's config.
exec_always --no-startup-id unclutter
Ryan Jackson
I don't even use i3, but it wasn't hard to google "exec_always i3" and get this i3wm.org/docs/userguide.html >exec commands will not run when restarting i3, if you need a command to run also when restarting i3 you should use the exec_always keyword also, there's usually hardly any need to restart i3, you can just reload the config >You can make i3 reload its configuration file with reload. You can also restart i3 inplace with the restart command to get it out of some weird state (if that should ever happen) or to perform an upgrade without having to restart your X session. be smarter, user
Kevin Anderson
Convince me to use Linux if you can
Lincoln Peterson
We'll send you a free RMS poster
Jack Brooks
That is tempting senpai.
Jace Foster
I have to use chromium for work, what can I do to increase my privacy on it?
Zachary Walker
use firejail
Jordan Bell
>just now learn about intel management engine >have a look at a guide to disable it
is this next level autism or something to be genuinely concerned about?
Michael Jackson
Keep having this issue in openbox whenever I try to open places and recents.
Fresh install of openbox on Arch
>inb4 google I already googled. Nothing came up.
Ian Gray
Did you try looking into what the message is telling you?
Cameron Morales
>Antegross
Christopher Miller
sudo chmod 777 [path]
Matthew Richardson
I apologize if this is a brainlet question but I am installing arch and I'm not sure if my wireless network is connected properly, when I enter dhcpcd "interface" it just says "sending commands to master dhcpcd process" and when I check systemctl status dhcpcd@"interface".service it says "active:failed (Result: protocol)" and "dhcpcd@'interface'.service: PID file /run/dhcpcd-'interface'.pid not readable (yet?) after start: No such file or directory" and other things such as "Unit entered failed state" and "Failed with result 'protocol'". What does result protocol mean and how do I make the wireless connection work? I already configured wpa_supplicant, is there a step I might be missing, other than what's on the wiki?
Luis Taylor
That seemed to fix it. Thanks!
Brandon Reed
>enters random stuff without even knowing what it does
Daniel Flores
Just got debian and all my apps up and running, is there anything (aside from games) this thing CAN'T do?
Jordan Campbell
It mods permissions
Tyler Martin
You still don't know what it does, because if you did, you could have solved your problem yourself by reading the error message. You most likely don't understand permissions and don't even know what that chmod exactly did.
Aaron Williams
be as cool as void
i use void btw
Brandon Hall
chmod 777 gives full access to everyone to whatever file you ran the command at. Now I know what it does, I can use it.
Leo Taylor
it can do games actually
Owen Kelly
I am willing to bet that that file you modified is owned by root and had 660 or similar permissions. It was owned by root because you ran the program which generated it as root (with sudo) because you ran into a problem and thought that sudo is a magical thing which solves every problem. That created that file owned by root and you got that error that you couldn't read it. Instead of checking the permissions and owner as it told you, you just entered some random thing a person told you and it "fixed" your issue in the dirtiest way possible and I'm not talking about making that file needlessly globally writeable, executable and readable.
Julian Hughes
>'m not talking about making that file needlessly globally writeable, executable and readable. what are you talking about then
Aaron Richardson
It was in the home directory. The user (in this case me) owned it, but didn't have permissions to execute it. Besides, I didn't change the owner. That would've been chown instead of chmod.
Nicholas Wood
>not even using quotes the madman
Joshua Watson
His attitude towards "solving" problems by being spoonfed wrong answers.
Ryan Wilson
I don't see your fucking ass helping him, just criticizing him.
Camden Turner
Please someone answer, is there at least an alternative way to connect to wifi?
Landon Long
>not using perl $ perl -e 'map{$x=$_%3?"":"Fizz";$_%5or$x.="Buzz";warn$x||$_,$/}1..1e2'
Caleb Clark
Yes and it's explained in the Arch Wiki at the part where it talks about connecting to the internet.
Asher Scott
Can it run fortnite?
Camden Johnson
hey I am trying to install fedora 26 with gnome on my 2tb drive. I formatted it to ext4. now i'm at the install window trying to configure the space for it.
It says available space 1.2mb, total space 1.82tb
what do I do
Joshua Gray
It helped him. I told him to read the message. It clearly mentions not having permissions, so a sane person would check the permissions of the file to see what's wrong.
Samuel Butler
Firejail causes more problems than it solves, constant vulnerabilities that weren't there without the sandboxing.
You'd be much better off just running the web browser in a dedicated VM, something small like Alpine.
Elijah James
Are you just mad he didn't listen to you or something?
Nathaniel Gray
try neyworkmanager or wicd, both have curses interface
Friend, re-install your OS and don't blindly follow instructions in the future, that file is permanently accessible and modifiable to anyone now.
Mason Ross
>pretentious arch user >can't read >just copy/pastes tongue-in-cheek replies from other people >"lol r u just mad he didn't listn 2 u?"
Enjoy having to read retard's post and wasting precious bandwidth on their retardation in the future.
Dylan Turner
This isn't b. You don't need to "bump" your question every 30 seconds.
That's retarded. He can change the permissions again. The point is not that it's a huge mistake, the point was that he's an idiot who doesn't think a second about anything.
Tyler Rogers
Are you sure you formatted the drive?
In any case, select the advanced partitioning (I'll do it myself) or something and manually delete everything that's there. Then create your /, home and swap partitions yourself
Ayden Powell
hello RMS
Jacob Rodriguez
>re-install your OS Fucking kek. Don't listen to this fucktard. Go into whatever file manager you use and update whatever permissions he changed.
>he's an idiot Notice how it says "Friendly GNU/Linux Thread"
Aiden Richardson
I bet you're fun at parties.
Leo Watson
It's not that simple, I've been using Linux for years, I know this.
Andrew Rodriguez
>>pretentious arch user >>can't read >>just copy/pastes tongue-in-cheek replies from other people >>"lol r u just mad he didn't listn 2 u?" hehe in his defense, though, arch is pretty much the worst when it comes to unexpected "permission denied" messages. only distro where I had to change permissions of stuff regularly
Joshua Hill
I did using gparted. I created a bootable live cd on a usb, Formated the drive. Well, I set it to automatic partitioning, it said not enough space; do you want to delete/reclaim? and then I clicked delete all, reclaim space.
Andrew Turner
>distributions have anything to do with permissions You're as stupid as he is.
Benjamin Carter
I'm far from an expert, but don't something things add a megabyte of two or so of unpartitioned spaceas buffer at the beginning of a drive? maybe it's trying to use or do that. does fedora not come with a partioning tool you use during install?
Juan Carter
It kinda is these days grandpa
Carter Cox
>>distributions have anything to do with permissions yes, they do.
Kevin Ward
Can I install debian on a macbook with reasonable stability, or is the hardware too fucky and it's just a toy thing?
Xavier Watson
it should be fine. just doa quick search of
"laptop model" install linux
and see if any people who did ran into problem before you go wiping partitions and then discovering the wifi modules don't work and you need a 32bit EFI bootloader for a 64bit kernel.
Gabriel Rodriguez
Any chance you can post a screenshot of some sort? We'll be able to see what's happening clearer then
Cameron Torres
hello /faglets/
how goes?
Luke Campbell
Actually, Linus doesn't use Debian because he couldn't.
Levi Ward
Is there any way to get something like apple quick look on Debian/KDE?
Carter Garcia
Prove how they do you retarded, idiocy spouting imbecile.
Bentley Roberts
>retarded, idiocy spouting imbecile why would I want to interact any further with a toxic person like you?
clearly default permissions of various folders and files vary between distributions. That someone would dispute this fact is frankly amazing to me (and shows he/she has little experience using linux) >prove nah, I have better things to do with my time
Owen Roberts
What does he use?
Dominic Allen
There are no "default" permissions for files in the HOME directory, because they don't exist. They are the product of the user installing programs and modifying them.
You can't prove that there are meaningful differences, because there aren't. Your only argument is an ad-hominem.
If you have to modify permissions of files installed by packages to make them work, then that's a bug in the package and you have to report it. But you can't even point out such an occurrence, because it never happened and you are wrong. Feel free to prove otherwise.
Nathan Watson
Fedora
Chase Turner
>not naming your computer as a combination of the current distro and your last name
Ian Bennett
>it never happened and you are wrong. >Feel free to prove otherwise. why don't you go ahead and proof that every permission of every file in every package in every distribution ever is identical? thats a clearly outrageous statement, and anyone having used more than one distribution for longer than a month will know it's false.
>Feel free to prove otherwise. nah, not gonna start installing a bunch of distros in VMs to prove a(n obvious) point to some sperg on the internet. as I said, I have better things to do
Julian Price
What do you mean install discord into your terminal? If you want to install discord on your computer then either use your package manager if it's packaged or get the deb or tar.gz from the discord site.