{"id":453,"date":"2012-01-31T10:54:08","date_gmt":"2012-01-31T08:54:08","guid":{"rendered":"http:\/\/www.onurbaser.info\/gunluk\/?page_id=453"},"modified":"2017-02-21T11:05:39","modified_gmt":"2017-02-21T08:05:39","slug":"bilgisayar-komutlari","status":"publish","type":"page","link":"https:\/\/www.onurbaser.info\/gunluk\/bilgisayar-komutlari\/","title":{"rendered":"Bilgisayar Komutlar\u0131"},"content":{"rendered":"<p><span style=\"color: #ff0000;\"><strong>SIP Portu a\u00e7mak i\u00e7in, sunucuya girilecek komutlar.<\/strong><\/span><br \/>\n<code># SIP on UDP port 5060. Other SIP servers may need TCP port 5060 as well<br \/>\niptables -A INPUT -p udp -m udp --dport 5060 -j ACCEPT <\/code><\/p>\n<p><span style=\"color: #ff0000;\"><strong>Klas\u00f6r\u00fc silmek i\u00e7in &#8211; i\u00e7i dolu olan &#8211;<\/strong><\/span><br \/>\n<code> rm -rf KLASORADI<\/code><\/p>\n<p><span style=\"color: #ff0000;\"><strong>tar a\u00e7mak i\u00e7in<\/strong><\/span><br \/>\n<code>tar xf DOSYADI.tar<\/code><\/p>\n<p>mod_rewrite icin cok iyi bi site:<br \/>\nhttp:\/\/www.generateit.net\/mod-rewrite\/<br \/>\n<span style=\"color: #ff0000;\"><strong>php5&#8217;de postgresql deste\u011fi i\u00e7in<\/strong><\/span><br \/>\n<code>php5-pgsql<\/code><br \/>\n<span style=\"color: #ff0000;\"><strong>klas\u00f6r\u00fc ta\u015f\u0131mak i\u00e7in<\/strong><\/span><br \/>\n<code>mv * \/the full path<\/code><\/p>\n<p><span style=\"color: #ff0000;\"><strong>Postgresql \u015fifre de\u011fi\u015ftirme<\/strong><\/span><br \/>\n<code>su postgres<br \/>\n# psql -d template1<br \/>\ntemplate1=# ALTER USER postgres WITH PASSWORD '${POSTGRESQL_POSTGRES_PASSWORD}';<\/code><\/p>\n<p><span style=\"color: #ff0000;\"><strong>exim kurmak i\u00e7in<\/strong><\/span><br \/>\n<code>sudo apt-get install exim4 exim4-base exim4-config<\/code><\/p>\n<p><span style=\"color: #ff0000;\"><strong>Zipli dosyay\u0131 a\u00e7mak i\u00e7in<\/strong><\/span><br \/>\n<code>unzip file.zip<\/code><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #ff0000;\"><strong>Silinemeyen klas\u00f6r i\u00e7in<\/strong><\/span><\/p>\n<p>mkdir c:\\emptyDir<\/p>\n<p>robocopy\u00c2\u00a0<span style=\"line-height: 1.5;\">c:\\emptyDir C:\\Users\\JJ\\Undeletable \/s \/mir<\/span><\/p>\n<p>rmdir C:\\Users\\JJ\\Undeletable \/S \/Q<\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #ff0000;\"><strong>Hibernate kapatmak i\u00e7in<\/strong><\/span><\/p>\n<p>Adnministrator olarak terminal a\u00e7\u0131l\u0131r (command)<\/p>\n<p>powercfg -h off<\/p>\n<p>yada<\/p>\n<p>powercfg \/hibernate off<\/p>\n<p>&nbsp;<\/p>\n<p>if someone face a problem when starting nfs service ( starting nfs daemon failed ),<br \/>\nyou should execute these commands<br \/>\nmodprobe nfsd<br \/>\n\/etc\/init.d\/nfs status # here you gonna have as result rpc.mountd is stopped nfsd is stopped<br \/>\n\/etc\/init.d\/nfs start<\/p>\n<p><span style=\"color: #ff0000;\"><strong>PKCS12&#8217;den sertifikalar\u0131 ASCI modunda ay\u0131rmak i\u00e7in<\/strong><\/span><br \/>\nopenssl pkcs12 -in [filename].p12 -clcerts -nokeys -out usercert.pem<br \/>\nopenssl pkcs12 -in [filename].p12 -nocerts -nodes -out key.pem<br \/>\nopenssl pkcs12 -in [filename].p12 -cacerts -nodes -out ca.pem<\/p>\n<p><span style=\"color: #ff0000;\"><strong>Ubuntu update sorunu olunca<\/strong><\/span><br \/>\ncd \/var\/lib\/dpkg\/status<br \/>\ncp status status.backup<br \/>\napt-get -y -f autoremove<br \/>\napt-get -y autoclean<\/p>\n<p><span style=\"color: #ff0000;\"><strong>Magento Connect 404 Hatas\u0131<\/strong><\/span><\/p>\n<p>\/downloader\/ izinlerini 755 yap\u0131n<br \/>\n\/downloader\/index.php izinlerini 644<\/p>\n<p>gerekirse cache&#8217;leri kapat\u0131n<\/p>\n<p><span style=\"color: #ff0000;\"><strong>Klas\u00f6r\u00fcn b\u00fct\u00fcn dosyalar\u0131n\u0131 ve alt-klas\u00f6rlerini yeni hedefe kopyalamak<\/strong><\/span><\/p>\n<p>cp -R \/KAYNAK \/HEDEF<\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #ff0000;\"><strong>Freenas Rsync:<\/strong><\/span><\/p>\n<p>To synchronise backup:<\/p>\n<p>To copy from FreeNAS to PC<\/p>\n<div class=\"code\">\n<pre><code>rsync -av 192.168.1.250::FreeNAS_rsync_server_module_name \/path_to_your_local\/dir\/<\/code>\r\n<\/pre>\n<\/div>\n<p>To copy from PC to FreeNAS:<\/p>\n<div class=\"code\">\n<pre><code>rsync -av \/path_to_your_local\/dir\/ 192.168.1.250::FreeNAS_rsync_server_module_name<\/code>\r\n<\/pre>\n<\/div>\n<p>Substitue <em>-av<\/em> with <em>-avz<\/em> to add file compression during transfer.<\/p>\n<p><span style=\"color: #ff0000;\"><strong>Ubuntu eski kernelleri temizlemek:<\/strong><\/span><\/p>\n<pre><code>sudo apt-get autoremove --purge<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>SIP Portu a\u00e7mak i\u00e7in, sunucuya girilecek komutlar. # SIP on UDP port 5060. Other SIP servers may need TCP port 5060 as well iptables -A INPUT -p udp -m udp &#8211;dport 5060 -j ACCEPT Klas\u00f6r\u00fc silmek i\u00e7in &#8211; i\u00e7i dolu olan &#8211; rm -rf KLASORADI tar a\u00e7mak i\u00e7in tar xf DOSYADI.tar mod_rewrite icin cok iyi [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"jetpack_post_was_ever_published":false,"footnotes":""},"class_list":["post-453","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/P9nmfM-7j","jetpack_likes_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/www.onurbaser.info\/gunluk\/wp-json\/wp\/v2\/pages\/453","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.onurbaser.info\/gunluk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.onurbaser.info\/gunluk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.onurbaser.info\/gunluk\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.onurbaser.info\/gunluk\/wp-json\/wp\/v2\/comments?post=453"}],"version-history":[{"count":20,"href":"https:\/\/www.onurbaser.info\/gunluk\/wp-json\/wp\/v2\/pages\/453\/revisions"}],"predecessor-version":[{"id":798,"href":"https:\/\/www.onurbaser.info\/gunluk\/wp-json\/wp\/v2\/pages\/453\/revisions\/798"}],"wp:attachment":[{"href":"https:\/\/www.onurbaser.info\/gunluk\/wp-json\/wp\/v2\/media?parent=453"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}