
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

بدوي
27.09.2017
15:38:35

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

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

Kohane
27.09.2017
17:24:42

@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

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

pedro
27.09.2017
18:26:08

Vitaly
27.09.2017
18:32:18

Michał
27.09.2017
18:32:24


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

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/

Chino
27.09.2017
19:42:37
Vim++

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

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

Будда
27.09.2017
19:48:48

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

Pïü?
27.09.2017
19:49:09
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

@ritzk
27.09.2017
20:33:07

Kohane
27.09.2017
20:34:09

@ritzk
27.09.2017
20:35:17

Kohane
27.09.2017
20:39:50

(■_■¬)
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
And if you are using your laptop for consumption, android works better.

Michał
27.09.2017
20:52:03

@ritzk
27.09.2017
20:53:46
I miss Maemo on N900 .

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