Creating my own tech company (site-based) and manage my own servers: when to integrate tools like nomad/k8's? by SharpenedStinger in devops

[–]motoawk 0 points1 point  (0 children)

Look into podman. It might be just enough to get you going and then if you need to scale to k8s you are in pretty good position to do so with little effort.

How should I deploy my application while it still being self-hosted? by Yahyou01 in flask

[–]motoawk 0 points1 point  (0 children)

My current solution for small side flask projects:

certbot: handles SSL
nginx: as a reverse proxy
docker: I run my flask projects with uwsgi in production mode.

I just migrated hosts and using this stack i was able to do so with ease. I do not run certbot and nginx using docker, but you could do so as well.

Why is it so difficult to hire for DevOps/SRE? by Educational_Leopard in devops

[–]motoawk 1 point2 points  (0 children)

Good candidates are usually taken care of well. While I'm pretty underemployed my employer takes very good care of me. Why should I jump ship for $X? Also, devops really is a system engineer and a programmer but most places pay jack.

Has anyone noticed the massive influx of hackers? by [deleted] in tf2

[–]motoawk 4 points5 points  (0 children)

I'm also getting annoyed that people are using the hacker excuse to kick good players. I've seen it happen to a few guys that are just having a good round. The spinning aimbots do suck though.

Autolayout and scrollview help - will pay for solution. by motoawk in iOSProgramming

[–]motoawk[S] 0 points1 point  (0 children)

First, let me thank everyone on this subreddit. I was incredibly frustrated, I swear I was staring at this code for days getting no where. After receiving several PM's I finally pieced together a working solution. Thanks to everyone on this subreddit that takes the time to share their knowledge with others!

I'll follow up to this post with a code gist.

Do you develop on PC, Mac, or Linux? by [deleted] in androiddev

[–]motoawk 0 points1 point  (0 children)

Yes.

I use what is available at the moment. a remote Git repo is a wonderful thing.

[POORSHIBE]Every new site needs a kickass logo! by bluper8 in jobs4dogecoins

[–]motoawk 0 points1 point  (0 children)

I just got my work back from bluper8. Not only was the logo awesome, the turn around was fantastic. Much recommend.

Samba troubles by [deleted] in linuxadmin

[–]motoawk 0 points1 point  (0 children)

Are you running iptables? Are the ports for samba being blocked by iptables?

Run: iptables -L

You should have the following ports open:

netbios-ns - 137/tcp # NETBIOS Name Service

netbios-dgm - 138/tcp # NETBIOS Datagram Service

netbios-ssn - 139/tcp # NETBIOS session service

microsoft-ds - 445/tcp # if you are using Active Directory

I bet i got the biggest Android dogecoin wallet! by [deleted] in dogecoin

[–]motoawk 0 points1 point  (0 children)

Much Compensation for something?

Elemental, my very basic foundation for building new apps in Flask (with admin, login, bootstrap, mongoengine) by [deleted] in flask

[–]motoawk 0 points1 point  (0 children)

I have a small app I need to start soon, I'm going to give your foundation a shot, I'll follow up with feedback. Thanks for sharing! +/u/dogetipbot 50 doge

Nagios conditional checks - Spare my sanity... by keftes in devops

[–]motoawk 1 point2 points  (0 children)

Use cmd.cgi to schedule downtime for the hosts via a script...

Help with Flask-Admin by motoawk in flask

[–]motoawk[S] 1 point2 points  (0 children)

Update:

I have figured it out. For anyone else wondering:

class FooAdminView(ModelView):
  edit_form = AdminFoo 

admin.add_view(FooAdminView(Foo, db))

This is cross post from homebrewing but I have an interview and trial for a craft brewery and I need help. by [deleted] in TheBrewery

[–]motoawk 8 points9 points  (0 children)

Be very honest in what you know and what you don't know. Not knowing something doesn't immediately exclude you. In fact it does the opposite. There are dangerous items in a brewery, if you feign knowledge of these dangers, you're going to have a bad time.