I know how to open .rar file under Linux, but how do you open .rar file under Apple OS X UNIX using command line and GUI tools options?
{ 1 comment }
Q. I’m new to Linux and installed CentOS on my Laptop. How do I create a file from bash prompt without using GUI tools? A. Linux / UNIX offer many command line tools and text editors for creating text files. You can use vi or JOE text editor. It is a terminal-based text editor for [...]
{ 35 comments }
Q. I don’t need GUI as I’m developing CLI based applications. By default Ubuntu Loads Gnome GUI. How do I disable X.org / Gnome under Linux so that I get text only login? A. You can use GUI tools or command line tools to disable GDM (Gnome Display Manager) service (/etc/init.d/gdm). Disable GDM using GUI [...]
{ 20 comments }
Q. How do I change ip address in Linux? A. There are different ways to change IP address in Linux (a) Command Line tools (b) Modify configuration files (c) Use GUI tools Task: Display current IP address and setting for network interface called eth0 Use ifconfig command: # ifconfig eth0 Output: eth0 Link encap:Ethernet HWaddr [...]
{ 70 comments }
I need to disable firewall in Linux for testing purpose. I’m using CentOS and RHEL version 4.4 / 5 / 6. How do I disable the firewall in Linux?
{ 26 comments }