Cloud
Additional insight into collaborative editors
I think I had it all wrong when I accused OnlyOffice of sending data to the Russian goverment. This architectural design is called WOPI and was created for web applications that want to integrate with Microsoft Office. That means the architecture was really designed for the CIA to intercept a target's documents saved to Office 365.Read more → Vibe coding is supposedly going to replace actual programmers. I can’t wait for it to go away. Robots have a terrible way of doing things, and they are not very good at writing code. That, however, has not kept me from regularly dabbling with ChatGPT and code generation. Programming is my hobby - not my livelihood. So when it comes to solvin… I recently switched my home setup from nginx to traefik. I had to get used to the new configuration styles and weird doc style of traefik, but suffice to say, I am happy at the end results. Traefik ships with SNI, allowing me to snoop the connection and prevent unauthorized access to my file server. (One m… Jenkins-x appears to be the next big thing in CI/CD workflows - especially if you develop applications on kubernetes. There were a few tweaks I needed to do to set it up: I had to manually create Persistent Volumes (no big deal, below are what I have for my NFS share) In 2017, this topic seems a little dated and will probably not get me an opportunity to speak at a conference. While all of the elite programmers, cool kids, and CS grads are talking languages such as Go and Erlang - how to do tracing, performance testing, and the like - it seems very juvenile for me to write about PHP. PHP is a language mad… On Dec 20th, I am scheduled to take my COA exam. From the exam requirements page, it appears to be a somewhat moderately difficult exam. The few points I need work on are heat templates and swift object administration. A few things I know about the exam are what are Read more →
I have been reading a few articles that have been published recently regarding the use of docker in production. Of the articles I read, all seem to complain about the instability of docker, the docker ecosystem, and they lament persistent storage. While I have not run docker in production for a lengthy amount of time, I can determine these issues a… There are several factors that go into securing a web application. Most are second nature to seasoned system administrators, but it is still too common to talk to someone who does not know how to properly secure a web application. Here is the common checklist I go through when I determine if a website is secured. Update: (5/28/17) yes, there is the puppet/r10k which supercedes the zack/r10k. While you are free to deviate from the article in your own environment, the below steps still work as intended. I will have to update this article as well as explain why having r10k and dynamic environments is a good idea. In this guide we will g… In case you missed it, the largest recorded Direct Denial of Service (DDoS) occurred. While under DDoS, a victim's server (or servers) is under high load and cannot complete all requests that are requested by it. Basically, a DDoS victim is someone the attacker wants silen… I completed my first public module for puppet and submitted it to the puppet forge. It seems too simple to compile into a build and submit it to the forge; however, I made it public for these reasons: One of the easiest ways to deploy a virtual machine in oVirt is first to install the OS then turn it into a template. This will allow you to copy that template to deploy new instances. One mundane task after a new template is copied to a new instance is logging in, changing the IP, setting the hostname, setting up Puppet, running puppet, etc. You may have already heard the news about Delta Airlines catastrophic failure. Ars Technica reports the true cau… I am a SysAdmin who likes to code. I would say I know a fair amount of web developing, but do not understand it like a web developer uunderstands it. I think the reverse is true as well - web developers know how to set up a LAMP/LAMP stack, but they do not understand it as well as SysAdmin might understand it. To be a successful SysAdmin, yo… The Linux Foundation is offering select courses at a discount until 7/31/16. Some offers are up to 55% off. You can also get an additional 10% off in check-out by using the code $180 - For Read more →
Do not get me wrong - I use Ubuntu and try to contribute to bugs (making and fixing). In fact, I am testing out 16.04 on my Chromebook and work computer right now (Fedora 23 is on my Home Desktop). However, I can't find myself placing an Ubuntu server in production for one simple reason: Security While Ubuntu has a good security team,… Having a server in the cloud scared me at first. It wasn't the fact that being in a multi-tenant environment posed the possibility of others gaining access to my code/files - it was the cost that scared me. Not knowing if I was getting the best deal always plagued my mind. Especially since electricity, a/c, and hardware maintenance were never facto… It's 2016, the cloud computing has been around for nearly two decades, but there still seems to be a lack of knowledge in what cloud computing actually is and how to do it. In diagrams, a cloud is the typified icon of the equipment of which you do not control; however, to those in the public internet, your diagram is the cloud. To them, your… In a fictitious world where I started my own company and developed a LEMP-stack chat application, this is how I would do it in 2016: I would use WebSockets as the protocol in which data is being sent to and from the server. WebSockets has built-in support by nginx (since version 1.3). For caching, I would use the Voice over IP is very robust and reliable when set up properly. There are only four key areas to set up and check for issues. I have compiled the below list as things to check when an issue occurs. All of the steps are pretty basic and are known by every VoIP professional; however, it is handy to have to show a non-technical person or somebody who … In 2014, we decided to transition from a Mitel sx200 to a VoIP solution. We researched Cisco UM, Mitel, Lync, Shoretel, Avaya, Digium, a few hosted solutions, and a few Asterisk clones. I was one of three who sat through several presentations of the same features of every single phone system. Two weeks into this process, we narrowe… After you use something for a bit, you notice the issues associated with it. While oVirt has solved my pain points of high availability, there are a few which stand out. To log in to oVirt for administration, you visit the landing page of the oVirt-engine website. This is perfect - it means I can administr… oVirt 3.6 will have a better way to import virtual machines. In the mean time, here is the best method for getting an already made ova into oVirt. The example I am using is the open source log analyzer - graylog. A prerequisite is the script located at Read more →
My existing Hyper-V infrastructure consisted of Windows, a few CentOS, and Debian/Ubuntu guests. The best method I found to importing into oVirt was using the virt-p2v disc. This required down time of the server (approx 3 hours per 100GB on gigabit backbone) and a dedicated Fedora o… After I played with oVirt I needed to do several items: This… For quite some time I have heard that Hyper-V was a low player when it came to virtualization. It came with Windows and was the hypervisor of choice, but it had its limitations. In my environment, we had local storage and no clustering of hosts and consequently no high availability or fail over. This brought the first pain point - we need high avai… While Open Source software is free to download, use, and depending on the license, free to distribute, it is not free to creator. The Open Source creators have to pay for hosting, branding (domain, etc.), coding (in time), and distribution. While some are offloading the costs by hosting the project on Open Source aware distribution channels such as… When I first started out with Linux, I was having trouble understanding the basic commands such as A typical The recommended way to install TeamViewer is from a desktop environment using a package manager such as Synaptic, Yum, or apt-get. Sometimes you find yourself in a circumstance when ssh is the only way you have access to your server. This tutorial will help you get it installed on Ubuntu Server 14.04.2. As a reminder, TeamViewer is free for … Bash reads aliases from a file only; however, this file does not have to reside on the server you are connecting to. With OpenSSH, we have to ability to send environment variables that the server allows. Named virtual hosts are not enabled by default on an Amazon AMI. To enable them, edit /etc/httpd/conf/httpd.conf and uncomment line 991: You can then begin adding your named virtual hosts in the /etc/httpd/conf.d/ directory. Below is an example o…Only Office for personal use
From nginx to traefik (and solving X-Forwarded-For)
Jenkins-x on home kubernetes cluster
Read more →
Debugging PHP web applications
OpenStack certification
Docker is not a source to blame
Website protection
Deploying Puppet Open Source
Repercussions from a 1.1 Tbsp DDoS
First puppet module published
Provisioning VMs with cloud init
Read more →
Avoiding Catastrophic Failure
Common problems with Web Developers configuring LAMP/LEMP
Linux training on sale until 7/31/16
GSHOP
. That brings the prices down to:
Why I can't use Ubuntu on Production Servers
Cloud computing cost analysis
Understanding the cloud
High performant chat application
expires max;
fu…
VoIP Troubleshooting Checklist
VoIP implementation and tests
oVirt pitfalls
Logging in
Converting Debian/Ubuntu to oVirt
Converting VMs for oVirt
Planning the Deployment of oVirt
Migrate the oVirt Engine to a new host
Switching from Hyper-V to oVirt
Paying for Open Source
The Arrow Law
ln
, andrewmv
, scp
, rsync
, etc. What got me with those commands was the SOURCE and DEST options until I figured out the arrow law.rsync
command looks like this:
Read more →
Installing TeamViewer over SSH
Send Aliases over SSH connections
On Debian/Ubuntu systems, the default accept environment variables are:
Read more →
Named Virtual Hosts on AWS EC2
NameVirtualHost *:80