Skip to content

Instantly share code, notes, and snippets.

View andurilan's full-sized avatar

operator.malcolm andurilan

View GitHub Profile
@andurilan
andurilan / groups
Created March 7, 2018 03:43
New /etc/groups
root:x:0:op
daemon:x:1:
bin:x:2:op
sys:x:3:
adm:x:4:syslog
tty:x:5:
disk:x:6:op
lp:x:77:
mail:x:88:
news:x:99:
@andurilan
andurilan / vsftpd.conf
Last active May 30, 2018 08:36
VSFTPD Config
#----------------------------------------------------------------------------------------------------------------------------------------
# VSFTPD.CONF | /etc/vsftpd.conf =>> /conf/vsftpd/vsftpd.conf
# vsftpd.conf may be used to control various aspects of vsftpd's behaviour. By default, vsftpd looks for
# this file at the location above. However, you may override this by specifying a CLI argument to vsftpd.
#The CLI argument is the pathname of the conf file for vsftpd. This is useful for use of an advanced inetd
# such as xinetd to launch vsftpd with different configuration files on a per vhost basis.
#----------------------------------------------------------------------------------------------------------------------------------------
# Listener Configuration
#----------------------------------------------------------------------------------------------------------------------------------------
# [ NO | *YES=VSFTPD runs in standalone mode. ]
@andurilan
andurilan / 0_reuse_code.js
Created September 28, 2016 09:43
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console