Technical Notes

We're all on the same page!

Tuesday, 19 April 2016

How to use "wall" and "write" commands?

›
$ wall -> press "ctrl+d" to send the message $ echo "Hello World!" | wall $ sudo wall message.txt -> send ...
Monday, 18 April 2016

Excel'de nesne ekleme nasıl yapılır?

›
[ Ekle ] -> [ Nesne ] -> [ Dosyadan Oluştur ] -> [ Gözat ] -> [ Tamam ]
Thursday, 7 April 2016

What are hard link and soft link in Linux?

›
Hard link; it may used for backup (replica) purpose. (seems to RAID 1) e.g. $ ln original_file.txt hd_file.txt $ ln original_file2.txt ...

tcpdump examples

›
$  tcpdump -D -> Display all available interfaces for tcpdump $ tcpdump -i 1 | more -> Listen (interface 1) with more command ...
Saturday, 2 April 2016

Kelime havuzu

›
mazur görmek vs mağrur olmak -> mazur görmek: mazeretli görmek -> mağrur olmak: gururlu, kibirli olmak  tahrif etmek, tahkir etm...

How to capture packages with adb shell?

›
e.g.  CMD> adb shell   # tcpdump -vv -i any -s 0 -w /data/01.pcap (-v; verbose, -i; interface, -s 0;capture all bytes of data within ...
Wednesday, 23 March 2016

How to install adb shell?

›
Please follow the steps: Download adb kits from here Unzip zip file under C:\ directory as "adb" Add these variables into sys...
Tuesday, 22 March 2016

How to set HTTP_PROXY and HTTPS_PROXY via CMD?

›
CMD> set http_proxy =http://username:password@proxy.com:8080 CMD> set https_proxy =https://username:password@proxy.com:8080
Saturday, 19 March 2016

GA-965P-S3 Post Olmama Sorunu ve DDR2 800 BIOS Ayarı

›
Merhaba, Malzemelerimiz: Anakart :  Gigabyte GA-965P-S3 İşlemci : Intel Core2 Duo E8500 RAM: 1 GB DDR2-800 (x4) RAM (4 adet 1 GB PC64...
Sunday, 13 March 2016

How to wrap text in notepad++?

›
You may see the text according to your screen width. To do that; Go to " View " -> Activate " Word wrap " -> Th...

How to run cmd from current path?

›
Go to specific windows path -> Press " Shift+Right Mouse click " -> Click " Open command window here " -> Inpu...
Friday, 11 March 2016

Çöken Windows diskten dosya kurtarma

›
Bu yazıda sizlere artık geri dönüşü olmadığını düşündüğümüz dosyalarımızı nasıl geri kurtarabiliriz onu anlatmaya çalışacağım. Çöken İş...
Saturday, 20 February 2016

Oracle SQL Functions List - Most Used

›
Single-Row Functions CONCAT SELECT  CONCAT ('Alp','er') from dual;  -- Alper INITCAP SELECT INITCAP ('alper...
Wednesday, 17 February 2016

Linux ve Windows makinalar için kapatma/yeniden başlatma komutları

›
Linux; Kapatmak için; # shutdown -h now Yeniden başlatmak için; # reboot Zamanlı kapatmak için; # shutdown -P 5 - 5 dk sonra bilg...
Tuesday, 16 February 2016

Windows'da kullanıcı şifresi kurtarma/sıfırlama nasıl yapılır?

›
Öncelikle Linux LiveCD hazırlamamız gerekir. SystemRescueCd (.iso) dosyası  sitesinden  indirilir. SystemRescueCd (.iso) DVD'ye yaz...
Friday, 22 January 2016

Türkiye'de satılan Kablolu-USB F Klavye modelleri

›
Logitech Keyboard K120 A4 Tech KM-720 F A4 Tech KL-5UP F Everest KB-861F Hiper F-3055 Bilgi: Listedeki klavyeler, multimedia kısa t...
Wednesday, 20 January 2016

How to find pid by process name in Linux?

›
find pid; $ ps -ef | grep oracle oracle   3002  /oracle/app/product/11g/db/jdk/bin/java -server -Xmx384M .... to follow up; $ top -p 3...
Sunday, 10 January 2016

Linux makinalarda F klavye ayarı nasıl yapılır?

›
Terminal ekranından aşağıdaki komutu yazmanız yeterlidir. $  setxkbmap tr -variant f veya $  setxkbmap trf
Wednesday, 2 December 2015

Encoder/Decoder nedir?

›
Encoder (kodlayıcı); digital(sayısal) sinyal üreten cihazdır. Decoder (çözümleyici); digital sinyali çözümleyen cihazdır.
Saturday, 31 October 2015

How to login without any connection in sqlplus?

›
CMD> sqlplus /nolog SQL> conn hr/hr - nolog parameter is using for just entering to sqlplus
‹
›
Home
View web version
Powered by Blogger.