
Febyan
26.05.2017
14:18:14
Choose deepin
Debian based

Zero
26.05.2017
14:18:39
It Fedora considered more of a beta for centos / rhel?

Michał
26.05.2017
14:19:04
Choose deepin
"Linux Deepin is a Ubuntu derivative..." - so I end up with Ubuntu + some packages? ;)

Google

Zero
26.05.2017
14:19:20
I've not used the server version

Michał
26.05.2017
14:19:54

Febyan
26.05.2017
14:20:05

Ghazwan Aliesh
26.05.2017
14:20:26

Febyan
26.05.2017
14:22:04
Fedora has a LTS version?

Michał
26.05.2017
14:22:41

Ghazwan Aliesh
26.05.2017
14:22:45
Fedora is stable distro which itself has a beta release (fedora 26 when the 25 is the stable one) so no
But red hat tests the new features which will be added to CentOS on fedora
so yeah fedora somehow is centOS beta.

Michał
26.05.2017
14:24:52

Febyan
26.05.2017
14:25:25

Gwindor
26.05.2017
14:25:40

Michał
26.05.2017
14:25:41

Google

Gwindor
26.05.2017
14:25:53
But CentOS is basically same RHEL.

Michał
26.05.2017
14:26:16
in RHEL you mainly pay for support

Zero
26.05.2017
14:26:35
If that makes sense

Ghazwan Aliesh
26.05.2017
14:27:45

Febyan
26.05.2017
14:28:30

Michał
26.05.2017
14:28:33

Zero
26.05.2017
14:28:41

Febyan
26.05.2017
14:29:18

Zero
26.05.2017
14:29:20

Febyan
26.05.2017
14:30:32

Sid
26.05.2017
14:31:04
My new favourite GNOME extension. http://www.omgubuntu.co.uk/2017/05/floating-video-ubuntu-gnome-extension

Gwindor
26.05.2017
14:32:02

Michał
26.05.2017
14:32:23

Anxhelo
26.05.2017
14:32:23
Ubuntu ofc

Febyan
26.05.2017
14:32:26

Gwindor
26.05.2017
14:32:34

Anxhelo
26.05.2017
14:32:43
modified as hell
yeah

Google

Sid
26.05.2017
14:32:49
Ubuntu gnome, which he's themed to resemble a "traditional" UI...

Anxhelo
26.05.2017
14:33:46

Gwindor
26.05.2017
14:34:03
@michalrud, did you set up custom icontheme support in i3?

Sid
26.05.2017
14:34:34

Michał
26.05.2017
14:34:39

Anxhelo
26.05.2017
14:34:57

Gwindor
26.05.2017
14:35:12
Never heard of it actually.

Роман
26.05.2017
14:35:26

Michał
26.05.2017
14:35:30

Gwindor
26.05.2017
14:35:34
Gonna check it out, thanks.

Michał
26.05.2017
14:36:31
what's wrong with a rolling release?
I don't like the suprise breaking changes which can appear when casually upgrading, with traditional releases you can know when any problems can be expected, so you can do it when it's convenient


darkabhi@Gnome:~$
26.05.2017
14:37:15
can anyone help with this?
[darkabhi@inspiron ~] $ pip install —upgrade pip
Collecting pip
Using cached pip-9.0.1-py2.py3-none-any.whl
Installing collected packages: pip
Found existing installation: pip 8.1.2
Uninstalling pip-8.1.2:
Exception:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/usr/lib/python2.7/site-packages/pip/commands/install.py", line 326, in run
strip_file_prefix=options.strip_file_prefix,
File "/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 736, in install
requirement.uninstall(auto_confirm=True)
File "/usr/lib/python2.7/site-packages/pip/req/req_install.py", line 742, in uninstall
paths_to_remove.remove(auto_confirm)
File "/usr/lib/python2.7/site-packages/pip/req/req_uninstall.py", line 115, in remove
renames(path, new_path)
File "/usr/lib/python2.7/site-packages/pip/utils/__init__.py", line 267, in renames
shutil.move(old, new)
File "/usr/lib64/python2.7/shutil.py", line 303, in move
os.unlink(src)
OSError: [Errno 13] Permission denied: '/usr/bin/pip'
You are using pip version 8.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'pip install —upgrade pip' command.


Gwindor
26.05.2017
14:37:22


Michał
26.05.2017
14:38:08
[darkabhi@inspiron ~] $ pip install —upgrade pip
Collecting pip
Using cached pip-9.0.1-py2.py3-none-any.whl
Installing collected packages: pip
Found existing installation: pip 8.1.2
Uninstalling pip-8.1.2:
Exception:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/usr/lib/python2.7/site-packages/pip/commands/install.py", line 326, in run
strip_file_prefix=options.strip_file_prefix,
File "/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 736, in install
requirement.uninstall(auto_confirm=True)
File "/usr/lib/python2.7/site-packages/pip/req/req_install.py", line 742, in uninstall
paths_to_remove.remove(auto_confirm)
File "/usr/lib/python2.7/site-packages/pip/req/req_uninstall.py", line 115, in remove
renames(path, new_path)
File "/usr/lib/python2.7/site-packages/pip/utils/__init__.py", line 267, in renames
shutil.move(old, new)
File "/usr/lib64/python2.7/shutil.py", line 303, in move
os.unlink(src)
OSError: [Errno 13] Permission denied: '/usr/bin/pip'
You are using pip version 8.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'pip install —upgrade pip' command.
1. please use pastebins in the future, 2. I think you may need to use sudo, but I'm not fluent enough with python's ecosystem to say for sure


darkabhi@Gnome:~$
26.05.2017
14:38:25

Febyan
26.05.2017
14:38:27

Michał
26.05.2017
14:38:41

Google

Gwindor
26.05.2017
14:39:18
For tray and stuff.

Роман
26.05.2017
14:40:42

Michał
26.05.2017
14:42:38

天荣
26.05.2017
14:43:18

Michał
26.05.2017
14:43:27
I'm not saying Arch is bad, but when I need Linux for work and I want it to be 100% dependable despite constant updating, then I don't think Arch is a good choice
also: Sublime Text has an official dnf repo now: https://www.sublimetext.com/docs/3/linux_repositories.html#dnf

Admin
ERROR: S client not available

天荣
26.05.2017
14:44:45
They added touch bar support
Maybe it's time to go back to ST3

Michał
26.05.2017
14:45:26

天荣
26.05.2017
14:47:12
Try it out, I think you will like it

Michał
26.05.2017
14:47:40

天荣
26.05.2017
14:51:46
For the rest you obviously have to look
But considering keys like F11 aren't really a thing on macOS...

Michał
26.05.2017
14:52:14
I'm not a 100% touch typist anyway

天荣
26.05.2017
14:52:26
The touch bar is more like an extension

Google

天荣
26.05.2017
14:52:42
That's the thing

Tanuj
26.05.2017
14:52:59
how is touchbar support for linux?

Michał
26.05.2017
14:53:17

Tanuj
26.05.2017
14:53:22
and how does the x1 carbon compare to the mbp 15"?

天荣
26.05.2017
14:53:24
I very much prefer the MBP to any Lenovo laptops
What for? ?

Tanuj
26.05.2017
14:53:54

Michał
26.05.2017
14:54:01

天荣
26.05.2017
14:54:12
But you can use the keyboard
Just not the touch bar

Tanuj
26.05.2017
14:54:29
:c

Michał
26.05.2017
14:56:15
right now I'm considering buying a 40% keyboard, so I guess lack of function keys won't be much of an issue, but currently MBP is too expensive for me and I guess it will be for a few years anyway so I don't even consider buying that laptop :D

天荣
26.05.2017
14:56:59

Michał
26.05.2017
14:57:20

天荣
26.05.2017
14:57:34
Weird hmm