Skip to content

Instantly share code, notes, and snippets.

View slashramin's full-sized avatar
:bowtie:
Debugging

Ramin Moradi slashramin

:bowtie:
Debugging
View GitHub Profile
@slashramin
slashramin / ubuntu-dev-bootstrap.sh
Last active June 9, 2025 04:58
Quick Ubuntu server setup script for development/testing. Adds a deployer user, secures SSH, installs Docker & Docker Compose. ⚠️ NOT recommended for production!
#!/bin/bash
# ubuntu-quick-setup.sh
# Quick Ubuntu Server Setup (Not recommended for production!)
# --- USAGE ---
# Copy & edit this script, then run:
# bash ubuntu-quick-setup.sh
#
# Remember to replace <SERVER_IP> and <new-hostname> as needed.
/**
* This script is written to automate Pac-Man game play hosted on Tarjomyar.ir and is available to play at:
* http://tarjomyar.ir/games/Pac-Man/play.html
* How to use:
* 1) Let the game load completely,
* 2) Copy and paste the following scripts into `Console` of `DevTools` of your browser and,
* 3) Call `walkOnMap();` on each map.
* NOTE: Do NOT cheat on games please ... ツ
*/

Keybase proof

I hereby claim:

  • I am slashramin on github.
  • I am raminmoradi (https://keybase.io/raminmoradi) on keybase.
  • I have a public key ASA4yWKQ1a8Vp791himtjGBx9tVYD6ALOue7O6g6yDPkdwo

To claim this, I am signing this object:

@slashramin
slashramin / last_names.php
Created April 12, 2018 11:27 — forked from subodhghulaxe/last_names.php
List of last names in php array
<?php
$last_names = array(
'Abbott',
'Acevedo',
'Acosta',
'Adams',
'Adkins',
'Aguilar',
'Aguirre',
'Albert',