Site navigation

  • Home
  • kọntaktị
  • Books
  • Computer Programming
  • Science Fiction
  • Spoken Word
  • Embrace The Pain
  • Archīvum
Skip to content
Menu Follow

albertfougy.com

albertfougy.com albertfougy.com

a small slither of code for a noob pythonista

  • Home
  • Notes
  • a small slither of code for a noob pythonista
1
>>>print("Hello World")
  • Share
  • Tweet
  • Share
  • Share
  • Pin it
  • Share

a small slither of code for a noob pythonista

Category: Notes
2698 views

Related posts

Found a great ls command

November 8, 2018November 8, 2018 Written by Albert

  ls -lah

1
2
-l
      list directory contents

1
2
-a, --all
       do not ignore entries starting with .

1
2
-h, --human-readable
       with -l, print sizes in human readable format (e.g., 1K 234M 2G)

via Explain Shell

Fabric SSH With Keyfile

November 1, 2018November 1, 2018 Written by Albert

To configure fabric to connect to remote hosts using SSH keyfiles on Amazon EC2 instances. add the following after REPO_URL (If you are following OBTTG Tutorial : Chapter 11):

1
2
3
4
REPO_URL = 'https://github.com/XXX/YYY'
env.user = "ubuntu"
env.key_filename = ["/path/to/key/keypair.pem"]
env.hosts = ["xxx-xx-xxx-xxx.ap-southeast-1.compute.amazonaws.com"]

 

Excerpt from iCloud notes. Volume 1. Escape planning. 

January 25, 2017January 25, 2017 Written by Albert

I wrote this to myself last year when I had no idea what I wanted to do. However, I know I need to do something. I didn’t know what it was, but I know I have to leave. Written April 23,2016​. My paycheck this morning is $75.00. Oh. I was charged an overdraft fee because […]

Reflecting the process of re-insertion at 4:20 AM.

February 20, 2017February 20, 2017 Written by Albert

This is a quick note. It’s just pass 4:20 AM and in a few hours, I have to get ready to re-insert myself into the Matrix.  Starting at 10:45 AM after a week of rest and reflection, I have to go back to my virtual reality as Thomas Anderson for 8.5 hours. I feel like it […]

Post navigation

Next story
albertfougy.com albertfougy.com
  • Home
  • kọntaktị
  • Books
  • Computer Programming
  • Science Fiction
  • Spoken Word
  • Embrace The Pain
  • Archīvum
un© infinitum Albert Fougy. That means I have put them in the public domain, and released my copyright on all these works. There is no need to email me for permission — use my content however you want! Email it, share it, reprint it with or without credit. Attribution is appreciated but not required.
Back to top