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/              

2017년 7월 3일 월요일

인간성은 결코 혼자서 획득할 수 없으며, 공중에게 주어진 누군가의 작업에 의해서도 획득할 수 없다. 그것은 오로지 자신의 삶과 인격을 ‘공공역역으로의 모험‘에 내던진 사람에 의해서만 성취될 수 있다.
이러한 모험은 오로지 사람들에 대한 신뢰가 있을 때만 가능하다!

 출처: https://leeyoon.com/2013/12/14/%EC%95%84%EB%A0%8C%ED%8A%B8-%EC%A0%95%EC%B9%98%EC%9D%98-%EC%A1%B4%EC%9E%AC-%EC%9D%B4%EC%9C%A0%EB%8A%94-%EC%9E%90%EC%9C%A0%EB%8B%A4/

2017년 2월 5일 일요일

2017년 1월 22일 일요일

install google chrome on ubuntu 14.04

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'

sudo apt-get update

sudo apt-get install google-chrome-stable


출처: http://www.howopensource.com/2011/10/install-google-chrome-in-ubuntu-11-10-11-04-10-10-10-04/

2017년 1월 21일 토요일

install virtualbox on ubuntu 16.04

sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian xenial 
contrib" >> /etc/apt/sources.list.d/virtualbox.list'

wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -

sudo apt update

sudo apt install virtualbox-5.1
 
 
출처: http://ubuntuhandbook.org/index.php/2016/07/virtualbox-5-1-released/ 

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 




foremost hdd recovery

sudo apt install foremost  sudo foremost -t jpg -i /dev/sdb1 -o /home/nichts/recovery souece : gemini