User Tools

Site Tools


user:sachy:lakatux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
user:sachy:lakatux [2020/09/17 14:50] – exfat on centos 5 sachyuser:sachy:lakatux [2020/10/13 21:17] – ytdl sachy
Line 709: Line 709:
 <code bash> <code bash>
 yum install make gcc fuse-devel automake autoconf yum install make gcc fuse-devel automake autoconf
-wget --no-check-certificates 
 wget https://github.com/relan/exfat/archive/master.zip -O ./exfatmaster.zip # exfat driver wget https://github.com/relan/exfat/archive/master.zip -O ./exfatmaster.zip # exfat driver
 wget https://raw.githubusercontent.com/memcached/memcached/a0a70329033f3f88de500b8f098e989247dd8f91/m4/c99-backport.m4 # patch for old automake wget https://raw.githubusercontent.com/memcached/memcached/a0a70329033f3f88de500b8f098e989247dd8f91/m4/c99-backport.m4 # patch for old automake
Line 789: Line 788:
 No errors? Congratz. No errors? Congratz.
  
 +==== youtube-dl ====
  
 +If your youtube-dl says:
 +<code>
 +[generic] example.com/supervideopage: Requesting header
 +[generic] example.com/supervideopage: Downloading webpage
 +ERROR: Unable to download webpage: <urlopen error [SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:727)> (caused by URLError(SSLError(1, u'[SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:727)'),))
 +</code>
 +
 +you can fix it with changing the the CipherString as follows:
 +<code bash /etc/ssl/openssl.cnf>
 +CipherString = DEFAULT@SECLEVEL=0
 +</code>
 + 
  
user/sachy/lakatux.txt · Last modified: 2023/09/10 09:16 by sachy