Technical Notes

We're all on the same page!

Sunday, 31 May 2015

How to use "for update" clause in Oracle?

›
You are able to lock a table to prevent executing Data Manupulation Language- DML commands like INSERT , UPDATE , DELETE by   others users:...
Wednesday, 27 May 2015

How to know total row number, word number and character number in Linux?

›
e.g. $ wc myfile.txt -> 5 13 56 myfile.txt  5; total row number  13;  total   word number 56;  total   character number $ ls |  w...
Monday, 25 May 2015

How to configure auto reply e-mail in Office 2013?

›
To do that please follow the instructions: To define auto reply; 1. define a message template Home -> New Email-> Manage Rules ...
Sunday, 24 May 2015

How to get instance name, database status and instance role in Oracle?

›
SQL> select instance_name, database_status, instance_role from v$instance;  e..g. INSTANCE_NAME    DATABASE_STATUS   INSTANCE_ROLE -...
Thursday, 23 April 2015

How to transfer database file in Windows?

›
To do that please follow the instructions; Tablespace: ALPER_DATA Database file: data_01.dbf DB file path: C:\Databasefiles New databa...
Wednesday, 22 April 2015

Alexa Rank

›
Global rank: 5,696,926

How to make a schedule for disk cleanup automatically?

›
Please follow the steps; 1st step:  Define a disk cleanup profile. e.g.  cleanmgr /sagerset:1 2nd step: Run task scheduler tasksch...
Saturday, 18 April 2015

RamDisk nedir ve nasıl kullanılır?

›
Nedir? RAMDisk, eski tip mekanik hard-disk-lerin okuma ve yazma hızlarının düşüklüğünden bir nebze kurtulmak için kullanabileceğiniz fayda...

HTML sayfalardaki Türkçe karakter gösterme sorunu ve çözümü

›
Merhaba, HTML sayfalar, web-tarayıcıları tarafından çözümlenirken bazen Türçe karakterler sayfa yapısını bozabiliyor. Bunun çözümü oldukç...

İngilizce Çalışma - Seri 1

›
How come - nasıl olur da... How on earth - nasıl olur da... why on earth - ne demeye... Örnek cümleler: How come did you come to h...
Sunday, 12 April 2015

How to find a listening port in Linux?

›
There are two simple ways for finding the listening port. lsof | grep 8080 netstat -an | grep 8080
Friday, 10 April 2015

How to do inside search in Google?

›
Simply, you only need to add " site " in your query. e.g.  your query -> site:ozsoyler.blogspot.com Hello World! Just all...
Thursday, 26 March 2015

Türkçemizi koruyalım - 2

›
Yanlış Olan - Doğru Olan Herkez - Herkes Birgün - Bir gün Yanlız - Yalnız Hoşgeldin - Hoş geldin Klavuz - Kılavuz Sağol - Sağ ol Dey...
Monday, 16 March 2015

GET, POST, PUT and DELETE HTTP Methods?

›
Purposes: GET - to get the resource PUT - to update POST - to Insert DELETE - to delete
Thursday, 12 March 2015

SOAP vs REST

›
SOAP - runs based on XML - uses WSDL standard - more reliable - more easier to reach documents and guides REST - runs based on ...
Tuesday, 10 March 2015

How to run SVN cleanup and update commands in CMD?

›
e.g. cleanup: CMD> TortoiseProc.exe /command:cleanup /path:"D:\AlperSVN" /cleanup /noui e.g. update: CMD> TortoiseProc....
Monday, 9 March 2015

How to install node.js in Windows?

›
Firstly, please go to here (C:\ or D:\) then run the following commands. CMD> npm install jshint -g (-g means that user can reach it...
Friday, 6 March 2015

[ADVICE] Free SSH Client Alternatives

›
I strongly recommend to use MobaXterm Personal Edition tool instead of other expensive SSH tools. The other good choice is ZOC SSH Clien...
Friday, 27 February 2015

What is X11?

›
X11 is a network protocol designed for Unix and similar operating systems to enable remote graphical access to applications.  The X Windo...
Tuesday, 24 February 2015

How to learn PC mainboard informations from cmd?

›
CMD> wmic baseboard get product,Manufacturer,version,serialnumber
‹
›
Home
View web version
Powered by Blogger.