@fedora

Страница 1051 из 2988
linux
23.09.2017
00:17:05
or even explain any highly unlikely non nefarious rationale for such things

norj
23.09.2017
00:19:01
If I'm a newbie, I would pick fedy rather than rpmfusion I think. Their website's ux sucks. I mean look at it. https://www.folkswithhats.org/ https://rpmfusion.org/

Fedy is newbie friendly. Has gui tools. One click install. Who wouldn't choose this?

In security standpoint, rpmfusion is way better.

Google
linux
23.09.2017
00:22:41
the fact I can't see the script natively on the page is a big red flag

norj
23.09.2017
00:23:58
linux
23.09.2017
00:24:07
look at this https://github.com/folkswithhats/fedy

@mi_tsuki no because I'm educated to the risks of random scripts and read them FIRST

norj
23.09.2017
00:29:55
lol I see what you did there

Abdelrhman
23.09.2017
00:31:40
i can save the page as html and send it to , you just have to bookmark it or upload it to server online,etc.. in the end you will have nice site ux for rpmfusion :3

linux
23.09.2017
00:33:56
functional and maintainable is the priority for that small project

Abdelrhman
23.09.2017
00:36:01
lol , my hand press enter before i complete my words ._.

norj
23.09.2017
00:37:11
Well at least rpmfusion doesn't hide under the abstraction of script file. And no piping curl-bash too on sudo elevation.

dnf uses curl as backend to fetch files right?

Abdelrhman
23.09.2017
00:38:05
right ?

linux
23.09.2017
00:40:03
but not with a pipe elevation

Google
linux
23.09.2017
00:40:06
you need to explictly use sudo dnf install/update foo

Abdelrhman
23.09.2017
00:40:32
hmm, just installed tor , then added localhost in proxy settings in firefox , and port 9050 , then started tor.service by : systemctl start tor.service. opened firefox , try to open any site , take forever untill tell me connection timed out ?

linux
23.09.2017
00:47:44
(sudo systemctl status tor && sudo firewall-cmd —list-all ) | fpaste

likely blocked at the f/w

tor or the torbrowser-launcher or both

Abdelrhman
23.09.2017
00:48:47
tor only

linux
23.09.2017
00:49:10
also should be using privoxy too if you are using it for anything beyond basic content filters on a campus or parental controls

fpaste link pls

Abdelrhman
23.09.2017
00:49:31
ok

https://paste.fedoraproject.org/paste/tLCE4i3kZ11RLmYDg7yF2Q

the service was not running , here is running : https://paste.fedoraproject.org/paste/k2o9Kv5X4dPCe46RVRi1vA

linux
23.09.2017
00:53:08
now retry

Abdelrhman
23.09.2017
01:03:01
the firewall-cmd part of command was have mistake in '--'list-all , this why there's no firewall-cmd output in fpaste url . —- tried to connect now and same problem , https://paste.fedoraproject.org/paste/RoRRf-PR3buPLVrcQ36~PA

linux
23.09.2017
01:08:32
https://paste.fedoraproject.org/paste/-EAKJvzSe43HmKLvkAkEtg

for comparison

and I'm not fully locked down yet

Tim
23.09.2017
01:15:02
I’m can agree to not use fedy again, but won’t wipe till 27 comes out

linux
23.09.2017
01:17:44
not sure I can agree on the delay but your box not mine

Abdelrhman
23.09.2017
01:17:50
personally i reinstall linux like two or three times in one month lel :V

linux
23.09.2017
01:20:01
I've done custom reinstalls 6 times in Sept already

Google
Tim
23.09.2017
01:20:25
Lol...I’ve done it about a dozen times this week...but happy with things at the moment.

linux
23.09.2017
01:20:33
this connection is making me very leary now all the suddent

Abdelrhman
23.09.2017
01:21:03
linux
23.09.2017
01:21:15
https://paste.fedoraproject.org/paste/Xbeu-JqPUlagZhFdZLAqeA « present dual boot

Tim
23.09.2017
01:30:54
@sc0rpio492 I’m a chronic hopper

Augusto
23.09.2017
01:31:34
Does this theme hides the top bar from GNOME? ?

Giuseppe
23.09.2017
05:43:28
steam is available in both copr and rpmfusion both are supported repos
I never used copr. I think i can't install both, right?

Milky
23.09.2017
06:47:14
so for example you can install arduino repo which will give you arduino ide only

rpmfusion gives you access to all packages from the repo

Giuseppe
23.09.2017
07:41:46
Muhammad
23.09.2017
10:38:52


first nsf errror, then on provisoing got ssh keys permission error.

Tobias?
23.09.2017
11:07:22
first nsf errror, then on provisoing got ssh keys permission error.
If it cant use nfs to provision the thing how would it login to it?

Muhammad
23.09.2017
11:11:00
that is working, now i get this error, TASK [Gathering Facts] ********************************************************* fatal: [attendance-service]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: Warning: Permanently added '192.168.33.125' (ECDSA) to the list of known hosts.\r\nPermission denied (publickey,password).\r\n", "unreachable": true} to retry, use: --limit @/var/www/html/attendance-service/etc/ansible/site.retry

@Wolfshappen

Muhammad
23.09.2017
11:13:49
I have added this in vagrant file # copy SSH keys to vagrant config.vm.synced_folder "~/.ssh", "/home/vagrant/.ssh", type: "rsync", rsync__exclude: ["authorized_keys"] config.vm.synced_folder "~/.ssh", "/root/.ssh", type: "rsync", rsync__exclude: ["authorized_keys"]

linux
23.09.2017
11:17:55
that excluded file is THE ONE you NEED

Google
Tobias?
23.09.2017
11:17:57
.authorized_keys contains the allowed keys, the other files should never be there because they are your private (and public) keys.

linux
23.09.2017
11:18:11
unless you are sshc opy-id'ing keys manually

Tobias?
23.09.2017
11:18:49
Make sure .authorized_keys actually contains the pubkey you want and ideally make that in another folder.

linux
23.09.2017
11:18:57
you need ~/.ssh/*key.pub and ~/.ssh/authorized_keys{2}

~/.ssh/authorized_keys ~/.ssh/authorized_keys2 former is host generated and the latter is all program/project keys

Tobias?
23.09.2017
11:20:06
you need ~/.ssh/*key.pub and ~/.ssh/authorized_keys{2}
He doesnt need the pubkeys. He just needs a file where all his wanted pubkeys are in and name it authorized_keys

Tobias?
23.09.2017
11:37:07
u need chmod 600 .ssh/authorized_keys
He excluded that very file. Any permission change will be useless if he doesnt copy it.

linux
23.09.2017
11:53:59
700 ~/.ssh -R 600 ~/.ssh

norj
23.09.2017
11:55:30
? still doesn't get solved yet

Tim
23.09.2017
12:14:05
it amazes me that gnome online accounts does not have caldav/carddav. Luckily there is california for calendar. Might as well uninstall gnome contacts.

linux
23.09.2017
12:16:42
it's what gnome devs want to push silly not what makes sense 100% of time

Tim
23.09.2017
12:21:39
I just read an article, it's all there, just not exposed. I will have to set it all up under evolution then remove evolution...lol

linux
23.09.2017
12:22:39
again it's what they want to push

which includes evolution

Sheogorath
23.09.2017
14:35:17
Interesting. I find it lighter than Firefox.
Depends on the number of Tabs you have open. ;) When you use less than 10 tabs at the time, yes, it's lighter, but when it comes to a few hundred tabs Chrome simply kills your machine. And even worse, there doesn't happen any OOP because chrome uses way less memory than your usual programms, since every TLD splits into an own process

Epicness
23.09.2017
14:44:52
It's there for firefox also, but idk the name for it

There's an extension to stop tabs from accessing chrome's memory right? That way even if you have a lot of tabs open it wouldn't slow down, nor use a lot of resources.
The chrome extension either did this or it kills the tab itself and loads it when the user requires it to do so.

Google
Epicness
23.09.2017
14:49:42
Don't really know the extension name because it's been quite a while since I used chrome lol

woo
23.09.2017
15:56:06
https://chrome.google.com/webstore/detail/onetab/chphlpgkkbolifaimnlloiipkdnihall?utm_campaign=en&utm_source=en-et-na-us-oc-webstrhm&utm_medium=et

Fernando
23.09.2017
17:06:50
Fernando
23.09.2017
17:08:40
Sheogorath
23.09.2017
17:09:34
It swaps to its own temporary files.
I can tell you, if it does, not enough. I almost once a week have to switch to a tty and run pkill chromium to go back to a usable system. simply because chromium uses so much RAM and SWAP that kswapd drives the system crazy

Страница 1051 из 2988