Warning: Undefined array key "enable_lazyload_videos" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/reco-functions.php on line 129
Murat Uğur Eminoğlu – Page 43 – #!/bin/bash echo "Murat Uğur Eminoğlu"
Warning: Undefined array key "custom_scripts" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 48

Press enter to see results or esc to cancel.

Mysql root şifresini unuttuysanız..

Mysql root şifresini unuttu iseniz, aşağıdaki adımları izleyerek değiştirebilirsiniz. 1. Mysql stop edilir. [root@fedora ~]# /etc/init.d/mysqld stop veya [root@fedora ~]# killall -9 mysqld 2. Şifresiz mysqld ‘yi başlatıyoruz. [root@fedora ~]# /usr/bin/mysqld_safe –skip-grant-tables –skip-networking & mysql -uroot 3. Şifreyi resetliyoruz. mysql> use mysql; mysql> UPDATE user SET Password=PASSWORD(“sifre123″) WHERE User=”root”; Query OK, 2 rows affected (0.00 …

Continue reading

touchpad disabled

Touchpad linuxte bazen başa bela olabiliyor. Ben kendimi bildim bileli bir oran tutturamadım. Onun için her seferinde deaktif ediyorum. 🙂 2 şekilde deaktif edebiliyorsunuz. 1. gsynaptics pakeki yükleyerek : yum -y install gsynaptics yükleme bittikten sonra System > Preferences > Touchpad açarak deaktif edebilirsiniz. 2. xorg.conf dosyası ile oynayarak : vim /etc/X11/xorg.conf editörle açtıktan sonra …

Continue reading

Kim nereye gidiyor? :)

Cisco bir routerunuz var ise, kim hangi ip ‘den hangi ip ‘ye gidiyor, paket ve byte sayılarına kadar görmenize imkan sağlıyor. Bunu için ; murat# conf t murat(config)# interface vlan 1 murat(config-if)# ip accounting output-packets murat(config-if)# end murat# sh ip accounting output-packets Source                  Destination                  Packets          Bytes 81.57.98.102       192.168.1.5                     12                 …

Continue reading

Warning: Undefined array key "custom_scripts_footer" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 58