All public logs
Combined display of all available logs of Bitpost wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:27, 3 November 2021 M talk contribs created page Twitch (Created page with "Install: * Red Dead Online * [https://cfx.re RedM] * Teamspeak * Streamlabs OBS Config: * Saltychat Teamspeak addon * Frontier RP server on RedM * [https://twitch.tv Twitch]")
- 15:33, 11 September 2021 M talk contribs created page GitLab (Created page with "[https://computingforgeeks.com/how-to-install-gitlab-ce-on-ubuntu-linux/ Install]")
- 15:22, 6 September 2021 M talk contribs created page JSON (Created page with "JSON is as simple as possible but no less. Genius. === C++ === We will use boost::json wherever possible. Keep updating it, and move to c++ std json if it becomes a thing....")
- 14:02, 26 July 2021 M talk contribs created page Geth (Created page with "==== List accounts ==== geth --datadir $HOME/path/to/datadir account list")
- 19:48, 26 June 2021 M talk contribs created page Tor (Created page with "== Install == Tor recommends getting a deb download directly from [https://www.torproject.org/download/ their site] to minimize potential for disruption. Hard to argue with t...")
- 19:00, 19 June 2021 M talk contribs created page Strawberry (Created page with "Strawberry is a Qt6 fork of Clementine (whose last release was 2016 w Qt4 I believe). == Install == * Grab a deb from [https://www.strawberrymusicplayer.org/#download here] *...")
- 18:38, 19 June 2021 M talk contribs created page Spotify (Created page with "You can always go to https://spotify.com and log in and listen. == Install == For a full native linux setup, follow these instructions. === Spotify linux app === sudo snap i...")
- 15:55, 10 June 2021 M talk contribs created page Reaper (Created page with "Reaper is a DAW that runs in linux. Not FOSS but cheap and good. === Install ==== * Download the xz file to ~/apps sudo apt install xz-utils unxz reaper629_linux_x86_64.ta...")
- 18:10, 8 May 2021 M talk contribs created page Zoom (Created page with "Last installed [https://zoom.us/download?os=linux from deb] on ubuntu. cd apps sudo apt install ./zoom_amd64.deb")
- 02:28, 21 April 2021 M talk contribs created page Off-world Power Generation Lab 4: Moment control (Created page with "Just thinking about this one at this point. Need to do more research. * [https://youtu.be/P1-UTlnjeVg Tom Stanton] does an excellent job of demonstrating an air engine. Can...")
- 17:17, 19 April 2021 M talk contribs created page Gpg (Created page with "=== Create strong key === We want an elliptical curve key. It's baked in! But hidden. gpg --expert --full-generate-key Key kind: (9) ECC and ECC Elliptical curve: (1) C...")
- 23:20, 14 April 2021 M talk contribs created page Rocket.Chat (Created page with "=== Server installation === * Install. They INSIST on using snap. FU. sudo snap install rocketchat-server * Browse to admin panel at http://yourserver:3000 * DO NOT registe...")
- 21:26, 14 April 2021 M talk contribs created page OpenFire (Created page with "=== Installation === * Download *.deb from [https://www.igniterealtime.org/projects/openfire/ here]. cd ~/apps wget https://www.igniterealtime.org/downloadServlet?filename=o...")
- 17:07, 14 April 2021 M talk contribs created page Ejabberd (Created page with "=== Installation === You can build from source, but the repo doesn't even have branches for releases (just tags in master). Plus there are a lot of deps that I'd have to solv...")
- 16:58, 14 April 2021 M talk contribs created page XMPP (Created page with "==== Client ==== Gajim ==== Server ==== ejabberd")
- 18:25, 13 April 2021 M talk contribs created page Gajim (Created page with "=== Install === sudo apt install gajim === Configure === ==== XMPP ==== * Find a free XMPP (Jabber) server. I used [https://www.kode.im/ kode] because it was in the US on [h...")
- 16:42, 13 April 2021 M talk contribs created page Pidgin (Created page with "=== Installation === sudo apt install pidgin pidgin-otr pidgin& === Configuration === * Tools > Preferences > Show system tray > Always * Tools > Plugins > [x] OTR")
- 14:42, 7 April 2021 M talk contribs created page AWS (Created page with "{| class="mw-collapsible mw-collapsed wikitable" ! AWS tasks |- | {| class="mw-collapsible mw-collapsed wikitable" ! AWS clone |- | # create a snapshot of an instance # crea...")
- 17:29, 1 April 2021 M talk contribs created page Dnsmasq (Created page with "dnsmasq provides LAN DNS caching, as well as static IPs for all your local machine names via their MAC addresses. It's perfect! You don't even need local hosts files or to f...")
- 14:36, 16 March 2021 M talk contribs created page GCP (Created page with "==== Cloning a VM ==== * Create an image of an existing VM, with the same name. It will be added under... Compute Engine > VMs > Machine images * Create a new VM from the ma...")
- 23:27, 14 March 2021 M talk contribs created page Minecraft (Created page with "==== Server on Ubuntu 20.04 ==== sudo apt install openjdk-8-jre-headless screen # get server jar from https://www.minecraft.net/en-us/download/server/ # replace the url and...")
- 21:29, 13 March 2021 M talk contribs created page SPICE (Created page with "You can access the full 4k GUIs of Proxmox VMs via SPICE. It is already baked into proxmox. On the client, install SPICE support: sudo apt install virt-viewer Then in prox...")
- 04:41, 24 February 2021 M talk contribs created page Cura (Created page with "== Installation == TODO mh-install-cura, meanwhile: sudo add-apt-repository ppa:thopiekar/cura sudo apt-get install cura")
- 16:52, 23 February 2021 M talk contribs created page Off-world Power Generation Lab 3: Propulsive navigation (Created page with "This lab is focused on 3d-printing a single component. We want to put a check valve and a release button in series. Gonna require some 3d modelling! Concepts: * one-way val...")
- 18:08, 20 February 2021 M talk contribs deleted page Cifs (content was: "==== Install ==== Ubuntu: apt -y install smbclient cifs-utils See linux installation guides for details on configuring cifs / samba. Works great for me across linux, astro-on-android, kodi-everywhere. ==== Maintenance ==== To lazy-unmount samba partitions: sudo umount -l /spiceflow/bitpost sudo umount -l -t cifs -a # be careful to specify type or ALL drives will unmount! This is importa...", and the only contributor was "M" (talk))
- 16:46, 14 February 2021 M talk contribs created page Glam (Created page with "☑ Linux barebones quickstart")
- 16:42, 14 February 2021 M talk contribs created page Bandit (Created page with "Ubuntu server 250GB of melange lvm + 4tb hare SATA via SATA passthrough")
- 16:24, 14 February 2021 M talk contribs created page File:Melange-LSI-board.png
- 16:24, 14 February 2021 M talk contribs uploaded File:Melange-LSI-board.png
- 16:23, 14 February 2021 M talk contribs created page Hive (Created page with "Drives: /dev/sdh1: LABEL="hare-s3-4t" UUID="b1859924-f309-4940-bced-06274567c0cf" /dev/sda1: LABEL="macatak-1tb-ssd" UUID="08c0ca8c-4325-47ac-8173-1e0f78377e66" /dev/sdc1: LA...")
- 15:58, 14 February 2021 M talk contribs created page AbtDev1 (Created page with "Ubuntu 20.04.01 LTS, 4 cores, 4GB mem, 80GB drive, auto-login")
- 15:57, 14 February 2021 M talk contribs deleted page Proxmox VMs on Melange (content was: "* abtdev1 ** Ubuntu 20.04.01 LTS, 4 cores, 4GB mem, 80GB drive, auto-login", and the only contributor was "M" (talk))
- 17:14, 13 February 2021 M talk contribs created page FreeNAS (Created page with "Installed to HIVE VM on melange proxmox. * Set up pools I didn't want to lose storage on the shitty pile of drives I started with, so I set up three drives as standalone stri...")
- 00:13, 11 February 2021 M talk contribs deleted page 2021-01-19 Boxes plan (moved to phabricator)
- 17:28, 8 February 2021 M talk contribs created page Proxmox VMs on Melange (Created page with "* abtdev1 ** Ubuntu 20.04.01 LTS, 4 cores, 4GB mem, 80GB drive, auto-login")
- 20:27, 6 February 2021 M talk contribs created page Samba (Created page with "==== Install ==== sudo apt install samba ==== Configure ==== See /etc/samba/smb.cnf")
- 04:19, 28 January 2021 M talk contribs created page Set your IP (Created page with "NEVER LET A VM CLONE USE THE SAME IP, you will tear your clothes and spit on the ground! # for static IPs on ubuntu work machines: sudo emacs /etc/network/interfaces # f...")
- 18:22, 27 January 2021 M talk contribs created page 2021-01-19 Boxes plan (Created page with "BITPOST new mobo (clone AMD Ryzen 9000 of melange) in 4u case to handle heat, fit cpu DEV melange in 4u case to handle heat, replace ubuntu with proxmox, run postgress in one...")
- 20:15, 24 January 2021 M talk contribs created page Proxmox (Created page with "==== Installation ==== * Enable SVM (cpu virtualization) in BIOS (you need a modern AMD or Intel chipset) * Get the latest proxmox release ISO, dd it to a thumb drive (see [Fl...")
- 18:25, 24 January 2021 M talk contribs deleted page Free Space Power Transmission Lab Gear (content was: "=== Research ===")
- 18:01, 24 January 2021 M talk contribs created page Software Archive (Created page with "vmware - virtualbox - x2go")
- 16:24, 15 December 2020 M talk contribs deleted page File:MicroSDs-2020-12.jpg (Deleted old revision 20201215162355!MicroSDs-2020-12.jpg: bad rotation)
- 16:23, 15 December 2020 M talk contribs uploaded a new version of File:MicroSDs-2020-12.jpg
- 16:23, 15 December 2020 M talk contribs reverted File:MicroSD pack1.jpg to an old version (Reverted to version as of 14:46, 29 April 2018 (UTC))
- 16:22, 15 December 2020 M talk contribs uploaded a new version of File:MicroSD pack1.jpg
- 16:19, 15 December 2020 M talk contribs created page Flash Drives Lost (Created page with "300px File:Flash.png Other places/lost? pi's went to Tom?... * some sexy white/blue 128GB hottie, used in my samsung note 8 and galaxy 9+ * G L...")
- 16:06, 15 December 2020 M talk contribs created page File:MicroSDs-2020-12.jpg
- 16:06, 15 December 2020 M talk contribs uploaded File:MicroSDs-2020-12.jpg
- 14:21, 8 December 2020 M talk contribs created page Ntp (Created page with "Ubuntu messed about with several ways to do ntp clock sync. This finally worked: * make sure systemd-timesyncd is installed and active (it is by default) sudo systemctl stat...")
- 17:15, 20 September 2020 M talk contribs created page Robo 3T (Created page with "==== Installation ==== * Download the tar.gz from [https://robomongo.org/download here] * Untar it in ~/apps * Create or update the ~/apps/robo3t symlink to point to the untar...")