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.
Nethogs isn't what I'm looking for since that seems to show how much bandwidth each process uses, but I'm looking for a monitor of each connection's bandwidth, restricted to only one process.
Windows' Resource Monitor actually manages to do this, so surely there's a linux tool that can handle the job.
Evan Baker
Hello and thank you for a more SFW image.
I am curious as to how to enable html5 in a firefox browser on linux.
I googled "html 5 linux" and all I can seem to find it tricks and leet hacks to enable it.
Is it not available on linux natively yet?
Austin Cooper
Is there a way to send a signal that shutdown sends, but not actually shut it down? Just get to the basic login but kill all services etc I need to unmount of drives and maintence them.
Samuel Young
unmount which drives?
If it's your / drive then do maintenance from a live CD.
Otherwise shutdown just sends SIGTERM to all processes, then SIGKILL a few seconds later. If you have a system with init you could switch to runlevel 1 (sudo init 1 I believe), but if the drive ISN'T your / drive then you shouldn't even need to go that far to unmount it.
Cameron Watson
extra data drives, /home, /srv They are slow as fuck(1mb/s) so i need to defrag(showing 50-85% fragmentation) and repair them(xfs) I have programs and services that are run on those mount points that i use in the xsession,and i cant seem to keep them killed loging out back to getty
Oliver James
while :; do xrandr --output $(xrandr | awk '/ connected/ { print $1 }') --gamma 0.$((RANDOM%9)):0.$((RANDOM%9)):0.$((RANDOM%9)); done
Alexander Gray
Just use a live CD, it's usually the easiest/safest for drive maintenance.
Ryder Flores
What will happen when I kill -9 1?
Robert Powell
Nothing useful I'm sure...
Colton Ward
I'm very tempted to try this right now..
John Bennett
Maybe a good moment to start shell scripting? You could read out the current value and add or substact 1 to it.
On the other hand, xbacklight handles brightness much better than xrandr. You should try to get it work somehow.
Christopher Nguyen
If you do, reset the colors after via --gamma 1:1:1.
Nathaniel Torres
I did it. It was quite amusing.
Sebastian Taylor
Reminder we have two threads on /t/ - Torrents
Training videos for GNU/Linux (torrents) Ported videogames (torrents) Now we need one thread on /vg/ - Video Game Generals
Man, i'm still trying to use just a wm setup, and it's going terribly. I still can't use any browsers, i can't open up anything except sciTE and the terminal(xterm), and i keep getting XxXXXXX: 00000000 esque errors when i try to open something like chromium.
Using debian testing/dwm/xorg/slim setup
Juan Lopez
this works for me on arch linux. i'm using iceweasel, but it should work with any firefox.
I've added a collection of perl scripts, in a folder, to my path and PERLLIB. It finds the programs fine and they run, but it dosent find the pm with all of the configuration settings in it, that all the other script
Nicholas Sullivan
You got it boss good luck
Josiah Gray
So what I did what google the error message and check the first few results. Going forward, usually you won't run in to something nobodys ever heard of, so that's a good place to start.
Ian Gutierrez
Thank you for not just brushing me off though, I google more next time for sure
Justin Torres
Your welcome have a blessed day
Chase Kelly
Try a search engine that respects your freedoms such as searx.
Adam Myers
I normally use startpage by ixquick, but this is a new computer
Dominic Powell
Hey, I'm fairly new to GNU/Linux. Currently I am dual-booting Windows 10 and Linux Mint. What would be a good, stable distro for me to move onto once I become more experienced?
Noah Adams
...
Andrew Williams
Do it.
Christian Clark
Is there an elegant way to split a container in i3 into tabbed layout? I added this command into my config: bindsym $mod+o split v; layout tabbed I haven't found a single command that does this in the i3 user guide.
Gavin Hughes
Ubuntu
Thomas Watson
As you get more experience you'll find a distro you want to use and don't have to ask.
Ayden Fisher
$mod+w
If you want to split the tab vertically then $mod+v afterward.
The answer seems too simple so I might have misunderstood the question.
Adam Martin
if i want a list of all the software installed on my computer i do sudo dpkg --get-selections
but that list doesn't include , for example, htop, glances, etc...
that is, programs you install by typing sudo apt-get install
where can i get a list of the software i installed on the command line?
Jack Miller
Imagine if I had a container with two windows opened and if I wanted to create a container in place of one of those windows with a tabbed layout. If I pressed $mod+w, it would just change the layout of the parent container to tabbed. I don't want that. See pic related.
I just formatted a external HDD with ext4 (and LUKS encryption). Now I couldn't write anything to it. So I changed the write/read permissions of the mounted (mounted it by entering the password on the GUI) to everybody as root, recursively for everything that already was on the disk. > drwxr-xrwx 3 root root 4096 Jul 15 15:08 externalHDD Was this the right thing to do?
When I plug it into another Linux system somewhere, will I be able to directly access it with read/write privileges now too?
And why are there missing some GB of free spaced (df -h for that external HDD): > /dev/dm-3 917G 72M 871G 1%
Nicholas White
>as root No. Set it as your user. Set everything to 765
>freespace 1024 vs 1000 bit
Carson Rodriguez
What is this deal with the AMD drivers and the incompatibility with all the distros that is going on right now?
I just installed Ubuntu and tried to run steam, and I have been having so many issues I just gave up.
Christopher Gutierrez
I can't change it as user. It's mounted in /media/USERNAME/externalHDD
>1024 vs 1000 bit It's a 1TB HDD, so 917GB should be the real GiB value. I don't think df mixes up GB and GiB in the same line.
Also read about reserved blocks on the mkfs.ext4 and tune2fs man pages. Although it's usually set to 5% by default.
Eli Rivera
how do I make battery last longer for my laptop?
James Young
>cant change username You are giving it the mount point, you can call ti what ever you want
crypsetup luksOpen /dev/sda niggerfaggot >type in password mount /dev/mapper/niggerfaggot /media/brad/externalHDD >cant change it as a user sudo chown -R brad:brad /media/brad/externalHDD sudo chmod -R 765 /media/brad/externalHDD
Ryan Watson
Thank you. And now it will also work on other Linux PCs (with other usernames) when I take the HDD somewhere else without having root there?
Eli Harris
You may have installed it in a non-standard location. What's the output of whereis glances?
Cameron Lewis
>You are giving it the mount point, you can call ti what ever you want Yes, but usually I just plug it in and enter the password via the GUI so the it gets mounted in this folder automatically.
> sudo chmod -R 765 /media/brad/externalHDD Did this now too in addition to the first line which also suggested. Thanks.
Alexander Jackson
Install TLP, what distro are you using? TLP is the best manager I've found, use it on my arch laptop. Different distros use different things I think, arch doesn't start off with one but TLP works great and is easily configurable with /etc/default/tlp file. enable service with systemctl enable tlp then do systemctl start tlp
Owen Collins
Just installed manjaro, what is a good text editor for python and C++?
Ian Stewart
here you go > whereis glances glances: /usr/local/bin/glances
Caleb Hughes
It works on the desktop PC I made these changes now. But it doesn't work on my Notebook, still can't write anything to the HDD there.
Jayden Stewart
sublime text
Camden Parker
Pardon me since I'm a huge n00b, but I can't find it in terminal with pacman -Ss "Sublime text"
Hudson Ortiz
yeah, arch. Is tlp the name of the package? is it on pacman or aur?
Austin Baker
It is in the aur, you need an aur helper to install it, or download the pacakge from aur and use makepkg also its sublime-text
John Butler
vim, emacs and list goes on...
I'm joking, the list ends there.
David Foster
kek
Anthony Moore
Why would you want to have to memorize 50 keybinds to get BASIC functionality? Maybe whne you had 1kb of ram and 1mb of hdd space. Not anymore Get out of the past granpa
Jacob Barnes
Yeah, /usr/local is where locally installed programs are located. If you want it to show up in the dpkg listing, it needs to be installed normally (usually through the package manager "aptitude install glances" or compiled from source "make install")
Jaxson Cox
thanks senpai
Jordan Nguyen
I know learning new things is hard, user. Some of us weren't gifted with the ability to remember more than 50 things, so I see why it's hard for you.
You can use whatever editor you like, but you have to get used to the fact I'm always going to laugh at you and your 'Get out of the past granpa' insults.
Grayson Hughes
Best email client? I've been using mutt but started wanting something with somewhat of a gui. Is Claws Mail my best option?
Ryan Roberts
>Thunderbird >Evolution >Kmall >Geary >TrojLtá >Claws Mail >Kmail >N1
Jaxon Clark
I can only install sublime text 2, can't find 3
Nicholas Allen
>alt+n >notepadqq launches >i start typing No need to have complicated reasons for no reason :^)
Luis Morris
sublime-text-dev
Search aur...
Jaxson Martin
As stated above I'm very new to linux and especially arch.
Jayden Hill
>>alt+n The fuck you virgins remember shit like this. Bet your a LFS NEET lol
>>i start typing How do you remember were the keys are? I bet you memorized them you no life autist lmao.
Hunter Phillips
>being this mad that someone wants to use sane means to do basic tasks I dont have to do alt+i+u+c+e just to start typing. I dont have to alt+d+e+l to delete text.
Lfs is shit
Parker Moore
>alt+i+u+c+e >alt+d+e+l And now comes the made up examples.
Gabriel King
>man vi ^a-^z ^~ through ^+ ^A-^Z
Sure sounds like a sane way to go about editing text.You know, as simple thing as typing and saving text, i should have to learn all these key bindings
Jose Jackson
How do you edit on a command line? Do you use the arrow keys?
Ian Martinez
Here's an off question.
I gave my 8 year old nephew a nice shiny linux system per his mother's request. Now that he has this new freedom she's asking me to put a content filter on the browser.
The only thing I'd probably filter is just porn, any suggestions on anything OSS in this field?
Connor Scott
Set hosts file use a filtering proxy tell mother that she dosent need to harbour her kid.As she will breed a Sup Forums tard.
Hudson Clark
Keep the computer in the living room. Old school content filter.
Jacob Garcia
What's your favorite Window Manager Sup Forums?
I recently made the jump to Awesome from Gnome 3. It was confusing at first because I was spoiled by the ease of Gnome's menus, but after getting used to keybinds, Awesome is feeling pretty comfy.
Kayden Murphy
fluxbox
Wyatt Hall
awesome
Jonathan Cooper
see
Easton Reyes
Just wanted to say that Ganoo slush Linucks is some of the best and yet most autistic shit I've ever used
>start with fedora >go to debian >go back to fedora because I discovered RPM Fusion and easylife >Lol easylife can't install your amd fglrx because we're just going to voluntarily stop supporting the drivers XD >but you can install nouveau, even though Nvidia actively opposes foss/open source >go to Ubuntu >it actually just werks
But wait, there's more! >try to install steam It would make too much sense to include the libgl1 and i386 dependencies needed to run steam with the steam package, why would you want that?
WHY WOULD YOU WANT TO INCLUDE THE DEPENDENCIES NEEDED TO RUN A CERTAIN SOFTWARE, WHO WOULD DO THAT??? >linux >you can run Memerim on it easily >but you can't run VisualBoyAdvance
what the fugg lastly, for my personal blog ending - fuck AMD for stopping supporting their good drivers I realize radeon open source will be good in the long run but its a pain in the ass now, fuck steam for not including dependencies, fuck nvidia for being the best for linux and yet the worst, fuck stallman adherents for having an actual phobia to non-free software compatibility and codecs, and lastly fuck canonical even though they made the best distro for normal human beings that don't have severe level autism
Landon Roberts
forgot to mention the most important honorable mention - fuck microsoft for finally making their OS unusable to the point of no return
Kevin Kelly
Here's Debian testing with nvidia proprietary drivers and about 1/4 of my steam library. I'd like to setup a KVM, but my CPU doesn't have the good stuff.
Zachary Baker
I'm jelly, I wish I would have known about the whole AMD thing before I bought this card for my PC, I had no idea.
I don't understand the Lincucks OS, I was able to install steam and run TF2 on both Debian and Fedora, yet I can't on Ubotnet I want to go away
Nicholas Cook
Why is openwrt so shit on my router? Why am I such a retard?
Ayden Parker
>yet I can't on Ubotnet It's time to leave it.
Logan Gray
>autistic Define autistic.
Evan Howard
just install korora if you're dumb
Brandon Jones
>define autistic Smarter than me
Didn't you watch that video bloomberg did with Linus, he said "maybe I'm autistic or something" it was a 10/10 quote my bullshit aside, I have met many autistic people who are retards with some things and yet outright brilliant on whatever it is their attention has been fixated on
So Sup Forums is full of autistic gnu/linux pedos
gonna look it up right now, thanks
I'm hesitant to use other distros but I've been assblasted with ubongos for a long time
Lincoln Lewis
BEHOLD! The distro were winfags will feel at home, Linux Lite.
Here they can do what they know best, pushing buttons!