Previously on: 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 using VirtualBox or other software made for this puporse for safety purposes. 1) Use the Live ISO (if your distribution of choice has one) to boot directly into the GNU/Linux distribution without installing anything, that way, you can get to experience the GNU/Linux operating system without installing it. 2) Dual boot the GNU/Linux distribution of your choice along with Windows or macOS, this is recommended if you want to know more about the GNU/Linux operating system. 3) Go balls deep and replace everything with GNU/Linux.
Reminder to visit the threads over /t/, new torrents added.
Also we need a thread on /vg/ for gaymers because year of the GNU/Linux desktop motherfuckers, here is the pasta pastebin.com/7Xzi8e2H
Ryan Kelly
install FUNtoo
Anthony Barnes
install sourcemage
Logan King
Who /meta/ here?
Aiden Ortiz
Is it just me or is the Ubuntu repository on the small side? Many of the packages I'm used to being available on other distros aren't are not on Ubuntu and I have to download/install from source. I thought Ubungo was supposed to be the most widely used distro, why does if have such a shit repo?
Jose Lee
I solved my cdable_vars problem from the last thread, pretty interesting: there is a undocumented -v flag, which checks if a variable exists. I'm happy now. Here my result:
cd() { if [ -d "$1" ] || [ -v "$1" ]; then builtin cd "$1" else printf 'bash: cd: %s: No such file or directory\n' "$1" printf 'Would you like to create directory %s? [y/n] ' "$1" read opt; [ "$opt" = "y" ] && mkdir -p "$1" && cd "$1" fi }
Nolan Rogers
that pic reminded me I have to install gentoo in a vm
Isaac Nguyen
Why?
Jose Kelly
I install too much from source and want to test gentoo before make the jump
Gavin Green
I am trying to install physlock in Gentoo, and when I sudo emerge --ask physlock , Portage tells me:
The following keyword changes are necessary to proceed: (see "package.accept_keywords" in the portage(5) man page for more details) # required by physlock (argument) =app-misc/physlock-0.5 ~x86
Use --autounmask-write to write changes to config files (honoring CONFIG_PROTECT). Carefully examine the list of proposed changes, paying special attention to mask or keyword changes that may expose experimental or unstable packages.
In the package.use directory, I have a file called physlock. It contains this: >=app-misc/physlock-0.5 ~x86 , but when I sudo emerge --ask physlock, I get the same thing as before.
How can I fix this?
Gabriel Butler
That's what PPMs are for
Lucas Rivera
What a horrible picture.
Angel Collins
First off, it's called PPAs, next: dumb tripfag.
Ethan Thompson
What you have isn't the same what it is telling you to have. >Use --autounmask-write to write changes to config files Also, just use that.
Wyatt Ortiz
Just install it normally. Virtual machines complicate everything.
Luke Howard
Do emerge --autounmask-write --ask physlock then dispatch-conf hit u (no return) then emerge --ask physlock like usual
Gavin Hall
Why the tripfag contempt all of a sudden? I honestly don't recall this from before 2012.
Henry Collins
If watching a compiler compile things tells you anything, it's how much shitty nigger-rigged C code is out there.
Nathan Stewart
...
Jonathan Rogers
please do not use bad google transaltions.
Ich möchte nur einmal kurz etwas einwerfen. Was sie als Linux bezeichnen ist in Warheit GNU/Linux, oder wie ich es vor kurzem zu bezeichen begonnen habe, GNU plus Linux. Linux an sich ist kein Betriebssystem, sondern eine weitere freie Komponente eines voll Funktionsfähigen GNU Systems, welches durch die GNU corelibs, shell utilities und andere wichtige System Komponente nützlich gemacht wird und ein Betriebssystem ist, wie es durch das POSIX definiert ist. Viele Computer Nutzer benutzen eine modifizierte Version des GNU Systems jeden Tag ohne es zu bemerken. Durch eine Eigenartige Wendung wird die Version von GNU, die heute weit verbreitet ist, of Linux genannt und viele der Nutzer sind sich nicht bewusst, dass es eigentlich das GNU Syste, welches von dem GNU Projekt entwickelt wurde ist. Es existiert wirklich ein Linux, und diese Leute benutzen es, jedoch handelt es sich dabei nur um einen Teil ihres Systems. Linux ist ein Kernel: das Programm im System welches die durch die Maschine bereitgestellten Ressourcen an andere laufende Programme verteilt. Der Kernel ist ein essentieller Teil eines Betriebssystems, ohne den Rest des Systems nutzlos; er kann nur in zusammenarbeit mit dem Rest des Systems funktionieren. Linux wird für gewöhnlich in Kombination mit dem GNU Betriebssystem verwendet: Das ganze System ist eigentlich GNU mit dem Linux Kernel, oder GNU/Linux. Alle so genannten Linux Distributionen sind in Warheit Distributionen von GNU/LINUX!
Gavin Foster
of course, many of us do this user
Jace Bailey
dubs of truth
Julian Ross
Can anyone help me with ebuilds? How do they work?
Jose Wright
your HDD must have a winblows compatible filesystem, that is the only requirement
James Wright
seconding this question
David Turner
How much extra crap does LXDE come with? I want to install fedora lxde edition and just use openbox on it's own.
Oliver Powell
Setting up the partitions for my SSD to have both Windows and Ubuntu is easy, since Ubuntu's installer does pretty much everything. But, how would I do up the HDD, though? Would I partition that as well? It's been a while since I've used Windows, and I just remember adding the whole drive to the system as drive D and not having the option of formatting a part of it.
Bentley Peterson
I get that I can do --autounmask-write, but it will write exactly what I am adding manually to the file. Why doesn't this work when I manually add it?
>what you have isn't the same You mean the >= sign? I have tried to enter it with just = and without anything before it. It still doesn't work.
I guess I will do autoummask and see what it writes and compare to what I was doing.
Gabriel Johnson
Alright boys, here's a somewhat specific question:
I'm helping a friend buy a PC, he wants to run linux mint on it (he's a linux first timer). I found a pretty good deal on a Dell Precision at a local store. It's a M4700. Thing is, there's two models: one with a Nvidia Quadro K1000M, and other with an AMD FirePro M4000. That's the only difference.
I have a dell latitude, and I've never had any troubles running mint on it. Do you know if the Precisions are troublesome to set up? Which card (brand, rather) do you recommend as hassle free (or as hassle free as laptop GPUs can get in relation to linux)?
Ethan Thomas
use gparted and make your HDD FAT or some shit like that, unless it already works for windows, then just plug the shit and done
Ryan Stewart
New to linux, I uninstalled the firefox that came with mint because it was an outdated version and I downloaded a newer version. However this firefox doesn't come up when I search firefox in the menu. How can I make mint know that this firefox is the right firefox?
you need to make a firefox.desktop on the applications directory Cinnamon uses
Brandon Richardson
>keyword belongs in the /etc/portage/package.keywords. not package.use
Alexander Gomez
right click on the menu where you want the link
Ryder Edwards
Sorry, do you mind explaining how to do this?
Cameron Carter
see also: just copy an old one and edit it, it's pretty self explanatory
Parker Reyes
Oh sweet user. This is perfect. Thousand thanks. The computer itself is not there, but the previous and newer models are, and they seemed to work well regardless of the card vendor.
Thomas Butler
you usually have a directory representing your applications displayed, use your file manager to go there, it might be bookmarked or you can google for the location
alternatively might work too
just don't forget to accept the option of firefox to make it your default browser
Robert Wright
also this , copy one and edit
Jacob Rogers
Thanks guys I just configured the menus and added the downloaded firefox, had to assign an icon for it like three times lol but it worked out.
Gavin Reyes
welcome to the world of unix, where everything is done by editing files
Christopher Hernandez
*except for systemd/linux
Angel Fisher
Is there a good guide for learning how to use the terminal
I'm trying to install Debian on my PC, everytime I start the graphical installer the computer freezes on the language seleccion screen (or perhaps the keyboard and mouse stop working)
Anyone could help me out here?
Connor Turner
Download another iso or/and burn it in another CD, might be corrupted/scratched. All I can help.
Sebastian Fisher
I tried 2 DVDs from different version and I downloaded it again and tried on a USB stick. Still no luck.
Oliver Hughes
I recently switched from xfce+whatever their default wm is to i3 and I'm really liking all the keyboard shortcuts and such but I was wondering if there are any good noob-friendly ricing guides or maybe a list of recommended programs to install alongside it? I really miss having an icon displayed when I use the keyboard shortcuts to change brightness + volume, etc
Josiah Clark
by any chance you are not burning that with unetbootin?
I'm using Rufus for the USB and ImgBurn for the DVDs. Unetbootin never worked for me in the past.
Elijah Ortiz
/sci/ fag here. Can someone explain to me why Fedora and others package "science," distributions with relatively unknown and extremely dated software suites? Are labs actually utilizing this antique code for production and why?
Dominic Gray
Can I change the playback speed of a video (making it shorter) with ffmpeg?
Christopher Gutierrez
is for "stability", get shocked
Grayson Brooks
>imageboard >nobody is posting pictures
Gavin Phillips
who is the mascot between mozilla and tux?
Jordan Gonzalez
BSD Looks worried about something. how useful are these videos anyways? I'd like to know if I'd be better off just reading tutorials and playing before I waste the time and bandwidth downloading them
Noah Evans
some icedtea ugly penguin I think
you have videos for several levels, check the magnet content in your favorite program before downloading
Carter Allen
Fellow /sci/entist here. We used Scientific Linux in the lab I worked for 2 years ago. It was a common toolset generally accepted in the physics research I was doing at the time.
Since then I went into the private sector and we have macs and custom house software that we work on in tandem.
Personally I found the Linux systems in the old lab much nicer from the standpoint of predictability. Everything was rock solid stable and with macs things can go completely sideways at times.
I don't know anything about Fedora in particular, but if I had to guess those dated tools probably are the standard somewhere or other else they wouldn't bother to package them.
AFAIK most of the labs and companies my friends from school work with are running either Scientific, Red Hat, or Ubuntu Linux with a few others being Mac based like mine. Nobody seems to be doing anything with Windows.
Grayson Ross
>tfw you realize that your license allows others to take your code and make it proprietary
Evan Kelly
saved
Dominic Price
At least it's free software.
Adam Roberts
sure
Aaron Mitchell
That's basically it. Sometimes you need a lesser copyleft so developers of proprietary crap can use your free libs and shit, which is obviously better than a program that is completly nonfree. GNU provides the LGPL for such situations.
I have looked, and I have no idea how to solve this. Please help
Jordan Reed
My computer-illiterate brother claims his old netbook running a Debian netinstall with LXDE (that I set up for him) is "too slow". Whenever I used it it seemed fine though. It wasn't using much of his 2GB of RAM ever, and the intel atom seemed competent enough.
I'm not sure if it's due to the inescapable fact that he's browsing the internet and that is a performance hog, or if there's something I could improve for him. I run Debian netinstalls on all my machines, but admittedly none are as ancient as his netbook.
He's just annoying the crap out of me because he claims Windows XP was faster for him.
What would you do?
Adrian Williams
Can you give more of a description? What are you trying to do before this error happens?
Brandon Powell
I was trying to run steam through the terminal with "STEAM_RUNTIME=0 steam"
running stem normally through terminal results in this
Isaac Morgan
You could write a script that writes a line in a logfile when the cpu or ram goes high and let it run for a day so you know which programs cause it.
Oliver Lopez
sorry, meant for
Adrian Morris
After reading that people lost their home directories after running steam.sh, I'd never install steam on my machine tho.
>freedom 4 >use it in proprietary stuff and make money from it >oops, no you can't, get cucked
John Cook
Can you run steam again and post output?
Caleb Parker
>implying you can't sell GPL software But of course, that is not what you thinking, what you really mean is having a monopoly over the software and cuck everyone else.
Tyler Bennett
the output is the same, with or without the STEAM_RUNTIME=0 part
Owen Clark
Where can I get decent, modern X11 cursors that weren't made for edgy teenagers?
Evan Wood
Exactly, being able to exploit my creation for my exclusive benefit like any inventor or writer or creator, despite having used 0.01% of GPL code in it.
Liam Bailey
So I just did a fresh install of debian stable, and I changed the sources.list to be testing. BUT, when I run dist-upgrade, or try to upgrade at all, I get an error about how systemd would break rdnssd. Any else had a similar problem when switching to testing?
>Because 0.01% of your code is GPL, 100% of your code is GPL now >Take this free hammer, but everything you build with it belongs to the socialist cult of Lincucks
That's literally cucking. That's why the superior truly free license will always be the BSD.
Andrew Cooper
Thank you very much. Don't know how I didn't find that myself, but it worked
Brody Cook
low quality bait
Colton Jenkins
Is it possible to install linux on an entirely separate hard drive than a windows 10 installation?