One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| #!/bin/bash | |
| # Rsync based file backup script, with hard-linking enabled. | |
| # | |
| # Runtime options: | |
| # -n - dry-run; do nothing, just display what is going to happen on a real run | |
| # -v - verbose output; print out what is being backed up | |
| # | |
| # set to your rsync location |
| #!/bin/bash | |
| #Purpose = Backup of Important Data | |
| #Created on 15-08-2017 | |
| #Author = Bashar Ayyash | |
| #Version 2.5 | |
| #START | |
| TIME=`date +%b-%d-%y%s` # This Command will add date in Backup File Name. | |
| FILENAME=backup-$TIME.tar.gz # Here I define Backup file name format. | |
| SRCDIR=~/www # Location of Important Data Directory (Source of backup). | |
| DESDIR=~/backup # Destination of backup file. |
| E:\homestead (master -> origin) | |
| Ξ» vagrant -v | |
| Vagrant 2.2.4 | |
| E:\homestead (master -> origin) | |
| Ξ» vagrant destroy | |
| homestead-7: Are you sure you want to destroy the 'homestead-7' VM? [y/N] y | |
| ==> homestead-7: Forcing shutdown of VM... | |
| ==> homestead-7: Destroying VM and associated drives... |
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
| # Subscribe to my YouTube Channel -> https://lokjianming.page.link/CVLm # | |
| How to Crack Sublime Text 3 with Hex Editor | |
| 1. Download & Install Sublime Text 3.2.2 Build 3211 | |
| 2. Visit Hexed.it | |
| 3. Open file sublime_text.exe | |
| 4. Search address 97 94 0D | |
| 5. Change to 00 00 00 | |
| 6. Export File |
| select `commodities`.`name` as `commodity_name`, `price_types`.`name` as `type_name`, `measure_units`.`name` as `unit_name`, `global_admins`.`admin0_code` as `admin0`, `global_admins`.`admin0_name` as `country_name`, `global_admins`.`admin1_code` as `admin1`, `global_admins`.`admin1_name` as `governorate_name`, ROUND(AVG(CMP.price) / 1000, 3) as price from `commodities_monthly_prices` as `CMP` inner join `locations` on `CMP`.`location_id` = `locations`.`id` inner join `global_admins` on `locations`.`admin0` = `global_admins`.`admin0_code` inner join `commodities` on `CMP`.`commodity_id` = `commodities`.`id` inner join `price_types` on `CMP`.`price_type_id` = `price_types`.`id` inner join `measure_units` on `CMP`.`measure_unit_id` = `measure_units`.`id` where `locations`.`admin0` = ? group by `CMP`.`price_year`, `CMP`.`price_month`, `commodity_name`, `type_name`, `unit_name`, `global_admins`.`admin0_name`, `global_admins`.`admin0_code`, `global_admins`.`admin1_name`, `global_admins`.`admin1_code` order by `com |
| Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15); |
| h1:after { | |
| content: " "; | |
| display: block; | |
| border-top: 2px solid skyblue; | |
| border-bottom: 2px solid skyblue; | |
| border-radius: 2px; | |
| } |
Companion prompts for the video: OpenClaw after 50 days: 20 real workflows (honest review)
These are the actual prompts I use for each use case shown in the video. Copy-paste them into your agent and adjust for your setup. Most will work as-is or the agent will ask you clarifying questions.
Each prompt describes the intent clearly enough that the agent can figure out the implementation details. You don't need to hand-hold it through every step.
My setup: OpenClaw running on a VPS, Discord as primary interface (separate channels per workflow), Obsidian for notes (markdown-first), Coolify for self-hosted services.