How To Install Webmin on Amazon Linux/CentOS/RHEL

Webmin Webmin is a web-based management interface for system administration of *nix systems. It allows remote management of your system without having to manually modify the configuration files. It lets you install packages like LAMP stack, mail servers, WordPress etc. and setup & configure – firewalls, DNS, FTP servers, users, file sharing etc. all through a remote web interface. It is a must - have tool for systems and web administrators....

May 29, 2022 · Marcin

Dell Poweredge t610

Dell PowerEdge T610 The Dell™ PowerEdge™ T610 server is a key data center building block for IT professionals seeking the highest level of performance, availability, and expandability in a 2-socket server Ideally suited for small and medium businesses and remote office customers, the T610 delivers enhanced virtualization, improved design, and energy efficiency in a server engineered to address both your current and future business needs Strong IT foundation A solid IT foundation is critical for business success....

April 30, 2022 · Marcin

SSH into EC2 in Private Subnet

You might be running Amazon EC2 instances in public and private subnets and need a way to SSH into the EC2 instances in the private subnet. You can SSH into EC2 instances in a private subnet using SSH agent forwarding. This method allows you to securely connect to Linux instances in private Amazon VPC subnets via a bastion host (aka jump host) that is located in a public subnet....

April 29, 2022 · Marcin
Hugo Deploy | Hugo

Deploy

A quick way to make a new post Pass this code to your config.yml #https://blog.cavelab.dev/2021/08/deploying-hugo-blog-to-s3/ deployment: targets: - name: Name the Tagrets URL: 's3://marcinmitruk.link?region=your-region-2or1' # cloudFrontDistributionID: <CF-Distribution-ID> matchers: - pattern: ^.+\.(js|css|svg|ttf|woff|woff2|eot|png|jpg|gif|svg|ttf)$ cacheControl: 'max-age=630720000, no-transform, public' gzip: true - pattern: ^.+\.(html|xml|json)$ gzip: true Create new post… hugo new posts/some-title.md and run local server tape hugo server to deploy on AWS s3 after the previous configuration type. hugo && hugo deploy ...

March 10, 2022 · Marcin

History of PHP

PHP’s development began in 1994 when Rasmus Lerdorf wrote several Common Gateway Interface (CGI) programs in C, which he used to maintain his personal homepage. He extended them to work with web forms and to communicate with databases, and called this implementation “Personal Home Page/Forms Interpreter” or PHP/FI. PHP/FI could be used to build simple, dynamic web applications. To accelerate bug reporting and improve the code, Lerdorf initially announced the release of PHP/FI as “Personal Home Page Tools (PHP Tools) version 1....

March 10, 2022 · Marcin