Skip to content
SWKB.NET

Monthly Archives: June 2012

  1. Home>
  2. 2012>
  3. June

Google: Search Keywords

  • Post author:admin
  • Post published:June 30, 2012
  • Post category:Google: How To Examples
  • Post comments:0 Comments

Example of searching in google:professors "private sector" -oxford filetype:pdf site:bbc.co.uk daterange:2455774-2455896"private sector" : include the whole expression-oxford : results without "oxford"filetype:pdf : to be a .pdf documentsite:bbc.co.uk : results only…

Continue ReadingGoogle: Search Keywords

Calculate Julian Date

  • Post author:admin
  • Post published:June 30, 2012
  • Post category:Calculations
  • Post comments:0 Comments

Calculate DateRange for Google Search: Date From: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23…

Continue ReadingCalculate Julian Date

MS-DOS: NET USE Example

  • Post author:admin
  • Post published:June 30, 2012
  • Post category:MS-DOS: How To Examples
  • Post comments:0 Comments

Use the following code as an example: NET USE H: \\RemoteServer\f$\documents\projects /PERSISTENT:NO /USER:nista pass123!#%

Continue ReadingMS-DOS: NET USE Example

Oracle DB: Convert LONG to VARCHAR on the fly

  • Post author:admin
  • Post published:June 30, 2012
  • Post category:Oracle DB: How To Examples
  • Post comments:0 Comments

Use the following code in order to search in a LONG field:SELECT * FROM sys.trigger$ /* table, not view */ WHERE sys.dbms_metadata_util.long2varchar( 4000 ,'SYS.TRIGGER$','ACTION#', ROWID) LIKE '%rvtrig_upd%';Note, that for the…

Continue ReadingOracle DB: Convert LONG to VARCHAR on the fly

Linux:Killing processes

  • Post author:admin
  • Post published:June 30, 2012
  • Post category:Linux-Unix: How To Examples
  • Post comments:0 Comments

Find the processes to be killed: ps -ef | grep httpd Kill them: kill -9 12345 56789

Continue ReadingLinux:Killing processes

Windows: How to Delete a Service

  • Post author:admin
  • Post published:June 30, 2012
  • Post category:Windows: How To Examples
  • Post comments:0 Comments

Start->Run: regedit HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services Find the service and delete it. Reboot for the service list to be updated.

Continue ReadingWindows: How to Delete a Service

Java: How to set Java version

  • Post author:admin
  • Post published:June 29, 2012
  • Post category:Java: Fundamentals
  • Post comments:0 Comments

With java -version at command prompt you can see which java version you are running: >java -versionjava version "1.6.0_21"Java(TM) SE Runtime Environment (build 1.6.0_21-b07)Java HotSpot(TM) Client VM (build 17.0-b17, mixed…

Continue ReadingJava: How to set Java version

Windows: How to delete a program which starts automatically

  • Post author:admin
  • Post published:June 27, 2012
  • Post category:Windows: How To Examples
  • Post comments:0 Comments

Start->Run: regedit HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run Find the program and delete it. Alternative place in which you should look: C:\Documents and Settings\%USERNAME%\Start Menu\Programs\Startup

Continue ReadingWindows: How to delete a program which starts automatically

Linux: Extract or Compress files zip, tar.gz

  • Post author:admin
  • Post published:June 27, 2012
  • Post category:Linux-Unix: How To Examples
  • Post comments:0 Comments

Extract a .zip file in the current directory: unzip package.zip . Extract a .tar.gz file in the current directory: tar -xvzf package.tar.gzCompress a file to .zip format:zip notes.txt.zip notes.txtCompress a…

Continue ReadingLinux: Extract or Compress files zip, tar.gz

MS-DOS: Useful Commands

  • Post author:admin
  • Post published:June 27, 2012
  • Post category:MS-DOS: How To Examples
  • Post comments:0 Comments

Useful commands: restart: shutdown -r shutdown: shutdown -s  

Continue ReadingMS-DOS: Useful Commands
  • 1
  • 2
  • 3
  • 4
  • …
  • 6
  • Go to the next page

Recent Posts

  • How to loop through Collection
  • HttpXsrfInterceptor and HttpXsrfCookieExtractor implementation example
  • Euromillions simulation
  • The birthday paradox
  • Java: Write to file
  • Tomcat: How to set encoding to unicode
  • Oracle PL/SQL: SYS_RefCursor to JSON
  • Oracle PL/SQL: Conditional Cursor
  • MySQL: Load data into table from file
  • Oracle DB: NUMBER data type

Recent Comments

    Categories

    • AJAX: How To Examples
    • Angular7: How To Examples
    • Apache
    • APEX: How To Examples
    • C++: How To Examples
    • Calculations
    • CSS: How To Examples
    • Google: How To Examples
    • Hibernate: How To examples
    • HTML: How To Examples
    • Java
    • Java: Ant
    • Java: Fundamentals
    • Java: How To Examples
    • Javascript: How To Examples
    • Joomla: Fundamentals
    • Joomla: How To Examples
    • Linux-Unix: How To Examples
    • MS-Access: How To Examples
    • MS-DOS: How To Examples
    • MySQL: How To Examples
    • News
    • Oracle
    • Oracle ADF: How To Examples
    • Oracle Apps: Fundamentals
    • Oracle Apps: Links
    • Oracle DB: Fundamentals
    • Oracle DB: How To Examples
    • Oracle DB: Links
    • Oracle OAF: How To Examples
    • Oracle PL/SQL: How To Examples
    • Oracle PL/SQL: Links
    • PHP: How To Examples
    • Siebel: How To Examples
    • SOAP
    • Tomcat
    • Various
    • VB6: How To Examples
    • WebLogic
    • Windows: How To Examples

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Copyright - OceanWP Theme by OceanWP