• Home
  • Programming
    • API
      • Google
    • Javascript
    • Php
    • Server
  • CMS
    • Magento
    • Yahoo! Store

Laravel Homestead Database Export and Import

Wednesday, 16 May 2018 18:50
Tim Ramsey
0 Comments
SSH into your homestead box and run the two commands to export or import your databases via the Aliases below.
1
dbexport
or
1
dbimport
https://github.com/laravel/homestead/pull/542

Move Large cPanel Account to new Server

Friday, 04 May 2018 21:21
Tim Ramsey
0 Comments
I had an account that was over 100GB in size, and it would not transfer to a new server via the GUI. Step 1(current server):
1
/scripts/pkgacct USER
Step 2(new server ):
1
scp -P PORT root@IP:/home/cpmove-USER.tar.gz /home/cpmove-USER.tar.gz
 

Find Image name from Excel Cell

Monday, 23 October 2017 17:15
Tim Ramsey
0 Comments
The formula below will give you the image name from a cell string
1
=SUBSTITUTE(REPLACE(A1,1,LOOKUP(2^15,FIND("/",A1,ROW(INDIRECT("1:"&LEN(A1))))),""),".jpg","")

Install Sphinxsearch 2.3.2-beta

Saturday, 16 September 2017 02:46
Tim Ramsey
0 Comments
Installing on a fresh DO instance.
1
2
3
4
5
6
7
8
9
10
11
12
13
cd /tmp
sudo apt-get install libmysqlclient-dev build-essential php7.0-cli
wget -q -O- https://github.com/sphinxsearch/sphinx/archive/2.3.2-beta.tar.gz | tar -xz -C .
cd sphinx-2.3.2-beta
./configure --prefix=/etc/sphinxsearch
make
sudo make install
cd ..
rm -rf sphinx-2.3.2-beta
 
mkdir /usr/local/etc/configs
mkdir /var/lib/sphinxsearch/data/sites
chmod 777 sites
 

Page 5 of 13

  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • Next

Categories

  • CMS
    • Magento
    • Shopify
    • Yahoo! Store
  • Programming
    • API
      • Google
    • Javascript
    • Php
    • Server
    • SVN
  • VOIP

Recent Posts

  • Github permission denied from cPanel
  • Magento 2 Remove version signing static files
  • Composer Memory Limit Issues when updating/installing
  • Installing WHM/Cpanel on Digital Ocean
  • Setup of AWS RTMP Server with EFS