Skip to content
SWKB.NET

Linux-Unix

  1. Home>
  2. Linux-Unix>
  3. Page 2

Linux: JDK SE6 Installation

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

Using RPM archive: mkdir /usr/local/javacp jdk-6u21-linux-i586-rpm.bin /usr/local/java/jdk.bincd /usr/local/javachmod +x jdk.bin./jdk.bin<agree with terms and conditions>the package is installed into /usr/javathe command rpm -i is executed automatically uppon the .rpm file that…

Continue ReadingLinux: JDK SE6 Installation

Linux: Tomcat 7 Installation

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

Installation: tar xvzf apache-tomcat-7.0.2.tar.gz -C /usr/tomcat7 cd /usr/tomcat7 mv * .. cd .. rm -rf apache-tomcat-7.0.2.tar.gz edit tomcat-users.xml and put: <role rolename="manager-gui"/> <user name="nista" password="kookoo" roles="admin,manager,manager-gui" /> Optional Step: change…

Continue ReadingLinux: Tomcat 7 Installation

Linux-Unix: VI editor

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

VI Editor commands: Use [escape] key after completion of every input task! [ctrl]-F     Move forward one screen.[ctrl]-B    Move backward one screen.$     Move cursor to end of line.^     Move cursor to…

Continue ReadingLinux-Unix: VI editor

Linux-Unix: Find files / Find in files

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

Linux: To find files like *.rdf in the path /oracle/erptd/appl: find /oracle/erptd/appl -type f -name *.rdf -print 2>/dev/null Note1: .rdf is the extension for Oracle Reports,  Note2: 2>/dev/null to drive…

Continue ReadingLinux-Unix: Find files / Find in files

Linux: Backup Shell Script for Joomla

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

The following is an example of backup Joomla website filesystem and database, keeping always the newest backups, using shell script: #!/bin/bash#this script is in: /home/html/myScripts/scripts#backup is in: /home/admin/backupsysdate=`date '+%Y%m%d'`echo "This…

Continue ReadingLinux: Backup Shell Script for Joomla
  • Go to the previous page
  • 1
  • 2

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