Testing done using a Canon EOS 600D and a Canon EF-S18-55mm f/3.5-5.6 IS II.
- VBAT
- DET (common with P-GND on lens side)
- P-GND
- VDD
- DCL
- DLC
sudo yum install libmpc-devel mpfr-devel gmp-devel | |
cd ~/tmp | |
curl https://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-10.4.0/gcc-10.4.0.tar.gz -O | |
tar zxvf gcc-10.4.0.tar.gz | |
cd gcc-10.4.0 | |
./configure --disable-multilib --enable-languages=c,c++ | |
make -j 4 | |
make install |
#301 Redirects for .htaccess | |
#Redirect a single page: | |
Redirect 301 /pagename.php http://www.domain.com/pagename.html | |
#Redirect an entire site: | |
Redirect 301 / http://www.domain.com/ | |
#Redirect an entire site to a sub folder | |
Redirect 301 / http://www.domain.com/subfolder/ |