@fedora

Страница 2975 из 2988
Asiri
24.10.2018
19:16:37
Ok it's even weird, Firefox consumes about 100MiB more than Chromium at any given time

spookySun
24.10.2018
19:20:40
Ok it's even weird, Firefox consumes about 100MiB more than Chromium at any given time
if (firefox.ram.usage() =< chromium.ram.usage) { { useMoreRam("firefox"); }

Janderson
24.10.2018
22:22:46
Pessoal boa noite, estou precisando de simulados de provas LPI para treinar, alguém teria para compartilhar, existe alguma coisa em português ou somente inglês ?

Google
Janderson
24.10.2018
22:29:42
Good evening guys, I need simulations of LPI training, someone would have to share, is there anything in Portuguese or only English?

Joseph
24.10.2018
23:23:36
?

(■_■¬)
24.10.2018
23:28:21
Accidentally my two laptops have a docking port, but I wasn't looking for it, it just came included. Like a complimentary thing.
On Germany is quite easy to get a used dock station. See if you can get one for your T440. I friend of mine paid around €80.00 for a dock station for his T430s. At home or in the office you plug everything to the dock station, if you have to work at a coffe or have a meeting, or had to travel, you can bring you workstation with you. A brand new dock station might be quite expensive.

Tobias?
24.10.2018
23:39:56
We should write @Wolfshappen facts in a Wiki.
You laugh, i actually started that in private

Just hosting it is problematic in germany. ;-;

(■_■¬)
24.10.2018
23:41:54
Just hosting it is problematic in germany. ;-;
Host it in Iceland. Flokinet is so based, they respect anonymity and have plenty of pay methods, They don't care about your identity, they even provide support via Jabber and many other redpilled IM apps.

Tobias?
24.10.2018
23:43:27
Host it in Iceland. Flokinet is so based, they respect anonymity and have plenty of pay methods, They don't care about your identity, they even provide support via Jabber and many other redpilled IM apps.
Dont worry, if i wasnt as lazy and wanted to fully pull trough i'd have a fully anonymous hoster, paid in cryptocoins shuffled enough to be untrackable, loaded via TOR only from a seperate machine.

But the second i put a link to it anywhere on tg the anonimity part went out the window

Google
Tobias?
24.10.2018
23:44:22
So rather finding a legal thing like wikia so a company that feels "wrongly represented" can go cry to them.

Samuel
25.10.2018
01:34:04
Something crazy just happened to me: dnf upgrade killed my network connection

It also solved itself

(■_■¬)
25.10.2018
01:56:26
Something crazy just happened to me: dnf upgrade killed my network connection
Always run upgrades from a tty or run the upgrades inside a tmux session or a screen session`. What I do is: Check if there are any available upgrades: su -c 'dnf check-upgrade' Then if there are upgrades availables, I donwload them without installing them: su -c 'dnf --downloadonly upgrade' Finally you can logout your current graphical session, and log in to a tty by pressing Ctrl+Alt+F3, get logged in, and from there run: su -c 'dnf upgrade' If something relying on Xorg or Wayland crashes, no problem the upgrade will not be interrupted. This way you avoid using you system and apps while the upgrade, that may cause issues too. Then reboot. Profit. Or simply, run the whole process inside a tmux or screen session :)

Following this have saved me fro hitting with some famous bugs that had hit Fedora in the past. This is something GNOME Software does well, the off-line upgrades.

It force the user to get logged out their system, avoid crashes while upgrades, and any service can be easily restarded without the user noticing it.

Samuel
25.10.2018
02:04:02
It force the user to get logged out their system, avoid crashes while upgrades, and any service can be easily restarded without the user noticing it.
Woah, wasn't expecting this response, thanks for the advice and for your time, man. I'm saving this for later.

spookySun
25.10.2018
03:22:46
Essentially, you're running a command as root

Robby
25.10.2018
03:25:42
The same can be accomplished using sudo

(■_■¬)
25.10.2018
03:40:58
What's -C for?
the -c, c lowercase. It passes the command between " as a parameter to a given user, given the user is not especified root is assumed. Basically it allows you run privilaged commands as root, once the command has finished, the promp is still the normal user. I don't like to use sudo, I don't like to assume the user has already set up a sudo in their system, I don't like to become explicitly root, I prefer the one explained. Just a personal preference.

(■_■¬)
25.10.2018
03:43:47
Okay I'm done being 5.
I dont't get it.

Robby
25.10.2018
03:45:08
I dont't get it.
I basically said you're wrong and I'm right :P

and then got childish lol :D

Forgive me — I'm in a goofy mood

Google
(■_■¬)
25.10.2018
03:45:36
nah, nevermind.

Robby
25.10.2018
03:46:29
nah, nevermind.
It wasn't important :)

(■_■¬)
25.10.2018
03:46:37
I started using it after reading a debate on a mailing list or a post from the fedoraplanet.org a long time ago.

Robby
25.10.2018
03:46:56
heh

(■_■¬)
25.10.2018
03:47:30
Basically someone showed good arguments on why it is a good practice to not use sudo and using su -c ''foo --bar baz" over it.

At a local College a student managed to get the personal password from one fo the administrators.

The personal user of this administrator has sudo privileges... by the end of the year the admision test were sit. And the student made fun of them with a brand new accound named... samba, the SysAdmins struggled catching this, that was the accound he used to modify the test results.

I think using su -c over sudo gives you more control. If the compromised accound didn't have sudo privilages this would not have happened.

Robby
25.10.2018
03:57:43
That's just a shitty sysadmin

(■_■¬)
25.10.2018
03:59:20
I know, but again, getting the personal user password or creating a new privilaged accound if the admin has not set the time out is possible with sudo, if the admin use su -c is harder.

(■_■¬)
25.10.2018
04:00:42
I have had the chance to do so infinite times, I'm a good guy, and I have always pointed to this mistake when friends around left their laptops after a sudo something.

If you are looking forward on becoming a SysAdmin that talks bad about you.

Robby
25.10.2018
04:01:20
Always lock it .

(■_■¬)
25.10.2018
04:01:27
I know, He might trust me, but after seen that, I don't trust him XD

Always lock it .
That's not OK.

Robby
25.10.2018
04:02:07
That's not OK.
What? I usually have a tty session open

(■_■¬)
25.10.2018
04:02:15
But I think, If that were recurrent bad practices I would had to give them a good lesson.

Robby
25.10.2018
04:02:52
Lock your laptop — as in the X session lock it

Google
Robby
25.10.2018
04:03:08
Still nothing stops you from switching to one of the ttys lol

i have my reasons for keeping that logged in

(■_■¬)
25.10.2018
05:17:27
He is back! :3 https://www.youtube.com/watch?v=pQWj2Fgxdrc

Robby
25.10.2018
05:19:21
(■_■¬)
25.10.2018
05:19:49
He is getting old and old, that's concerning ?

Wish he was an Elf.

Admin


Robby
25.10.2018
05:23:09
ageism

He doesn't do much coding these days

Samuel
25.10.2018
06:12:52
He is back! :3 https://www.youtube.com/watch?v=pQWj2Fgxdrc
I need subtitles for everything the interviewer said

Avi
25.10.2018
07:03:51
hey guys I'm back

(■_■¬)
25.10.2018
07:04:59
Avi
25.10.2018
07:05:05
I have a question

I'm doing Google Code In

and for one task, which is to write a contributor story, I need to know if someone (who i know is a Gnome developer) is also technically a Fedora contributor

Felipe Borges

is he a fedora contributor/

?

Google
Avi
25.10.2018
07:07:21
nevermind he is!!!

found him through Zodbot

Dario
25.10.2018
09:31:15
What about KDE?
Sorry, I do not use KDE but I think not use PackageManager ... do not know...

Dario
25.10.2018
09:33:14
What's -C for?
-C is for Run dnf from system cache, don't update the cache and use it even in case it is expired.

Kohane
25.10.2018
09:33:46
You are basically a living Arch wiki
I would say he's the Fedora version of Arch wiki.

Dario
25.10.2018
09:35:46
dnfdragora is not installed by defautl if you use Fedora Workstation, is only install with other Spin

Kohane
25.10.2018
09:36:49
But the second i put a link to it anywhere on tg the anonimity part went out the window
I imagined you throwing a small ball called "anonimity" through the window.

Dario
25.10.2018
09:37:26
sometime I use -C for disable boring packages cache download

Kohane
25.10.2018
09:37:35
It's been even longer I don't use Gnome at all ?

sometime I use -C for disable boring packages cache download
Boring packages? What do you mean? Are there funny packages?

Entertaining packages?

Something crazy just happened to me: dnf upgrade killed my network connection
Oh, that happen often when it updates anything related to networks.

Dario
25.10.2018
09:39:35
boing or annoying cache download

sorry for my bad english

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