Showing headlines posted by nextstep4it
( 1 2 3 4 ... 5 ) Next »How to Set Legacy Bios in HP ProLiant GEN9 Server
n HP ProLiant Gen9 Servers by default boot mode is UEFI, but there are some scenarios where to you want switch from UEFI Bios to Legacy Bios in HP ProLiant Gen9 servers.
Enable Remote root login in Ubuntu Linux
By default remote root login is disabled in Ubuntu 14.04 / 14.10 & 15.04, means we can not do ssh to Ubuntu machine as root directly. To ssh a Ubuntu machine first we have to login as non-root user and then you can switch or become root user.
3 Steps to Install Google Chrome 45 on Ubuntu 15.04
As we all of us know that Chrome is the modern Web Browser from Google, which allows end users to surf Internet fast and safe.
What is Anacron and usage of Anacron in Linux
Anacron is a service that runs after every system reboot, checking for any cron and at scheduled jobs that were to run while the system was down and hence, have not yet run.
How to configure chroot SFTP in Linux
SFTP stands for SSH File Transfer protocol or Secure File Transfer Protocol. SFTP provides file access, file transfer, and file management functionalities over any reliable data stream.
How To Install & use Putty in Ubuntu Linux
PuTTY is the most popular Windows SSH client. It supports flexible terminal setup, mid-session reconfiguration using Ctrl-rightclick, multiple X11 authentication protocols, and various other interesting things not provided by ssh in an xterm.
How To install FileZilla in Ubuntu 14.04
FileZilla is a ftp client for both windows & linux operating system. It is a powerful client for plain FTP, FTP over SSL/TLS (FTPS) and the SSH File Transfer Protocol (SFTP).
How to create sosreport in linux (RHEL 5.X / RHEL 6.X)
Sosreport is a command in linux (RHEL / CentOS) which collects system configuration and diagnostic information of your linux box like running kernel version, loaded modules, and system and service configuration files.
How to Install Skype in Ubuntu Linux
Skype is a chat a client which allows people to communicate with each other through plain chatting and voice or video chat. Millions of users and businesses use Skype to make free video & voice calls, send instant messages and share files with other Skype users. Skype Package is available in the default repositories of Ubuntu Linux.
youtube-dl – download Youtube videos from linux command Line
Youtube-dl is a small command-line program to download videos from YouTube website and other sites that don't provide direct links to the videos served.
Extend LVM partition size when there is no free space in the Volume Group
There are some cases when we want to extend the size of LVM partition but if there is no free space available in the Volume group , then first we have to extend the volume group , to extend the volume group add new disks in volume group using vgextend command.
12 Most Common Linux TroubleShooting Scenarios
While Working on Linux box at some point of time every Linux admin face some issues and do the troubleshooting
How To Run Chromium OS in Virtualbox VM
ChromiumOS is a lightweight, lightning-fast operating system from Google for your netbook, laptop or even desktop.
Test Your Linux Skills Online - Part 1
Test Your Linux Skills & knowledge Online Free - Part 1
Hadoop Installation using a single Node cluster
Hadoop is a technology which enables distributed processing of large set of data sets across clusters ranging from 1 server to thousands of server ensuring a high degree of Fault Tolerance.
Install & configure Zimbra Open Source Mail Server on CentOS 6.X / RHEL 6.X
Zimbra is a Free Email Server and Calendar & collaboration solution, built for the both public and private cloud . It is also considered an Exchange replacement.
How to make USB pen Drive Bootable in Ubuntu Linux
In Ubuntu Linux we can create a bootable pen drive using 'USB Startup Disk creator tool'.
Linux TCP Wrappers & Which Services can be secured via TCP Wrappers
TCP Wrapper is a host-based networking ACL(Access Control List) system, It is used to filter network access to Internet Protocol servers on UNIX like operating systems such as CentOS,Ubuntu,RHEL,Fedora & Solaris
How To Install & configure Puppet Server on Centos 6.X / RHEL 6.X
Puppet is an open-source & enterprise software for configuration management in UNIX like operating system. Puppet is a IT automation software used to push configuration to its clients (puppet agents) using code.
KVM Virsh Command Examples on CentOS / RHEL
virsh is the interface or command for managing the virtual machines based on KVM hypervisor. On virsh interface virtual machines are identified by their domain names.