0% found this document useful (0 votes)
55 views5 pages

Conta

The document appears to be a log of commands run on a server to install and configure various software packages including Asterisk, Apache, PHP, MySQL, and Tomcat. The commands download, extract, compile and install packages, modify configuration files, start and restart services, and troubleshoot issues.

Uploaded by

test
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)
55 views5 pages

Conta

The document appears to be a log of commands run on a server to install and configure various software packages including Asterisk, Apache, PHP, MySQL, and Tomcat. The commands download, extract, compile and install packages, modify configuration files, start and restart services, and troubleshoot issues.

Uploaded by

test
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/ 5

1 scp -Cr -P4545 cron@14.141.23.88:/usr/local/apache2/*.tar.

gz /home/
2 scp -Cr -P2741 cron@180.211.106.19:/usr/local/apache2/*.tar.gz /home/
3 scp -Cr -P2741 cron@180.211.106.19:/home/cron/* /home/cron/
4 ls
5 cd /home/cron/
6 ls
7 rm -rf *.txt
8 ls
9 scp -Cr -P2741 cron@180.211.106.19:/var/lib/asterisk/sounds/*
/var/lib/asterisk/sounds/
10 scp -Cr -P2741 cron@180.211.106.19:/var/lib/asterisk/agi-bin/*
/var/lib/asterisk/agi-bin/
11 ifconfig
12 crontab -e
13 cd ..
14 ls
15 cd /usr/src/asterisk/
16 ls
17 tar -xvzf dahdi-tools-2.6.1.tar.gz
18 ls
19 cd dahdi-tools-2.6.1
20 make clean && ./configure && make menuselect && make all && make install
21 cd ..
22 ls
23 tar -xvzf libpri-1.4-current.tar.gz
24 ls
25 cd libpri-1.4.14
26 make clean && make all && make install
27 cd ..
28 ls
29 tar -xvzf asterisk-1.8-current.tar.gz
30 ls
31 cd asterisk-1.8.23.0/
32 make clean && ./configure && make menuselect && make all && make install
33 cd /usr/local/
34 ls
35 tar -xvzf asterisk-perl-0.08.tar.gz
36 cd asterisk-perl-0.08
37 perl Makefile.PL
38 make all
39 make install
40 cd ..
41 ls
42 tar -xvzf mysql-5.0.67.tar.gz
43 ls
44 cd mysql-5.0.67
45 groupadd mysql
46 useradd -g mysql mysql
47 ./configure --prefix=/usr/local/mysql --enable-large-files --enable-
shared=yes --with-readline --enable-thread-safe-client --enable-local-infile
48 make
49 make install
50 scripts/mysql_install_db
51 chown -R root /usr/local/mysql
52 chown -R mysql /usr/local/mysql/var
53 chgrp -R mysql /usr/local/mysql
54 cp support-files/my-huge.cnf /etc/my.cnf
55 /usr/local/mysql/bin/mysqld_safe --user=mysql &
56 /usr/local/mysql/bin/mysql
57 cd ..
58 ls
59 tar -xvzf httpd-2.2.11.tar.gz
60 ls
61 cd httpd-2.2.11
62 ./configure --enable-so --enable-proxy --with-apxs2 --with-mpm=worker
63 make
64 make install
65 cd ..
66 ls
67 tar -xvzf php-5.2.7.tar.gz
68 ls
69 cd php-5.2.7
70 yum install curl-devel
71 yum install libpng* -y
72 yum install libpng*.i686 -y
73 ./configure --with-apxs2=/usr/local/apache2/bin/apxs
--with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --
enable-sockets --enable-cli --enable-ftp --enable-zlib --enable-bcompiler --
bindir=/usr/bin --with-curl --enable-mbstring --enable-pcntl --with-gd
74 make
75 make install
76 cp php.ini-dist /usr/local/lib/php.ini
77 vim /usr/local/lib/php.ini
78 vim /usr/local/apache2/conf/httpd.conf
79 cd
80 yum install perl-DBD-mysql
81 cpan
82 yum install tomcat6* -y
83 yum install sox* -y
84 yum install screen* -y
85 service vsftpd restart
86 yum install vsftpd -y
87 cd /usr/local/mysql/bin/
88 ifconfig
89 ls
90 ./mysql -uroot contaqueEnterprise < abhinewnetty.sql
91 /usr/local/mysql/bin/mysql
92 cd /home/
93 ls
94 mv cgi-bin.tar.gz htdocs.tar.gz /usr/local/apache2/
95 mv AgentReports.war /usr/share/tomcat6/webapps/
96 cd /usr/local/apache2/
97 ls
98 rm -rf cgi-bin htdocs
99 tar -xvzf cgi-bin.tar.gz
100 tar -xvzf htdocs.tar.gz
101 ls
102 vim htdocs/Enterprise/opendb.php
103 cd htdocs/Enterprise/
104 ls
105 rm -rf *.csv
106 ls
107 cd ..
108 cd cgi-bin/
109 ls
110 cd cgi-enterprise/
111 ls
112 cd cgi-IVRInbound
113 ls
114 ./download
115 cd ..
116 chmod -R 777 apache2/
117 cd /usr/java/
118 ls
119 tar -xvzf jre1.6.0.tar.gz
120 ls
121 tar -xvzf jdk1.7.0_07.tar.gz
122 ls
123 vim jre1.6.0/bin/ServerManagerNetty/hibernate.cfg.xml
124 vim jre1.6.0/bin/IVRDesignServer/contaque.conf
125 cd
126 service tomcat6 restart
127 vim /etc/contaque.conf
128 vim /etc/webserv.conf
129 vim /etc/asterisk/extensions.conf
130 vim /etc/asterisk/sip.conf
131 vim /etc/asterisk/extensions_new.conf
132 cd /home/cron/
133 ls
134 ./ADMIN_adjust_GMTnow_on_leads.pl
135 ./ADMIN_area_code_populate.pl
136 ./algorithm
137 ./AST_VDhopper.pl --debugX
138 ./AST_VDhopper.pl
139 ls
140 ./autodial
141 ls
142 ./autostart_ast
143 ./autoStart_Netty
144 ls
145 ./listen_sock
146 yum install libstdc++.so.6
147 ./listen_sock
148 ls
149 ./serversock
150 vim
/usr/share/tomcat6/webapps/AgentReports/WEB-INF/classes/hibernate.cfg.xml
151 service tomcat6 restart
152 chkconfig tomcat6 on
153 reboot
154 cd /usr/local/
155 mkdir inbound
156 cd inbound/
157 ls
158 vim /etc/asterisk/extensions_new.conf
159 cd
160 vim /etc/asterisk/extensions.conf
161 vim /etc/asterisk/sip.conf
162 asterisk -vvgrc
163 vim /etc/asterisk/extensions.conf
164 vim /etc/asterisk/sip.conf
165 asterisk -vvgrc
166 /usr/local/apache2/bin/apachectl stop
167 /usr/local/apache2/bin/apachectl start
168 sestatus
169 service iptables stop
170 vim /etc/asterisk/extensions_new.conf
171 asterisk -vvvgrc
172 useradd voice ; passwd voice
173 vim /etc/passwd
174 passwd root
175 asterisk -vvvgrc
176 ps -A
177 vim /etc/my.cnf
178 asterisk -vvgrc
179 cd /home/cron/
180 ls
181 killall -9 autodial asterisk java ivrmanager
182 ./autostart_ast
183 ./autoStart_Netty
184 /usr/local/mysql/bin/mysql
185 /usr/local/mysql/bin/mysqlcheck -A -r
186 asterisk -vvgrc
187 vim /etc/asterisk/extensions.conf
188 vim /etc/asterisk/sip.conf
189 asterisk -vvgrc
190 ifconfig
191 vim /etc/asterisk/extensions.conf
192 ls
193 killall -9 java
194 ./autoStart_Netty
195 ifconfig
196 cd /home/cron/
197 ls
198 cd /var/ftp/pub/
199 ls
200 /etc/init.d/vsftpd restart
201 chkconfig vsftpd on
202 route -n
203 vi /etc/asterisk/sip.conf
204 asterisk -vvgrc
205 ps -A
206 killall -9 ivrmanager
207 /home/cron/autoStart_Netty
208 /home/cron/autostart_ast
209 asterisk -vvgrc
210 vim /etc/asterisk/extensions_new.conf
211 asterisk -vvgrc
212 locate hold
213 asterisk -vvgrc
214 vi /etc/asterisk/sip.conf
215 ping 182.73.248.76
216 vi /etc/asterisk/sip.conf
217 asterisk -vvgrc
218 vi /etc/asterisk/sip.conf
219 asterisk -vvgrc
220 killall -9 asterisk
221 /home/cron/autostart_ast
222 asterisk -vvgrc
223 reboot
224 vim /etc/asterisk/sip.conf
225 asterisk -vvgrc
226 vim /etc/asterisk/sip.conf
227 vim /etc/asterisk/extensions_new.conf
228 asterisk -vvgrc
229 cd /
230 ls
231 cd /usr/local/mysql/var/
232 ls
233 cd /var/log/asterisk/
234 ls
235 vim /etc/motd
236 cd /home/cron/
237 s
238 ls
239 killall -9 java
240 killall -9 astersk
241 killall -9 asterisk
242 /home/cron/autostart_ast
243 vim /etc/motd
244 cd /usr/local/mysql/var/
245 ls
246 vi /etc/asterisk/sip.conf
247 init 0
248 123456
249 vim /etc/motd
250 route -n
251 cd /var/
252 ls
253 cd db
254 ls
255 vi /etc/my.cnf
256 locate hold
257 locate cpan
258 /home/cron/autostart_ast
259 vim /etc/webserv.conf
260 cd .
261 cd ..
262 cd \
263 w
264 ./bash
265 history
266 init 0
267 history

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy