Question : How to get the website details in terminal ?
Solution : “whois” command allows you to get the website details.
whois searches for an object in a RFC 3912 database. This version of the whois client tries to guess the right server to ask for the specified object. If no guess can [...]
This guide explains you how to install nginx web server in ubuntu linux. Nginx is available in the default ubuntu repo list in the precise pangolion releaseu. In case if it is not avail in the other release just add it in the repo list and then update your repo list
Add nginx repo in [...]
This simple guide explains you how to get all the operating system details of your linux machine. Open terminal and login as root user, then use the following commands
To get OS version, release, name, codename
root@linuxinternetworks.com# cat /etc/*release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION=”Ubuntu 12.04 LTS”
To [...]
Taking database backup is a best option to prevent some bottleneck situations. In case your database suddenly crashed and you don’t know why? then you can restore it using the backup and save yourself
This guide explains you how to take mysql database backup and restore it again.
mysqldump -u root -p database_name > database_backup_name.sql [...]
I have Reliance Netconnect + Broadband and I tried to connect internet in my ubuntu linux box. First I tried to connect it by using the Network Connection manager but I failed in it. So I tried with wvdial package to connect with Internet. Wvdial is a point-to-point protocol and it dials the modem and [...]
Recently I had an issue with my linux box bootloader. I had install Windows 7, Fedora and Ubuntu in my machine. After the installations over I restart my machine and found that there was no fedora entry in the bootloader of ubuntu. Ubuntu failed to update the fedora linux grub in my case. [...]
Connecting to internet is an important task for every user. This guide explains you how to connect internet in ubuntu linux. There are two ways to connect internet in ubuntu, one is wired connection and another is wireless connection. Also add name server entries in resolv.conf
Open Terminal and edit /etc/resolv.conf
vim /etc/resolv.conf
[...]
Skype is used to make calls between PC, mobiles and other communication devices. Skype software is free to use but the software is proprietary product. So it is not avail in the ubuntu default repository. In order to use Skype in your ubuntu linux, you need to add third party repository. Skype is avail [...]
The default apache HTTP Listen port number is 80. If you want to change this port, you need to edit the httpd.conf file.
If you have installed apache http server from source code, then the default installation path is /usr /local/apache2 or if you have installed it using repository then the apache configuration file httpd.conf is [...]
Apache HTTP server is one of the most powerful open source web server. We can either install it from repository or using source code. This guide explains you how to install Apache HTTP server in linux. The current stable version is apache 2.4.2 (released 2012-04-17). Download the latest source code from here. Apache HTTP [...]
Advertisement
Follow us on Twitter
Follow us on GooglePlus
Find us on Facebook
Recent Posts
- Easy method to install Skype in CentOS 6.3, RHEL – 6.3
- Easy method to recover linux root password
- Easy method to install KDE in ubuntu 12.04
- How to disable selinux
- Change selinux to permissive
- How to check selinux status
- Get website details
- How to install nginx in ubuntu
- How to install nginx in RHEL 5
- How to install nginx in RHEL 6
- How to install nginx in centos 5
- Get linux OS details – Kernel version, distribution version, name, architecture, codename, release
- Service start, stop, restart – nginx in centos
- How to change nginx port number
- How to install nginx on centos 6
- Rsync command with ssh port number
- File creation date and time in linux
- How to install Java in ubuntu linux
- How to install Oracle Java JDK in ubuntu
- How to set password for website
- Plesk – MySQL admin login – password
- How to install and configure PHPMyAdmin from source code in CentOS / RHEL / Fedora linux
- How to find out mysql uptime
- How to backup and restore mysql database
- How to recover mysql root password
- How to connect Mobile Broadband in the ubuntu linux
- Easy method to update bootloader in linux
- Webcam software for linux
- Check memory usage in linux
- How to find out CPU utilization in linux
Advertisement
