Technical Notes

We're all on the same page!

Monday, 22 August 2016

How to run a command remotely?

›
e.g. psExec \\10.10.10.10 cmd /c calc.exe psExec \\10.10.10.10 cmd.exe /c msg * 'merhaba' Note: You can take  psExec  tool fr...
Wednesday, 17 August 2016

How to run a command as different Windows user?

›
e.g. Press " Windows button " -> Type " cmd " -> shift key + right mouse click -> click " Run as differe...
Tuesday, 2 August 2016

How to mount devices at startup by /etc/fstab and /etc/rc.d/rc.local for RedHat distro?

›
-> define uuid for connected devices ls -l /dev/disk/by-uuid/ -> add related info into /etc/fstab e.g. UUID=1111 /alper/sdb1 ext...
Tuesday, 26 July 2016

What are the differences between SAN, NAS and DAS?

›
SAN(Storage Area Network); SAN is used for applications to access BLOCK storage over an optical FC network using the SCSI protocol. (e.g. ...
Sunday, 3 July 2016

How to play classical Atari 2600 games on PC?

›
Everyone misses Atari games of childhood but we are able to play them on our new PCs now. At first, we need to install Atari emulator on ...
Friday, 10 June 2016

How to use sqlcl?

›
Recently, Oracle announced that we have a new SQL Plus command line anymore! Its name is sqlcl that seems to very useful and powerful tool....
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...
‹
›
Home
View web version
Powered by Blogger.