Categories
Databases Linux technews

Working with Oracle HTTP Server

In this blog i’m covering some basics on Oracle HTTP server(OHS) like Checking OHS status. Starting, stopping and restarting OHS. Creating an Oracle HTTP server component. Deleting an Oracle HTTP server component. Checking OHS Status We can determine the status of OHS by using the opmnctl command $ORACLE_INSTANCE/bin/opmnctl status Processes in Instance: instance1 ———————————+——————–+———+———+——- ias-component […]

Categories
Redhat

Red Hat Software Collections 1.0 Beta Now Available

Red Hat announced the beta release of the Red Hat software collection 1.0. Red Hat Software collections 1.0 delivers the latest stable versions of some of the most popular web development languages and opensource databases. Red Hat Software Collections 1.0 Beta includes access to the latest stable versions of the following dynamic languages: Ruby 1.9.3 […]

Categories
Redhat technews

Red Hat confirms GNOME Classic Mode for RHEL 7

Red Hat confirms GNOME Classic Mode for RHEL 7, The engineering director for Red Hat Enterprise Linux (RHEL), Denise Dumas, has said that the upcoming version of the company’s enterprise Linux distribution will use GNOME 3’s Classic Mode by default. Dumas was talking to TechTarget ahead of the 2013 Red Hat Summit that is currently ongoing in Boston. Read more @ h-online

Categories
Linux

Hacking into a Linux system

Here we are covering on topic “Hacking into a Linux system”. Passwords are one of the main mechanism to login to a system, in case of a Linux system it’s not different. If you have access to the root password you have access to the entire system. Here i’m covering a small tutorial for how […]

Categories
Linux

How to prevent changing root password from single user mode?

Here we are covering on how toprevent changing root password from single user mode? open file “/etc/rc1.d/S99single” in your favourite editor and search for line. exec init -t1 s Just add the following line above it. save it an exit. exec sbin/sulogin Now before entering single user mode you will need to provide root password […]

Categories
Linux technews testing

Installing Java and Setting JAVA_HOME

For any applications built around java requires JAVA_HOME variable to be set, here is how to setup JAVA_HOME for both Linux/Unix and windows environment. To Install the JDK Software and Set JAVA_HOME on a UNIX System Install the JDK software. Go to http://java.sun.com/javase/downloads/index.jsp. Select the appropriate JDK version and click Download.The JDK software is installed on your computer, for […]

Categories
Databases Errors Linux oracle

ORA-00845: MEMORY_TARGET not supported on this system

Getting ORA-00845: MEMORY_TARGET not supported on this system, while trying to start a database. Error sql> startup ORA-00845: MEMORY_TARGET not supported on this system Reason: This is a very common error which you might face while starting up your oracle database. This happens when your system is out of temporary storage. While starting up the […]

Categories
Linux technews

Linux kernel 3.9 released

Linux creator Linus Torvalds has released version 3.9 of The Linux Kernel. This release has done nearly ten weeks after 3.8 version was released. The latest release of 3.9 can be obtained from Kernel.org. Protocol           Location HTTP                https://www.kernel.org/pub/ FTP           […]

Categories
Linux technews

Ubuntu 13.04 will be available on Thursday

Raring Ringtail, also known as Ubuntu 13.04. The latest version of the popular Linux distro is set for general availability tomorrow, which follows a beta release and a controversial amount of secrecy. Raring Ringtail is characterized as “the fastest and most visually polished Ubuntu experience to date,” with a particular emphasis on a smaller memory footprint and greater […]

Categories
Linux technews testing

Testing Ubuntu Touch Images

Ubuntu touch images are now available for testing on the isotracker. And further, the images are now raring based! As such, the ubuntu touch team is asking for folks to try out the new images on there devices and ensure they are no regressions or other issues. There are 4 product listings representing each of the […]