[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

/fglt/ - Friendly GNU/Linux Thread

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 312
Thread images: 35

File: 1468986600057.jpg (73KB, 500x615px) Image search: [Google]
1468986600057.jpg
73KB, 500x615px
Previously on: >>55765993

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.

Meet the /fglt/ team:

IRC: irc://chat.freenode.net:6667/flt (6697 for SSL)
If you don't have an IRC client, you can use a web client:
https://webchat.freenode.net/?channels=flt
https://kiwiirc.com/client/irc.freenode.net/flt
WEB: http://fglt.nl/

* Resources:
Your friendly neighborhood search engine (searx, ixquick, startpage, whatever.)
$ man <insert command here>
https://wiki.archlinux.org (Most troubleshoots work on all distros.)
https://wiki.gentoo.org (Please see comment above.)
https://wiki.installgentoo.com/index.php/Category:GNU/Linux
https://prism-break.org/en/categories/gnu-linux/
http://linuxcommand.org/tlcl.php
https://www.gnu.org

Friends:
>>>/t/707928 - /t/'s GNU/Linux Games
>>>/t/713097 - /t/'s GNU/Linux Training Videos

Copypasta:
https://ghostbin.com/paste/b6gpb
>>
File: 126132.png (104KB, 304x400px) Image search: [Google]
126132.png
104KB, 304x400px
It's just GNU/Linux Thread, not Friendly/GNU/Linux Thread.
>>
>>55784312
Edgy
>>
Why on earth would I want to use i3-gaps? Aren't tiling WM supposed to optimize window space?
>>
File: autism.gif (68KB, 500x293px) Image search: [Google]
autism.gif
68KB, 500x293px
>>55784345
>Aren't tiling WM supposed to optimize window space?

Yes, but the meta-game for ricing your desktop is to have gaps between tiled windows with pastel colors everywhere.
>>
>>55784345

On the theme of i3, is there a way to get alternating colors when having open multiple tabs? When I have say 4 tabs they kind of blend because they're all the same color.
>>
>>55784360
I like to use gaps with 1px borders.

It maximizes space while not having huge borders to differentiate between windows.
>>
>>55784380

By tab color I mean the top bar that turns blue for the current active tab. I'd like inactive tabs to have a different color than their neighbour in the same container.
>>
I have a bunch of huge gifs I want to convert to webm. What ffmpeg settings should I use to get the best quality?
>>
>>55784426
-quality good -cpu-used 0


will give about the same quality as -quality best IIRC
>>
>>55784345
If you have used a tiling wm without gaps for a while, you're thankful about some gaps that help you distinguish the windows. Additionally it feels less "claustrophobic".
>>
>>55784426

Pasta:

4chan’s guide to converting GIF to WebM

Grab ffmpeg from https://www.ffmpeg.org/download.html

It's a command line tool which means you will have to type things with your keyboard instead of clicking on buttons.

The most trivial operation would be converting gifs:

ffmpeg -i your_gif.gif -c:v libvpx -crf 12 -b:v 500K output.webm

-crf values can go from 4 to 63. Lower values mean better quality.
-b:v is the maximum allowed bitrate. Higher means better quality.

To convert a part of a video file:

ffmpeg -i your_video.mkv -ss 00:00:10.000 -to 00:00:20.000 -c:v libvpx -crf 4 -b:v 1500K -vf scale=640:-1 -an output.webm

-ss is the start position in number of seconds, or in hh:mm:ss[.xxx] format. You can get it using your video player (Ctrl-G in MPC-HC).
-to is the end position.
-vf scale=640:-1 sets the width to 640px. The height will be calculated automatically according to the aspect ratio of the input.
-an disables audio. 4chan will reject your files if they contain audio streams.

Another encoding guide: https://trac.ffmpeg.org/wiki/vpxEncodingGuide
ffmpeg documentation: https://www.ffmpeg.org/ffmpeg.html

Current limits for WebM files on 4chan are:

Maximum file size is 3072KB.
Maximum duration is 120 seconds.
Maximum resolution is 2048x2048 pixels.
No audio streams.
>>
>>55784528
Actual limitations:

Current limits for WebM files on 4chan are:

Maximum file size is 4096KB.
Maximum duration is 300 seconds (5 minutes).
Maximum resolution is 2048x2048 pixels.
No audio streams except on /gif/ and /wsg/. (use -an)

Current limits for WebM files on 42chan are:

Maximum file size is 8192KB.
Maximum resolution is 10000x10000 pixels.
Audio streams permitted globally.

https://wiki.installgentoo.com/index.php/WebM
>>
File: 1464390970801.jpg (49KB, 640x360px) Image search: [Google]
1464390970801.jpg
49KB, 640x360px
>>55784360
I like you.
>>55784466
>you're thankful about some gaps that help you distinguish the windows
No I'm not. I can distinguish very well between different windows without gaps, thats what borders and colors are for....
>>55784380
Sorry, I can't help you.
>>
I miss when these threads moved fast and I could sit here all day and have something to do. Now I'm bored all the time.
>>
File: u wot.jpg (160KB, 712x1068px) Image search: [Google]
u wot.jpg
160KB, 712x1068px
Reposting from last thread:
Getting real tired of running Nvidia proprietary drivers. It shits itself with every kernel update despite them doing DKM modules and it's frustrating since I have to switch to integrated graphics whenever it does i to reinstall. How's AMDGPU right now with the 4.7 kernel? I'm tempted to just ditch the 970 and sideupgrade to a RX480 when the stock stabilizes. I don't even mind installing AMDGPU PRO if I can get more performance. That's their main disadvantage, but if it can handle console emulation and some games at decent fps, then I might just do it.
>>
>>55784704
The only time this thread moves quickly now is when summerfags get into shitposting wars.
Everything else is "I'm installing lanux for first time why dosnt insatller wurk?!?"
>>
Void Linux seems to be the most sane distro out there but how much of a Linux guru do you need to be to run it?
>>
>>55784787
You misspelled Debian.
>>
>>55784802
>systemd
>sane

Even the most hardcore of apologists would hesitate to agree with you.
>>
>>55784815
You don't need to use systemd, newfag.
>>
>>55784826
Does the phrase "sane defaults" mean anything to you?
>>
>>55784704
>>55784754
Buttons 9 and 8 of my mouse not working while using py3status on_click handler, however, they work when tested on xev or browser. Any workaround?
>>
>>55784787
>sane
hipster*
>>
what multifunction printer/scanners work out of the box? any recently released/widely available ones? what manufacturers of mfp are good about supporting loonux?

i have a brother right now. printing works out of the box using a similar but not same driver from cups, or i can download specific driver from brother. scanning requires me to download a brscan deb from brother and another deb if i don't want to manually fidget with udev permissions.

this is annoying but ok for me, but not workable for the nontechnical should i ever want to hand off a computer to someone. that or should i just install windows 10 and lock the admin account password away somewhere so they can't fuck their shit up?
>>
>>55784815
When someone starts with the systemd is bad meme, you usually know that this someone is a memer himself, trying to fit in, but really has no idea what he is talking about.
>>
>>55784915
/usr/lib/python3.5/site-packages/py3status/__init__.py
Line 287-294:
if not key.startswith('on_click'):
config[section_name][key] = value
else:
# on_click special parameters
try:
button = int(key.split()[1])
if button not in range(1, 6):
raise ValueError('should be 1, 2, 3, 4 or 5')


Try expanding that range in the second to last line from 6 to 10 and see if it helps.
>>
>>55784949
http://www.openprinting.org/printers
>>
>>55785214
>only talks about printing and not scanning
i looked at hp's site since i recall their hplip stuff getting picked up whenever i install cups, but all their scanning functionality requires additional download ("driver plugin") too.
>>
>>55785115
locate py3status | grep init
/usr/lib/python2.7/dist-packages/py3status/__init__.py
/usr/lib/python2.7/dist-packages/py3status/__init__.pyc
/usr/lib/python2.7/dist-packages/py3status/modules/__init__.py
/usr/lib/python2.7/dist-packages/py3status/modules/__init__.pyc

Opened every one of them but there are no lines like the ones yo posted.
>>
>>55785300
http://www.sane-project.org/lists/sane-mfgs-cvs.html

some of the devices there are multifunction printer/scanners
>>
>>55784949
http://hplipopensource.com/hplip-web/install_wizard/index.html
http://hplipopensource.com/hplip-web/supported_devices/
Do your own research
>>
>>55784704
This is what happens when people are not constructive. Shitposting and distro wars will get you no where.

Get constructive, post useful things, post your own how-twos, discuss about it, improve it.
>>
>>55784787

You're not "guru" enough to know how to install it, but you somehow know it's the most "sane" distribution out there?
What an idiot you are.
>>
>>55785317
grep -Rn for on_click in dist-packages/py3status and look around it for any sort of range being defined for the buttons
>>
>>55785449

F R I E N D L Y

F R I E N D L Y


>>55785449
>>
File: 1468973690552.jpg (174KB, 1045x516px) Image search: [Google]
1468973690552.jpg
174KB, 1045x516px
I'm working on a universal and to-go guide for setting up DNS services for the newfriends. What should I mention? DNSCrypt+DNSMasq? Unbound?
>>
>>55785458
I love you, it worked. Had to change it twice. Ended up being /usr/lib/python2.7/dist-packages/py3status/i3status.py file, which had two blocks defining range.
>>
if I use yaourt to install 2bwm how would I go about finding the source, editing the config.h, and recompiling?

Yes I want to use yaourt and not just clone and compile it so I can have packman recognise it as a package.
>>
>>55785648
yaourt is trash, just use cower (or nothing) and build it yourself with makepkg. That way you have complete control.
>>
>>55785670
Why is yaourt trash and why is cower better? can I edit config files with cower?
>>
>>55785648
>git clone https://aur.archlinux.org/package-name.git
>cd package-name
>makepkg
>pacman -U new-package.xz

Read the man page for makepkg to get the options for unpacking source without immediately building, etc. so you can edit before continuing the build process.
>>
File: scroté.png (124KB, 1366x768px) Image search: [Google]
scroté.png
124KB, 1366x768px
What are you thoughts on Snap packages /fglt/ ?
>>
>>55785739
>git clone
$cd /tmp && curl -O <<link to "download snapshot">>
$tar -xvf package.tar.gz && cd package/ && makepkg -wri
>>
>>55785815
>wri
sri*
>>
>>55785449
When did I say I don't know how to install it? You sounds like a very angry person.
>>
>>55784748
My proprietary Nvidia drivers don't shit themselves with every kernel update.
What are you doing?
>>
>>55785815
You're not familiar with the AUR are you?
>>
>>55785745
cancer
>>
>>55786093
Oh that edge
>>
>>55785739
When I run pacman -Syu will these get updated as well?
>>
>>55786107
No. Checking for and updating all AUR packages is where an AUR-helper can come in handy, but ever since AUR moved to git yaourt is far too bloated for just that task.
>>
>>55786148
Ah damn. What would you recommend then, or were you the one who recommended cower for that.
>>
File: 1468310256607.jpg (67KB, 466x770px) Image search: [Google]
1468310256607.jpg
67KB, 466x770px
This is a friendly thread.
>>
>>55785745
Stupid shit I don't want
>>
>>55786266
Why do you think it's stupid, care to explain ?
>>
>>55785745
Since snaps packages are isolated and distro independent, closed source devs may actually port their applications for Linux via snaps. So, yeah it's cool
>>
The truth about Arch Linux:
https://lists.archlinux.org/pipermail/arch-general/2015-July/039443.html
>>
>>55786354
Where do people get all these ideas about minimalism and shit?

The main draw of Arch is it's really easy to maintain since the packages are so streamlined.
>>
>>55786440
https://wiki.archlinux.org/index.php/Arch_terminology#KISS
https://wiki.archlinux.org/index.php/Arch_Linux#Simplicity
>>
>>55786201
>>55785682
Cower just searches, checks for updates and downloads (all done manually) and you just makepkg it. It's better because you have more control. And yes, you can configure it first unlike yaourt that does it automatically.
>>
>>55786063
They sometimes work after an update, but they didn't on the last update to 4.6.4.
>>
>>55786509
Yeah, simple. I type pacman -S package and package gets installed and works because every optional feature is compiled so nothing will have a chance to be missing.
>>
>>55786523
Like on every other distro.
>>
>>55786266
>A snap is a fancy zip file containing an application together with its dependencies

Not only would that require you to reinstall copies of those dependencies over and over again, it also means that they would use those dependencies, not those on your system you can control.
>>
Debian or Fedora for a laptop?
>>
>>55786547
what is static linking
>>
>>55786523
>pacman -S package
You're not supposed to do that, you're risking a partial update and system breakage.
>>
>>55786564
Have you ever even used Arch before?
>>
>>55786574
he's right
pacman -Syu firefox
>>
>>55786523
>pacman -S
Why not a proper switch like -i or even more simple: apt-get install :)
>>
>>55786564
>>55786583
Running -Sy then installing packages is a partial update. If you just -S then you're still getting the package versions of the last time you did an upgrade (unless you waited too long and the old versions were purged from the repo).
>>
File: 1464289704225.gif (9KB, 150x120px) Image search: [Google]
1464289704225.gif
9KB, 150x120px
Found the first Arch logo (2002) on wayback machine,
>>
>>55786602
Oh, you're right, I was wrong.
>>
>>55786617
http://web.archive.org/web/20020802133355/http://archlinux.org/logos.php
http://web.archive.org/web/20020605061933/http://www.archlinux.org/faq.php
>>
>>55786597
i: Information
S: Synchronise
>>
How do I append text to the end of a file in vi. When hitting L my cursor only goes to the last space, and I have to use the arrow keys (in insert mode) to get further
>>
>>55786878
G -> A

G goes to the last line, A goes to the end of the line and switches to insert mode.

If you want to insert on a new line instead of the end of the last existing line, then use o instead of A.
>>
>>55786918
Thank you anon for saving me like 2 minutes of googling.
>>
File: IMG_20160727_163921_HDR.jpg (1MB, 4608x3456px) Image search: [Google]
IMG_20160727_163921_HDR.jpg
1MB, 4608x3456px
i used unetbootin to install debian but when i select it on the list i get this. any help?

options are
enter = OS selection and esc = uefi settings
>>
Hey guys

I just installed Ubuntu on my system and I'm completely new to this.

What commands should I run if I want to download mpv from github? (https://github.c.com/mpv-player/mpv)

I assume I'll also have to compile the package before I can use it, right? How would I go about that?
>>
>>55787372
try dissabling secure boot.
>>
>>55787459
ALWAYS try and download everything through you package manager
 sudo apt-get install mpv 
>>
>>55787481
All right, then what?
Do I compile it now or something?
>>
>>55787601
You don't have to compile it, it's included in the official repos.
>>
I'm running ubuntu 14.04 on my old asus u31f, and i get the occasional slowdown. its on a 500 Gb HDD, and i was wondering, will i see much improvement if i swap that for a 120 Gb SSD and install 16.04. the rest of the specs are in pic related, the HDD is also partitioned to fit windows, but the SSD would be ubuntu only. Also are there other options that are easier for my laptop to run, but will still allow me to use things like matlab and openfoam?
>>
>>55787646
Did I fuck up somewhere
>>
>>55787694
fug wrong image
>>
>>55787705
Sometimes software included in a distro's official packages are broken (fucking Ubuntu) so you have to install them via a PPA
https://launchpad.net/~mc3man/+archive/ubuntu/mpv-tests
>>
>>55787705
Yes, you fucked up. Do you have any other mpv packages installed. Do an update first and then try
>>
File: IMG_20160727_171539_HDR.jpg (3MB, 3456x4608px) Image search: [Google]
IMG_20160727_171539_HDR.jpg
3MB, 3456x4608px
>>55787466
turning off secure boot makes it go "no bootable device"

should i change boot order?
>>
>>55787756
Don't think I did anything of the sort
>>
>>55787806
hmm see >>55787742
>>
>>55787869
Wait, it just gave me this.
>>
Using Ubuntu at uni + VM for univerity purpous.
Want to ditch Windows entirely.
Tend to install Debian but there is a flamewar about systemd (lol no clue what that even does)
So I am now struggleling with
Debian vs Slackware

Is Slackware doable for a beginner? Is it a good chopice for a purely desktop every-day system, not a heavy programmer's rig?
Will it be a system just running and doing its work, or will it fail on me, when I need it most (programming, writing papers, fapping)?

Kinda ditched the idea of using Arch or Gentoo.
>>
>>55787888
kek install youtube-dl, mpv will come as a dep automatically
>>
>try to generate key pair with gpg
>Hurrrr we don have enuf entropy xDD
How to fix?
>>
>>55787888
If you type in that command and press tab twice when your cursor is at the end of "mpv", what does it suggest? I remember having some issues installing mpv on Ubuntu as well.

>>55787908
Is that a joke?
>>
>>55787889
systemd flamewar is just like raising storm over tea cup. You don't need to worry about it if you are new
>>
>>55787889
Slackware is quite outdated. Everyone is using systemd now. Just give in already.
>>
>>55787889
Use debian. The flamewar doesn't apply to normal desktop use much so just stay out of it.

Arch and Gentoo aren't really that similar. Arch would be a solid choice too along with Debian, Fedora, (possible Ubuntu but that's more flamewars).
>>
Jeez, 16.04 is such a mess. I've been hearing of nothing but problems with it. What happened to Ubuntu?
>>
>>55787916
>Is that a joke?
Hopefully, but on the other hand I wouldn't be surprised if Ubuntu did that for some reason.

>>55787910
haveged, or just mash keys for a while. There are probably alternatives to haveged as well.
>>
>>55787793
someone please help
>>
>>55787956
Try reinstalling.
>>
I have a Thinkpad x250 and I'm REALLY sick of Windows 10. Can you guys give me some recommendations for a distro for just light stuff like internet and word processing and shit? I don't really want to tinker too hard. Give me babby's first linux.
>>
>>55787685
please advise
>>
>>55787908
No luck yet

>>55787916
>what does it suggest

It doesn't suggest anything
>>
>>55788003
sudo apt-get update
>>
>>55787923
>>55787926
Thx, just as I thought; first dig in the even consider another choice/going deeper.

>>55787930
Arch wasn't a direct competitor to Gentoo in my decision, but both seem to be more work and the "make or brake" kind of OS which - ofc - will break at crucial moments

Debian it is then.
>>
>>55788003
Install smplayer or gnome-mpv
>>
>>55787975
if i only have internet access through wifi can i still netinstall?
>>
>>55788003
>that amazon icon
>>
>>55788058
not if your wireless isn't FOSS compatible.

Just install Fedora. Debian is a supreme meme.
>>
>>55788150
>FOSS
>>
>>55788150
>your wireless isn't FOSS compatible.
how do i tell?
>>
>>55788150
>Debian is a supreme meme
That's why it's one of the oldest, still most popular distros, which was used as bottom for Ubuntu and used by the NASA at the ISS.

I understand.
>>
File: frogtard.png (67KB, 1180x1084px) Image search: [Google]
frogtard.png
67KB, 1180x1084px
>>55788197
don't feed the tards
>>
>>55788150
Fedora is actually a useless OS
>>
>>55788003
>55788033
did you do this
>55788033
>>
>>55784019
How can I install the deadbeef music player on Fedora? They don't have .rpm packages. How do I install the binary packages?
>>
>>55788294
literally first hit on google for fedora deadbeef
https://copr.fedorainfracloud.org/coprs/davidva/deadbeef/
>>
My catalog's not updating on any board and I don't know why
>>
>>55788400
Checked
>>
There was a website to customize the shell prompt. It was showing how it would look like and gave you the text to put on your .bashrc. Anyone got the link?
Or maybe some good website for that. Currently I'm reading a website and the arch wiki.
>>
>>55788400
>>55788441
I'm a fucking retard, I had it sorted by reply count
>>
>>55788400
>using the catalog
summer
>>
>>55787889
Did you try this? >>55788033
>>
>>55788633
Since I don't have any distro on my home desktop (uninstalled VM) and the once in university are certainly locked an maintained by an admin:
nope, I haven't tried that.

Besides that, I can only guess what that command does...
>>
>>55788761
It syncs the sources.list with the ubuntu servers. It's a very basic command, one you should learn.
>>
File: 1457475052954.jpg (75KB, 960x640px) Image search: [Google]
1457475052954.jpg
75KB, 960x640px
What windows manager do you guys use?
>>
>>55788881
i3
>>
>>55788895
normie
>>
>>55788761
>>55788792
This. It should always be run after adding PPAs.
>>
>>55788881
tmux
>>
>>55788881
CWM. Calm Window Manager. It's the default wm for OpenBSD, but has a port for GNU/Linux which I use. It has no window decorations by default, which I like. Resizing and moving is done by pressing the alt key. It's very simple and nice. I alos have openbox installed. I personally don't like tiling wms, so only floating for me.
>>
File: 1463862306634.webm (1MB, 1280x720px) Image search: [Google]
1463862306634.webm
1MB, 1280x720px
>>55788895
>>55788933
>>55788943
Thanks I'll check these out
>>
say i used gpg-zip to encrypt an archive, but now i want to add to that archive.

is the only way of doing that to decrypt and encrypt the new updated archive?

is there a better way of doing it, that isn't using truecrypt? thanks
>>
>>55789020
learn2crop
>>
>>55789241
I didn't make that lad
But I'll fix it just for (You)
>>
>>55788881
xfwm
>>
>>55788881
spectrwm
>>
I want to have a webpage that shows the load of my server.

Should this be dynamic (i.e. queried every time someone opens the website) or static (i.e. once every X seconds/minutes a query is done and the html file is modified)?

Dynamic sounds better but I'm afraid some russian fuck will crash my server
>>
File: 1469409039779.gif (1MB, 500x260px) Image search: [Google]
1469409039779.gif
1MB, 500x260px
>>55789020
have a gif version
>>
File: 1447498066830.gif (1MB, 400x201px) Image search: [Google]
1447498066830.gif
1MB, 400x201px
>>55788881
bspwm
>>
>>55789304
>I'm afraid some russian fuck will crash my server

Why would you let that face publicly anyways? Use SSH as a socks proxy to view the page hosted on localhost.
>>
File: 1451171608993.gif (477KB, 500x224px) Image search: [Google]
1451171608993.gif
477KB, 500x224px
>>55789020
dwm
>>
>>55789342
>Why would you let that face publicly anyways?
That servers hosts my private cloud.

>Use SSH as a socks proxy to view the page hosted on localhost
I have no idea what I just read, sorry.
>>
File: 1447966201342.gif (976KB, 500x245px) Image search: [Google]
1447966201342.gif
976KB, 500x245px
>>55788881
wmutils
>>
File: 1453261193356.png (2MB, 802x802px) Image search: [Google]
1453261193356.png
2MB, 802x802px
>>55788881
metacity
>>
>>55789020
google compiz cube
>>
File: windows10.jpg (33KB, 611x600px) Image search: [Google]
windows10.jpg
33KB, 611x600px
>>55788881
Unity
>>
File: 1443034264183.gif (546KB, 255x255px) Image search: [Google]
1443034264183.gif
546KB, 255x255px
>>55788881
awesome
>>
>>55789328
>forcing me to use a different keybinding program than xbindkeys
into the trash
>>
>>55789518
>thinking it's forcing you to use a different keybinding program than xbindkeys
>>
>>55789525
skxhd or whatever is a dependency is it not?
>>
File: 1461306841508.gif (2MB, 245x311px) Image search: [Google]
1461306841508.gif
2MB, 245x311px
>>55788881
herbstluftwm
>>
>>55788895
>no dynamic gaps
trash
>>
>>55789544
Get a better distro.
>>
File: watfuk.png (165KB, 646x520px) Image search: [Google]
watfuk.png
165KB, 646x520px
>>55789609
>filling your screen with empty space

for what purpose
>>
>>55784312
based first post.

time to get rid of the friendly
>>
>>55789621
It requires it to work, period. If you don't have it running in your xinitrc it doesn't work.
>>
>>55789609
>he doesn't use the tabbed layout
>he feels the need to waste space
>>
Hey /g/, I have Debian on my laptop and the touchscreen scrolling/zooming doesn't work on any build of Firefox that I've tried. When I attempt to use the touch scrolling, it registers it as if I were holding down on the mouse button and moving, so it just highlights text. The touchscreen features work fine on Chromium, so I know it isn't a problem with my laptop or distro.

I've googled this problem and none of the "solutions" work. I can't find any touch settings in about:config that work. Does anyone know how to change this so I can scroll using the touchscreen?
>>
>>55789704
Just use chromium. It's better anyways.
>>
>>55788881
compiz
>>
>>55789746
Doesn't Chromium feed your info to the botnet?
>>
Which is better for a beginniner; Ubuntu or Fedora?
>>
>>55790006
both are fine

more support available online for beginners on ubuntu though, so probably that one.
>>
>>55790006
*buntu
>>
>>55790006
Fedora
>>
>>55790006
Ubuntu lately has been a buggy mess, I'd go for Fedora.
>>
>>55788881
openbox
>>
>>55790006
Fuck Canonical. Go Fedora.
>>
File: 1452877559132.png (10KB, 859x157px) Image search: [Google]
1452877559132.png
10KB, 859x157px
>>55790076
>>55790127
B-but, I have AMD hardware.
>>
>>55790127
yummy yummy red hat cummy
>>
>>55790147
Well, what's the alternative? Pleb friendly distros are Ubuntu and Fedora. (Mint is utter trash, so not an option)
>>
>>55790006
Try Manjaro. It's based on Arch and you have AUR and all the jazz out of the box.
>>
>>55790137
>using catalyst
The free drivers are literally better. They'll be installed by default.
t. Someone with AMD GPU
>>
>>55790181
this, open source amd drivers are great.

The only time you'd want proprietary is if you had a n nvidia card.

go with fedora anon.
>>
>>55790181
>>55790207
Oh okay I didn't know that.
I'll give Fedora a try. Thanks anons.
>>
>>55790207
>Fedora
>Red Hat worked together witht the NSA for SELinux
>NSA distro
help
>>
>>55789633
This so much. Gaps is so much useless
>>
File: neopepe.gif (607KB, 800x792px) Image search: [Google]
neopepe.gif
607KB, 800x792px
 Traditional usage
tar {A|c|d|r|t|u|x}[GnSkUWOmpsMBiajJzZhPlRvwo] [ARG...]
>>
>>55790229
>I couldn't install it
>It's useless anyway
>>
>>55790236
>implying I even tried to install it
Why would I install something I don't like?
>>
>>55790230
>not using atool
Couldn't live without. Extracts any archive using aunpack. It even takes care of archives that normally would be scattered all over the place and puts them in a directory instread.
>>
>>55790236
I just got here.
Are you an Archfag or a Gentoofag?
>inb4 "You're out of your element, Donnie"
>>
>>55790245
>I never tried it
>I know it's shit
>>
>>55790264
How is "I'm not interested because the concept is pointless" == "I know it's shit"?

It can still be well done pointless garbage.
>>
Stop bickering like a bunch of women and post your desktop so we can settle this.
>>
>>55790297
It's against the rules now ;-;
>>
>>55790264
Never said it was shit, just said gaps on windows were really useless...
>>
File: no_bullying.png (491KB, 700x670px) Image search: [Google]
no_bullying.png
491KB, 700x670px
F   R   I   E   N   D   L   Y

R I E N D L Y F

I E N D L Y F R

E N D L Y F R I

N D L Y F R I E

D L Y F R I E N

L Y F R I E N D

Y F R I E N D L
>>
>>55790297
posting desktops is prohibited on neo /g/
only GPU posting is allowed
>>
>>55790318
Wondering why homescreen threads are allowed then. Just start new threads unil mods stop caring. I'd rather deal with anime & desktops than with GPU and speccy trash allover the board.
>>
>>55790305
It's not against the rules. AFAIK it's just a wordfilter.
>>
>>55790316
I hope you didn't type that manually.
>>
How can I stop Runit (Void) from mounting / as rw? I already have both /etc/fstab and the kernel boot line telling it to mount as ro, but it still boots up with / mounted as rw.
>>
When will kubuntu 14.04 receive the new 16 update? I was hoping it would be here by now.
>>
pleb here, how to automount a usb stick when I plug it in?
>>
https://appdb.winehq.org/objectManager.php?sClass=version&iId=33768

WoW doesn't work flawlessly on wine anymore. In fact, it doesn't work at all in most cases. This is a sad state of affairs for gnu/linux gaming. From platinum to silver in 1 patch.
https://appdb.winehq.org/objectManager.php?sClass=version&iId=33768
>>
>>55790421
Depends on a few things but you can set it in fstab.
>>
>>55790428
Thanks for sharing.
>>
>>55790318
We will bring back the ultimate obscurity https://www.youtube.com/watch?v=NK3Orc7Xqjk
>>
What command can I use to compare the filenames in two folders to check for duplicates?
>>
>>55784019
So I want to make an alias that does two things i.e runs two commands, how do I do this?
>>
>>55790403
I found it, there was a line in /etc/runit/core-services/03-filesystems.sh that mounted / as rw.
>>
>>55790745
Can you tell me the difference between rw and ro? Is rw bad? (I use rw)
>>
>>55790783
low level bait
>>
>>55790741
alias two='echo "one"; echo "two"'
Use && instead of ; if you want to run the second command only when the first didn't fail

Next to this, you don't want to use aliases; you want functions.

two() {
echo "one"
echo "two"
}
>>
>>55790783
rw is very bad, because you can accidentally delete EVERYTHING if it's enabled!
>>
>>55790811
I realized afterwards that ro is read only and felt stupid. I thought it was like, a safer mode and that rw was reckless or something.
>>
>>55790741
like normal with an && between the two
>>
>>55790842
woops yeah this guys better
>>55790815
>>
What are some aliases I should setup, got one to ssh into my raspberry pi but other than that can't think of any
>>
>>55790938
The usual suspects:

alias df='df -h'

alias du='du -hd 1'

alias cp='cp -vi'

alias mv='mv -vi'

alias rm='rm -vI'

alias mkdir='mkdir -vp'

alias rmdir='rmdir -v'

basically anything that's useful for you
>>
 cat /proc/cpuinfo | grep 'model name'


It outputs 4 lines that are idenitcal, assuming that it shows this 4 times in the file. So, how do I make it only display 1 of those lines? Thank you.
>>
>>55790938
alias cp='cp -i'
alias dirs='dirs -v'
alias grep='grep --color=auto'
alias ls='ls --color=auto'
alias mv='mv -i'
alias please='echo sudo $(history -p !!) && sudo $(history -p !!)'
alias priv='export HISTFILE=/dev/null'
alias rm='rm -I'
>>
>>55791014
I like the CP and GREP overrides, but everything else is meh
>>
>>55790938
alias a='alias'
>>
>>55791014
im gonna go add those two good ones
>>
>>55791014
alias ll='ls -al' even though i usually just type ls -al anyway since I can't remember if I've set the alias or not
>>
>>55791086
yeah mostly agree
You don't want to expect a prompt before overwrite and then be totally boned
>>
>>55791086
>I can't customize anything because I can't remember when I've customized things.

You never rely on the rm -I alias; it's only a contingency failsafe.
>>
>>55791086
Why'd u delete, bro?
I liked that shit on facebook and hashtagged it on twitter
>>
How can I add aliases that have spaces in it?
like "sudo apt install"="sudo apt update && sudo apt install"
>>
How do you lads backup dotfiles and configs, thinking of making a private github repo is this a good idea?
>>
>>55790938
sudo='sudo '
>>55791140
You can't.
>>
>>55791012
Grep the file directly instead of greping the output of cat.

I don't know add
 | head -n1

to the end.

I'm not sure how to stop after the first find with GNU grep. It might be possible but I can't see anything on the man page. With perl
perl -nwl -e '/model name/ and print and close ARGV' /proc/cpuinfo

works.
>>
>>55791145
I have one big private repo on github for pretty much everything I use regularly. Including my old projects from uni and CP. just kidding about the CP..... or am i
>>
>>55791156
I literally have an alias like this though...
alias sai="sudo apt install"
>>
>>55791164
I figured it out. Use -m 1 as an argument to grep.
cat /proc/cpuinfo | grep -m 1 'model name'
>>
>>55791202
does it work? Because I'm pretty sure there are multiple mistakes in that one
>>
>>55791212
It works.
alias ll='ls -l'
alias la='ls -A'
alias lal='ls -Al'
alias sai='sudo apt install'
alias sau='sudo apt update'
alias saug='sudo apt upgrade'
alias sadu='sudo apt dist-upgrade'
alias sa='sudo apt'
alias todo='~/scripts/todo'
>>
>>55791219
What happend to apt-get?
>>
>>55791219
I'm not the guy who claimed it wouldn't work, but that is strange because I'm pretty sure I tried that before and it simply didn't. It's been a while though. Cool i might add a few new aliases. Although it is nice to remember that you're the superuser sometimes.
>>
>>55791231
I was too lazy to add the -get?
>>
>>55791231
that's one of the mistakes I thought I saw
>>
>>55791231
>>55791258
apt != apt-get != aptitude

Why do all APT distros come with all three? Who fucking knows?
>>
>>55791250
does it just substitute for apt-get or does it work for apt-cache functions etc. as well?
>>
>>55791281
fuck it, im going onto my aws-ec2 ubuntu instance to figure this out
>>
I reinstalled Fedora 24 and installed the Arc theme, but my top bar refuses to change. This never was a problem before I reinstalled, and the only thing I did different was put my home folder on another drive. Any help?
>>
>>55791219
mine

alias ai='sudo apt-get install'

alias ar='sudo apt-get autoremove --purge'

alias au='sudo apt-get update && sudo apt-get upgrade'
>>
>>55791274
Read the docs.
>>55791281
Why wouldn't it work for other commands?
>>
>>55791294
what the fuck it works
what a tool I am for typing 4-6 extra characters 10 times a day
>>
>>55791231
>>55791258
what
>>
>>55791313
we are learning. How long has this worked?
I'm fucking speechless
>>
What commands do I use to update software on arch?
>>
>>55791297
Never mind, I'm stupid. Just forgot to choose the shell theme.
>>
>>55791326
Well, apt is pretty old. You can see here https://help.ubuntu.com/lts/serverguide/package-management.html
>>
>>55791344
pacman -Syu
>>
>>55791353
Yeah, I guess the problem was that I learned to use the more backward compatible and less end-user-friendly commands. My mistake.
>>
>>55791376
we all learn, anon
>>
>>55791355
Doesn't pacman require sudo privileges?
So .... you're wrong? ish
>>
Well this thread went to shit.
>>
>>55791392
Yes, and no.

Obviously you need root permission to upgrade packages. Do you want me to press Return for you too?
>>
>>55791392
Only if you are not already logged in as root
>>
>>55791412
He said update not upgrade.
You don't need root privs to run
yaourt -Su
cuck.
>>
>>55791455
You'll need it to install any packages.
>>
>>55791455
shit yes you do
this is all learning material for me
>>
>>55791455
>>55791471
Maybe you should calm the fuck down then.
>>
>>55791482
fuck you im drinking and shitposting and I love it.
you guys are cool as shit
>>
>>55791410
What's going on lately? Desktop threads pruned un /w/ and they raided /wg/. Now /fglt/ is being raided as well by askubuntu user. Summer end now.
>>
>>55791519
Answered your own question
Typical summerfag
>>
>>55791519
Nothing wrong with being new
>>
>>55791558
There's literally everything wrong with it.
>>
>>55791584
Then get out, summerfag
>>
File: Panic.gif (387KB, 269x270px) Image search: [Google]
Panic.gif
387KB, 269x270px
Wait, which one do I use, apt or apt-get?
>>
>>55791519
Quick post bootsectors to scare away the normies!

00000000  33 ed 90 90 90 90 90 90  90 90 90 90 90 90 90 90  |3...............|
00000010 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 |................|
00000020 33 ed fa 8e d5 bc 00 7c fb fc 66 31 db 66 31 c9 |3......|..f1.f1.|
00000030 66 53 66 51 06 57 8e dd 8e c5 52 be 00 7c bf 00 |fSfQ.W....R..|..|
00000040 06 b9 00 01 f3 a5 ea 4b 06 00 00 52 b4 41 bb aa |.......K...R.A..|
00000050 55 31 c9 30 f6 f9 cd 13 72 16 81 fb 55 aa 75 10 |U1.0....r...U.u.|
00000060 83 e1 01 74 0b 66 c7 06 f1 06 b4 42 eb 15 eb 00 |...t.f.....B....|
00000070 5a 51 b4 08 cd 13 83 e1 3f 5b 51 0f b6 c6 40 50 |ZQ......?[Q...@P|
00000080 f7 e1 53 52 50 bb 00 7c b9 04 00 66 a1 b0 07 e8 |..SRP..|...f....|
00000090 44 00 0f 82 80 00 66 40 80 c7 02 e2 f2 66 81 3e |[email protected].>|
000000a0 40 7c fb c0 78 70 75 09 fa bc ec 7b ea 44 7c 00 |@|..xpu....{.D|.|
000000b0 00 e8 83 00 69 73 6f 6c 69 6e 75 78 2e 62 69 6e |....isolinux.bin|
000000c0 20 6d 69 73 73 69 6e 67 20 6f 72 20 63 6f 72 72 | missing or corr|
000000d0 75 70 74 2e 0d 0a 66 60 66 31 d2 66 03 06 f8 7b |upt...f`f1.f...{|
000000e0 66 13 16 fc 7b 66 52 66 50 06 53 6a 01 6a 10 89 |f...{fRfP.Sj.j..|
000000f0 e6 66 f7 36 e8 7b c0 e4 06 88 e1 88 c5 92 f6 36 |.f.6.{.........6|
00000100 ee 7b 88 c6 08 e1 41 b8 01 02 8a 16 f2 7b cd 13 |.{....A......{..|
00000110 8d 64 10 66 61 c3 e8 1e 00 4f 70 65 72 61 74 69 |.d.fa....Operati|
00000120 6e 67 20 73 79 73 74 65 6d 20 6c 6f 61 64 20 65 |ng system load e|
00000130 72 72 6f 72 2e 0d 0a 5e ac b4 0e 8a 3e 62 04 b3 |rror...^....>b..|
00000140 07 cd 10 3c 0a 75 f1 cd 18 f4 eb fd 00 00 00 00 |...<.u..........|
00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
>>
>>55791601
apt-get is backward compatible.
apt works fine for end-user.
just learned this myself.
>>
>>55790316
look at this little ponce
>>
>>55791624
friendly linux thread aint so friendly after all
everything I know about 4chan is wrong?!?!
>>
>>55790415
you gotta do it manually son, what do you think this is, the forcibly comply or die windows update?

>>55790421
you have to have a decent distro to do it automagically
>>
>>55791601
just use apt, apt-get takes 4 more characters to use
>>
>>55791635
actually I've been wondering about this for a while too. Tell me about auto-mounting devices in Arch. I'm lazy enough and only usually mount an external when I boot and want to access my vid library.
I could just google it but you're here.
>>
File: Sophie-Gamand-chien-640x640.jpg (66KB, 640x640px) Image search: [Google]
Sophie-Gamand-chien-640x640.jpg
66KB, 640x640px
Reminder that you can add
status=progress
to your dd commands so you don't have to keep sending it the USR1 signal.
>>
>>55791601
apt has colors and is newer

need i say more?
>>
>>55791635
I was expecting to be notified that a new LTS version is available to upgrade to, like I thought I'd read is supposed to happen. How do I do it manually then?
>>
>>55791649
>status=progress
I remember this not working with ubuntu.
>>
>using kubuntu instead of kde neon

plebs
>>
>>55791648
i guess I'll just google it then...
sad panda...
>>
>>55791654
sudo apt dist-upgrade should do it, but i just did the 15.10 to 16.04 upgrade.

not sure how the 14.04 to 16.04 will fare. good luck finding out.

>>55791648
check the arch wiki, would just have to copy paste from there anyhow, fstab is the article of interest
>>
>>55791659
It's been available since coreutils version 8.24.

16.04 should have it
>>
File: e403sa_02.jpg (33KB, 680x345px) Image search: [Google]
e403sa_02.jpg
33KB, 680x345px
I'm thinking about buying an Asus VivoBook E403SA as a secondary computer. How well does this laptop work with Linux? I Googled it and I didn't really get any solid answers.

Also, would Cinnamon be a sufficiently lightweight DE for this laptop?
>>
>>55791558
Being new and posting is wrong. Being new and lurking is ok.
>>
>>55791680
>sudo apt dist-upgrade should do it
It doesn't though, says there is nothing to do.
>>
>>55791680
I've fucked with fstab, I don't need fdisks2?
gonna have to mess with UUIDs and shit..
>>
>>55791697
Tell that to the person I replied to
>>
>>55791706
udisks2* i meant
>>
>>55791709
I'm new, don't bully me, this is a friendly thread right?
>>
>>55791730
Only in name.
>>
>>55791741
now i get it
some part of me thought this site had mods.
hmph
>>
>>55791703
might have to do a clean install then.

there is also do-release-upgrade
>>
>>55791750
This is 4chan hun, you not being called a faggot nigger is pretty friendly.
>>
>>55791697
What's wrong with being new and posting?
>>
>>55791763
The part where you're new.

Also the part where you're posting.
>>
>>55791766
Do you think I am new?
>>
>>55791760
true. Although I thought most of that was exclusive to /b/
>>
File: joey.jpg (23KB, 400x400px) Image search: [Google]
joey.jpg
23KB, 400x400px
Little buzzed still please bear with me. Out of town for reasons not related to this post. Have been visiting a bar in the area for food/drinks in the evening. Relaxed vibe, shitty music, shitty service, wifi doesn't work. Have asked staff about wifi more than once. "Oh. it sometimes works I don't really know. Basically, it doesn't work." oookaaayyyy. Let's clarify. Can connect to access point without any problems. Can't ping out to external websites/ip's. Funky internal ip prefix: "172.27.*.*" Gateway is not on the ip you might normally think (.1, .2, .100, .254-255). if dumbass owner is too inept to figure out wifi, why the funky ip schema and DG ip? Poke around more and find the following ports in the following states on the DG:
53/tcp: open domain
9000/tcp: closed cslistener
9001/tcp: closed tor-orport
9002/tcp: closed dynamid
9004/tcp: closed unknown
10080/tcp: open unknown
51000/tcp: closed unknown

Here's where I'm feeling like Joey, and thinking maybe I've been watching too much Mr. Robot. All other ports filtered, so why are the following (particularly 9001) showing up in the closed state? My original intention/expectation was to find an non-secure config page and reboot the damn thing to get internet access. I'm no blackhat/whitehat/greyhat, just a tech enthusiast poking around. Thoughts? (Not a regular channer. Call me a faggot at will)
>>
>>55791789
fucking faggot nigger cuck faggot
go hack your mom's wifi
>>
What's your folder organization? Default downloads, documents, pictures, videos and stuff? Anything more creative?
>>
>>55791802
I have those folders written like that in lower case just as you listed.

It's easier to type it in the terminal. I don't use a file manager.
>>
>>55791789
Wait a minute, are you at Ron's Coffee?
He has a fiber connection.
Please call the cops immediately because he operates a CP site over tor
>>
>>55791789
really makes you think doesn't it
>>
>>55791811
>case sensitive bullshit

keke
>>
>>55791802
Standard Downloads, Documents, Music, Pictures, Videos, then dotfiles (git tracked and organized to use stow for quick setup on new systems), iso for a pile of isos of course, and sh or mostly hacked together scripts that get used every once in a while.

Oh also dilbert/ which contains every dilbert comic to date along with a couple hack scripts to fetch new ones.
>>
>>55791885?
>>
>>55791635
>>you have to have a decent distro to do it automagically
I may be a pleb, but I'm not a babby
>>
>>55791973
right, figure it yourself then pleb
>>
Summer thread: >>55792006
>>
>>55784409
You mean like in dwm?
Thread posts: 312
Thread images: 35


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.