본문 바로가기

반응형

OS/Linux

(44)
[Ubuntu] MPEG-4 AAC decoder and the H.264 decoder Installation # sudo apt install libdvdnav4 libdvdread4 gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly libdvd-pkg # sudo apt install ubuntu-restricted-extras 참고: https://askubuntu.com/questions/214421/how-to-install-the-mpeg-4-aac-decoder-and-the-h-264-decoder How to install the MPEG-4 AAC decoder and the H.264 decoder? Where do I get the MPEG-4 AAC decoder, and the H.264 decoder. How to install them and ..
[Ubuntu] 문자조립기 설치 Download: https://software.naver.com/software/summary.nhn?softwareId=GWS_002157&categoryId=A0100000 문자조립기 규칙이 있는 문자열을 작성할 수 있는 편집기 software.naver.com # unzip -d joribgi joribgi-1.1.zip # sudo mv joribgi /usr/local # cd /usr/local/joribgi # chmod 755 JoRibGi.sh # mv /usr/local/joribgi/joribgi /usr/local/joribgi/JoRibGi # vi /usr/local/joribgi/JoRibGi.sh #cd JoRibGi
[Ubuntu] Eclipse Installation Download: www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2020-03/R/eclipse-jee-2020-03-R-incubation-linux-gtk-x86_64.tar.gz&mirror_id=1211 Thank You for Downloading Eclipse | The Eclipse Foundation The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 350 open source projects, including runtimes, tools and frameworks. www.eclipse..
[Ubuntu] Filezilla Installation # sudo apt-get update # sudo apt-get install filezilla 참고: https://www.computernetworkingnotes.com/linux-tutorials/how-to-install-filezilla-ftp-client-in-ubuntu.html How to install FileZilla FTP client in Ubuntu This tutorial explains how to install FileZilla FTP client program in Ubuntu Linux. It also explains how to use the FileZilla without installation. www.computernetworkingnotes.com
[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..

반응형