amuck-landowner

Recent content by fisle

  1. fisle

    Keep Track of Your Services! (Lightweight PHP script)

    Good on you for being self taught, that's how I roll, too. My eye caught some minor spacing issues with codelines, like "foreach (" and "if(" (notice that "foreach" has space after the word, while "if" doesn't). Good practice is to have a space after the keyword. Also sometimes there was a...
  2. fisle

    Keep Track of Your Services! (Lightweight PHP script)

    I created a pull request that implements prepared statements, also cleans the code a bit and tries to improve readability, mostly by following PSR-2 standard. Some feedback about your coding style: - Really, use prepared statements. It's a good practice to follow everywhere. - Constant coding...
  3. fisle

    ShareX + Linux *Looking for Alternatives*

    This is what I use myself. A simple script is enough for my usage. #!/bin/bash scrot -s '/tmp/%Y-%m-%d_%H-%M-%S.png' -e 'scp $f your_host:/var/www/ss/ && echo "https://your_host.com/ss/$n"|xclip'
  4. fisle

    Post your workspace/workarea/job sites :D

    They're excellent - the colors are good and the viewing angle is as good as it gets. IIRC that was run by a Radeon 7770 that was driving 3 screens, then integrated GPU handling the last one. Shitty solution - when I switched to Linux I couldn't do that anymore and just switched to 3 screens...
  5. fisle

    Post your workspace/workarea/job sites :D

    There's a 2x 27" HP ZR2740w, and 2x 24" Dell U2412M (the ones in portrait mode). I don't remember where the mounts are from, but I can tell that the HP's share one bigger mount that can hold up 2, and the Dells both have one smaller that is only designed to hold one monitor. Small note if...
  6. fisle

    What is your favourite linux-based operating system?

    I love myself a good ol' Debian for servers. Desktops / laptops get some Arch Linux love from me though :)
  7. fisle

    BuyVM announces Europe, Anycast IP's, Floating IP's, & Bandwidth pooling!

    How about MariaDB Galera? ( https://mariadb.com/kb/en/mariadb/documentation/replication/galera/what-is-mariadb-galera-cluster/ ) I've never tried it but it sounds good to me.
  8. fisle

    Help with xmpp server(self hosted)

    You set it up on the Prosody server itself, and then it starts proxying filetransfer for the people behind NATs as this page suggests. Very easy to set up.
  9. fisle

    How can we make the Daily Server Deals website a better experience for you?

    Plan finder page could use sliders instead of input fields for things like memory, HDD space etc. I think it would improve the user experience a bit.
  10. fisle

    Free humble bundle

    Got the last one - thanks man!
  11. fisle

    Alcohol of Choice

    Rum with coke, and Salmari are my favourite ones. Not much of a beer drinker, prefer long drinks instead.
  12. fisle

    vpsBoard summer contest winner is...

    Congrats @gxbfxvar ! I'm surprised to see @D. Strout didn't win despite his last hour entries :D
  13. fisle

    foobar2000 Mobile Kickstarter

    Windows only :( I prefer MPD on nix boxes though.
  14. fisle

    foobar2000 Mobile Kickstarter

    The point is that you can make it just the way you want it. Plugins, skins, to suit you and your needs. If you don't want to pimp it out, it's just very simple but very functional music player.
  15. fisle

    Video card suggestion with good Linux support?

    What card are you using for four monitors?
Top
amuck-landowner