-
Published Answer
You can download old Ubuntu ISO’s from here.
http://old-releases.ubuntu.com/releases/
Then install in a virtual machine on your…
•
By
s0litaire
-
Published Question
I'm trying to import my Wordpress database into my droplet. (512mb small droplet)
I'm particularly having trouble with one of the tables, it's 1.6gb table filled with image blobs.
When i run the usual
mysql -user -p ...
Accepted Answer:
@s0litaire
Your mileage may vary with this one, though one method you may be able to use without manually breaking down each table is split. This command will allow you to break your SQL dump down in to multiple smal...
3
•
•
By
s0litaire
MySQL
Linux Commands
Ubuntu 16.04
-
Published Answer
i tend to have a single set of commands set up on a server (once it’s up and running)
They are already pre-typed into a “read-only…
•
By
s0litaire
-
Published Answer
If you have ssh access to your home directory then try rsync to backup files and folders to a local drive
I use rsync for files …
•
By
s0litaire
-
Published Answer
it’s automated login attempts.
Like above I’d suggest using Key Authentication for SSH logins
As well as installing “Fail2Ban” …
•
By
s0litaire
-
Published Answer
2 ways to tackle this.
1) send all root emails to /dev/null
This is a sledgehammer approach that means you might miss some imp…
•
By
s0litaire
-
Published Answer
Most of us have been there at some point ;)
Select your droplet power it down and then “Kernel” look for “mount recovery kernel”…
•
By
s0litaire
-
Published Answer
Are you getting another symbol instead of the @ sign?
It might be the keyboard might be set to a different location.
On a USA k…
•
By
s0litaire
-
Published Answer
Check out the folders for :
file.muaranalitika.com
&
binakarir.com
Looks like you are storing large sound, video and image fi…
•
By
s0litaire
-
Published Answer
It’s not a problem and you have not done anything wrong.
It’s normal NOT to see anything when entering a password.
It’s a sec…
•
By
s0litaire
-
Published Answer
what is the exact error message you are getting?
You might have to boot using the “Recovery” kernel and either enable root or cr…
•
By
s0litaire
-
Published Answer
Is their anything after the Error?
Try
sudo apt-get clean
sudo apt-get update
See if that makes a difference.
If…
•
By
s0litaire
-
Published Answer
I’m not great when it comes to coding but here’s a couple of things to check until a programmer comes along.
Sounds like a permi…
•
By
s0litaire