Tag Archives: ubuntu

Cassandra installation

Latest version Download the latest Apache Cassandra 3.11 release: 3.11.4 (pgp, sha256 and sha512), released on 2019-02-11. Older supported releases The following older Cassandra releases are still supported: Apache Cassandra... Read More | Share it now!

Install RPM packages

In Ubuntu Linux, installation of software can be done on using  Ubuntu Software Center or  Synaptic package manager or apt-get command line mode.  Not all programs comes in Debian package format and still that are comes in standard RPM... Read More | Share it now!

How To Install MySQL on Ubuntu 16.04

Introduction MySQL is an open-source database management system, commonly installed as part of the popular LAMP(Linux, Apache, MySQL, PHP/Python/Perl) stack. It uses a relational database and SQL (Structured Query Language) to manage its data. The... Read More | Share it now!

Script to install jenkins on ubuntu

echo "START" >> /tmp/status.txt sudo chmod 777 /tmp/status.txt # config jenkins installer on ubuntu sudo add-apt-repository ppa:webupd8team/java -y wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add - # config java8... Read More | Share it now!

Ubuntu 16.04安装Java JDK

Java JDK有两个版本,一个开源版本Openjdk,还有一个oracle官方版本jdk。下面记录在Ubuntu 16.04上安装Java JDK的步骤。 安装openjdk 更新软件包列表: $ sudo apt-get update 安装openjdk-8-jdk: $ sudo apt-get... Read More | Share it now!

ubuntu iptables

https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-using-iptables-on-ubuntu-14-04 Introduction Setting up a good firewall is an essential step to take in securing any modern operating system. Most Linux distributions ship with a... Read More | Share it now!

亚马逊云介绍(3):使用AWS EC2搭建WEB服务器(LNMP)

亚马逊云介绍(3):使用AWS EC2搭建WEB服务器(LNMP) 一、基本环境介绍 AWS... Read More | Share it now!