Skip to content

Instantly share code, notes, and snippets.

View Mashpy's full-sized avatar

Akhlasur Rahman (Mashpy) Mashpy

View GitHub Profile
$ mkdir ~/php8.2.13
$ cd ~/php8.2.13
$ wget https://www.php.net/distributions/php-8.2.13.tar.gz
$ tar -xzvf php-8.2.13.tar.gz
$ cd php-8.2.13
$ ./configure --prefix=/usr/local/php8.2.13 \
--with-config-file-path=/usr/local/php8.2.13/etc \
--enable-mbstring \
--enable-pcntl \
--enable-ftp \
Your Google Wallet is currently suspended because we were unable to verify the credit or debit card information for your recent transaction. For your security, we need you to follow a few simple steps to ensure your information is correct.
What do I need to complete the form? To confirm your financial identity and protect your account, you'll need to scan or take pictures (using your cell phone, for example) of the following verification documents, and then upload them to this form:
One non-expired government-issued identification.
One document with your billing address dated within the last four months that shows the same address on file in your Google Wallet (if you can't remember the billing address in your Wallet, or you have multiple, use your most recent home address).
What does this mean for my current order and charges on my card statement? Your order has been canceled and your card was not charged. If you see activity on your statement for your canceled order it's just an authorization,
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<table>
<tr>
<td colspan="2">
<p>&nbsp;</p>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>selected demo</title>
<style>
div {
color: red;
}
</style>
continent_lists = [
{ :id => 1, :continent_name => 'Europe', :order => 1 },
{ :id => 2, :continent_name => 'Asia', :order => 2 },
{ :id => 3, :continent_name => 'Africa', :order => 3 },
{ :id => 4, :continent_name => 'North America', :order => 4 },
{ :id => 5, :continent_name => 'South America', :order => 5 },
{ :id => 6, :continent_name => 'Australia and Oceania', :order => 6 },
]
Continent.create(continent_lists)
sudo curl -sSL https://get.docker.com/ | sh
cd
curl -L https://github.com/docker/compose/releases/download/1.7.0/docker-compose-`uname -s`-`uname -m` > ./docker-compose
sudo mv ./docker-compose /usr/bin/docker-compose
sudo chmod +x /usr/bin/docker-compose
cd
git clone https://github.com/Mashpy/testphp.git
docker-composer up -d
1 ls
2 apt-get update
3 apt-get install python-pip debhelper python-support
4 pip install tornado stdeb
5 wget https://github.com/downloads/liftoff/GateOne/gateone_1.1-1_all.deb
6 ls
7 dpkg -i gateone_1.1-1_all.deb
8 apt-get install git
9 git clone https://github.com/liftoff/GateOne.git
10 cdls
https://play.google.com/store/apps/details?id=com.ijinshan.kbatterydoctor_en
<?php
require_once('common.php');
// Context Menu
$context_menu = file_get_contents(COMPONENTS . "/filemanager/context_menu.json");
$context_menu = json_decode($context_menu,true);
// Right Bar
$right_bar = file_get_contents(COMPONENTS . "/right_bar.json");
{"message":"{\"result\":true,\"output\":{\"username\":\"ghori\",\"password\":\"ghori\",\"folder_path\":\"\\/home\\/ubuntu\\/ghori\",\"user_id\":1,\"updated_at\":\"2017-03-25 09:20:33\",\"created_at\":\"2017-03-25 09:20:33\",\"id\":55}}"}