Category: Linux

Various posts related to Windows operating system

Photo by Timelab Pro on Unsplash
Posted in How To Linux Software Tools Web

How to Run (go)Harbor Docker Registry with Notary Behind Nginx Reverse Proxy

That’s a heck of very specific title for a post, don’t you think? At the same I think that would be the most desirable configuration for running a private Docker reporsitory on prem, don’t you think? And for some ridiculous reason, there is virtually no information in the Internet about…

READ MORE
Photo by Taylor Vick on Unsplash
Posted in How To Linux Tools Web

How to Use Cloudflare As DDNS Service

You probably found this post while looking for a way to use Cloudflare as a DDNS provider, so you already know what DDNS is (in this case, scroll down). But if, by any chance you don’t know what it is and what Cloudflare is, here it goes…

Imagine that you are…

READ MORE
Wildcard Certificates (Photo by Tim Evans on Unsplash)
Posted in Building your store How To Linux Software Web

How to Get Free Domain Wildcard Certificates

In one of the previous posts I wrote about getting free certificates for the website using Let’s Encrypt and Certbot. Hope that article was helpful and helped you to save some money on SSL, but one topic remained not covered in that post. What if you’re a lucky owner of…

READ MORE
Be the boss of your passwords [Photo by NeONBRAND on Unsplash]
Posted in How To Linux Web

Be the Boss of Your Passwords (using Bitwarden Self-hosting)

Bitwarden is a unique solution for your password needs (whether you are a person caring about security or an organization caring about the same). Unlike competition, it’s opensource and could be self-hosted. Unfortunately it’s setup is not very compatible with servers having its own Let’s encrypt certificates or running other web server. This post describes how to install Bitwarden behind nginx reverse proxy using your own Let’s Encrypt + Certbot.

READ MORE
Stop Paying for SSL Certificates! [Photo by Jason Dent on Unsplash]
Posted in Featured on Home Page How To Linux Web

Stop Paying for SSL Certificates!

If you’re running a website and want to protect your site’s visitors with HTTPS then you may enjoy this detailed explanation of how to use Let’s encrypt and Certbot to stop paying for SSL certificates.

READ MORE
Photo by Victor Freitas on Unsplash
Posted in Featured on Home Page How To Linux Software Web

How to Upload Huge Images to WordPress

Well, this actually applies not just to WordPress but to most PHP applications, it’s just that with WordPress market share close to 60% this is the platform where you most frequently see the problem to manifest. It looks like this:
Maximum upload file size: 2M
The problem is not really WordPress’, it’s…

READ MORE
Photo from unsplash
Posted in How To Linux Web Windows

How to migrate ownCloud 6 from sqlite to MySQL

Those who do not know what ownCloud is probably should read about it here: http://owncloud.com. This is an awesome tool that provides functionality similar to dropbox, but uses your own server to host the files. We all know about dropbox’s bad behavior like storing passwords on the server side, accessing…

READ MORE
HDD
Posted in How To Linux Software

Attaching >2Tb disks to Linux

Here is the sequence of commands to make disk space usable in Linux for disks >2Tb (so your regular fdisk won’t help you here).

READ MORE
Posted in How To Linux Web

AWS EC2 ssh not responding in RHEL 6.4 AMI

I was fighting with an AWS bug today seeming just ridiculous for a system that makes ssh the only way to access the server. With no console login EC2 users are completely dependent on flawless sshd operation and Amazon team just did a really bad job preparing the RHEL 6.4…

READ MORE
Posted in Linux Software

rPlay rocks!

I’m currently beta-testing rPlay and this software totally rocks! What’s rPlay? Well, imagine yourself willing to share content of your iPhone or iPad screen with you family. There are couple ways to do this: you can get an Apple TV ($99) or … well, that’s actually it. AirPlay is…

READ MORE
Posted in Linux Web

Default login and password for JBoss EAP 5.1.2

The default login for the admin user for the JBoss Enterprise Application Platform (EAP) 5.2.1 and other v5 versions is “admin”. The passwords is obviously also “admin”. However if you try those right after the installation they won’t work, because you need to patch two files:

READ MORE