0% found this document useful (0 votes)
29 views4 pages

History 3

The document shows the steps taken to configure Java, MySQL, and Atlassian Confluence on a Linux system. It involves installing Java, starting and configuring MySQL, downloading and installing Confluence, and configuring Confluence to use MySQL.

Uploaded by

sudheermuthyala
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views4 pages

History 3

The document shows the steps taken to configure Java, MySQL, and Atlassian Confluence on a Linux system. It involves installing Java, starting and configuring MySQL, downloading and installing Confluence, and configuring Confluence to use MySQL.

Uploaded by

sudheermuthyala
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

1 clear

2 which-java
3 which_java
4 which java
5 ls -ll /bin/java
6 ls -ll /etc/alternatives/java
7 ls -latr
8 cd root
9 chmod 777 .bash_profile
10 ls -latr
11 vi .bash_profile
12 ./.bash_profile
13 echo $JAVA_HOME
14 exit
15 pwd
16 cd /root
17 cd softwares
18 cd software
19 pwd
20 ls
21 cd..
22 pwd
23 cd /opt
24 cd softwares
25 ls
26 cd ..
27 ls
28 rm mysql57-community-release-el7-9.noarch.rpm
29 ls
30 cd ..
31 clear
32 pwd
33 java -version
34 yum remove java
35 yum install java
36 clear
37 java -version
38 echo $JAVA_HOME
39 history
40 1 clear
41 2 which-java
42 3 which_java
43 4 which java
44 5 ls -ll /bin/java
45 6 ls -ll /etc/alternatives/java
46 7 ls -latr
47 8 cd root
48 9 chmod 777 .bash_profile
49 10 ls -latr
50 11 vi .bash_profile
51 12 ./.bash_profile
52 13 echo $JAVA_HOME
53 14 exit
54 15 echo $JAVA_HOME
55 16 history
56 history
57 clear
58 javac
59 java -version
60 echo $JAVA_HOME
61 clear
62 pwd
63 clear
64 man ls
65 setsebool -P authlogin_nsswitch_use_ldap 1
66 grep mysqld /var/log/audit/audit.log | audit2allo
67 semodule -i mypol.pp
68 grep mysqld /var/log/audit/audit.log | audit2allow -M mypol
69 semodule -i mypol.pp
70 which mysqld
71 ls
72 cd /sbin
73 ls
74 service mysqld start
75 chmod 777 mysqld
76 ls
77 grep 'A temporary password' /var/log/mysqld.log |tail -1
78 service mysqld start
79 journalctl -xn
80 service mysqld start
81 journalctl -xn
82 mysql:mysql
83 ls -ld /var/lib/mysql/
84 ls -lh /var/lib/mysql/
85 netstat -ntlp
86 cat /var/log/mysql/mysqld.log
87 cd /
88 cat /var/log/mysql/mysqld.log
89 mysqld_safe --defaults-file=/etc/my.cf
90 clear
91 history
92 sudo service mysql restart
93 service mysqld start
94 journalctl -xn
95 find / -name my.cnf -print
96 cd /etc
97 ls
98 clear
99 vi my.cnf
100 service mysqld stop
101 service mysqld start
102 history
103 95 find / -name my.cnf -print
104 96 cd /etc
105 97 ls
106 98 clear
107 99 vi my.cnf
108 100 service mysqld stop
109 pwd
110 clear
111 mysql -u root -p
112 exit
113 cd /opt
114 cd softwares
115 ls
116 wget
https://www.atlassian.com/software/confluence/downloads/binary/atlassian-
confluence-7.4.8-x64.bin
117 ls
118 chmod 700 atlassian-confluence-7.4.8-x64.bin
119 ls
120 clear
121 which java
122 java -version
123 echo $JAVA_HOME
124 cd /root
125 ls
126 ls -latr
127 vi .bash_profile
128 ./.bash_profile
129 exit
130 echo $JAVA_HOME
131 history
132 cd /opt/softwares
133 ls
134 ./atlassian-confluence-7.4.8-x64.bin
135 ifconfig
136 cd home
137 cd /home/admin
138 cd /
139 cd /home/admin
140 cd/home/sudheer
141 cd /home/sudheer
142 ls
143 chmod 777 mysql-connector-java-8.0.25.jar
144 ls
145 cd /opt/atlasian/confluence
146 cd /opt/atlassian/confluence
147 ls
148 cd /lib
149 ls
150 cd /bin
151 ls
152 cd ..
153 pwd
154 cd /opt/atlasian/confluence
155 cd /opt/atlassian/confluence
156 ls
157 cd jre
158 ls
159 cd lib
160 ls
161 cd /opt/atlassian/confluence/lib
162 cd /opt/atlassian/confluence
163 ls
164 cd confluence
165 ls
166 cd WEB-INF
167 ls
168 cd lib
169 ls
170 cp home/sudheer/mysql-connector-java-8.0.25.jar .
171 cp /home/sudheer/mysql-connector-java-8.0.25.jar .
172 ls
173 clear
174 service confluence stop
175 service confluence start
176 ps -ef|grep confluence
177 ifconfig
178 firewall-cmd --zone=public --add-port=8090/tcp
179 firewall-cmd --reload
180 history
[root@localhost lib]#

You might also like