<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ubuntu &#8211; Selman Tunc</title>
	<atom:link href="https://selmantunc.com.tr/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://selmantunc.com.tr</link>
	<description></description>
	<lastBuildDate>Fri, 15 Jan 2021 08:32:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://selmantunc.com.tr/wp-content/uploads/2023/07/cropped-tumblr_inline_oglumuMbgO1tyldvk_540-150x150-1-32x32.jpg</url>
	<title>ubuntu &#8211; Selman Tunc</title>
	<link>https://selmantunc.com.tr</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Linux Unutma</title>
		<link>https://selmantunc.com.tr/it-info/linux-unutma/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 15 Jan 2021 08:32:43 +0000</pubDate>
				<category><![CDATA[It info]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[antix]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lubuntu]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2021/01/15/linux-unutma/</guid>

					<description><![CDATA[df -h : hdd durum bilgisi  Creating a Tar GZip Archive Bundle tar -cvzf backup.tar.gz itemtocompress For example, to compress a directories jpg files only, you’d type: tar -cvzf jpegarchive.tar.gz&#8230;]]></description>
										<content:encoded><![CDATA[<p>df -h : hdd durum bilgisi </p>
<p><br></p>
<h2>Creating a Tar GZip Archive Bundle</h2>
<p>tar -cvzf backup.tar.gz itemtocompress</p>
<p>For example, to compress a directories jpg files only, you’d type:</p>
<p>tar -cvzf jpegarchive.tar.gz /path/to/images/*.jpg</p>
<h2>Opening .tar.gz Archives</h2>
<p>gunzip filename.tar.gz</p>
<p>tar -xvf filename.tar</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ubuntu install  jenkins</title>
		<link>https://selmantunc.com.tr/uncategorized/ubuntu-install-jenkins/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 20 Mar 2019 21:11:29 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ci]]></category>
		<category><![CDATA[continues integration]]></category>
		<category><![CDATA[jenkins]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2019/03/20/ubuntu-install-jenkins/</guid>

					<description><![CDATA[ubuntu installing jenkins wget -q -O &#8211; https://jenkins-ci.org/debian/jenkins-ci.org.key &#124; sudo apt-key add &#8211; sudo sh -c ‘echo deb http://pkg.jenkins-ci.org/debian binary/ &#62; /etc/apt/sources.list.d/jenkins.list’ sudo apt-get update sudo apt-get install jenkins http://localhost:8080&#8230;]]></description>
										<content:encoded><![CDATA[<p>ubuntu installing jenkins</p>
<p>wget -q -O &#8211; <a href="https://jenkins-ci.org/debian/jenkins-ci.org.key">https://jenkins-ci.org/debian/jenkins-ci.org.key</a> | sudo apt-key add &#8211;</p>
<p>sudo sh -c ‘echo deb <a href="http://pkg.jenkins-ci.org/debian">http://pkg.jenkins-ci.org/debian</a> binary/ &gt; /etc/apt/sources.list.d/jenkins.list’</p>
<p>sudo apt-get update</p>
<p>sudo apt-get install jenkins</p>
<p><a href="http://localhost:8080/">http://localhost:8080</a></p>
<p>sudo cat /var/lib/jenkins/secrets/initialAdminPassword (to get admin password)</p>
<p>sudo apt-get update</p>
<p>sudo apt-get install jenkins</p>
<p>you can skip last two lines but I followed that way</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>linux ubuntu microsoft ODBC  connect</title>
		<link>https://selmantunc.com.tr/uncategorized/linux-ubuntu-microsoft-odbc-connect/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 25 Feb 2019 12:56:38 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[ODBC]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2019/02/25/linux-ubuntu-microsoft-odbc-connect/</guid>

					<description><![CDATA[unixODBC developer package. sudo apt-get update sudo apt-get install mssql-tools unixodbc-dev `&#60;/pre&#62;&#60;pre&#62;`sudo apt-get install freetds-common freetds-bin unixodbc php7.3-sybase`&#60;/pre&#62; ubuntu mssql driver [https://www.microsoft.com/en-us/sql-server/developer-get-started/php/ubuntu/step/2.html](&#60;a href=&#34;https://www.microsoft.com/en-us/sql-server/developer-get-started/php/ubuntu/step/2.html&#34;&#62;https://www.microsoft.com/en-us/sql-server/developer-get-started/php/ubuntu/step/2.html&#60;/a&#62;) [](&#60;a href=&#34;http://selmantunc.tumblr.com/tagged/magento/page/3&#34;&#62;http://selmantunc.tumblr.com/tagged/magento/page/3&#60;/a&#62;)[http://selmantunc.tumblr.com/post/180306101827/how-to-install-magento-with-nginx-on-ubuntu-1804](&#60;a href=&#34;http://selmantunc.tumblr.com/post/180306101827/how-to-install-magento-with-nginx-on-ubuntu-1804&#34;&#62;http://selmantunc.tumblr.com/post/180306101827/how-to-install-magento-with-nginx-on-ubuntu-1804&#60;/a&#62;) [https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu?view=sql-server-2017](&#60;a href=&#34;https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu?view=sql-server-2017&#34;&#62;https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu?view=sql-server-2017&#60;/a&#62;) [https://bitbucket.org/janihur/devoops/wiki/How_To_Connect_Azure_SQL_Database_From_Ubuntu](&#60;a href=&#34;https://bitbucket.org/janihur/devoops/wiki/How_To_Connect_Azure_SQL_Database_From_Ubuntu&#34;&#62;https://bitbucket.org/janihur/devoops/wiki/How_To_Connect_Azure_SQL_Database_From_Ubuntu&#60;/a&#62;)&#8230;]]></description>
										<content:encoded><![CDATA[<p>unixODBC developer package.</p>
<pre><code>sudo apt-get update
sudo apt-get install mssql-tools unixodbc-dev
`&lt;/pre&gt;&lt;pre&gt;`sudo apt-get install freetds-common freetds-bin unixodbc php7.3-sybase`&lt;/pre&gt;

ubuntu mssql driver

[https://www.microsoft.com/en-us/sql-server/developer-get-started/php/ubuntu/step/2.html](&lt;a href=&quot;https://www.microsoft.com/en-us/sql-server/developer-get-started/php/ubuntu/step/2.html&quot;&gt;https://www.microsoft.com/en-us/sql-server/developer-get-started/php/ubuntu/step/2.html&lt;/a&gt;)

[](&lt;a href=&quot;http://selmantunc.tumblr.com/tagged/magento/page/3&quot;&gt;http://selmantunc.tumblr.com/tagged/magento/page/3&lt;/a&gt;)[http://selmantunc.tumblr.com/post/180306101827/how-to-install-magento-with-nginx-on-ubuntu-1804](&lt;a href=&quot;http://selmantunc.tumblr.com/post/180306101827/how-to-install-magento-with-nginx-on-ubuntu-1804&quot;&gt;http://selmantunc.tumblr.com/post/180306101827/how-to-install-magento-with-nginx-on-ubuntu-1804&lt;/a&gt;)

[https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu?view=sql-server-2017](&lt;a href=&quot;https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu?view=sql-server-2017&quot;&gt;https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu?view=sql-server-2017&lt;/a&gt;)

[https://bitbucket.org/janihur/devoops/wiki/How_To_Connect_Azure_SQL_Database_From_Ubuntu](&lt;a href=&quot;https://bitbucket.org/janihur/devoops/wiki/How_To_Connect_Azure_SQL_Database_From_Ubuntu&quot;&gt;https://bitbucket.org/janihur/devoops/wiki/How_To_Connect_Azure_SQL_Database_From_Ubuntu&lt;/a&gt;)

[https://docs.microsoft.com/tr-tr/sql/azure-data-studio/download?view=sql-server-2017](&lt;a href=&quot;https://docs.microsoft.com/tr-tr/sql/azure-data-studio/download?view=sql-server-2017&quot;&gt;https://docs.microsoft.com/tr-tr/sql/azure-data-studio/download?view=sql-server-2017&lt;/a&gt;)

[http://sqlserveronlinuxbackup.com/get-microsoft-azure-sql-server-linux-ubuntu-free/](&lt;a href=&quot;http://sqlserveronlinuxbackup.com/get-microsoft-azure-sql-server-linux-ubuntu-free/&quot;&gt;http://sqlserveronlinuxbackup.com/get-microsoft-azure-sql-server-linux-ubuntu-free/&lt;/a&gt;)

[ ubuntu php version change &lt;a href=&quot;https://thishosting.rocks/install-php-on-ubuntu/%5D&quot;&gt;https://thishosting.rocks/install-php-on-ubuntu/]&lt;/a&gt;(&lt;a href=&quot;https://thishosting.rocks/install-php-on-ubuntu/&quot;&gt;https://thishosting.rocks/install-php-on-ubuntu/&lt;/a&gt;)

## **PEcl Install**
&lt;pre&gt;`
sudo apt-get install php-pear php7.3-dev

sudo pecl install sqlsrv

sudo pecl install pdo_sqlsrv

sudo bash -c &quot;echo extension=sqlsrv.so &gt; /etc/php/7.3/cli/conf.d/sqlsrv.ini&quot;

sudo bash -c &quot;echo extension=sqlsrv.so &gt; /etc/php/7.3/fpm/conf.d/sqlsrv.ini&quot;

sudo bash -c &quot;echo extension=pdo_sqlsrv.so &gt; /etc/php/7.3/fpm/conf.d/pdo_sqlsrv.ini&quot;

sudo bash -c &quot;echo extension=pdo_sqlsrv.so &gt; /etc/php/7.3/cli/conf.d/pdo_sqlsrv.ini&quot;
</code></pre>
<h2><strong>PHP 7.3 MAKE</strong></h2>
<p>pecl download sqlsrv</p>
<p>tar xvzf sqlsrv-5.6.0.tgz</p>
<p>cd sqlsrv-5.6.0/</p>
<p>phpize</p>
<p>./configure –with-php-config=/usr/bin/php-config</p>
<p>make</p>
<p>sudo make install</p>
<p><a href="https://docs.microsoft.com/en-us/sql/connect/php/installation-tutorial-linux-mac?view=sql-server-2017">LİNK</a></p>
<p>IMPORTANT</p>
<p><a href="https://github.com/Microsoft/msphpsql/issues/751">https://github.com/Microsoft/msphpsql/issues/751</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ubuntu 18.04 mongo db install</title>
		<link>https://selmantunc.com.tr/uncategorized/ubuntu-1804-mongo-db-install/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 02 Jan 2019 12:02:01 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2019/01/02/ubuntu-1804-mongo-db-install/</guid>

					<description><![CDATA[sudo apt-get install php7.1-mongodb  php 7&#160; sudo apt-get install php7.0-mongodb ]]></description>
										<content:encoded><![CDATA[<p><code>sudo apt-get install php7.1-mongodb</code> <br></p>
<p><code>php 7&nbsp;</code></p>
<p><code>sudo apt-get install php7.0-mongodb</code> <br></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>golang ubuntu install</title>
		<link>https://selmantunc.com.tr/uncategorized/golang-ubuntu-install/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 16 Dec 2018 16:12:29 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[golang]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2018/12/16/golang-ubuntu-install/</guid>

					<description><![CDATA[https://fabianlee.org/2018/05/09/golang-installing-the-go-programming-language-on-ubuntu-16-04/ https://tecadmin.net/install-go-on-ubuntu/ https://www.digitalocean.com/community/tutorials/how-to-install-go-on-ubuntu-18-04 https://hurriyetlabs.com/visual-studio-code-ile-5-dakika-da-golang-geli%C5%9Ftirme-ortam%C4%B1-5e3ace9e404a nice tut https://ewanvalentine.io/microservices-in-golang-part-1/ https://kylewbanks.com/blog/tutorial-opengl-with-golang-part-1-hello-opengl]]></description>
										<content:encoded><![CDATA[<p><a href="https://fabianlee.org/2018/05/09/golang-installing-the-go-programming-language-on-ubuntu-16-04/">https://fabianlee.org/2018/05/09/golang-installing-the-go-programming-language-on-ubuntu-16-04/</a>
<br></p>
<p><a href="https://github.com/golang/go/wiki/SettingGOPATH"></a>
<a href="https://tecadmin.net/install-go-on-ubuntu/">https://tecadmin.net/install-go-on-ubuntu/</a>
<br></p>
<p><a href="https://www.digitalocean.com/community/tutorials/how-to-install-go-on-ubuntu-18-04">https://www.digitalocean.com/community/tutorials/how-to-install-go-on-ubuntu-18-04</a>
<br></p>
<p><a href="https://hurriyetlabs.com/visual-studio-code-ile-5-dakika-da-golang-geli%C5%9Ftirme-ortam%C4%B1-5e3ace9e404a">https://hurriyetlabs.com/visual-studio-code-ile-5-dakika-da-golang-geli%C5%9Ftirme-ortam%C4%B1-5e3ace9e404a</a>
<br></p>
<p><br></p>
<p>nice tut</p>
<p><a href="https://ewanvalentine.io/microservices-in-golang-part-1/">https://ewanvalentine.io/microservices-in-golang-part-1/</a>
<br></p>
<p><a href="https://kylewbanks.com/blog/tutorial-opengl-with-golang-part-1-hello-opengl">https://kylewbanks.com/blog/tutorial-opengl-with-golang-part-1-hello-opengl</a>
<br></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ubuntu hibernate</title>
		<link>https://selmantunc.com.tr/uncategorized/ubuntu-hb/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 09 Dec 2018 13:24:16 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hibernation]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu hibernate]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2018/12/09/ubuntu-hb/</guid>

					<description><![CDATA[https://websiteforstudents.com/enable-hibernation-ubuntu-17-10-desktop/ https://help.ubuntu.com/14.04/ubuntu-help/power-hibernate.html HOW TO ADD A SWAP FILE TO UBUNTU   1. sudo dd if=/dev/zero of=/swapfile bs=1M count=(size in MB)  2. sudo e4defrag /swapfile (Spinning drives only!)  3. sudo chmod 600&#8230;]]></description>
										<content:encoded><![CDATA[<p><a href="https://websiteforstudents.com/enable-hibernation-ubuntu-17-10-desktop/">https://websiteforstudents.com/enable-hibernation-ubuntu-17-10-desktop/</a>
<br></p>
<p><a href="https://help.ubuntu.com/14.04/ubuntu-help/power-hibernate.html">https://help.ubuntu.com/14.04/ubuntu-help/power-hibernate.html</a>
<br></p>
<figure class="tmblr-embed tmblr-full" data-provider="youtube" data-orig-width="459" data-orig-height="344" data-url="https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DRbZYnr90fV8"></figure>
<p>
HOW TO ADD A SWAP FILE TO UBUNTU </p>
<p> 1. sudo dd if=/dev/zero of=/swapfile bs=1M count=(size in MB) </p>
<p>2. sudo e4defrag /swapfile (Spinning drives only!) </p>
<p>3. sudo chmod 600 /swapfile </p>
<p>4. sudo mkswap /swapfile </p>
<p> MOUNTING THE SWAP FILE </p>
<p> 1. sudo cp /etc/fstab /etc/fstab.old </p>
<p>2. sudo nano /etc/fstab </p>
<p>3. add: “/swapfile none swap sw 0 0” to bottom of file. </p>
<p> 4. Remove existing line for swap partition. </p>
<p> 5. press Ctrl+O to save, then Ctrl+X to exit</p>
<p> 6. Rebbot to confirm. (‘sudo mount -a’ will NOT work!)

Use Gparted in live session to remove swap partition and resize / partition.<br></p>
<p><a href="https://fossbytes.com/enable-disable-hibernate-option-ubuntu-power-menu/">https://fossbytes.com/enable-disable-hibernate-option-ubuntu-power-menu/</a>
<br></p>
<p><a href="https://extensions.gnome.org/">https://extensions.gnome.org/</a></p>
<pre><code>sudo systemctl hibernate
</code></pre>
<p>This did not work for me. I try pm-hibernate which did not work for me either until I added missing package uswsusp</p>
<pre><code>sudo apt install uswsusp
&lt;br&gt;------&lt;br&gt;işe yarayabilir &lt;br&gt;&lt;a href=&quot;https://askubuntu.com/questions/1034185/ubuntu-18-04-cant-resume-after-hibernate/1064114#1064114&quot;&gt;https://askubuntu.com/questions/1034185/ubuntu-18-04-cant-resume-after-hibernate/1064114#1064114&lt;/a&gt;
&lt;br&gt;---&lt;br&gt;&lt;br&gt;&lt;br&gt;</code>
<br><a href="https://askubuntu.com/questions/94754/how-to-enable-hibernation">https://askubuntu.com/questions/94754/how-to-enable-hibernation</a></pre>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>linux ubuntu / mint java kurulumu</title>
		<link>https://selmantunc.com.tr/uncategorized/linux-ubuntu-mint-java-kurulumu/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 30 Jun 2013 00:10:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2013/06/30/linux-ubuntu-mint-java-kurulumu/</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<figure data-orig-height="259" data-orig-width="195" data-orig-src="https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSoSchIUv4tlmCQeNhvrrLHh1pJPdWoX3pDZwG0yjMAWsx1qIrW"><img decoding="async" alt="" src="https://64.media.tumblr.com/8946fdaab2a1be2e533a2e6515292db3/tumblr_inline_pkw6pmgfls1tyldvk_540.jpg" data-orig-height="259" data-orig-width="195" data-orig-src="https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSoSchIUv4tlmCQeNhvrrLHh1pJPdWoX3pDZwG0yjMAWsx1qIrW"></figure>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
