Use the following steps to set up remote backups on a server.
$ mkdir -p /mnt/myftp
$ curlftpfs -o allow_other ftp://myusername:[email protected] /mnt/myftp
Use the following steps to set up remote backups on a server.
$ mkdir -p /mnt/myftp
$ curlftpfs -o allow_other ftp://myusername:[email protected] /mnt/myftp
The following is a Debian based Remote FTP Server Mount script that will connect to an FTP server at boot time and mount the fileshare to the filesystem at /mnt/ftpserver. This script depends on curlftpfs
and umount
and you may need to install them if they're not already installed. You can change the MOUNT path to any path on your server and please don't forget to replace the ftp details in the OPTIONS string.
Here's the script to use. Save it to disk, naming it something like ftp-mount.sh
.
#! /bin/sh
### BEGIN INIT INFO
Follow these simple instructions to get w3af Web App Scanner installed on Mac OSX 10.9.4 with MacPorts.
To get w3af to run in GUI mode on Mac OS X is not as easy as running the following as the w3af docs suggest:
git clone --depth 1 https://github.com/andresriancho/w3af.git
cd w3af
Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.
<?php | |
/* | |
Ensure that the $age variable is set to null before running the myLife function. | |
*/ | |
$age = nil | |
/** | |
* This function returns a message to the user telling them how old they are. | |
* |
{ | |
"name": ".publish", | |
"path": ".publish", | |
"sha": "3f949857e8ed4cb106f9744e40b638a7aabf647f", | |
"size": 9, | |
"url": "https://api.github.com/repos/justinhartman/howto/contents/.publish?ref=master", | |
"html_url": "https://github.com/justinhartman/howto/blob/master/.publish", | |
"git_url": "https://api.github.com/repos/justinhartman/howto/git/blobs/3f949857e8ed4cb106f9744e40b638a7aabf647f", | |
"download_url": "https://raw.githubusercontent.com/justinhartman/howto/master/.publish", | |
"type": "file", |
Instead of a copyright notice contained inside of a source code file, I found the following blessing instead. I want to use this at some point.
*
* The author disclaims copyright to this source code. In place of
* a legal notice, here is a blessing:
*
* May you do good and not evil.
cc1: some warnings being treated as errors
scripts/Makefile.build:308: recipe for target '/tmp/selfgz1736/NVIDIA-Linux-x86_64-375.26/kernel/nvidia-uvm/uvm8_range_group_tree_test.o' failed
make[2]: *** [/tmp/selfgz1736/NVIDIA-Linux-x86_64-375.26/kernel/nvidia-uvm/uvm8_range_group_tree_test.o] Error 1
CC [M] /tmp/selfgz1736/NVIDIA-Linux-x86_64-375.26/kernel/nvidia-modeset/nvidia-modeset-linux.o
SYMLINK /tmp/selfgz1736/NVIDIA-Linux-x86_64-375.26/kernel/nvidia-modeset/nv-modeset-kernel.o
LD [M] /tmp/selfgz1736/NVIDIA-Linux-x86_64-375.26/kernel/nvidia-modeset.o
CC [M] /tmp/selfgz1736/NVIDIA-Linux-x86_64-375.26/kernel/nvidia-drm/nvidia-drm.o
In file included from /tmp/selfgz1736/NVIDIA-Linux-x86_64-375.26/kernel/nvidia-drm/nvidia-drm.c:27:0:
/tmp/selfgz1736/NVIDIA-Linux-x86_64-375.26/kernel/nvidia-drm/nvidia-drm-priv.h:37:25: fatal error: linux/fence.h: No such file or directory