IT이야기2024. 8. 27. 07:01

리눅스계에서 그래도 돈을 버는 기업인 레드햇(Redhat)은 Open Source개발자들에게 욕을 먹기도 하지만 그 돈벌어서 리눅스에 투자해주니 칭찬할수도 있을것 같다. 시장의 독점을 유지하기 위한 전략인 Buy and Kill 전략까지 구사해서 세상이 오픈 소스로 밥 벌어먹고 사는 사람들이 정말 이러기야 하는 상황까지 만들었는데

CentOS를 사버린후 없애버리고 지원은 끊고 그냥 비슷한 이름인 CentOS Stream으로 장기지원같은 건 없애 버린것이다. 장기지원을 원하면 돈주고 Redhat Enterprise버전을 사라는 것이다. 기업들은 공식지원이 짧은 리눅스를 쓸수 없으니 돈주고 Redhat으로 넘어갈 수 밖에 없다

 

 

리눅스 배포판별 점유율을 보면 우분투(Ubuntu)가 32.24%로 가장 높고, 개인 개발환경은 우분투가 가장 일반적인 것 같다. 형제 Debian까지 치면 40%에 가깝다.

그러나 CentOS + Redhat + Fedora까지 더하면 50%까이이 된다. 사실상 50%가 넘는 1위 업체로 봐야하고 돈내고 쓰는 기업들은 레드햇 말고는 선택지는 없다고 보면 독점에 가깝다. 개인들이 지랄할것은 아니지만 레드헷에 돈을 내야하는 기업들은 예전의 CentOS처럼 레드햇과 compatible 하면서 patch까지 쉽게 적용할 수 있는 무료 배포판이 엄청 그리울것 같다.

 

--------------

**What is CentOS Stream?**

CentOS Stream is a Linux distribution that was announced in September 2020 by Red Hat, the company behind RHEL (Red Hat Enterprise Linux). CentOS Stream is a rolling-release 
distribution, which means it receives continuous updates and new features as they become available. It's designed to be a mid-stream distribution between Fedora and RHEL.

CentOS Stream is built from the sources of RHEL, but with some key differences:

* It's not a 1:1 clone of RHEL, unlike CentOS Linux (more on that later).
* It has a faster release cycle than RHEL, with new features and updates arriving more quickly.
* It's intended for developers, testers, and power users who want to stay at the bleeding edge of enterprise Linux.

**What is the relation between Fedora and Red Hat OS?**

Fedora is a community-driven Linux distribution that serves as an upstream project for Red Hat Enterprise Linux (RHEL). This means that Fedora acts as a testing ground for new 
features, packages, and technologies that may eventually make their way into RHEL.

Here's how it works:

1. Fedora developers create and test new features, packages, and updates.
2. The Fedora community provides feedback, reports bugs, and helps refine the changes.
3. Once the changes are stable and well-tested in Fedora, they're incorporated into RHEL, which is a more conservative, enterprise-focused distribution.

RHEL takes the best of what's been tested in Fedora and adds additional features, support, and certifications to make it suitable for large-scale enterprise deployments.

**Why does the open source community hate about new CentOS?**

In December 2020, Red Hat announced that they would be discontinuing CentOS Linux, a popular community-driven distribution that was previously based on RHEL sources. The community 
was shocked and upset by this decision.

The main reasons for the backlash are:

* **Loss of a reliable, stable alternative to RHEL**: CentOS Linux was known for its stability, security, and compatibility with RHEL. Many users relied on it as a free, 
community-driven alternative to RHEL.
* **CentOS Stream is not a direct replacement**: While CentOS Stream shares some similarities with CentOS Linux, it's a rolling-release distribution with a different update cycle and 
feature set. This makes it less suitable for production environments that require stability and predictability.
* **Lack of transparency and communication**: The Red Hat announcement was seen as sudden and unexpected, leaving many users feeling abandoned and without a clear migration path.

Some people in the open source community have referred to this situation as a "disaster" because it leaves a significant gap in the Linux distribution landscape. CentOS Linux was 
widely used in production environments, and its discontinuation has forced many users to scramble for alternative solutions.

In summary, CentOS Stream is a new distribution that fills a specific niche between Fedora and RHEL, while the discontinuation of CentOS Linux has caused widespread concern and 
frustration within the open source community.

--------------

공식적으로 Almalinux와 Rockylinux를 대안으로 제시하고 있습니다.

Consider these replacements: Almalinux, Rockylinux (we mirror those)
	${MIRROR}/pub/mirrors/almalinux/
	${MIRROR}/pub/mirrors/rocky/
Posted by 쁘레드
IT이야기2023. 11. 4. 02:42

조금 서치해보면 reddit이라던거 블로그라던가 비슷한 내용의 글이 많았는데, 누가 잘 정리했네요.

https://sthbrx.github.io/blog/2019/05/07/visual-studio-code-for-linux-kernel-development/



https://github.com/amezin/vscode-linux-kernel

에서 python script로 vs project만드는게 열일해주네요. 그냥 전체 tree를 넣어도 VS Code가 잘 버텨주긴하더라고요. 제 빌드머신이 좋아서 그런지...

 

https://www.youtube.com/watch?v=tnSnVlbKtMk&ab_channel=MicrosoftDeveloper

'IT이야기' 카테고리의 다른 글

Fonts for coding 폰트  (0) 2023.11.14
작업용 mobile CPU benchmark AMD Intel  (0) 2023.11.10
Opensource game - OpenRW GTA III  (0) 2023.11.02
Linux game, openra Red Alert 레드얼럿  (0) 2023.10.31
Hackers News and 한국어번역  (0) 2023.10.17
Posted by 쁘레드
IT이야기2023. 11. 2. 03:59
Posted by 쁘레드
IT이야기2023. 10. 31. 02:47

Opensource Multiplatform game인데 리눅스에서도 특별한거 설치하지 않아도 잘 돌아간다. 세가지 게임이 있다

  • Red Alert 레드얼럿
  • Tiberian Dawn
  • Dune 2000

https://www.openra.net/download/

 

Download | OpenRA

Classic strategy games rebuilt for the modern era

www.openra.net

 

'IT이야기' 카테고리의 다른 글

VS Code로 리눅스 커널개발, Microsoft  (0) 2023.11.04
Opensource game - OpenRW GTA III  (0) 2023.11.02
Hackers News and 한국어번역  (0) 2023.10.17
별사진 별관측 카메라 Seestar S50  (0) 2023.10.13
Top 50 AI Image tools  (0) 2023.10.07
Posted by 쁘레드
IT이야기2023. 8. 23. 08:24

찾기 쉽지 않은 Linux Kernel maintainer group picture가 있었다. 2022년 9월 Dublin, Ireland에서 열렸다고 되있다.

2022 Linux Kernel Maintainers Summit

https://lwn.net/Articles/908320/

 

The 2022 Linux Kernel Maintainers Summit [LWN.net]

Please consider subscribing to LWNSubscriptions are the lifeblood of LWN.net. If you appreciate this content and would like to see more of it, your subscription will help to ensure that LWN continues to thrive. Please visit this page to join up and keep LW

lwn.net

 

친절하게 사람 이름을 알려주는 사람도 있다.

1. Damien Le Moal
2. Laurent Pinchart
3. Matthew Wilcox
4. Mark Brown
5. Paolo Bonzini
6. Kees Cook
7. Christian Brauner
8. Greg Kroah-Hartman
9. Theodore Ts'o
10. Jens Axboe
11. Thorsten Leemhuis
12. Marc Zyngier
13. Alexei Starovoitov
14. Thomas Gleixner
15. Miguel Ojeda
16. Jiri Kosina
17. Guenter Roeck
18. Borislav Petkov

Sitting (left to right):
1. David Airlie
2. Jakub Kicinski
3. Chris Mason
4. James E.J. Bottomley
5. Sasha Levin
6. Linus Torvalds
7. Steven Rostedt

2023 미팅은 2023/NOV에 열린다고 한다. The 2023 Maintainers Summit will be held on November 16 in Richmond, VA.

Posted by 쁘레드
IT이야기2023. 7. 7. 10:23

리눅스에서 게임은 생각도 못할때가 있었는데, 그래도 돈많고 software 인력이 더 많은 NVidia가 쬐금 더 낫은 적이 좀 있었던것 같은데, 요즘 서치해 보면 리눅스 사용자들 사이에서는 AMD가 더 많이 선호되고 있어서 깜짝 놀랐음.

* Linux gaming reddit
https://www.reddit.com/r/linux_gaming/comments/149903d/known_alternatives_to_linux_gaming_on_reddit/
* Reddit에서 넘어간 사람들이 말하는 AMD로 linux에서 gaming
https://lemmy.world/post/1086446
* Linux gaming wiki, GPU section
 https://linux-gaming.kwindu.eu/index.php?title=Hardware_Recommendations#GPUs

AMD GPU하나 들여야 하나...

 

Posted by 쁘레드
IT이야기2023. 6. 10. 06:28

간만에 어떤분이 DVD player있냐고 하셔서 목적을 들어보니 DVD rip해서 파일로 만들면 해결된 문제라 DVD ripper를 찾아봤는데, 가진 컴퓨터가 죄다 linux라 리눅스에서는 어떻게 하더라 간만에 찾아봄

How to install libdvdcss in Ubuntu / Debian to play DVDs - nixCraft (cyberciti.biz)

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libdvd-pkg
# compile and install libdvdcss
sudo dpkg-reconfigure libdvd-pkg

# optional
sudo apt-get install regionset
sudo apt-get install libavcodec-extra

libdvd-pkg와 libdvdcss를 설치하고 Handbrake로 파일을 만들면 된다. 오, 리눅스 너무 좋은걸.

Handbrake의 default setting이 FHD로 upscaling하는것 처럼 보였는데 만들고 보니 DVD resolution인720p정도로 되어 있었음. 이것으로 충분했지만 다음에는 FHD로 upscaling해 놓는것도 좋을것 같음

Optional

# DVD와 DVD Player을 region code가 맞지않을때
sudo regionset /dev/sr0

# 아래 넘버로 세팅하줌
1 – North America (USA and Canada)
2 – Europe, Middle East, South Africa and Japan
3 – Southeast Asia, Taiwan, Korea
4 – Latin America, Australia, New Zealand
5 – Former Soviet Union (Russia, Ukraine, etc.), rest of Africa, India
6 – China
Posted by 쁘레드
카테고리 없음2019. 11. 16. 04:47
Posted by 쁘레드
IT이야기2019. 11. 16. 04:13

Ubuntu는 꽤 대중적인데 Windows 기기와 파일공유가 아직도 재대로 되지가 않는다. 기본적으로도 제공하는것 처럼 되어 있는데 설정하려고 해도 잘 되지가 않는다. 아~ 리눅스. 이 정도는 그냥 되게 해줘야지.

-------------

https://withcoding.com/48

sudo apt-get install samba samba-common-bin

sudo smbpasswd -a pi # USERNAME

sudo vi /etc/samba/smb.conf
workgroup = WORKGROUP

... 생략 ...

# security = user

... 생략 ...

[pi]
path = /home/pi
comment = PI SAMBA SERVER
valid user = pi
writable = yes
browseable = yes
create mask = 0777
public = yes

#Samba service 다시 시작
sudo service samba restart 
or
sudo service smbd restart
or
sudo /etc/init.d/samba restart

Posted by 쁘레드
IT이야기2019. 4. 2. 02:33

윈도우 머신이 꼭 필요한 이유중에 하나가(Mac은 비싸서 안되고) Lightroom이고 간혹 비디오 편집을 하려고 하면 Sony Vegas가 참 간단하고 좋은데, Lightroom 대체할 만한것은 아직 없다고 보여지고요. 비디오 편집은 요구사항이 많지 않아서 어디 있을것 같아서 찾아봤는데...

리눅스에서 비디오 편집하는것이 아주 나쁘지는 않네요. kdenlive라는 툴이 KDE env인데, 괜찮은것 같네요. 버전도 높고요. GNome도 곧 V1.0으로 발표하는듯. 그런데 NVidia 카드가 있어서 GPU Agpu acceleration(하드웨어 가속기)를 enable하려고 하니 역시 리눅스는 복잡해...

 

FFMpeg을 다시 컴파일하면 되는데, NVidia 얘네들은 리눅스 지원이 진짜 지랄같애서(요즘 많이 좋아졌다는데) 하다가 욕나오는데... shotcut이라는 얘가 이미 다 포함시켜 놨네요.

-----------

https://shotcut.com/

 

Shotcut - Home

Wide Format Support Supports hundreds of audio and video formats and codecs thanks to FFmpeg. No import required which means native editing, plus multi-format timelines, resolutions and frame-rates within a project. Frame accurate seeking supported for man

shotcut.com

 

https://www.youtube.com/watch?v=X14GvmBpq08

*H.264 Dominant
properties=x264-medium f=mp4 vcodec=libx264 acodec=aac g=120 crf=%quality ab=%audiobitrate+'k'
properties=x264-medium f=mp4 vcodec=nvenc_h264 acodec=aac g=120 crf=%quality ab=%audiobitrate+'k'

*NVENC_H264
f=mp4 vcodec=nvenc acodec=aac g=120 global_quality=21 ab=385k vq=21 r=60 preset=slow bf=2

Posted by 쁘레드