[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: 320
Thread images: 45

File: 1470859703191.jpg (138KB, 920x690px) Image search: [Google]
1470859703191.jpg
138KB, 920x690px
Previous thread: >>61221003

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):
https://wiki.archlinux.org
https://wiki.gentoo.org

/g/'s Wiki on GNU/Linux:
https://wiki.installgentoo.com/index.php/Category:GNU/Linux

>What distro should I choose?
https://wiki.installgentoo.com/index.php/Babbies_First_Linux

>What are some cool programs?
https://wiki.archlinux.org/index.php/list_of_applications
https://directory.fsf.org/wiki/Main_Page

>What are some cool terminal commands?
http://www.commandlinefu.com/
http://bropages.org/

>Where can I learn the command line?
http://mywiki.wooledge.org/BashGuide
http://www.grymoire.com/Unix/

>Where can I learn more about Free Software?
https://www.gnu.org/philosophy/philosophy.html

>How to break out of the botnet?
https://prism-break.org/en/categories/gnu-linux

/t/'s GNU/Linux Games: >>>/t/769497
/t/'s GNU/Linux Videos: >>>/t/713097

/fglt/'s website and copypasta collection:
http://fglt.nl && https://p.teknik.io/wJ9Zy
>>
File: Sabily.png (119KB, 474x474px) Image search: [Google]
Sabily.png
119KB, 474x474px
First for Sabily Linux!
>>
>>61237099
How long would a linux from scratch beard be?
>>
Let's make this the best thread ever.
>>
File: 1486274342624.jpg (48KB, 444x366px) Image search: [Google]
1486274342624.jpg
48KB, 444x366px
What are some cool terminal commands?
>>
>>61237126
nice job ruining it.
>>
Why don't any GNU/Linux distros have a "Switch User" function? It's the one thing I miss from windows.
>>
>>61237099
How can I use wget to download all images in a thread, on a website that uses a directory structure like : blahblah.website/g/src
>>
>>61237148
You mean switch user when logging in or switch user when already logged in?
>>
>>61237161
post site
>>
>>61237178
I can't post the URL without getting banned.
>>
>>61237148
su = switch user
But seriously, lock your screen then switch to another vty.
>>
I posted this just before the other thread was abandoned.
Is there any hardware+distro combo with which everything just works?

I've got a MacBook Pro retina, running Fedora 25, and
- hybernation just does not work (laptop shuts down instead, and then reboots)
- shuttdown takes forever
- keyboard doesn't match the ones available at install
- webcam obviously doesn't work

How smooth does it get?
>>
>>61237142
echo -e '\n\033[1;31;1mhi\u0020f\u0061g\u0067ot\033[0m\n'
>>
>>61237164
The latter.
>>
>>61237178
hispa */a/res/238784.html


Using my command, wget creates the directory structure but downloads no images.
>>
Compared to UFW how hard is to learn iptables? I want to learn them but ufw can do everything i want so i don't want to learn them if they are like insane hard
>>
>>61237217
I don't think hibernation is really supported in Linux.
My eeepc 701 4G works flawlessly with Debian.
>>
>>61237249
Have you checked the man page? Try recursive options or required resources. Might have to turn off robots too.
>>
>>61237249
My general command for imageboards is:
wget -e robots=off -rHD<domain> -nc -nd -nv -ERhtml,s.jpg <url>


Domain is where the media is sitting around
>i.4cdn.org
>img.4plebs.org
>media.8
ch.net
>etc

4chan scraper example:
wget -e robots=off -rHDi.4cdn.org -nc -nd -nv -ERhtml,s.jpg <url>


Hope it helps.
>>
>>61237319
>Might have to turn off robots too.
I'll try that as well, using recursive made blank directories

>>61237348
Will try
>>
What is objectively the desktop environment if I don't want to use my mouse too much
Asking for a friend
>>
>>61237348
This works for 4chan and infinichan but I'm downloading from a website that seems to host all of their files without a CDN.

My site : https://example.org/src/image.link for all images on https://example.org/a/9001.html
>>
>>61237389
bspwm or i3wm
>>
>>61237291
>I don't think hibernation is really supported in Linux.
FAKE NEWS
It totally is. nativly or with Tux on ice
>>
>>61237565
Then maybe (actually) scrape the links and feed them to wget like this (another example for 4chan, replace):
wget -qO- <url> | grep -o 'i.4cdn.[^ ]*/[0-9]\+\.[0-9a-z]\{3,4\}' | uniq | xargs wget -nc -nv

Edit the grep part to catch the src links.
>>
>>61237630
>>61237291
What's the best behaviour I can set up for when my laptop runs out of battery?
>>
>http://hackaday.com/2017/07/05/free-as-in-beer-or-the-story-of-windows-viruses/
tl;dr - linux is more secure not because of some of its intrinsic qualities, but because of its advantage over commercial business model of windows
opinions?
>>
>>61237959
btw, this method has also the average of using xargs' -P option for parallel processing
wget -qO- <url> | grep -o 'i.4cdn.[^ ]*/[0-9]\+\.[0-9a-z]\{3,4\}' | uniq | xargs -P 0 -n 1 wget -nc -nv
>>
>>61237980
https://wiki.archlinux.org/index.php/Power_management/Suspend_and_hibernate

Udev rule to read the state of the battery and then execute a hibernation script
>>
File: Selection_024.png (432KB, 1163x552px) Image search: [Google]
Selection_024.png
432KB, 1163x552px
why does nobody mention this? stallman uses it.
>>
>>61237993
Will look into that, thanks. Hopefully I can finally get some sane workflow out of my laptop.
>>
>>61238006
Because 99% of laptops have cucked wifi so nobody uses it.
>>
>>61238006
>nobody
I see it mentioned fairly often, what do you mean?
>>
>>61238006
>stallman uses it.
A good reason not to use it.Thanks!
>>
>>61238033
On /g/ maybe. Because some people actually got a wifi stick.
>>
File: 1476982052200.jpg (64KB, 600x450px) Image search: [Google]
1476982052200.jpg
64KB, 600x450px
>>61238036
What the hell, kid.
>>
>>61238056
I use musl c,busybox,and clang aswell!
>>
File: 1482083884967.jpg (1MB, 2448x3264px) Image search: [Google]
1482083884967.jpg
1MB, 2448x3264px
>>61238036

What the fuck did you just fucking say about me, you proprietary slave? I’ll have you know I graduated top of my class at Harvard, and I’ve been involved in numerous free software projects, and I have contributed to over 300 core-utils for GNU. I am skilled in Lisp and I’m St. IGNU-cius, saint of the Church of Emacs. You are nothing to me but just another unethical non-free software advocate. I will distribute the fuck out of your source code with freedom the likes of which has never been seen before on this Earth, mark my fucking words. You think you can get away with saying that shit about me and the GPL on the Internet? Think again, fucker. As we speak I am contacting my colleagues at FSF and your binaries are being reversed engineered right now so you better prepare for the storm, maggot. The storm that wipes out the pathetic little thing you call your copyright. You're fucking dead, kid. Free software can be anywhere, anytime, and it can ensure your freedom in over four ways, and that’s just with the GPLv2. Not only am I extensively skilled at hacking, but I have access to the source of the entire GNU userland and core-utils and I will use it to its full extent to wipe your miserable proprietary code off the face of the continent, you little shit. If only you could have known what ethical retribution your little “clever” program was about to bring down upon you, maybe you would have ensured your users' freedom. But you couldn’t, you didn’t, and now you’re paying the price, you goddamn idiot. I will shit free as in freedom all over you and you will drown in it. You’re fucking dead, kiddo.
>>
>>61237142
Download all media from given thread (<url>) into the current directory:
wget -nc -nd -nv -e robots=off -ER html,s.jpg -rHD i.4cdn.org <url>
wget -nc -nd -nv -e robots=off -ER html,s.jpg -rHD img.4plebs.org <url>
wget -nc -nd -nv -e robots=off -ER html -rHD media.8[the character 'c']h.net <url>
wget -nc -nd -nv -e robots=off -ER html,s.jpg -rHD archive-media-0.nyafuu.org <url>
# bonus
wget -nc -nd -nv -e robots=off -r -Ajpg,JPG -ERhtml rms.sexy/img

Any more sites/archives suggestions?
>>
File: screen-472069880.png (1MB, 1680x1050px) Image search: [Google]
screen-472069880.png
1MB, 1680x1050px
Install foobillardplus
>the billard part isn't a typo
>>
>>61238358
My keyboard is listed in xinput as "keykoard".
>coding drunk
>>
File: 1493486257622.jpg (146KB, 939x626px) Image search: [Google]
1493486257622.jpg
146KB, 939x626px
Post eastereggs.
>>
>>61237630
It isn't "fake news", you are just misreading me. Yes the feature is there but it hardly works properly.
>https://linuxplumbersconf.org/2017/ocw/proposals/4680
>we’ve received quite many bug reports against this feature, some of these bugs were solved gracefully but some of them haven’t not been root caused yet, and for the rest, we already found the cause of these bugs, but can not provide a graceful solution to them
And from 2007
>https://lwn.net/Articles/243404/
>As you have certainly realized, there are some known problems and limitations
related to the suspend and hibernation code, so I do not consider these
subsystems as finished work.

>TuxOnIce
Neato, I wasn't aware of this.
>>
Survey question for all of you.

What features would you put into a modern day terminal?
>>
>>61238501
>hardly works properly
My two laptops are telling me you're wrong.
>>
>>61237148
posting from gnome 3
>>
>>61238497
apt get moo
aptitude moo
>>
>>61237217
HP probook 470 g1 + ubuntu 16.04 and upwards has been really good for me.
>>
i made my antergos (what a stupid name lol) gnu/linux taskbar behave like windows one but kind of better

are you proud of me \g\
>>
>>61238497
grep LINUX_REBOOT_MAGIC /usr/include/linux/reboot.h

Linus dropped some birthdays here, convertable via
printf '%x\n' 672274793
or more comfy:
perl -e 'print localtime(672274793)."\n"'
>>
>>61237990
I think the author mentions a bunch of marginal points that don't do much to support the claim. He mostly compares Linux on the server to Windows everywhere, the largest attack vector for windows is desktop users, and that is a problem that linux just doesn't have. Yes IIS and the SMB server and other server things on windows have had vulns but so has apache and ssh and whatnot on windows. Yes windows has been pretty shit about having a convention of security updates, but lots of linux servers go un-updated for decades too.

So basically on server they are about the same and on desktop they aren't really comparable.

>I’m also an economist by training, so I see the invisible hand working nearly everywhere
[muffled laughter]
>>
>>61238526
Bash4retards help menu that gives very clear definitions and examples of commands. Also include a "most common problems" page detailing shit like "black screen on boot? try nomodeset" or "broadcom chipset? go buy a USB dongle."
>>
File: 1478306693104.jpg (40KB, 530x395px) Image search: [Google]
1478306693104.jpg
40KB, 530x395px
>>61238497
date -d 'tomorrow 1 day ago'
>>
I recently removed systemd and installed openrc on debian, after the initial feeling of having done a big mistake since I couldn't boot, I finally managed to get on my system. However when I boot it takes decades because of this thing:
[    2.655970] clocksource: Switched to clocksource tsc
[ 24.775427] random: crng init done

I'm assuming this is related to the /dev/random device? If yes can I do something about it (like feed less entropy or something, I'm not an expert).
>>
>>61238497
In vim, when you type :help! instead of :help you get a good suggestion.
>>
>>61238670
lel, what did I even expect
>>
>>61238674
Are you using crypttab on boot?
Are you using swap,if yes partition or swapfile?
>>
is manjaro good?
>>
>>61237238
use kde
>>
>>61238716
>Are you using crypttab on boot?
I can't find anything like this when using crypttab.
>swap
I use a swap partition, here's my fstab
UUID=003e46c5-5f6f-4bde-8fbb-9e5f5146e23d /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=acd6877c-634b-457f-8ef2-7aab9b726aa5 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0

When I run htop it actually tells I have 0K of swap, this is weird.
>>
File: Screenshot_20170705_235402.png (307KB, 1366x732px) Image search: [Google]
Screenshot_20170705_235402.png
307KB, 1366x732px
Can anyone tell me how to see what packages are in these options?
>>
File: 1498734819260.png (27KB, 500x700px) Image search: [Google]
1498734819260.png
27KB, 500x700px
>>61238721
Majaro is a good Linux OS, not as good as Arch Linux, but it just works and since I want to use my systems instead of petting it, I recommend Manjaro Linux as my favorite Linux OS for your Linux computer.
>>
>>61237589
Thank you <3
>>
>>61237231
>
echo -e '\n\033[1;31;1mhi\u0020f\u0061g\u0067ot\033[0m\n'

why does this work?
>>
File: really systemd.png (261KB, 500x700px) Image search: [Google]
really systemd.png
261KB, 500x700px
>>61238755
I made one too.
>>
>>61238721
No. It's a NEET distro with a tattered blue trilby to tip instead of a bald head. The developers can't even maintain SSL certs for fuck's sake.
>>
>>61238743
>>61238716
So I ran gparted and could initiate my swap here with swapon, I'm assuming I should make it do that at boot time?
>>
>>61238674
>removed systemd and installed openrc on debian
consider migrating to devuan. Packages with systemd dependency were patched to circumvent that. Works right of the bat too.
>>
File: 1474410448232.jpg (21KB, 425x425px) Image search: [Google]
1474410448232.jpg
21KB, 425x425px
>>61238767
>>61237231
Stop using echo. Use printf.
>>
>>61238755
is it better than arch for linux beginners?
>>
>>61238792
That was the endgame plan but I wanted to see what OpenRC does before switching since I have quite a few packages I would need to reinstall.
>>
>>61238802
No.
Dont use DOWNSTREAM distros,they are full of problems and arent supported on the main distro's forums should you ever need help
>>
>>61238692
>>61238692
nice!
[spoiler] Don't panic [/spoiler]
>>
File: 1496219821808.png (31KB, 529x350px) Image search: [Google]
1496219821808.png
31KB, 529x350px
>>61238802
Linux beginners should use Ubuntu Linux. It's literally Debian actually made usable. But well, I didn't got Ubuntu work on my macbook so I'm using Fedora.
>>
>>61238839
>>61238802
Beginners should use Solus. It's Ubuntu easy but not Ubuntu shite.
>>
>>61238839
>Debian actually made usable
How is Debian not usable?
>>
>>61238839
>>61238755
stop
>>
>>61238817
I'd wait then.
Devuan is still on 1.0 and there are rumors (mind you only rumors) that 2.0 will run OpenRC instead of just barebones sysV init like it does now.
>>
>>61238767
help echo
>>
>>61238798
this
>>61238767
>033
on gnu we use \e
>>
>>61238798
Literally noone ever bothered to explain the difference
>>
>>61237348
I've been looking for a good script for this bud
P.s. you're my bud
>>
>>61238751
No one? Why is Fedora's documentation so piss poor?
>>
>>61238893
echo is inconsitent as fuck among systems, on solaris for ex. its even just a symlink to printf -- '%b\n' "$*"
printf supports proper formatting which results in cleaner (and at some corners more secure) code

there are some things that you cant do with echo, like printing '-n' (printf -- '-n\n'), printf supports on some ends lots of shit like converting hex to dec and vice versa, it supports date hackery like printf -- '%(%F %T)T\n' -1 and you can format the output further by adding dynamic spacing: printf -- '%*s\n' 80 "$(uname -o)"

tl;dr its more portable and cooler
>>
>>61238926
It changes every 6 months, noone wants to keep up with this shit.
Even debian struggles sometimes to have it's wiki up to date. Some articles still mention sysvinit despite the fact that it's been two years (and two releases) since they switched to systembotnet.
>>
File: 1498060903504.jpg (59KB, 642x574px) Image search: [Google]
1498060903504.jpg
59KB, 642x574px
>>61237099
What music player does /g/ reccomend?

Also, any experiences with fedora?
>>
>>61239019
Good to know. I got forced to use printf because dash doesn't play well with echo -e, and if it wasn't for that I'd probably still use it.
>>
>>61239030
noob: moc
noob++: cmus
suckless: mpv
integrated: mpd
terminal interface: mpd+ncmpcpp
gui: ask someone else
>>
File: 1471487076684.png (776KB, 1755x1080px) Image search: [Google]
1471487076684.png
776KB, 1755x1080px
>>61239030
mpd+sonata
>fedora
/trash/
>>
>>61239030
mpd with any client you like. It does shit just right
>>
>>61239055
this
>>
Name one (1) legit excuse for the existence of Fedora.
>>
>>61239108
A testbed for upcoming RHEL releases.
>>
>>61239108
it isn't that bad tbqh
it provides a babbies first linux without botnet programs, but with enough firmware botnet to run it without problems

meanwhile on ubuntu you get trolled like a retard (looking at you, software center)
>>
>>61239108
testbed for rhel
>>
>>61239131
Fedora should be an opt in where the user gets paid based on what they do to their system
>>
File: 1498805998565.png (16KB, 225x228px) Image search: [Google]
1498805998565.png
16KB, 225x228px
>>61239054
>>61239055
>>61239058
Thank you /g/entlemen
>>
>>61239108
up2date software without breakage
fight me
>>
what is the best distro/de for customization?
>>
>>61239108
seems user-friendly, stable and secure. has tasteful-looking wallpapers. i'd give my mom to use it (next major mswinders exploit for distributing ransomware, wait for it)
>>
File: 1498615200279.jpg (264KB, 695x549px) Image search: [Google]
1498615200279.jpg
264KB, 695x549px
>>61239178
Arch for OS

KDE for DE....I believe.
>>
>>61239108
Relatively easy GPU Passthrough on Ryzen
>>
>>61239178
- distro doesn't matter

- full de's usually tend to try to keep shit in "their" style, so you're better of with a WM on top or (just) a WM like openbox, i3, awesomewm, etc
>>
>>61239108
military grade security
99,99999% uptime
>>
>>61239210
>arch
YES
>KDE
Why...
>>
>>61239299
It's the only good DE if you don't have a toaster.
>>
>>61239255
>military grade
that made me thinking

>tfw gubbermint systems running systems with proprietary software and drivers
>tfw companies control the gubbermint
>tfw a goverment not running free software is a cucked goverment
>>
>>61239312
You dont need a de in this year of 2017.
That shit is so 1990's
Get a WM,such as fluxbox,and install the software you need
>>
>>61239314
Stallman is preaching this since years.
>>
File: 1487183225464.jpg (154KB, 707x536px) Image search: [Google]
1487183225464.jpg
154KB, 707x536px
>>61239327
>you don't need a DE
>>
>>61239354
I used gnome/kde back in the 90's it was atrocious.It came withso much shit i never used.I dont need a program open a file and edit for me with sliders and checkboxes,when i can open the same file with a text editor and type in said config
>>
>>61239354
That may make you uncomfortable, but DE's are made for beginners aka retards who don't know what programs to install, so a DE provides several bloats of shitwares so Beginner isn't completly lost on his first install. That all doesn't mean that the system is supposed to be like that.
>>
File: 1494188642997.jpg (21KB, 350x342px) Image search: [Google]
1494188642997.jpg
21KB, 350x342px
>>61239354
>use GNU/Linux
>insist on "le out of the box" de experience which falls short in every single possible regard compared to competing OSes
You're basically just crippling yourself.
>>
>>61239385
>>61239400
Autism and part of the reason why the year of the Linux desktop hasn't happened.
>but why would you ever need a GUI for anything when you can spend 5x more time typing everything into a black box instead of 3 seconds clicking and dragging???
t. (You)
>>
>>61238769
what really grinds my gears is that the so called peanut gallery is a substitute for reddit, which basically just reposts stuff that happens here or elsewhere
>>
>>61239451
The year of the Linux desktop will happen that day when Linus adds complete desktop enviroment into the kernel.
>>
>>61239451
>typing everything
tehehe
>>
File: 1449917129318.gif (403KB, 360x640px) Image search: [Google]
1449917129318.gif
403KB, 360x640px
>>61239451
You must not know how to touch type,are probably a phoneposter and dont have a WPM in the hundreds
>>
>>61239488
Please off yourself so this operating system can be taken seriously.
>>
>>61239451
>terminal is creepy
Once you get comfy with it, it's a gift.

Also, btw, no DE doesn't mean that you have to hang around on tty1. It means that you still have a DE, but YOUR DE, with your terminal emulator, ebook viewer, web browser, whatever. The only think that a noDE DE doesn't provide is some system settings, and getting comfy with that means getting comfy with the system "actually learning gnu/linux".
>>
File: 1449628414189.jpg (484KB, 1278x1052px) Image search: [Google]
1449628414189.jpg
484KB, 1278x1052px
>>61239501
>>
>>61239520
well there are people who have a job and dont want to dick around with shit
>>
>>61239521
>>>/a/
go there
stay there
thanks
>>
File: 1471136439436.gif (261KB, 480x270px) Image search: [Google]
1471136439436.gif
261KB, 480x270px
>>61239553
>>
File: 1476933687038.jpg (68KB, 1024x689px) Image search: [Google]
1476933687038.jpg
68KB, 1024x689px
>>61239544
Especially people with a job should know their systemd.
>>
>>61239520
>terminal is creepy
funny how i didn't say that anywhere in my post.
>>
>>61239553
>>61237142
$ perl -lnE '$i=y///c-2;push@a,map{$"x$j++.$_.($"x$i--.$_)x2}/.(?!$)/g;say for@a,s/.$//r.reverse,reverse@a' <<< 'anime webside'
a a a
n n n
i i i
m m m
e e e

w w w
e e e
b b b
s s s
i i i
ddd
anime websidedisbew emina
ddd
i i i
s s s
b b b
e e e
w w w

e e e
m m m
i i i
n n n
a a a

>>
>>61239562
Take your Vietnamese moving paintings and get the fuck out.
>>
>>61239593
>>61237142
>sed 's/foo/bar/g'
perl -pe 's/foo/bar/g'
>awk '/foo/ { print $4 }'
perl -anE '/foo/ and say $F[4]'
perl, perl!
>>
>>61239588
I didnt say this
>but why would you ever need a GUI for anything when you can spend 5x more time typing everything into a black box instead of 3 seconds clicking and dragging???
in my post but you surmised it.
>>
File: 1446259261645.jpg (39KB, 176x318px) Image search: [Google]
1446259261645.jpg
39KB, 176x318px
Guys I shotted myself in the foot. I installed xfce and got rid of unity, but doing that I also removed the display manager and got stuck in tty1. Had to reinstall the unity desktop to be able to use my pc again.
So, how do I remove unity and switch to xfce correctly?
>>
>>61239622
>>61237142
$ perl -e '@w=<>;$i=0;for($t=0;$t<=10;$t+=.25){$a=int(25+25*sin($t));($i>=$#w)?($i=0):$i++;print" "x$a,$w[$i];}' <<< 'anime website'
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website
anime website

>>
>>61239642
lightdm is the key you're looking for.

Or just roll without a display manager like the cool kids
>>
>>61239642
xorg-init
>>
>>61239647
you kids with your freaky Bhutanese lively visual novels need to be shot.
>>
File: 1476224051560.jpg (188KB, 1024x1344px) Image search: [Google]
1476224051560.jpg
188KB, 1024x1344px
>>61239647
>>61239593
How to git gut with perl?
>>
File: 1474453765342.png (127KB, 267x400px) Image search: [Google]
1474453765342.png
127KB, 267x400px
>>61239685
$ python2 -c $'t=raw_input();x=" ";l=len(t)-1;q=l-1;f=range(q,0,-1);print x*l+t\nfor i in f:print x*i+t[l-i]+x*q+t[i]+x*(q-i)+t[i]\nprint t[::-1]+x*q+t[0]\nfor i in f:print t[i]+x*q+t[l-i]+x*(i-1)+t[l-i]\nprint t' <<< 'anime website'
anime website
n tt
i i i
m s s
e b b
e e
w w w
e
b e e
s m m
i i i
t n n
etisbew emina a
t n n
i i i
s m m
b e e
e
w w w
e e
e b b
m s s
i i i
n tt
anime website
>>
>>61239694
Don't. Only mentals learn Perl.

See: Stallman and our friendly neighbourhood Chinese cartoon shitposte.
>>
What is some good GNU/Linux related anime? I haver no idea about anime.
>>
>>61239725
I suggest you put your self in that box and ship yourself to Burma where you belong.
>>
>>61239757
Serial Experiments Lain
>>
File: 1485318798629.png (388KB, 598x1021px) Image search: [Google]
1485318798629.png
388KB, 598x1021px
>>61239757
see >>61239778


>>61239765
$ python2 -c $'s=raw_input()\nfor n in range(len(s)*2-1):x=abs(n-len(s)+1);print" "*x+" ".join(s[x+1:][::-1]+s[x]*x+s[x:])' <<< 'anime website'
e e e e e e e e e e e e e
e t t t t t t t t t t t t e
e t i i i i i i i i i i i t e
e t i s s s s s s s s s s i t e
e t i s b b b b b b b b b s i t e
e t i s b e e e e e e e e b s i t e
e t i s b e w w w w w w w e b s i t e
e t i s b e w w e b s i t e
e t i s b e w e e e e e w e b s i t e
e t i s b e w e m m m m e w e b s i t e
e t i s b e w e m i i i m e w e b s i t e
e t i s b e w e m i n n i m e w e b s i t e
e t i s b e w e m i n a n i m e w e b s i t e
e t i s b e w e m i n n i m e w e b s i t e
e t i s b e w e m i i i m e w e b s i t e
e t i s b e w e m m m m e w e b s i t e
e t i s b e w e e e e e w e b s i t e
e t i s b e w w e b s i t e
e t i s b e w w w w w w w e b s i t e
e t i s b e e e e e e e e b s i t e
e t i s b b b b b b b b b s i t e
e t i s s s s s s s s s s i t e
e t i i i i i i i i i i i t e
e t t t t t t t t t t t t e
e e e e e e e e e e e e e
>>
>>61239757
penguindrum
>>
>>61239641
you "surmised" that quote right here: >>61239520
>The only think that a noDE DE doesn't provide is some system settings, and getting comfy with that means getting comfy with the system "actually learning gnu/linux".
because it's completely reasonable to expect everyone to do
$cat <<EOL >/etc/X11/xorg.conf.d/50-mouse-acceleration.conf

Section "InputClass"
Identifier "My Mouse"
MatchIsPointer "yes"
Option "AccelerationProfile" "-1"
Option "AccelerationScheme" "none"
Option "AccelSpeed" "-1"
EndSection
EOL

to turn off mouse acceleration instead of just ticking a box. The problem with many GNU/Linux users is that they refuse to recognize when a GUI is more appropriate than the terminal.
>>
>>61239791
        t t t t t t t t t
t s s s s s s s s t
t s o o o o o o o s t
t s o p p p p p p o s t
t s o p p o s t
t s o p t t t t p o s t
t s o p t i i i t p o s t
t s o p t i h h i t p o s t
t s o p t i h s h i t p o s t
t s o p t i h h i t p o s t
t s o p t i i i t p o s t
t s o p t t t t p o s t
t s o p p o s t
t s o p p p p p p o s t
t s o o o o o o o s t
t s s s s s s s s t
t t t t t t t t t

I like this.
>>
>>61239821
man xset
>>
>>61239821
That isnt me.

>thinking im typing that shit
I would copy and paste the text from the arch wiki.
:^)
>>
>>61239839
you don't even know what you're arguing about and yet you still argue.
https://wiki.archlinux.org/index.php/Mouse_acceleration#Disabling_mouse_acceleration
>Mouse acceleration has changed dramatically in recent X server versions; using xset to disable acceleration doesn't work as it used to and is not recommended anymore.
>>
>>61239854
REKT

terminal fags on suicide watch
>>
>>61239791
Alright I'll admit that girl is cute. Now look what you've done. You've gone and turned me into Taiwanese comic show liking weab.
>>
>>61239694
perl is really cool, I wished it would gain back some popularity
back in the days it was THE scripting utitlity
check out perlmonks for some REAL shit you can do with perl
>>
>>61238006
Most people on here only care about free software until they run into a problem that could be simply solved by downloading some proprietary packages, and then they no longer care, as freedom is inconvenient. I'm not judging, I'm the same way. But Trisquel is for people a little more hardcore than that group.
>>
File: 1486628235433.png (160KB, 2150x5000px) Image search: [Google]
1486628235433.png
160KB, 2150x5000px
>>61239890
$ ( cat && echo _ ) | sed 's~.~ |&|\n~g;1s~^~  |\n /_\\\n~;$s~$~/___\\\n VvV~' <<< 'anime website'
|
/_\
|a|
|n|
|i|
|m|
|e|
| |
|w|
|e|
|b|
|s|
|i|
|t|
|e|
/___\
VvV

>>
>>61238629
Looks pretty decent. Is it Gnome?
>>
>>61239848
>I would copy and paste the text from the arch wiki.
truly exemplifying the greater understanding that noDE grants its followers.
>>
File: 1472377476665.jpg (79KB, 435x326px) Image search: [Google]
1472377476665.jpg
79KB, 435x326px
>>61238629
>solarized
God, please, someon explain to me my the whole internet is falling for this bastard colorscheme from hell.
>>
>>61239986
Why would i make shit harder on me?
I dont need a 500mb gui to go and check a tickbox when i can do it my self with no additional software installed
>>
>>61239993
>God, please, someon explain to me my the whole internet is falling for this bastard powerline PS1 from hell.
answer
>>
can someone tell me the name of the disk utility included in the command line debian installer? Or some terminal tool I can use that has a minimal GUI (like curses or something) for partitioning disks
>>
>>61240031
cfdisk
>>
>>61239993
It looks unorthodox and has dubious scientific reasoning put behind it. And has a massive repository of resources to put it in most things that utilise text. Enough for the internet to fall for it.
>>
>>61240007
you don't understand GNU/Linux any better than a KDE user for being able to copy paste.
>when i can do it my self with no additional software installed
but you clearly don't want to do it yourself.
>Why would i make shit harder on me?
in what universe is a tickbox more complicated than opening your browser through the terminal, searching for the relevant code block on the arch wiki, copying, and then pasting with the earlier command?

if you like noDE and whatever, that's great and i'm happy for you, but most people are not going to want to do all that just to enable/disable something simple.
>>
>>61239993
>>61240029
I guess the thing is that many people see stuff being used and they think when they use it, they look "more professional" and "this guy knows about stuff", so they just get this crap.

Personally, I didn't get soliarized, but I got some poweline fonts just for the sole purpose of getting it working, some days later I got bored of it.
>>
post the best PS1
>>
File: Debian_partitioner.png (11KB, 802x567px) Image search: [Google]
Debian_partitioner.png
11KB, 802x567px
>>61240051
it doesnt seem to work with my setup. Pic related is what I would like to be able to use. I used it to setup a RAID array during initial install. I want to add some new disks to the server, and Id just prefer to use that interface or a similar one
>>
>>61240127
"$ \w "
>>
File: 1473884336606.jpg (12KB, 308x335px) Image search: [Google]
1473884336606.jpg
12KB, 308x335px
>>61240127
PS1='C:$(pwd | sed "s:/:\\\\\\\:g")> '
>>
>>61240079
>you don't understand GNU/Linux any better than a KDE user for being able to copy paste.
I use a wm and have installed the software i want.I dont need a gui calculator,when i have bc
>but you clearly don't want to do it yourself.
Why create extra work?
nano /etc/X11/xorg.conf.d/50-mouse-acceleration.conf
<middle click>
Done
I dont need to go out and install a new peice of software and its deps just to tick a checkbox,when i can copy paste it from a wiki.
>in what universe is a tickbox more complicated than opening your browser through the terminal, searching for the relevant code block on the arch wiki, copying, and then pasting with the earlier command?
The one where i dont have to install seperate software and its dependencies to do a basic task as text editing.
>if you like noDE and whatever, that's great and i'm happy for you, but most people are not going to want to do all that just to enable/disable something simple.
A wm is all you need.You will install the software as you need it.
>BUH HOW I NO WAT I NID FOR DO????????
You check your software repo,you check online.
Again i dont need to install a 500mb program that has 5gb of FORCED deps,when i can open a file with a text editor and paste it the same
>>
What's the easiest way to get Helvetica installed on Devuan?
>>61237118
Quick rundown?
>>61238298
You can scrape mostly anything with beautifulsoup. Is there anything faster, some GUI/TUI where you throw in an HTML page and it allows you to quickly create a template, taking into account user agents and stuff?
>>
>>61240127
Not the best PS1, but I'd like to shill this one, because I made it and I feel cool and wow, such animated, much moving, much eye catching.

PS1='    '; s='.1'; x='\e[s'; y='\e[1000D'; z='\e[u'; while :; do printf "\e[38;5;236m${x}${y}>  ${z}\e[m"; sleep "${s}"; printf "\e[38;5;240m${x}${y}>> ${z}\e[m"; sleep "${s}"; printf "\e[38;5;244m${x}${y}>>>${z}\e[m"; sleep "${s}"; printf "\e[38;5;240m${x}${y}>> ${z}\e[m"; sleep "${s}"; done &


To stop the whole shit, simply type 'fg' and CTRL+C.

r8+h8 welcome.
>>
>>61237099
What does "compiling the kernel" mean and how do you do it?
>>
>>61240231
If you have to ask the question, you shouldn't be doing it.
>>
>>61240231
it means that you download linux and compile it
>>
>>61240231
it means translating the text written by kernel developers into machine code that your computer understands
>>
>>61240184
>I dont need a gui calculator,when i have bc
because every program is as simplistic to use as a calculator.
>Why create extra work?
i would argue that you're the only one creating extra work considering you likely have to go out of your way to have noDE on whatever distro except meme/hobby ones like void/arch.
>to do a basic task as text editing.
but that isn't the task; the task is disabling mouse acceleration.
>A wm is all you need.
A wm is all (You) need, that's right.
>500mb
>5gb
i'm pretty sure i exempted people with toasters from this discussion in the first post. either way, it's pointless to continue this conversation. you clearly have severe autism and refuse to understand that YOUR usecase is not EVERYONE'S usecase, or anything close to a common usecase. like i said before, please off yourself so this OS can start building a better reputation.
>>
>>61237126
it's going pretty good so far
>>
>>61239955
ye, gnum
>>
>>61240131
OK so I guess this is called partman, and it seems it is run within the installer only. Man I love this program and with it was standalone.

Is there any ncurses partition tool for debian? or something with a similar UI?

cfdisk is giving me a warning about GPT not being supported... and it looks like the interface only displays one disk at a time
>>
File: 1481178443338.jpg (11KB, 325x307px) Image search: [Google]
1481178443338.jpg
11KB, 325x307px
>>61237142
vrms
>>
>>61240275
what is the menu extension?
>>
>>61237142
wget https://raw.githubusercontent.com/archhurd/packages/master/extra/cowsay/rms.cow
sudo mv rms.cow /usr/share/cowsay/cows/
cowsay -f rms 'Sharing is good, and with digital technology, sharing is easy.'
>>
>>61239993
it has a good contrast and it's easy to distinguish between things. it's not ricer pretty but it's very well thought out.

>>61240304
by default gnam comes with "applications menu" extension you can enable. in the "dash to panel" extension's setting you can disable the default menu button.
>>
File: scrot.png (1KB, 441x237px) Image search: [Google]
scrot.png
1KB, 441x237px
>>61240310
nice
>>
File: 1496259395249.png (3KB, 417x280px) Image search: [Google]
1496259395249.png
3KB, 417x280px
>>61240388
>>61240310
Got an alternative rms ascii, if anyone cares.
$other_eye = chop($eyes);
$eyes .= ">) (<$other_eye";
$the_cow = <<EOC;
$thoughts
$thoughts \@\@MMMMMmm\@
$thoughts \@\@MM\@WY YM\@
$thoughts \@MM\@WY WM\@
\@MM\@EY YMW\@
AM\@Y YW\@M\@
M\@MY YW\@MA
A\@MMY /=== === Y\@M\@A
MM\@W ,<$eyes>\- YW\@M\@
AM\@MN ~ ~/| \\~ Y\@M\@A
M\@M\@N | \\ YMM\@A\
M\@M\@N (o o)\\ YMMAMMA
M\@M\@# /####\\ ##MM\@MMA
MMM\@# /#----#\\ /####;\@MRMS
M\@MM## # ====## #### M\@MMRMS
AM\@\@M####### ### ###### M\@\@MMRMS
AMM\@MMM################### MM\@\@MRMS
AMM\@MMMM################## # M\@\@MMRMS
AM\@M\@M#################### # \\YMMRMS
AM\@MM\@MM################## # \\ YYY
/ MMM# # ############# #
EOC
>>
Alright, I have lightDM and xfce.
Can I safely uninstall unity without fucking me up?
>>
How large do you guys usually make your / partition compared to the /home partition?
>>
File: 1474170476254.jpg (16KB, 480x480px) Image search: [Google]
1474170476254.jpg
16KB, 480x480px
Goddamn, I just ran
find -delete -name
instead of
find -name -delete 
, and no backups. I feel so shocked that I've just been sitting here staring at what I've done
>>61240566
Making physical / and /home partitions is outdated, don't do it. Use LVM if you want partitions - dynamically resizable.
>>
>>61240692
terminalfags on suicide watch literally.
>>
>>61240692
Huh, I had no idea about LVM. I'll have to do some research on that, thanks

F
>>
>>61240565
Go ahead. Worst that can happen is needing to reinstall in terminal.
>>61240692
Well, now you don't have to worry about backups. Was anything of value lost?
>>
File: lain.jpg (71KB, 1008x720px) Image search: [Google]
lain.jpg
71KB, 1008x720px
>>61239890
better go and watch Serial Experiments Lain now my guy
>>
>>61240692
so undelete them?
>>
>>61237099
Is sourcemage the hidden final form?
>>
>>61241215
idk man, but being able to manage your package manager with simple bash is wizardry enough
>>
>>61241260
I'm an ubuntu newbie
I think I'll reference this pic as different levels with bosses to beat before the hidden final boss
>>61237142
alias g='sudo apt-get install gentoo'
>>
>>61239593
>>61239647
>>61239725
>>61239791
>>61239837
>>61239938
Needs more cowsay
>>
>>61240692
>Warnings: Don't forget that the find command line is evaluated as an expression, so putting -delete first will make find try to delete everything below the starting points you specified.
lol, holy shit that's dangerous
>>
>>61238854
>How is Debian not usable?
old as shit packages and can't use ppas
>>
>>61239327
gl using wayland with a wm
>>
PLEASE HELP /G/

I cannot log into my system bios for Ubuntu.

Before I enter my low-level bios password crypt5_sd or something along those lines, I get this error message in the terminal:

Lvmetad is not active yet, using direct activation during sysinit
Volume group "ubuntu-vg" not found
Cannot process volume group ubuntu-vg

I cannot troubleshoot this as my Grub will not return any of the filepaths in the suggested solutions online. So do I have to do Boot Repair?
>>
>>61241648
dank meme >>>/r/ebbit
>>
>>61241679
I'm no expert, but how the hell does whatever operating systems you have installed have anything at all to do with your BIOS?
>>
>>61241111
Googled it and
> Lain is a fourteen-year-old girl
No longer find her cute
>>
What kind of games can I play on Linux? Also, is Solus a good distro?
>>
>>61241878
I think cute doesn't necessarily mean attractive.
Although it usually does
>>
>>61242006
Well yeah I guess she is cute as in bunnies but I was meaning cute as in attractive.
>>
>>61241679
That's not your BIOS, that looks to be your initramfs.

It looks like it's having an issue with lvm. Errors like that sometimes can show up when it can't find the hard drive.

Did you run mkinitcpio or something that messes with the initramfs lately? Your /etc/mkinitcpio.conf should have lvm in the HOOKS section, if you're using mkinitcpio
>>
>>61242213
edit: you should have lvm2 in the hooks section.

This is the page I reference whenever I'm setting up lvm on luks: https://wiki.archlinux.org/index.php/Dm-crypt/Encrypting_an_entire_system#LVM_on_LUKS
>>
Why is arch so god tier
>>
>>61242293
Arch Wiki
>>
>>61239030
>>61239055
>>61239157
>>61239210
>>61239488
>>61239562
thank you for posting best girl
>>
>>61241954
What are you expecting, a list of games?
There's a little of everything these days but still sparse in certain genres. Some triple A games but not a whole lot.
Basically if games are important to you then you should definitely do some actual research on specific games that are available. Anything that's missing you could also check the Wine AppDB to see how well they run in wine. Wine's pretty good these days (below directx 11) and can often get up to the same performance (or even better in some rare cases) as windows.

If you can't come up with a game-plan or line-up of games before switching then honestly you might want to just stick with Windows.

>is Solus a good distro?
Pretty sure it's just a meme that was overhyped on /fglt/ by someone, but I haven't looked into it seriously so take this with a grain of salt.
But the good distros usually rise to the top by having defining features that make them what they are. For example, Debian is the "stable distro", Ubuntu is the "user friendly distro", Gentoo is the "compile everything yourself ricer distro", Arch is the "bleeding-edge binary distro", Slackware is the "DIY no package manager distro", Source Mage is the "virgin wizard neckbeards magical roleplaying distro" etc..

Not really sure what Solus is, and the fact that whoever was hyping it never bothered to point out any really defining makes me lack the motivation to do any research on it because it probably doesn't have any.
>>
So I'm downloading elementary os.
Is that ok?
>>
>>61242649
no
>>
>>61242649
Don't worry about it man. Your mother will love you no mater what you do.

Though I'd personally recommend Xubuntu as a beginner linux distro.
>>
>>61242694
why
>>
>>61242705
Hey that looks nice. I think I'll get that instead.
>>
>>61238358

Shit physics.
>>
>>61238751

Use your package manager and see what the minimal install group installs.
Took me 1 minute to find out how.
>>
>>61239058

There is no reason to use mpd if you're not controlling music playback over a network. If you weren't a completely retarded, idiot, meme follower sheep you'd know that. But you don't, since you're all of those things.
>>
>>61242649
I've heard bad things about elementary, like bad documentation and customisability
>>
>>61239108

Same as with any distribution.

>package manager
>release cycle
>software policy (patching, license)

You're just an idiot, but everyone else who replied to you with memes and idiotic replies should kill themselves.
>>
>>61242936

Every distribution is customizable to the same extent because you're running the same software on all.
If you're not sure of something, stop spreading memes and misinformation.
>>
Why isn't this working?
iptables -A INPUT --destination-port 22


I am trying to allow ssh, but it says unknown option "--destination-port", which is bullshit
>>
File: 1471594155687.jpg (49KB, 312x585px) Image search: [Google]
1471594155687.jpg
49KB, 312x585px
Thoughts on Ubuntu minimal?
>>
>>61243046

You won't install or use it anyway. You're only asking to feel cool for asking and to get meme opinions that you can then parrot to other idiots.
>>
>>61242902
>using the package manager before the OS is installed.

You fucking retarded m8?
>>
>>61243165

Use the distribution's online package search.
Install the distribution and then look it up.
You are the retarded one.
>>
>>61243181
Fedoras online package database doesn't work like that. Doesn't even contain meta-packages. Gave up and went to openSUSE cause you can actually modify the fucking packages in a "add-on"
>>
>>
my notebook have died and I'm stuck with a celeron D 1G RAM DDR400 thar I've found in my basement.Should I use arch or a minimal distro like puppy? I have experience with both
>>
>>61243342
gentoo
>>
>>61243345
b-but muh celeron
>>
>>61243029

don't you require
-p tcp

In order for it to recognise that option?
>>
>>61243421
What? That is a thing? You need to add arbitrary options in order for other options to work?
Jesus christ, just kill me now.
>>
File: 20170706214036.png (30KB, 431x423px) Image search: [Google]
20170706214036.png
30KB, 431x423px
If I am using the disk utility in ubuntu to make a disk image it is possible to restore an entire drive from that later??

Also can those images be mounted?

Pic related
>>
I have installed Ubuntu 16.04 and the key I press first when I boot gets stuck forever. How can I solve this? I use a CLEVO laptop btw.
>>
>>61243636
Yes and yes
>>
>>61243659
cheers mate.
>>
>>61242921
What a stupid argument I can't even begin to process down.
You took one shitty statement and wrapped it around multiple ad hominems. Why? To make it appear more serious? By insulting me?
Playing music on a desktop computer is a background task and relegating it to a daemon is a completely sane thing to do. Like many other things makes it more efficient (best example is running Emacs in daemon mode which instantly makes it a less shitty experience)
But yeah calling everyone around you a retard seems to be the solution innit.Why would I need a window present 100% of the time during the playback of a playlist that will take 2 days and 11 hours to complete when I could have it pause on logout, resume on login and never have to interact with it for the entire duration.
All you need from a player is playlist creation (not so often) and playlist selection (definitely more often).

Have you considered that maybe you're the one doing it wrong?

>muh network
Just because mpd handles gracefully on a remote machine doesn't mean it's the only thing its good at.
>>
>>61241289
I remember when someone first posted "apt-get install gentoo" and every debian/ubuntu/#!/mint/deb based distro user was introduced to the two pane Gentoo filemanager.
>>
>>61244180
Holy fuck that is an eyesore. Thanks for the ocular cancer.
>>
Guys how do I type @ using an azerty keyboard. Usually I do CTRL + ALT + 0 in windoze but it don't work on ubuntu
>>
>>61244520
Ok nvm I figured it out
>>
>>61244593
open terminal and copypaste it from cuck@thinkpad
>>
Update on
>>61238674
>>61238743
>>61238780
I reformatted my swap partition then used blkid to find the uuid and updated the initramfs with sudo update-initramfs. Now boots as fast as before.
>>
I think I'm actually going to get back into programming

Should I learn a new language or something I gave up on before?
>>
>>61245017
Learn C
>>
>>61245017
OCaml, C, C++ are all the modern man will ever need.
>>
What do you immediately do every time you're on a new installation?

t. noob
>>
>>61245103
First thing I do is install vim
>>
>>61245103
Vietnamese animated comic books.
>>
>>61245103
masturbate to hentai
>>
>>61245133
I already have vim, woo
now to learn how to use it

>>61245150
>>61245135
I'm an upstanding Christian thx
>>
>>61245163
>upstanding Christian

all the more reason to consume cartoon pornography
>>
>>61245163
>now to learn how to use it
Protip:
$vimtutor
>>
>>61237099
When I started my file manager via terminal, I was getting this:
 WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.


Found a fix in the form of
 export NO_AT_BRIDGE=1 
in the environment settings, but what the fuck did I just do? The arch forum post I found didn't really expand on why this fixes it and what the problem was in the first place
>>
>set all font paths with xset to get my bitmap fonts to work
>they all work
>forget to change xorg so i have to do it again
>some fonts now do not work

hmmmmmmm
>>
So I'm going to be reinstalling my os because something is fucked up during boot and I haven't been able to fix it so far.

/home is on its own partition, but what other things can/should I back up to minimise configuration of my new system? Distro is Void. In particular, is there a way to do some xbps voodoo which would allow me to simply and easily reinstall all my packages?
>>
Anybody here working with ZFS? I've got small aaignment but I can't tell if it's done correctly. I was supposed to create a filetree a datapool with clones and snapshots and then 'remove dataset' that was point of origin without destroying rest of the backup. I umounted root/p1 but can't tell if it's sufficient.
>>
Install Devuan.
>>
File: 1474770175928.jpg (15KB, 400x263px) Image search: [Google]
1474770175928.jpg
15KB, 400x263px
good thread
>>
If I only want to connect to an email account like fastmail with mutt, do I still need programs like sendmail or getmail?
>>
>>61246930
I'm almost certain it doesn't, I don't see mutt having dependencies on it and I use it successfuly for 4 different remote accounts (two gmail, one office365 and one interia.pl)
>>
If I need multiple DEs for development purposes, should I just install bloat my installation for multiple DEs or install them all on a VM?

Also, which is quicker for switching and testing shit on each DE, VM or going through a display manager to switch?

Sorry for idiotic question but I've never used a VM.
>>
>>61247105
You know how when you login with fastmail with web browser it will save all sent mail into your sent mail folder and you read all your incoming mail in your inbox? Can mutt do the same thing because I keep reading about having to fetch it and send it on your local computer rather than doing it on the server you connect to.
>>
>>61247294
You're talking about offline mail.
When setting up mutt you will probably use IMAP.
And IMAP is a remote protocol, it remotely accessess the server every time you want to do something (by default mutt will only download email headers for you to view, opening each email will connect to the server and download it)

Fellow /g/entooman described this process in the vid https://youtu.be/2U3vRbF7v5A
>>
>>61247343
shit wrong vid https://www.youtube.com/watch?v=0MiP1Ei_UQw
>>
>>61247343
>>61247358
Interesting, I think I'll need to use mutt more to get the hang of it.
>>
>>61241669
Why would i want to use wayland?
Its under developed and performs like shit.
Its at-least 20 years from being relevant
>>
might belong on /sqt/ but do games get installed on the root partition or home?
>>
>>61247413
Fedora uses wayland by default and ubuntu switches to wayland by default this october. Soon, xorg will be on life support when its replaced by wayland.
>>
What the fuck is going on, i carefully set up all of my iptable rules in Ubuntu and when i came back home this evening after several hours to do more tweaking all of the rules were fucking GONE what the fuck, the fucking iptables cleared themselved, i am getting so tired of this piece of shit OS giving me trouble all the fucking time. It's comfy but frustrating as fuck.At least in windows everything just works
>>
>>61247848
>everything
including iptables rules, oh wait
>>
>>61247848
>At least in windows everything just works
And it's following the Unix philosophy:
Do one thing and do it well: Spying.
>>
>>61247959
Not a single government gives or illerminaty group a shit about my shitty hentai collection
>>
>>61244129

>Why would I need a window present 100% of the time during the playback
You can hide any music player or minimize it.

>Have you considered that maybe you're the one doing it wrong?
No, I am doing it right, because I have one computer that plays music and I control it from various other devices (laptop and phone). That's why I use mpd.

Just because you most likely think mpd is cool and leet and the TUI clients make you look like a hacker, that doesn't mean it's the only music player solution that can give you that pretentious feeling. From the top of my head I know at least Cmus that behaves like that, without the whole server/client architecture.
>>
>>61247991
Doesn't matter. Mass surveillence doesn't have special targets, hence "mass".
>>
>>61247932
On windows when i set up my firewall it won't fucking delete itself 3 hours later, throwing away 2 hours of careful work
Holy shit i am so pissed off, i am seriously considering not doing it again and just going back to windows, this turned me off so much..
>>
>>61247431

1. Home is under your root partition.
2. You didn't say why you're having partitions for home or similar and not everything on just 1 (not that it matters)
3. It depends on the game or how you install it
>>
>>61248021
>he thinks any firewall/antivirus software on windows isn't just placebo-ware
>>
>>61248021

No, please stay! We need you! What is everyone going to do when you leave?!

No one forced you to use ip tables directly.
You could have read some basic documentation about it.
PEBCAK.
>>
>>61248021
>2 hours of careful work
>Not even careful enough to save them
>>
>>61248076
>save them
At no point did the manual said anywhere that you need to save them. What the fuck, when you append a rule you fucking assume it gets saved like any professional application would do.
>>
>>61248005
>Just because you most likely think mpd is cool and leet and the TUI clients make you look like a hacker, that doesn't mean it's the only music player solution that can give you that pretentious feeling.
Love these projections man, keep em coming.

>From the top of my head I know at least Cmus that behaves like that, without the whole server/client architecture.
It also requires using screen/dtach/tmux to close the window it's running in (defeating the whole purpose) and doesn't allow directory-based playlist management easily (crucial for libraries larger than 15 files).

Any more shitty arguments? Preferably some that aren't based on insults, you desperately trying to be the smug cunt here and projections about my lifestyle.
>>
>>61248092
Should have been obvious that changes need to be saved. Appending something has no relation to saving something anyway.
I also have no idea what you did for 2 hours setting up firewall rules.
>>
>>61248097

>It also requires using screen/dtach/tmux to close the window it's running in
There's something called minimizing (or iconofying) windows. Every X window manager can do it.

>and doesn't allow directory-based playlist management easily (crucial for libraries larger than 15 files).
What does that have to do with mpd and its server/client architecture?? There are dozens of music players out there and I'm sure one of them can do that.
>>
>>61248047
I'm having a partition for home because I'm dual booting and I'm installing games through either Steam or GOG, I was asking because I wasn't sure how much space to set them too
>>
>>61248182

What does having a partition for home have to do with dual booting? Do you have two distributions installed? For what purpose would you do something as idiotic as that?
>>
>>61248167
>Every X window manager can do it.
Apparently not.

But quoting my previous post
>Why would I need a window present 100% of the time during the playback of a playlist that will take 2 days and 11 hours to complete when I could have it pause on logout, resume on login and never have to interact with it for the entire duration.

>What does that have to do with mpd and its server/client architecture??
What does that have to to with your initial response to the comment? I recommended mpd to the anon that was asking, and you sperged out that there was NO reasons to use mpd UNLESS you use it for this single-specific-purpose-that-you-luckily-fit-in.

>here are dozens of music players out there and I'm sure one of them can do that.
And not a single fucking one that isn't half-cooked piece of garbage.

How on earth do you handle living with such a binary view on everything and apparently complete unability to step back and look at the bigger picture?
>>
>>61248208
No I'm dual booting Antergos and Windows 10, the guide I'm using said to partition them out like that
>>
What's the best way to transition completely into Linux? I currently have Arch Linux dual-booted with Windows 7 for testing it out and getting the hang out it, but I'll eventually want to go full on-linux. Things I'm nervous about is not having all the software support that Windows will have regarding software choices (Visual Studio for example). I'll likely still have a MacBook Pro for convenience while I use my other laptop for mastering Linux (inb4 desktop master race).

Also, since I'm a complete noob, I've been lurking around for having the utmost security measures. I see /sec/ has some good recourses, but I'll need a guide to basic networking as well (which I've bookmarked YouTube lectures).
>>
>>61248286
install ubunut
>>
>>>/f/3259961
Where were you when you realized Linux is the super villain of The Internet
>>
Best distro for laptop convertibles with touch screen?
>>
>>61248680
Any of them
>>
File: 1489127163856.jpg (38KB, 650x510px) Image search: [Google]
1489127163856.jpg
38KB, 650x510px
Which program do you recommend for mind mapping flow charts?
>>
>>61248831
inkscape
>>
>>61248831
Labyrinth
>>
300
>>
cowsay
>>
>>61248286
Debian
>>
>>61247991
I sure hope none of those hentai feature loli, because that would make for blackmail material.
>>
>>61242945
The point of using Elementary is to use it's DE and software utilities, like terminal, file explorer, and other default apps. I'm not a fucking autistic faggot, so I assume that whenever someone criticizes some distro, it is because of the utilities that come with the distro and it's configs, since it's all linux underneath
>>
>>61242945
Poor documentation is always a valid reason to dislike a distro and if the selection of software is very poor.
>>
>>61248549
What will happen to /f/ when flash is no longer supported on the internet
>>
>>61249283
You mean never?
>>
>>61237099
>thread up for 24 hours
why did these threads become so slow?
>>
>>61249308
busy configuring systemd
>>
Made new one
>>61249324
>>61249324
>>61249324
>>61249324
>>
>>61249308
They were always slow without bored faggots trying to stir up shit.
>>
>>61249308
Being up for 24 hours really isn't that unusual for /g/, not to mention the server connection error added on a few hours.
>>
>>61249343
>Being up for 24 hours really isn't that unusual for /g/
I know, but 4 months ago these threads were fast as fuck
>>
>>61249364
Wasn't that one shitposter constantly spamming the ((())) meme also then?
>>
>>61249377
I remember a lot of systemd shitposting
>>
>>61249308
4chan was down for some hours.
>>
>>61237268
It's not too bad, main problem is different distros have different recommended ways to configure it, and pretty much any guide is going to tell you different things.
>>
>>61244593
>nvm I figured it out
kys
>>
>>61248260
It didn't say that cause you're dualbooting m8.
Thread posts: 320
Thread images: 45


[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.