<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.apoyar.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=183.82.123.128</id>
	<title>Apoyar Wiki - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.apoyar.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=183.82.123.128"/>
	<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=Special:Contributions/183.82.123.128"/>
	<updated>2026-07-21T03:47:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://wiki.apoyar.eu/index.php?title=Mysql_Setup&amp;diff=106</id>
		<title>Mysql Setup</title>
		<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=Mysql_Setup&amp;diff=106"/>
		<updated>2018-07-27T12:29:49Z</updated>

		<summary type="html">&lt;p&gt;183.82.123.128: Created page with &amp;quot;* TO  login as root: &amp;#039;&amp;#039;&amp;#039;1.mysql -uroot -p&amp;#039;&amp;#039;&amp;#039;  &amp;#039;&amp;#039;&amp;#039;enter root password&amp;#039;&amp;#039;&amp;#039;  * to creating user with password, giving privilages: &amp;#039;&amp;#039;&amp;#039;newrelic-install purge&amp;#039;&amp;#039;&amp;#039;  &amp;#039;&amp;#039;&amp;#039;GRANT ALL PRIVIL...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* TO  login as root:&lt;br /&gt;
&#039;&#039;&#039;1.mysql -uroot -p&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;enter root password&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* to creating user with password, giving privilages:&lt;br /&gt;
&#039;&#039;&#039;newrelic-install purge&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;GRANT ALL PRIVILEGES ON *.* TO &#039;username&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;password&#039;;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;dpkg -l | grep newrelic&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(nothing should show when you run the above, if anything, proceed to manually removing the remaining services)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;service nginx restart&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;service php7.0-fpm restart&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* For MySQL agent:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;cd /root/newrelic-npi&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;./npi stop com.newrelic.plugins.mysql.instance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;./npi remove-service com.newrelic.plugins.mysql.instance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;./npi remove com.newrelic.plugins.mysql.instance&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>183.82.123.128</name></author>
	</entry>
	<entry>
		<id>https://wiki.apoyar.eu/index.php?title=Complete_step-by-step_guides&amp;diff=105</id>
		<title>Complete step-by-step guides</title>
		<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=Complete_step-by-step_guides&amp;diff=105"/>
		<updated>2018-07-27T12:25:20Z</updated>

		<summary type="html">&lt;p&gt;183.82.123.128: Mysql setup commands&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;Step-by-step guides.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Please choose from the following ==&lt;br /&gt;
* [[Add new joinee]]&lt;br /&gt;
* [[Add new server]]&lt;br /&gt;
&amp;lt;nowiki&amp;gt;======================================&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* [[Add new user to GitLab]]&lt;br /&gt;
* [[Add new server to GitLab AutoDeploy]]&lt;br /&gt;
* [[Convert the SVN repository to GitLab]]&lt;br /&gt;
* [[Installing ruby on rails with Nginx passenger]]&lt;br /&gt;
* [[Install Oracle client on Ubuntu]]&lt;br /&gt;
* [[Remove NewRelic agent]]&lt;br /&gt;
* [[Mysql Setup]]&lt;/div&gt;</summary>
		<author><name>183.82.123.128</name></author>
	</entry>
	<entry>
		<id>https://wiki.apoyar.eu/index.php?title=In_case_of_gitautodeploy_stops_working&amp;diff=104</id>
		<title>In case of gitautodeploy stops working</title>
		<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=In_case_of_gitautodeploy_stops_working&amp;diff=104"/>
		<updated>2018-03-07T08:12:39Z</updated>

		<summary type="html">&lt;p&gt;183.82.123.128: Created page with &amp;quot;* ssh to the TS server &amp;#039;&amp;#039;&amp;#039;cd /var/log&amp;#039;&amp;#039;&amp;#039;  &amp;#039;&amp;#039;&amp;#039;To check the owner of git-auto-deploy.log file&amp;#039;&amp;#039;&amp;#039;  &amp;#039;&amp;#039;&amp;#039;ls -l&amp;#039;&amp;#039;&amp;#039;  * if owner is someone else than www-data:  &amp;#039;&amp;#039;&amp;#039;chown www-data:www-d...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* ssh to the TS server&lt;br /&gt;
&#039;&#039;&#039;cd /var/log&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To check the owner of git-auto-deploy.log file&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ls -l&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* if owner is someone else than www-data:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;chown www-data:www-data git-auto-deploy.log&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;systemctl restart git-auto-deploy&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>183.82.123.128</name></author>
	</entry>
	<entry>
		<id>https://wiki.apoyar.eu/index.php?title=Tips_%26_Tricks&amp;diff=103</id>
		<title>Tips &amp; Tricks</title>
		<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=Tips_%26_Tricks&amp;diff=103"/>
		<updated>2018-03-07T08:00:13Z</updated>

		<summary type="html">&lt;p&gt;183.82.123.128: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Please choose from the following ==&lt;br /&gt;
* [[Add new ftps user]]&lt;br /&gt;
* [[Exchange 2010 add domain to anti spam whitelist]]&lt;br /&gt;
* [[Allow large file download in Nginx/PHP]]&lt;br /&gt;
* [[Access the Decovry server]]&lt;br /&gt;
* [[Access the Zeb OpenBSD RMG]]&lt;br /&gt;
* [[Restart the PHP FPM engine on nginx servers]]&lt;br /&gt;
* [[3CX allowing Country Codes to users]]&lt;br /&gt;
* [[In case of gitautodeploy stops working]]&lt;/div&gt;</summary>
		<author><name>183.82.123.128</name></author>
	</entry>
	<entry>
		<id>https://wiki.apoyar.eu/index.php?title=3CX_allowing_Country_Codes_to_users&amp;diff=96</id>
		<title>3CX allowing Country Codes to users</title>
		<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=3CX_allowing_Country_Codes_to_users&amp;diff=96"/>
		<updated>2017-11-21T14:10:37Z</updated>

		<summary type="html">&lt;p&gt;183.82.123.128: Created page with &amp;quot;3CX alloting Country Codes:  Where:  *When a 3CX User request or notifies about not able to Dial a specific Country. *Go to 3CX Admin Console ---&amp;gt; Settings---&amp;gt;and Select Secur...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;3CX alloting Country Codes:&lt;br /&gt;
&lt;br /&gt;
Where:&lt;br /&gt;
&lt;br /&gt;
*When a 3CX User request or notifies about not able to Dial a specific Country.&lt;br /&gt;
*Go to 3CX Admin Console ---&amp;gt; Settings---&amp;gt;and Select Security in the options.&lt;br /&gt;
*Under Allowed Country Codes we will have List of Continents with a drop down.&lt;br /&gt;
*Select the Respective Continent and then Check the box Beside The Country.&lt;/div&gt;</summary>
		<author><name>183.82.123.128</name></author>
	</entry>
	<entry>
		<id>https://wiki.apoyar.eu/index.php?title=Tips_%26_Tricks&amp;diff=95</id>
		<title>Tips &amp; Tricks</title>
		<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=Tips_%26_Tricks&amp;diff=95"/>
		<updated>2017-11-21T14:10:09Z</updated>

		<summary type="html">&lt;p&gt;183.82.123.128: /* Please choose from the following */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Please choose from the following ==&lt;br /&gt;
* [[Add new ftps user]]&lt;br /&gt;
* [[Exchange 2010 add domain to anti spam whitelist]]&lt;br /&gt;
* [[Allow large file download in Nginx/PHP]]&lt;br /&gt;
* [[Access the Decovry server]]&lt;br /&gt;
* [[Restart the PHP FPM engine on nginx servers]]&lt;br /&gt;
* [[3CX allowing Country Codes to users]]&lt;/div&gt;</summary>
		<author><name>183.82.123.128</name></author>
	</entry>
	<entry>
		<id>https://wiki.apoyar.eu/index.php?title=Main_Page&amp;diff=91</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=Main_Page&amp;diff=91"/>
		<updated>2017-11-21T13:58:05Z</updated>

		<summary type="html">&lt;p&gt;183.82.123.128: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>183.82.123.128</name></author>
	</entry>
	<entry>
		<id>https://wiki.apoyar.eu/index.php?title=Main_Page&amp;diff=90</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=Main_Page&amp;diff=90"/>
		<updated>2017-11-21T13:57:24Z</updated>

		<summary type="html">&lt;p&gt;183.82.123.128: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;3CX alloting Country Codes:&lt;br /&gt;
&lt;br /&gt;
Where:&lt;br /&gt;
&lt;br /&gt;
*When a 3CX User request or notifies about not able to Dial a specific Country.&lt;br /&gt;
*Go to 3CX Admin Console ---&amp;gt; Settings---&amp;gt;and Select Security in the options.&lt;br /&gt;
*Under Allowed Country Codes we will have List of Continents with a drop down.&lt;br /&gt;
*Select the Respective Continent and then Check the box Beside The Country.&lt;/div&gt;</summary>
		<author><name>183.82.123.128</name></author>
	</entry>
	<entry>
		<id>https://wiki.apoyar.eu/index.php?title=Main_Page&amp;diff=89</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=Main_Page&amp;diff=89"/>
		<updated>2017-11-21T13:56:53Z</updated>

		<summary type="html">&lt;p&gt;183.82.123.128: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;3CX alloting Country Codes:&lt;br /&gt;
&lt;br /&gt;
Where:&lt;br /&gt;
&lt;br /&gt;
When a 3CX User request or notifies about not able to Dial a specific Country.&lt;br /&gt;
Go to 3CX Admin Console ---&amp;gt; Settings---&amp;gt;and Select Security in the options.&lt;br /&gt;
Under Allowed Country Codes we will have List of Continents with a drop down.&lt;br /&gt;
Select the Respective Continent and then Check the box Beside The Country.&lt;/div&gt;</summary>
		<author><name>183.82.123.128</name></author>
	</entry>
	<entry>
		<id>https://wiki.apoyar.eu/index.php?title=Add_new_ftps_user&amp;diff=88</id>
		<title>Add new ftps user</title>
		<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=Add_new_ftps_user&amp;diff=88"/>
		<updated>2017-11-21T13:55:53Z</updated>

		<summary type="html">&lt;p&gt;183.82.123.128: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Login (SSH) to the server in question and run the 2 commands:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;useradd -m -d /var/www/ -G www-data -s /bin/bash username&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;passwd username&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Where:&lt;br /&gt;
&lt;br /&gt;
* /var/www/ is the folder you want the user to have access to. Don&#039;t give him more permissions than needed! Sometimes they only need an import folder or so.&lt;br /&gt;
* www-data is the &#039;&#039;&#039;group&#039;&#039;&#039; nginx (or apache) is running under. This is necessary for the user to be able to upload files.&lt;br /&gt;
* /bin/bash is the default login shell. It won&#039;t work without this.&lt;br /&gt;
* username is the desired username&lt;br /&gt;
* with the passwd command you set the password&lt;/div&gt;</summary>
		<author><name>183.82.123.128</name></author>
	</entry>
	<entry>
		<id>https://wiki.apoyar.eu/index.php?title=Add_new_ftps_user&amp;diff=87</id>
		<title>Add new ftps user</title>
		<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=Add_new_ftps_user&amp;diff=87"/>
		<updated>2017-11-21T13:54:44Z</updated>

		<summary type="html">&lt;p&gt;183.82.123.128: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;3CX alloting Country Codes:&lt;br /&gt;
&lt;br /&gt;
Where:&lt;br /&gt;
&lt;br /&gt;
* When a 3CX User request or notifies about not able to Dial a specific Country.&lt;br /&gt;
* Go to 3CX Admin Console ---&amp;gt; Settings---&amp;gt;and Select Security in the options.&lt;br /&gt;
* Under Allowed Country Codes we will have List of Continents with a drop down.&lt;br /&gt;
* Select the Respective Continent and then Check the box Beside The Country.&lt;/div&gt;</summary>
		<author><name>183.82.123.128</name></author>
	</entry>
</feed>