Skip to content

Somik's Home

Server admins cheat codes

Menu
  • Bash
  • PHP
  • Arduino/ESP
  • About
    • eBook Reader
    • Codebin
    • User Management
    • Online Ruler
    • ShortURL Generator (Newer)
    • Video Downloader
    • ShortURL Generator (Older)
    • File Sharing
    • WhoIs Search
Menu

Category: Bash

Ubuntu 18.04 Install Pi-Hole with PiVPN

Posted on 2019-10-142020-05-23 by somik

This will transform your server into a network wide ad-blocker as well as allowing you to use this ad-blocker from outside your network using the private VPN of PiVPN. These software are originally meant to be installed on a Raspberry Pi, but since you got a space on your server, why not install it? This…

Read more

Ubuntu 18.04 Install Lighttpd+PHP

Posted on 2019-10-082019-10-31 by somik

This will install Lighttpd and PHP 7.x on Ubuntu 18.04 or later and perform basic configurations needed to get it up and running. This is used to create isolated dev servers that use as little memory as possible. You can also setup SSL on these using LetsEncrypt, but it is not covered here. This is…

Read more

Ubuntu enable SSH for root user

Posted on 2019-10-082019-10-08 by somik

This is a very bad idea for servers on open internet. Only recommended for servers on local network that are behind firewall and SSH is not accessible from internet. To be used for testing only.

Read more

Basics

Posted on 2019-10-082019-10-08 by somik

These is a collection of most basic linux commands. Some require installations, others come pre-installed with the system.

Read more

Ubuntu 18.04 Install Apache+PHP

Posted on 2019-10-082019-10-08 by somik

This will install Apache2 and PHP 7.x along with LetsEncrypt to enable SSL protected site on Ubuntu 18.04 or later and perform basic configurations needed to get it up and running.

Read more

Install Transmission 2.03

Posted on 2019-10-082019-10-15 by somik

This will allow you to install and use a headless version of Transmission 2.03 on a ubuntu or centos OS and provide a remote RPC access to control the transmission daemon.

Read more

Semi-Automatic Nginx Reverse Proxy

Posted on 2019-10-082019-10-23 by somik

When you have servers with IP addresses or running on different port then usual 80 and 443, you can hide it using a Nginx reverse proxy. From outside, it’ll look just like a regular website with a normal domain or subdomain name, while Nginx will redirect the query to your actual server running behind it….

Read more

Persistent Reverse Tunnel using AutoSSH

Posted on 2019-10-082019-10-08 by somik

When the local server is behind a firewall with blocked ports or has dynamic IP or basically unreachable from the internet, it is possible to access the server using this method. This requires a VPS or server with open ports and fixed IP address.

Read more
  • Previous
  • 1
  • 2
May 2022
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
3031  
« Jul    

Archives

  • July 2021
  • February 2021
  • September 2020
  • August 2020
  • July 2020
  • May 2020
  • March 2020
  • November 2019
  • October 2019

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© 2022 Somik's Home | Powered by Minimalist Blog WordPress Theme