
Kohane
23.03.2017
13:22:16
Ah, no, you're doing it wrong.
You don't have to download separated packages, go to Yumex, Gnome Software or Apper and search there the programmes or packages you need.

Ghazwan Aliesh
23.03.2017
13:23:20

Kohane
23.03.2017
13:23:34
You don't have to download separated packages, go to Yumex, Gnome Software or Apper and search there the programmes or packages you need.

Google

Ghazwan Aliesh
23.03.2017
13:23:58

Kohane
23.03.2017
13:24:13
Select what you want to install and click accept. The programme will do everything automathically.
Gnome Software then or Apper
Alternatively you can open a terminal and type:
su dnf search <package> and once you find it dnf install <package>
This is surely explained in Fedora wikie. I can look up if you want @GhAliesh

Ghazwan Aliesh
23.03.2017
13:28:24

Kohane
23.03.2017
13:29:49

Eduard
23.03.2017
13:33:34
It's called yumex because previous package manager was called yum, and yumex stands for "YUM EXtender"

Ghazwan Aliesh
23.03.2017
13:34:20

Eduard
23.03.2017
13:35:43
Yes, it's a good idea

Google

Eduard
23.03.2017
13:36:27
Even when you have "Software" (I really don't know the name of the graphical package installer that came intalled), yumex-dnf it's a great and powerful tool

Tobias?
23.03.2017
13:36:42
If you click it it will offer you ti install it

Kohane
23.03.2017
13:37:07
I'm sorry ms ??
No problem. Just FYI "Kohane" means "Small feather" in Japanese. (No, I'm faraway from Japan).

Eduard
23.03.2017
13:37:26
And no, She isn't japanese

Tobias?
23.03.2017
13:37:27
Software is the easy Way to install Stuff, Yumex offers other Packages too

Eduard
23.03.2017
13:37:30
?

Yoinier
23.03.2017
13:38:05
Yoinier Hernandez Nieves, [23.03.17 09:37]
anybody with experience in 389ds?

Kohane
23.03.2017
13:38:06

Ghazwan Aliesh
23.03.2017
13:38:43
Thank you all for ur help ??

Kohane
23.03.2017
13:39:15

天荣
23.03.2017
14:03:44
Let's talk temperatures

Null8yt3
23.03.2017
14:18:10
nop... no ice here!!! just a nice shiny day.

Aadhin
23.03.2017
14:19:09
What place is this ?

天荣
23.03.2017
14:19:14

Aadhin
23.03.2017
14:19:43
Lovely
I Wish to be there

天荣
23.03.2017
14:20:09
Too hot during the summer :(

Aadhin
23.03.2017
14:21:00
I haven't been to the icy land
Here it's 99°F

天荣
23.03.2017
14:21:22
Can't speak Fahrenheit :v

Google

Aadhin
23.03.2017
14:22:33
Of course I can
But I usually won't use it

天荣
23.03.2017
14:22:50
I mean I cannot
I personally can't

Aadhin
23.03.2017
14:23:25
Oh
Got it

Brian
23.03.2017
14:23:49

天荣
23.03.2017
14:24:49
hahaha

Brian
23.03.2017
14:25:20

天荣
23.03.2017
14:25:40
I actually don't like Java, I don't use it
That said, better Java than... COBOL ?
Or C# ?

Aadhin
23.03.2017
14:26:19

Brian
23.03.2017
14:29:57

Ghazwan Aliesh
23.03.2017
14:31:23
Or C# ?
C# and Linux usee ?, false friends

Gwindor
23.03.2017
14:35:30
Am I only person here who uses Prolog? :D

Michał
23.03.2017
14:47:14

分解物質
23.03.2017
16:08:25
oh no
that are Unix friends
linux friends are C++, Perl and ruby, sorry

Google

Vitaly
23.03.2017
16:17:36
Perl is dead.

Michał
23.03.2017
16:18:07
> c++ and Linux
Say that to Linus and see what happens ?

Admin
ERROR: S client not available

天荣
23.03.2017
16:18:40

分解物質
23.03.2017
16:19:05

Michał
23.03.2017
16:19:11
he will interject me for a moment

セイバー
23.03.2017
16:19:20

分解物質
23.03.2017
16:20:07

Michał
23.03.2017
16:21:02
inb4 lets rewrite kernel in rust


分解物質
23.03.2017
16:21:12
i know what happens when someone advising him to write C++
From: Linus Torvalds <torvalds <at> linux-foundation.org>
Subject: Re: [RFC] Convert builin-mailinfo.c to use The Better String Library.
Newsgroups: gmane.comp.version-control.git
Date: 2007-09-06 17:50:28 GMT (2 years, 14 weeks, 16 hours and 36 minutes ago)
On Wed, 5 Sep 2007, Dmitry Kakurin wrote:
>
> When I first looked at Git source code two things struck me as odd:
> 1. Pure C as opposed to C++. No idea why. Please don't talk about portability,
> it's BS.
*YOU* are full of bullshit.
C++ is a horrible language. It's made more horrible by the fact that a lot
of substandard programmers use it, to the point where it's much much
easier to generate total and utter crap with it. Quite frankly, even if
the choice of C were to do *nothing* but keep the C++ programmers out,
that in itself would be a huge reason to use C.
In other words: the choice of C is the only sane choice. I know Miles
Bader jokingly said "to piss you off", but it's actually true. I've come
to the conclusion that any programmer that would prefer the project to be
in C++ over C is likely a programmer that I really *would* prefer to piss
off, so that he doesn't come and screw up any project I'm involved with.
C++ leads to really really bad design choices. You invariably start using
the "nice" library features of the language like STL and Boost and other
total and utter crap, that may "help" you program, but causes:
- infinite amounts of pain when they don't work (and anybody who tells me
that STL and especially Boost are stable and portable is just so full
of BS that it's not even funny)
- inefficient abstracted programming models where two years down the road
you notice that some abstraction wasn't very efficient, but now all
your code depends on all the nice object models around it, and you
cannot fix it without rewriting your app.
In other words, the only way to do good, efficient, and system-level and
portable C++ ends up to limit yourself to all the things that are
basically available in C. And limiting your project to C means that people
don't screw that up, and also means that you get a lot of programmers that
do actually understand low-level issues and don't screw things up with any
idiotic "object model" crap.
So I'm sorry, but for something like git, where efficiency was a primary
objective, the "advantages" of C++ is just a huge mistake. The fact that
we also piss off people who cannot see that is just a big additional
advantage.
If you want a VCS that is written in C++, go play with Monotone. Really.
They use a "real database". They use "nice object-oriented libraries".
They use "nice C++ abstractions". And quite frankly, as a result of all
these design decisions that sound so appealing to some CS people, the end
result is a horrible and unmaintainable mess.
But I'm sure you'd like it more than git.


Alseg
23.03.2017
16:22:37
How start all vm in KVM? ( get-all | start-all)

Tobias?
23.03.2017
16:59:23
A start-all is kind of asking for trouble

天荣
23.03.2017
16:59:51

Alseg
23.03.2017
17:00:15
start-all is example
How start all VM (I mean not autostart with kvm host)?

Tobias?
23.03.2017
17:00:57
Obligatory "what for" question here

Alseg
23.03.2017
17:01:49
Ok, example from WS:
Get-VM | Start-VM
This is list all vm and start them
Analog in KVM?

Google

Tobias?
23.03.2017
17:04:38
Analog in KVM?
for i in `virsh list --all|awk '{print $2}'|grep -v Name`; do virsh start $i; done

Alseg
23.03.2017
17:05:03

Tobias?
23.03.2017
17:05:11
Again, what for.
This is asking for several seconds to minutes of downtime as you kill your I/O

Michał
23.03.2017
17:22:40
whoopsie, looks like a neon crashed

Denis
23.03.2017
19:33:46
Wroclaw?

Ghazwan Aliesh
23.03.2017
19:56:20
Yum extender won't be installed, it have been being pending for the last 5 hours

Eduard
23.03.2017
20:00:18
It looks like you have another process blocking installations
Maybe another installation in progress???

Ghazwan Aliesh
23.03.2017
20:01:52
How to kill them then ?

Eduard
23.03.2017
20:03:41
Well, first you need to check if there is really someting blocking it
In the terminal type
ps aux | grep dnf