In one of the previous articles we discussed find command in linux and how to use it. Likewise in this article also we are going to discuss another linux command which is useful to search something in Linux. That is “grep” command. We can search text patterns in the files using grep and on the…(Continue Reading)
Category: Linux
find command in Linux with Examples.
find command is a very essential command in the linux operating system. We need to use this amazing command to find files within our system hierarchy. In a windows operating system we can use search option very simply in the GUI. Likewise we can use find linux command here to find and grab the files…(Continue Reading)
How to setup a wordpress website on AWS EC2 within few minutes
“Learn, Learn and Learn” Here we are going to discuss how can we setup a wordPress website on AWS EC2 within few minutes. There are several platforms which gives you the option to pay for their services and have a WordPress site. Then you can build whatever you need to do. But today we will…(Continue Reading)
How to install softwares in linux
“Always think in Positive. Even you are in a hell, don’t give up” Guys, we are going to learn about the Package installation in Linux systems from this article. Basically how to install a package ( a package isĀ simply same as a software in a windows environment) and uninstalling it, what is a repository,…(Continue Reading)
NFS Server and Client Installation with Configurations.
What is NFS ( Network File System ) ? This is a distributed file system protocol which is basically shares files/folders in between Linux servers. Keep it in mind, this is sharing in between only with Linux systems, not with Windows. Through NFS, we can allow a system to share it’s folders and files with…(Continue Reading)
How to extend your AWS EBS volume without any DOWNTIME
Can we extend AWS EBS volume ? Without any DOWNTIME ? Yes. You can do it without having any DOWNTIME in your server. AWS EBS stands for elastic block storage. This can be extended or shrink at any time without any affect for your server. What is AWS EBS ( Elastic Block Storage ) ?…(Continue Reading)
Understanding Linux File Permissions and Ownerships
Understanding linux file permissions and ownerships is very important. You are going to learn all most all the scenarios that you should know about the permissions/ownerships topic. From one of our previous articles “How to manage Linux Users and Groups” we discussed on how Linux becomes a multi-user OS, what is a user and a…(Continue Reading)
Linux Commands Tips and Tricks
We learned so may linux commands from previous screwlinux articles. So today we are giving you one of the mostly used 10 linux tips and tricks. Have you ever noticed a moment when someone doing tasks with some simple terminal commands which took a long time for you to do. And you feels like to…(Continue Reading)
How to manage Linux Users and Groups
What is a multi-user Operating system ? When the OS allows multiple people to use the computer at the same time without affecting other’s stuff, it becomes a multi-user OS. Like wise Linux is also belongs to above mentioned category. There can be having multiple users, groups with their own personal files and preferences. So,…(Continue Reading)
Pipeline and Redirection in Linux
In the Linux operating system, Pipeline and Redirection are mostly useful and powerful techniques that helps in sending the output of one program to a file or as an input of another program. These two techniques are highly recommended to be learned as a beginner because they are needed to write scripts and other stuff…(Continue Reading)
Recent Comments