레이블이 Fedora인 게시물을 표시합니다. 모든 게시물 표시
레이블이 Fedora인 게시물을 표시합니다. 모든 게시물 표시

2017년 7월 30일 일요일

How to make fierfox open magnet link

1. about:config

2. serching handler.expose

3. mouse right click new

4.boolean > network.protocol-handler.expose.magnet

5.false

6. and that works may be~

출처: https://www.youtube.com/watch?v=dwM6prP3jDs




  https://askubuntu.com/questions/307901/how-do-i-assign-magnet-links-to-use-qbittorrent



xdg-mime query default x-scheme-handler/magnet
gvfs-mime --query x-scheme-handler/magnet 
xdg-mime default qBittorent.desktop x-scheme-handler/magnet
gvfs-mime --set x-scheme-handler/magnet qBittorrent.desktop
Assuming you have a qBittorrent.desktop file at /usr/share/applications/              

2016년 10월 18일 화요일

Pulseaudio devise fixed uncompletely done works!

first
$ pacmd list

profiles check

ex) output:analog-stereo: 아날로그 스테레오  출력 (priority 6000, available: unknown)

$ aplay -l

 card number device number check

ex) **** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC887-VD Analog [ALC887-VD Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 1: ALC887-VD Digital [ALC887-VD Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

# vi /etc/pulse/default.pa

bottom line

load-module module-alsa-sink device=hw:0,0 sink_name=analog_output

ex) hw card = 0, device = 0
       sink_name = analog_output

출처: archlinux
         https://bbs.archlinux.org/viewtopic.php?id=172051
       
          https://bbs.archlinux.org/viewtopic.php?id=118026





2016년 9월 13일 화요일

fedora tor failed to start

This will fail if SELinux is up and running.

solution


# grep tor /var/log/audit/audit.log | audit2allow -M mytor 
 
# semodule -i mytor.pp

 systemctl start tor.service
systemctl status tor.service

check it~

출처: https://www.banym.de/linux/fedora/install-tor-on-fedora

forward-socks5t / 127.0.0.1:9050 . 

출처: https://www.privoxy.org/user-manual/config.html


2016년 9월 9일 금요일

[WORKAROUND]Sound not working after upgrade to gnome 3.12

Hi Guys,

I found out a workaround. I'm not going to edit the post as solved because it isn't. The workaround that I've found is:

In settings > sounds it only displayed to me a digital output. It seems that pulse isn't recognizing the right output. With pavucontrol installed, I lauched it and choose, in Output device tab, my analogic output (that was signed as unplugged). After that, every sound plays  beautifully.

If after a reboot, pulse don't detect the device again, just repeat the pavucontrol step.

dnf install pavucontrol

?  $ pulseaudio --start


출처: https://bbs.archlinux.org/viewtopic.php?id=180311 




2016년 7월 25일 월요일

2016년 7월 14일 목요일

2016년 6월 22일 수요일

fedora 24 install chrome

google-chrome.repo

[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl.google.com/linux/linux_signing_key.pub

출처 : 내 PC

2015년 5월 28일 목요일

DNF Is The New Default Package Manager Of Fedora 22

dnf [options]  [...]
 
DNF usage is very similar to YUM.

For example, to install a new package using YUM, we use the following command:
 
sudo yum install 
 
Similarly, we can install package using DNF as shown below.

To install a package using DNF:
 
sudo dnf install 

To remove a package:
 
sudo dnf remove 

To update the system:
 
sudo dnf update

To upgrade the system:
 
sudo dnf upgrade
 
출처:http://www.unixmen.com/dnf-is-the-new-default-package-manager-of-fedora-22/ 

2015년 4월 23일 목요일

2015년 3월 10일 화요일

Bug 1178035 - Broke qBittorrent

error code

qbittorrent: symbol lookup error: qbittorrent: undefined symbol: 
_ZN19QtSingleApplication11sendMessageEPKci'
 
이유 : Update qtsingleapplication to 2.6.1-12.fc21
 
해결: Downgrade to 2.6.1-11.fc21 makes it work.
 
출처: https://bugzilla.redhat.com/show_bug.cgi?id=1178035 

2015년 2월 23일 월요일

yum's 'repomd.xml' is older than what we have?

repo updating check,

Not using downloaded repomd.xml because it is older than what we have


used to

Try yum clean all and yum check-update

출처: http://forums.fedoraforum.org/showthread.php?t=211317 

2015년 1월 26일 월요일

fedora 에 virtualbox 설치시 유의점 2015.01.27 기점


if not true then false 사이트 참조

dkms
kernel-devel 설치

이후 사항 동.

2015년 1월 27 일 현재.

2014년 12월 15일 월요일

CentOS repository 삭제


 CentOS 레포지터리 삭제 순서

1. /etc/yum.repos.d/ 에서 레포지터리 삭제

2. /var/cache/yum/으로 이동해서 캐쉬디렉토리를 삭제.

3. yum clean headers

4. yum clean packages

5. yum clean metadata


출처: http://www.nextstep.co.kr/253

2014년 2월 8일 토요일

fedora 20 port 열기

# yum install iptables-services
# iptables -I INPUT 1 -p tcp --dport 1000 -j ACCEPT
# service iptables save 
# systemctl mask firewalld.service
# systemctl enable iptables.service
 
check
 
vi /etc/sysconfig/iptables
 
출처: http://blog.naver.com/PostView.nhn?blogId=jxs2&logNo=110147025566
 
https://fedoraproject.org/wiki/FirewallD#Using_static_firewall_rules_with_the_iptables_and_ip6tables_services

인용

  속죄의 길을 걷는 베르고글리오, 내려옴으로써 길을 찾은 베네딕토 16세. 우리는 죄를 인정하는 순간 모든 것을 잃어버리게 되고, 내려오는 순간 다시는 올라갈 방법이 없을 것이라 믿는다. 끊임없는 정당화와 합리화, 타협은 그러한 확신에 기인하는 법이...