Technical Notes

We're all on the same page!

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
Thursday, 19 February 2015

[ADVICE] Using both of semicolon and slash characters at the same time

›
Please note that if you use semicolon and slash at the same time in sql queries, there will be executed as twice on the system. e.g. ins...
Tuesday, 17 February 2015

How to always see authentication pop-up window in Firefox?

›
Open Firefox -> Enter " about:config " in url bar -> Search " network.automatic-ntlm-auth.allow-proxies " -> C...

How to define virtual drive on the system?

›
Only you need to run these commands in cmd. e.g. subst v: "\\10.10.10.10\MyRemoteDirectory" e.g. subst x: "D:\MyBackupDi...
Friday, 13 February 2015

How to install/uninstall/search installed rpm package in Linux?

›
install rpm package: e.g. # rpm -Uvh jdk-1.6.0_35-fcs.i586.rpm or # rpm -ivh jdk-1.6.0_35-fcs.i586.rpm (-U, upgrade -i, install –v, ve...

How to install source package in linux?

›
Please follow the instructions: e.g. sysstat-9.0.6.tar.gz installation; Firstly, transfer the sysstat source package into your linux. ...
Wednesday, 11 February 2015

How to find IP from url or domain address in windows?

›
e.g. tracert www.google.com Tracing route to www.google.com [173.194.127.81]
Monday, 9 February 2015

How to run a program in start-up?

›
Please follow the instructions to define start-up program for Windows machines. Press Windows key -> Click " All Programs " ...
Thursday, 5 February 2015

What is "hiberfil.sys" file?

›
hiberfil.sys file is using when system goes to hibernate mode that all your session information are stored in this file. After system goes...

How to change windows swap size?

›
Windows uses pagefile.sys file as swap memory that you can easily manage it as you wish. To do that, please follow the instructions; P...
Tuesday, 3 February 2015

How to adjust hibernate option instead of using sleep option in advanced power options?

›
Please follow the instructions to adjust the hibernation. Press Windows key and search " power options " -> Click to " ...

How to activate hibernate option in start menu?

›
Please follow the instructions to activate hibernate option for Windows machines. Press Windows key and search " cmd " -> Ri...
Monday, 2 February 2015

How to know the current connected user in sqlplus?

›
SQL> SHOW USER; USER is "ALPER"

How to modify "sql page size"?

›
SQL> SET PAGESIZE 100 Anymore, there will be 100 lines for each page, after executes SQL queries.
Wednesday, 28 January 2015

How to recall an email in Microsoft Office Outlook?

›
To do that please follows the instructions; Double click the email from " Sent Items " -> Click " Other Actions " ...

How to run a command when starts up SUSE linux system?

›
Please add below row into "/etc/init.d/boot.local" file as root system user. # su - alper -c "/home/alper/bin/startup.sh...
Monday, 26 January 2015

What is SUID and GUID?

›
SUID (Set User ID on execution) and GUID (Group User ID on execution)  that uses to give execution permission for running as owner of file....
Wednesday, 21 January 2015

How to list symbolic links in the current directory?

›
define a link; $  ln -s myfolder/myfile.txt myshortcut to see it in the list; $ find . -type l -ls result; Jan 21 09:03 ./ myshortcu...
Thursday, 8 January 2015

How to define logic volume for oracle server?

›
1st step: Define physical volume (pv) # pvcreate -f /dev/sda4 to check it; # pvdisplay 2nd step: Define volume group (vg) # vgcreate...
‹
›
Home
View web version
Powered by Blogger.