Author: cweb

  • New phone number

    New phone number

    I found this website called Number Barn. It’s a place where you can search for, and then purchase specific phone numbers. I wanted to port it to google voice, but GV only allows you to port in a mobile phone number, and the line I bought was classified as landline. So, to get around this I’ve parked the number and Number Barn for $2 a month. Now, I have also ordered a SIM card from US Mobile for ~$5. So, I’ll port the number there, and then port it to google voice. The number cost $19. $2 to park it. And I guess it’ll be like $20 for a month of service at US Mobile. I could probably BS my way through customer service to save some of those fees, but it is not worth it.

    I wonder if my stupid apple can just do 2 SIM cards? I’ve run into a few issues where some sites do not like to do MFA with a GV number.

    Any who, this is the new number:

  • Helping mom

    Looks like it’s time to help mom clean again. Her sister or BIL or someone dropped a bunch of junk off at her house. Some sort of miscommunication where she was willing to take a couple pieces of furniture, but they filled up the entire room of trash.

  • Murder mystery idea

    Looks like a suicide via car on CO.

    Really, the person was leaving their house when suddenly they’re trapped, and the cat starts filling with CO.

    Pan to the evil hacker on the other end controlling their car, and garage door, and maybe some other shit too.

  • WireGuard VPN

    I’ve been just spinning up VMs left and right since I setup that Oracle VM. I decided that if I’m going to be out of town for a week, then I’d like to have a VPN in to the home network, so that I can get some work done. It is my vacation, so I’d like to do some hobbies.

    So far the config is pretty simple. I like the approch they are using with wiregaurd too. Very “unixy” in that it is just a network interface, that will encrypt with a private key, and decrypt with the client’s public key. There is almost no CPU usage. It does one thing and it does it well. Use what ever key management or authentication scheme you want.

    New VM on Universe. 2 GB ram and 25GB storage. Its pool is 100GB.

    package is just called wireguard

    ## Create the Wireguard virtual network adapter
    $ sudo ip link add dev wg0 type wireguard
    
    ## Set proper umask for key files, and generate private and public key files
    $ umask 077
    $ wg genkey > privatekey
    $ wg pubkey < privatekey > publickey
    
    ## Setup network
    $ sudo ip addr add 10.0.0.1/24 dev wg0
    
    ## attach key to interface
    $ wg set wg0 private-key ./private
    ## up
    $ sudo ip link set wg0 up
    
    ## create /etc/wireguard/wg0.conf
    $ sudo vi /etc/wireguard/wg0.conf
    
    contents of new file
    
    [Interface]
    SaveConfig = true
    PostUp = iptables -A FORWARD -i wg0 -j ACCEPT; iptables -t nat -A POSTROUTING -o enp1s0 -j MASQUERADE;
    PostDown = iptables -D FORWARD -i wg0 -j ACCEPT; iptables -t nat -D POSTROUTING -o enp1s0 -j MASQUERADE;
    ListenPort = 56990
    PrivateKey = QETsE2fXOXC81R/MRYDYjHTyjZxfSlF2vuiCgK5nv0U=
    
    [Peer]
    PublicKey = L/VrqKjC5/harAftr+2w0I0hs0MPy0QgXGvvAKqYZlA=
    AllowedIPs = 10.0.0.2/32
    

  • Oracle Linux 8.4 Webserver Virtualization Project

    Oracle Linux 8.4 Webserver Virtualization Project

    Plan

    I’d like to move my webserver over to Oracle Linux, so that I can get more familiar with it for work, and I’d like to virtualize it. So I’ve got a 1 TB HD in a 5-6 gen i5. I’m also planning on testing my backups instead of restoring straight from the running system.

    Getting it set was fairly simple. I was able to get 8.4 installed with just the virtualization features. I’ve got a bare install of 8.4 installed in a VM called thecwebVirt. So with the backup of my package list from thecweb, and the tar of /var/www, it should be fairly quick to spin this bitch back up. Oh, and I got a tar etc too.

    Now I’m planning on setting up a caching DNS server to see if I can noticeably speed up my web browsing. I’ve never run my own D

    NS server, but I should probably get some practice. Also, it’ll give me something to do while I’m in Zion National Park next week.

    Simple, yet functional interface.

  • Koala Run at the Zoo today!

    Koala Run at the Zoo today!

    I’m happy with where I placed
  • Diet mf

    Diet mf

    Open-Faced Pork Tenderloin sandwich, topped with mashed potatoes and gravy, bacon, and cheddar cheese. from Strips