Linux

Home/Tag: Linux

SSH Keygen

By |2021-03-11T15:39:57+05:30September 13th, 2016|Linux, RHCE-Offer, Tools, Ubuntu|

Access remote system by using SSH Open a terminal and install ssh # apt-get install openssh -y or # yum install ssh* -y Now, we connect the another system before we know the ip address, username and password. e.g. Username - splunk IP - 192.168.1.4 Password - *********** Now we connect the system #ssh splunk@192.168.1.4 ssh [...]

Comments Off on SSH Keygen

Linux Software on Windows

By |2021-03-11T15:40:06+05:30July 12th, 2016|Linux, Windows|

Many Windows users want to try Linux at some time. They may be different reasons for that, may be they are irritated by Windows updates, may be they love open source. If you are looking for a better development environment and powerful command-line tools, you can run Linux software on Windows. Different options are available [...]

Comments Off on Linux Software on Windows

Limit CPU usage of Linux process

By |2021-03-11T15:40:07+05:30July 11th, 2016|Commands, Learning, Linux|

cpulimit is a small program written in C that allows to limit CPU usage by Linux process. Limit is specified in percentage so it’s possible to prevent high CPU load generated by scripts, programs or processes. I found cpulimit pretty useful for the scripts running from cron, for example I can do overnight backups and [...]

Comments Off on Limit CPU usage of Linux process

How To Install and Use Jenkins on Ubuntu 14.04 LTS

By |2021-03-11T15:40:09+05:30June 24th, 2016|Linux, Ubuntu|

Jenkins is an automation server and continuous integration tool. It provides lots of plugins for building deploying and automating plugins. Step 1 – Add Jenkins PPA Jenkins is available in two versions. One is LTS release provides long-term support and other provides latest version. Add LTS Version PPA $ wget -q -O - http://pkg.jenkins-ci.org/debian-stable/jenkins-ci.org.key | [...]

Comments Off on How To Install and Use Jenkins on Ubuntu 14.04 LTS

RHCE Certification Training Offer

By |2016-05-30T15:56:50+05:30May 30th, 2016|RHCE-Offer|

  CyberPhoton provides Summer offer for RHCSA and RHCE certification training with Rs 8,000 only , by Certified and experienced Faculty at Secunderabad . We will provide RHCSA/RHCE  free Demo class  , If students agree to continue the class they need to pay full amount Rs 8,000  before class starts . If In between they do [...]

Comments Off on RHCE Certification Training Offer

Oracle Linux 7 released

By |2021-03-11T15:41:15+05:30July 23rd, 2014|Linux|

Oracle's has launched Linux 7 which provides users with a freely available enterprise-grade Linux distribution. Oracle Linux 7 is based on the recent Red Hat Enterprise Linux 7 (RHEL) distribution released June 10. As Oracle Linux 7 is based on RHEL 7, it inherits many of the same new features. A major new feature in [...]

Comments Off on Oracle Linux 7 released