Tag: linux
-
Piping Bash
Bash is good, ZSH is also good….but the fact that they both do not allow piping is bad. Well technically they do work, but it works in a different way. Sometimes its okay for us, rest times it is not. So what’s the issue here… Say you have a code in your bash script like…
-
Rootless docker
References ASSUMPTIONS Docker Root Installation Pre-Requisites Docker Installation Installing docker compose It all works 🎉 ! But here are some common problems Network slow For this you can refer to https://docs.docker.com/engine/security/rootless/#network-is-slow Using privileged ports aka <1024
-
AH shit here we go again !
I know i know…..its really annoying when we type something without sudo and it asks for sudo and now we have to retype the whole things with sudo (or go to the previous command [with up arrow] and then move back with arrow keys or home key or anything…) while its a good approach…there is…
-
Finding the user
To know who is using your system/server right now you can use or it will show you who is in and what they are doing, when did they login etc
-
Power to you.
You always dont need access, you just need access to somone who has access With that said. Most of the times you dont even need access to do somethin. You just need access to someone who has access. Lets say i am a normal user and i need to run a script in linux where…
-
WordPress and Nginx (OpenResty)
WordPress WordPress is a web content management system. It was originally created as a tool to publish blogs but has evolved to support publishing other web content, including more traditional websites, mailing lists and Internet forum, media galleries, membership sites, learning management systems and online stores. Ngins (Open Resty) OpenResty® is a full-fledged web platform that…
-
Linux Saviours
Few Basic linux (Ubuntu) stuff that will save you time and get the job done with ease. Linux and it’s programs are by default built to allows users to accomplish tasks easily. But many people dont even know that there are many other useful commands and tools.Many people know the basics or only what they…
-
OpenResty SSL Setup: Install and Secure Site withNginx with Let’s Encrypt on Ubuntu
Learn how to install and configure OpenResty Nginx SSL on Ubuntu. This guide covers setting up OpenResty, obtaining an SSL certificate using Certbot, and enabling auto-renewal for a secure HTTPS website. 🚀
-
Step-by-Step Guide to Configuring Nginx and PHP-FPM on Ubuntu
Unlock the full potential of your Linux (Ubuntu) server by mastering the setup of Nginx and PHP-FPM with our step-by-step guide. This comprehensive tutorial will walk you through the installation and configuration processes, ensuring your server runs efficiently and effectively. Learn best practices, optimize performance, and enhance your server’s capabilities with our detailed instructions and…