Tec Bar

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Java
  • JDBC
  • Hibernate
  • Algorithms
  • Design Patterns
  • Linux
  • Database
  • Others
  • Terms of Service
  • About

Category Archives: Linux

Linux related topic

  1. Pages:
  2. «
  3. 1
  4. 2

Find Out What Shell I’m Using

Posted on March 16, 2015 by James
Reply

Unix shells include Almquist shell (ash),Bourne shell (B shell, sh), C shell (csh), Bourne Again Shell (bash), Debian Almquist shell (dash), Korn shell (ksh), Public domain Korn shell (pdksh), MirBSD Korn shell (mksh), Z shell (zsh) etc. There are several ways to find out what shell we are using. Continue reading →

Posted in Linux | Leave a reply

Block IP Address on CentOS / Redhat

Posted on February 18, 2015 by James
Reply

To block / unblock an IP address, you’d update iptables setting (root / sudoer only). Continue reading →

Posted in Linux | Leave a reply

Searching and Replacing in vi Editor

Posted on February 17, 2015 by James
Reply

In Linux, vi is powerful to search and replace the text. Vi provides the :s (substitute) command for search and replace. Continue reading →

Posted in Linux | Leave a reply

Frequently Used GET and POST Commands in curl

Posted on February 17, 2015 by James
1

Several frequently used GET and POST commands in curl are listed here. Continue reading →

Posted in Linux | 1 Reply

How to Change Hostname under CentOS / Redhat

Posted on February 12, 2015 by James
Reply

This post describes how to change / modify host name / hostname under Redhat / CentOS. Continue reading →

Posted in Linux | Leave a reply

Find Files Containing a Text String (Linux)

Posted on February 11, 2015 by James
Reply

There are multiple ways to find files containing a text string. Here is one simple command (grep) to achieve the goal. Continue reading →

Posted in Linux | Leave a reply

Upgrade PHP 5.3.3 to PHP 5.4 on CentOS

Posted on February 10, 2015 by James
11

When you received a CentOS 6.5 system, you might find out that only PHP 5.3.3 is available.  Some research shows, PHP 5.3 is a bit faster than 5.4.x and 5.5.x. However, some CMS or Forum systems will require 5.4 and above version to run them. Continue reading →

Posted in Linux | 11 Replies
  1. Pages:
  2. «
  3. 1
  4. 2

Categories

  • Algorithms (29)
  • Database (3)
  • Design Patterns (12)
  • Hibernate (8)
  • Java (40)
  • JDBC (15)
  • Linux (17)
  • Others (18)

Recent Posts

  • UML Class Diagram and Relationships
  • Java Date Format Pattern
  • Gmail SMTP debug: error “please log in via your web browser”
  • Install Sendmail Server on CentOS
  • Difference between @Component, @Repository & @Service annotations in Spring

Recent Comments

  • Nagesh on Java HTTP client crashes on HTTPS connections
  • Uli on Java HTTP client crashes on HTTPS connections
  • Guest on How to check if a radio button is checked using JQuery
  • Burns on RAID 1 Repair on Linux
  • prateek on Java HTTP client crashes on HTTPS connections

© 2025 tecbar.net