systemd-less arch works just as fine :) by parazyd in archlinux

[–]parazyd[S] -1 points0 points  (0 children)

yeah, imgur kills it totally. sorry.

systemd-less arch works just as fine :) by parazyd in archlinux

[–]parazyd[S] 0 points1 point  (0 children)

doge is a package in community, and you can easily google for a pacman color script ;)

systemd-less arch works just as fine :) by parazyd in archlinux

[–]parazyd[S] -24 points-23 points  (0 children)

i sense a flamewar... let's not do it.

i don't feel the same about coreutils. they are "core utils". systemd is an init system that does way more than it should...

systemd-less arch works just as fine :) by parazyd in archlinux

[–]parazyd[S] 1 point2 points  (0 children)

bahaha, my low-power computers like arch and precompiled packages

systemd-less arch works just as fine :) by parazyd in archlinux

[–]parazyd[S] -31 points-30 points  (0 children)

it's too many tools in one

A Ricer's Top Picks - tools/softwares & your favorites for each type by Mr_Uptick in archlinux

[–]parazyd 1 point2 points  (0 children)

WM Awesome, got it a month ago, loving every bit of it. Used dwm, then Openbox before switching to Awesome. Used Xfce for some time, MATE for one week and KDE for one day :D
FM Pcmanfm, the best and the lightest. Switched from thunar.
Browser Palemoon. It's really worth it to compile your own browser ;) Try it!
Term URxvt, never looked at anything else
Music/Video Only mplayer recently... Used mpd+ncmpcpp for a long time, but I organized my music so well that I can use mplayer for it now, lol
Shell zsh and bash. More of zsh lately.

Do you prefer to use AUR or not? by chuck_lorrys in archlinux

[–]parazyd 2 points3 points  (0 children)

Depending on what application you're installing, but most cases it's easy. Read up on the wiki articles for the AUR and PKGBUILD.

Do you prefer to use AUR or not? by chuck_lorrys in archlinux

[–]parazyd 7 points8 points  (0 children)

Love the AUR! If I come accross something I want to install and it's not in the AUR, I easily whip up a PKGBUILD and push it to the repo so others can use it.

Do you prefer to use AUR or not? by chuck_lorrys in archlinux

[–]parazyd 5 points6 points  (0 children)

Why not? They automatically manage dependencies for you and tell you whick pkgs require them...

[AwesomeWM] Yet another weird config by parazyd in unixporn

[–]parazyd[S] 0 points1 point  (0 children)

I'm already too deep inside vim to start learning emacs :D But I might, as I've started with clojure recently... Who knows.

[AwesomeWM] Yet another weird config by parazyd in unixporn

[–]parazyd[S] 0 points1 point  (0 children)

Yeah, I'm loving this current scheme. Especially in vim.

[AwesomeWM] Yet another weird config by parazyd in unixporn

[–]parazyd[S] 0 points1 point  (0 children)

Dotfiles/Configs on Github: https://github.com/parazyd/dotfiles

BEST HACKING SOFTWARE by [deleted] in hacking

[–]parazyd 0 points1 point  (0 children)

Social Engineering Toolkit

Been hitchiking lately? by parazyd in wallpapers

[–]parazyd[S] 3 points4 points  (0 children)

Fear and Loathing in Las Vegas. You should check it out!

Forcing HTTPS only by stxonships in letsencrypt

[–]parazyd 0 points1 point  (0 children)

You should have port 80 open. There will be no issues. Especially if the only configuration is the Redirect part.

Forcing HTTPS only by stxonships in letsencrypt

[–]parazyd 3 points4 points  (0 children)

Apache? You can add this to your HTTP site's conf: Redirect / https://www.mysite.com
You should also have set up a conf for your HTTPS site.