@fedora

Страница 1059 из 2988
Vafa
27.09.2017
05:40:13
I found SE Troubleshoot very useful. It shows you any action that SE took in place and provide you an instructions with associated command line to solve the any false alarm

Victor Hugo
27.09.2017
15:03:20
its a power management standard fyi

its not a windows thing, although they were the ones to first implement it

Google
Kohane
27.09.2017
16:47:43
I couldn’t. There’s no i386 version. I can’t install it on my Debian.

Victor Hugo
27.09.2017
16:48:46
rpmfusion and negativo17 have rpms for spotify i guess

by the way, is your hardware old enough to not run x86_64?

Kohane
27.09.2017
16:49:55
Yes, but Debian is DEB package

My netbook yes

Victor Hugo
27.09.2017
16:51:56
there are repos for that

https://www.spotify.com/us/download/linux/

Kohane
27.09.2017
16:55:20
Oh, thanks

MiB
27.09.2017
16:59:40
?

Jul
27.09.2017
17:00:15
Someone here uses librecad?

Kohane
27.09.2017
17:13:35
there are repos for that
I can’t install. Spotify client depends on a package that isn’t available in Debian Testing. ?

Viktor
27.09.2017
17:17:07
and it ends up in the fedora chat ? flatpak would work for you? i install via flatpak on fedora works awesome . check the page for installing flatpacks under debin

debian

Google
Link
27.09.2017
17:22:50
the flathub one works great for me https://flathub.org/apps.html

@ritzk
27.09.2017
17:23:52
Yes, worked fine for me.

Victor Hugo
27.09.2017
17:24:21
rip 32 bit only ubuntu

@ritzk
27.09.2017
17:25:29
Your best bet might be using gnome web in app mode

Victor Hugo
27.09.2017
17:27:36
even old crappy netbooks had x86_64

@ritzk
27.09.2017
17:28:34
Kohane
27.09.2017
17:40:57
pretty curious, what is the system spec ?
1GB RAM, Atom Prozessor N450 1,66GHz storage 250GB HDD

Entro.py
27.09.2017
17:41:42
Jesus

Link
27.09.2017
17:54:23
hoowee that's gonna be slow

Diver
27.09.2017
17:55:44
1G RAM is not enough for my phone?‍♂

Kohane
27.09.2017
18:19:59
1G RAM is not enough for my phone?‍♂
Well, Debian works nicely there.

pedro
27.09.2017
18:26:08
Vitaly
27.09.2017
18:32:18
Michał
27.09.2017
18:32:24
Or just use web Spotify
doesn't it require flash? It did some time ago

Vitaly
27.09.2017
18:34:58
https://fedoraproject.org/wiki/Changes/Stop_Building_i686_Kernels

The i686 kernel is of limited use as most x86 hardware supports 64bit these days. It has been in a status of "community supported" for several Fedora releases now. As such, it gets very little testing, and issues frequently appear upstream. These tend to go unnoticed for long periods of time. When issues are found, it is often a long time before they are fixed because they are considered low priority by most developers upstream. This can leave other architectures waiting for important updates, and provides a less than desirable experience for people choosing to run a 32bit kernel. With this proposal, the i686 kernel will no longer be built. A kernel headers package will still exist, and all 32bit packages should continue to build as normal. The main difference is there would no longer be bootable 32bit images.

Kohane
27.09.2017
18:35:55
Fedora 27 will drop i686 support completely.
And? I’m using Debian there.

doesn't it require flash? It did some time ago
It doesn’t as far as I can tell.

Or just use web Spotify
I don’t like it much but well.

Google
Yash
27.09.2017
19:39:32
How to save config file?



Michał
27.09.2017
19:41:43
in vim: <ESC> :wq <ENTER> to save and quit; use nano if you want a more approachable editor

Link
27.09.2017
19:42:21
http://howdoiquitvim.com/

Michał
27.09.2017
19:43:09
nano--
I use vim instead of nano all the time, yet for the beginners - let's be honest :P

Yash
27.09.2017
19:43:17


Pïü?
27.09.2017
19:43:44
it's because root owns this file

Michał
27.09.2017
19:43:59
I think this is pretty self explanatory - you can't write to this file ;) I would guess you tried to edit it as a regular user

use sudo to get root priviledges

Yash
27.09.2017
19:44:29
Okay I got it

Yash
27.09.2017
19:44:30
Thanks

Pïü?
27.09.2017
19:44:30
or try this: :w !sudo tee %

Martín
27.09.2017
19:44:33
try sudoedit

Pïü?
27.09.2017
19:45:11
if you modified a lot, you can save in other directory and cat the file over the original with the rigth pirvilegies

like: :w /tmp/filename.conf

then: sudo cat /tmp/filename.conf /etc/bla/bla.conf

Michał
27.09.2017
19:46:10
then: sudo cat /tmp/filename.conf /etc/bla/bla.conf
you mean sudo cat a.conf > b.conf ?

Vlad
27.09.2017
19:46:15
Google
Pïü?
27.09.2017
19:46:17
yep sorry

missed the >

Michał
27.09.2017
19:46:44
anyways, seriously, I recommend learning vim, but if you don't want to do this right now, use nano instead

or even mcedit

Pïü?
27.09.2017
19:47:16
let the guy use what she/she wants!

i recommend to use ed...

Michał
27.09.2017
19:47:31
the standard editor

Admin
ERROR: S client not available

Vlad
27.09.2017
19:47:49
Or emacs

Michał
27.09.2017
19:48:26
real power users use hex editors to directly modify a filesystem on the disk

MiB
27.09.2017
19:48:45
Or gedit

Michał
27.09.2017
19:48:53
...yeah the text editor jokes are beaten to death ;)

Pïü?
27.09.2017
19:49:09
real power users use hex editors to directly modify a filesystem on the disk
real power users flip bit on the cable while travel to get written in the disk

who do not have a cosmic ray at hand XD

Yash
27.09.2017
19:49:27
Vlad
27.09.2017
19:49:29
Michał
27.09.2017
19:49:31
btw, if you're even in need of a good hex editor I can't recommend okteta enough

Yash
27.09.2017
19:49:31
Thanks a lot

Michał
27.09.2017
19:50:22
okteta's great for file analysis, the only open source editor I've found which lets me define structures and analyse them in binary files easily

Google
Pïü?
27.09.2017
19:58:06
:w !sudo dd of=% > /dev/null

a little bit hardcore, but works too

Sheogorath
27.09.2017
19:59:07
tee works, too :D

Будда
27.09.2017
19:59:16
(■_■¬)
27.09.2017
20:11:22
Yes, worked fine for me.
Thanks everyone.

@ritzk
27.09.2017
20:33:07
1GB RAM, Atom Prozessor N450 1,66GHz storage 250GB HDD
You might be better off with DSL or Android . Most applications are written for a better off system.

Kohane
27.09.2017
20:34:09
@ritzk
27.09.2017
20:35:17
Kohane
27.09.2017
20:39:50
Whatever works best for you.
What is DSL by the way? I know Android and I don’t like it, but the other one...

(■_■¬)
27.09.2017
20:40:17
It is all about the Desktop Environment. I have Fedora 26 with OpenBox running in an old X40.

Michael
27.09.2017
20:41:08
good evening, guys! My i386 laptop runs Fedora26XFCE u.u

@ritzk
27.09.2017
20:42:05
What is DSL by the way? I know Android and I don’t like it, but the other one...
Android comes with application such as Spotify, terminal, cppdroid,... And designed for systems with limited resources.

And if you are using your laptop for consumption, android works better.

Michał
27.09.2017
20:52:03
Android comes with application such as Spotify, terminal, cppdroid,... And designed for systems with limited resources.
Android is a lot of things, but it definitely is not lightweight. 1GB RAM would make it difficult to run more than one application at once, so for example listening to Spotify while browsing the internet would be the best you can do, unless you'd go to a resource-intensive website. And my Moto G had a pretty vanilla Android, so it wasn't any vendor specific overlay being resource hungry ;)

Michael
27.09.2017
20:54:22
my Moto G5S Plus usually uses 1.7GB of RAM on 3GB

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