본문 바로가기

반응형

OS

(50)
[OS X El Capitan] 10.11.6 MAC Pro 3.1세대(early 2008) 최종 지원 S/W FileZilla 3.46: https://www.fosshub.com/FileZilla-old.html FileZilla FileZilla: Free software download for olderv versions of windows, linux, osx. www.fosshub.com OBS 24.0.2: https://github.com/obsproject/obs-studio/releases/tag/24.0.2 obsproject/obs-studio OBS Studio - Free and open source software for live streaming and screen recording - obsproject/obs-studio github.com iShowUAudioCapture-1.0..
[CentOS 7] Filezilla Installation # yum -y install epel-release # yum -y install filezilla 참고: http://sysadmindata.com/install-filezilla-centos-7/ Install FileZilla FTP Client on CentOS 7 Desktop Install FileZilla FTP Client on CentOS 7 Desktop Do the following steps to install FileZilla on Linux CentOS 7. Enable Epel repository. Install filezilla with yum install command. First, install the epel repository for CentOS 7: sudo yu..
[Ubuntu] OBS Installation # sudo apt install ffmpeg # sudo add-apt-repository ppa:obsproject/obs-studio # sudo apt update # sudo apt install obs-studio 참고: https://obsproject.com/wiki/install-instructions#linux Wiki - Install Instructions | OBS If you want to develop for OBS, please visit our Discord and get to know the devs or have questions answered! Also, if there is something in this guide you want to change/improve ..
[Linux] Apache NetBeans Installation (Binary) # sudo wget https://www.apache.org/dyn/closer.cgi/incubator/netbeans/incubating-netbeans/incubating-11.0/incubating-netbeans-11.0-bin.zip # sudo unzip incubating-netbeans-11.0-bin.zip # sudo mv netbeans /usr/local # sudo vi /etc/profile.d/netbeans.sh export NETBEANS_HOME=/usr/local/netbeans export PATH=${PATH}:${NETBEANS_HOME}/bin 저장 # source /etc/profile.d/netbeans.sh # sudo vi /usr/share/appli..
[Linux] Apache Ant Installation (Binary) Download: https://archive.apache.org/dist/ant/binaries/ Index of /dist/ant/binaries archive.apache.org # sudo wget https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.8-bin.tar.gz # sudo tar xzvf apache-ant-1.10.8-bin.tar.gz # sudo mv apache-ant-1.10.8 /usr/local # sudo ln -s /usr/local/apache-ant-1.10.8 /usr/local/ant # sudo vi /etc/profile.d/ant.sh export ANT_HOME=/usr/local/ant expor..
[Ubuntu 18.04] Steam Installation # sudo dpkg --add-architecture i386 # sudo apt update # sudo apt install wget gdebi-core libgl1-mesa-dri:i386 libgl1-mesa-glx:i386 # sudo wget http://media.steampowered.com/client/installer/steam.deb # sudo gdebi steam.deb 참고: https://linuxconfig.org/how-to-install-steam-on-ubuntu-18-04-bionic-beaver-linux How to install Steam on Ubuntu 18.04 Bionic Beaver Linux - LinuxConfig.org linuxconfig.org
[Ubuntu 18.04] Adobe Flash Player Installation # sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" # sudo apt-get update # sudo apt install adobe-flashplugin browser-plugin-freshplayer-pepperflash 참고: https://linoxide.com/linux-how-to/install-adobe-flash-player-linux-terminal/ How to Install Adobe Flash Player using Ubuntu Linux Terminal Adobe Flash player is a plugin that is integrated with your browser ..
[Ubuntu 18.04] Nvidia Driver & CUDA Toolkit & cuDNN Installation (ppa & apt-get, runfile, Tar file) !!! Ubuntu 인스톨러 진입, 설치후 진입 등 OS 부팅 진입시 nouveau(Open Source Driver for Nvidia VGA) 호환 문제로 화면이 나오지 않거나 Hang 상태로 진행이 안될 경우 아래 참고 !!! https://testtube.tistory.com/7 [CentOS 7] Nvidia VGA Black Screen Issue Troubleshooting ### CentOS 설치전 확인사항 ### EFI 시스템의 경우 CMOS의 Secure Boot Option 항목에서 Secure boot key를 Clear(혹은 Delete)하여 Secure Boot를 Disable 시킨다.(Secure Boot이 Enable 상태일 경우 드라이버 설치시 nvidia-drm testt..

반응형