본문 바로가기

반응형

Installation

(15)
[Ubuntu 18.04] IDLE Python IDE Installation for Python 3: # sudo apt-get update # sudo apt-get install idle3 for Python 2.7: # sudo apt-get install idle-python2.7 참고: https://www.ubuntu18.com/how-to-install-idle-python-ide-on-ubuntu-18-04/ How to install IDLE Python IDE on Ubuntu 18.04 Learn how to install IDLE for Python 3 and Python 2. IDLE is available for python 3 and python 2 as two separate packages. www.ubuntu18.com https://testtub..
[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..
[MariaDB] MariaDB 10.1 Installation on CentOS 7(YUM) # rpm --import https://yum.mariadb.org/RPM-GPG-KEY-MariaDB # vi /etc/yum.repos.d/MariaDB.repo # MariaDB 10.1 CentOS repository list - created 2020-03-09 23:05 UTC # http://downloads.mariadb.org/mariadb/repositories/ [mariadb] name = MariaDB baseurl = http://yum.mariadb.org/10.1/centos7-amd64 gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1 저장 # yum install MariaDB-server MariaDB-cli..
[Oracle 11g] Installation(silent mode) Oracle 11gR2(11.2.0.1) for CentOS 7 Pre-Installation: https://testtube.tistory.com/21 [Oracle 11g] Pre-Installation Oracle 11gR2(11.2.0.1) for CentOS 7 ### root permission ### 1. Install Required Packages # yum install binutils \ compat-libcap1 \ compat-libstdc++-33.i686 \ compat-libstdc++-33 \ elfutils-libelf \ elfutils-libelf-devel \ gcc \ gcc-c++ \ glibc.i686 \ glibc \ glibc-common \ glibc-devel.i686 \ testtube.tistory.com ### ..

반응형