Linux Info

Information about various Linux / UNIX / OS X topics

Wednesday, August 07, 2024

systemd advanced topics

›
Basic Commands # start / stop systemctl start myservice systemctl stop service # reload after making changes to systemd unit files # note: a...
Friday, November 03, 2017

ssh-copy-id: add authorized_keys entry automatically

›
Copy authorized key to remote server: ssh-copy-id -i ~/.ssh/id_rsa example.com -i = private key associated with the public key that you ...
9 comments:
Saturday, June 17, 2017

Postgresql: Read-Only User

›
create user xxxxx with password ' yyyy' ; GRANT connect ON DATABASE mydb1 TO xxxxx ; GRANT connect ON DATABASE mydb2 TO xxxxx...
8 comments:
Sunday, June 12, 2016

Open Source Webservices

›
Version Control Gitlab - https://about.gitlab.com/ Phabricator - http://phabricator.org/ Ticket Management (kanban) Gitlab Kanban Boar...
1 comment:
Friday, March 04, 2016

Make Unix Password Hash

›
mkpasswd --method=SHA-512

Webservices

›
Email Spam Checker http://www.mail-tester.com/ Git Hosting Gitlab - https://about.gitlab.com/ (open source) Phabricator - http://phabr...
2 comments:

Python/Django Storage Backend Notes

›
Inspired by: https://django-storages.readthedocs.org/en/latest/backends/amazon-S3.html#storage Interacting directly with storage backend ...
1 comment:
Wednesday, December 09, 2015

Django: staticfiles

›
Locate static file location in codebase: >>> from django.contrib.staticfiles.finders import find >>> find("img/lo...
Monday, December 07, 2015

LetsEncrypt with HAProxy or Nginx

›
At this time, LetsEncrypt is in public beta, but I suspect that it will continue to evolve.  # all commands must be done as root sudo su...
›
Home
View web version

About Me

My photo
Joe Jasinski
View my complete profile
Powered by Blogger.