Showing headlines posted by linuxnix

( 1 ... 2 ) Next »

How To Install Kali Linux in Virtualbox

If you are familiar with cyber security stuff, you must have heard about kali linux. Kali linux is a operating system developed by offensive security and it was specifically targeted for penetration testers. In this guide, we will see how to install this operating system in a virtual environment.

HOW TO MONITOR USER ACTIVITY IN LINUX WITH ACCT

  • linuxnix.com; By Ruwantha NIssanka (Posted by linuxnix on Dec 31, 2020 1:45 PM EDT)
  • Groups: Linux
Do you know that you can monitor what the users are doing in your Linux servers? Acct is an open source application that you can use for this task. This tool comes with the functionality of running in the background and tracking user activity.

DEBSECAN : YOU WILL NOT MISS ANOTHER SECURITY UPDATE

  • https://www.linuxnix.com/; By Ruwantha NIssanka (Posted by linuxnix on Dec 29, 2020 9:08 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Do you ever wonder how to keep up with the new security updates releasing daily? Debsecan is a great tool that you can use to simplify this task. This utility will help you to evaluate your current security status without searching for the new security updates manually. And also it comes with the feature to report the missing security updates. Most importantly, it will let you know if there’s any known vulnerabilities exists in the already installed programs.

LEARN HOW TO SEND EMAILS USING LINUX IN 5 MINUTES

  • linuxnix.com; By Ruwantha NIssanka (Posted by linuxnix on Dec 21, 2020 8:28 AM EDT)
  • Story Type: Tutorial; Groups: Linux
If I ask you how to send an email, what would you say? You will say go to gmail or yahoo mail and send the email. But, do you know that you can send emails using your Linux command line? Yes! you heard me right.

Deep-dive into Jenkins

  • The Linux Juggernaut; By Ankesh K (Posted by linuxnix on Jan 22, 2019 1:49 AM EDT)
  • Story Type: Tutorial; Groups: Linux
we will go deep into the functionalities and understand all the different features of Jenkins. Let’s get started. Developers make commits in the source code. Jenkins polls and detects code at every interval. If there are any commits, Jenkins will start the build using any of the build tools integrated into the code...

Understanding AWS “The services” Part – II

Now that we have understood the question – WHY do I require to move my data to AWS? Still some things are not clear as the first post is all about cloud and what Amazon AWS can do for you. In this post we will see

Understanding AWS(Amazon Web services) “The Cloud” Part – I

  • www.linuxnix.com; By Surendra kumar (Posted by linuxnix on May 12, 2016 11:23 AM EDT)
  • Groups: Linux
To understand AWS, we need to understand the basics of Cloud Computing first. Let us take you through Cloud definition and need of Cloud computing and then we will figure out how AWS fits into role of Cloud Computing.

16 ls command examples for newbe

  • The Linux Juggernaut; By Surendra Anne (Posted by linuxnix on Apr 24, 2016 7:09 PM EDT)
  • Story Type: Tutorial; Groups: Linux
What you should know about ls command in Linux? Just going to start Linux basics? Then you should not miss “ls command” which have all ingredients of Linux basics. In order to understand ls command output you should know following stuff.

Understanding DOCKER containers in Linux?

  • www.linuxnix.com; By Surendra kumar (Posted by linuxnix on Apr 21, 2016 11:31 AM EDT)
  • Groups: Linux
Docker is basically a concept of creating a light weight ‘Virtual Machines’ within a Linux Machine by just creating a single process in it. The real meaning of a Docker is “person who load and unload the containers from a ship’.

What is puppet? Why Linux/Unix users require it?

What is Puppet? The puppet is a configuration management tool used by system administrators and devops engineers to build and configure IT infrastructure. To understand it we should know a bit of history about how information technology evolved.

Important Port numbers for the Linux system administrator

  • www.linuxnix.com; By Surendra kumar (Posted by linuxnix on Apr 13, 2016 10:15 AM EDT)
  • Story Type: Tutorial; Groups: Linux
It is important to understand ports, their details and their numbers.

Q. What is a port?

A port is piece of software which is used as docking point in your machine, where remote application can communicate. This is analogy to the physical ports for entering in to a country from different sea ports.

How To : FTPS Server Configuration in Linux

  • www.linuxnix.com; By Surendra kumar (Posted by linuxnix on Apr 3, 2016 12:18 AM EDT)
  • Groups: Linux
I'm astonished all the time when I see the FTP package name. vsftpd which abbreviated to Very Secure File Transfer Demon(vsftpd). But when we see the security prospective of this package there is not much security included with this package. I mean when you login to server the credentials are transferred in plain text. This is the reason by default root user is not allowed to login to ftp server. To eliminate transferring data/user credentials in plain text and to encrypt the entire transmission we can take help from openssl to generate a certificate and use SSL certificate when communicating with FTP server.

Ansible: Reboot server in play-book and wait for it come back.

  • www.linuxnix.com; By Surendra kumar (Posted by linuxnix on Mar 29, 2016 7:27 PM EDT)
  • Groups: Linux
Ansible is a great and simple configuration management and orchestration tool. Some times we require to reboot server and do some tasks once reboot is done. Today I came across such requirement where I have to upgrade our production Ubuntu server...

14 tail and head commands in Linux/Unix

  • www.linuxnix.com; By Surendra kumar (Posted by linuxnix on Mar 28, 2016 1:59 AM EDT)
  • Groups: Linux
Many people know about cat command which is useful in displaying entire file content. But in some cases we have to print part of file. In today’s post we will be talking about head and tail commands, which are very useful when you want to view a certain part at the beginning or at the end of a file, specially when you are sure you want to ignore the rest of the file content.

Check if a machine runs on 64 bit or 32 bit Processor/Linux OS?

Q. How can I check if my server is running on a 64 bit processor and running 64 bit OS or 32 bit operating system?

25+ Awesome Linux/Unix command chaining examples

  • www.linuxnix.com; By Surendra kumar (Posted by linuxnix on Mar 17, 2016 8:01 AM EDT)
  • Groups: Linux, Red Hat
Command chaining is a concept to execute two or more commands in one execution to increase.

Absloute path vs relative path in Linux/Unix

A path is a unique location to a file or a folder in a file system of an OS. A path to a file is a combination of / and alpha-numeric characters.

Linux:Copy, change permissions and ownership of a file in a command

  • www.linuxnix.com; By Surendra kumar (Posted by linuxnix on Mar 15, 2016 5:31 AM EDT)
  • Groups: Linux, Red Hat
Today I came across a requirement to copy couple of files and change permissions to execute those files when writing some ansible playbooks. We can do this by using cp, chmod, chown command as shown below. Ownership is changed from root user to normal user surendra.

Install and configure FTP server in Redhat/Centos Linux?

FTP stands for File Transfer Protocol. It was written by Abhay Bhushan and published in 1971. FTP is supported by all the operating systems and browsers.

Linux directory structure: /home and /root folders

  • www.linuxnix.com; By Surendra kumar (Posted by linuxnix on Mar 10, 2016 1:45 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This is our 6th post on understanding first level directories in /. Knowing these folders in detail or at least what each is meant for will help you understand Linux/Unix in whole...

( 1 ... 2 ) Next »