How about a supermicro micro tower, hot swap enabled and similar form factor. Here is an image with pricing from the mx supermicro site

Posts
-
RE: HP Microserver RAID controller
-
RE: Creating an anonymous samba share in CentOS 7
@wirestyle22 Just added the steps to mount the share to a Windows 10 PC to the orginal post.
-
RE: Creating an anonymous samba share in CentOS 7
@wirestyle22 It seems fine. Can you post the output of
smbclient -L localhost
ran from your samba server please. -
RE: Creating an anonymous samba share in CentOS 7
@wirestyle22 said in Creating an anonymous samba share in CentOS 7:
@Romo No but maybe I did it wrong. Does the path look like this?
\\192.168.1.202\etc\home\public
Should be
\\192.168.1.202\public
if your share is named public. It should also be visible if you go to\\192.168.1.202
In the guide the share name is called public, check your smb.conf to make sure the name of share and your path to the folder is correct .
[public]
path = /home/public
read only = No
guest ok = Yes
browseable = Yes
public = Yes -
RE: Creating an anonymous samba share in CentOS 7
@wirestyle22 Discoverable? You couldn't access using \\server-ip-address\sharename ?
-
RE: Creating an anonymous samba share in CentOS 7
@wirestyle22 said in Creating an anonymous samba share in CentOS 7:
@Romo said in Creating an anonymous samba share in CentOS 7:
semanage fcontext –at samba_share_t "/home /public(/.*)?"
need to delete the space between /home and /public to make it
/home/public
Edited, thanks
-
RE: Linux Installation Issues
@scottalanmiller Giving Unity another try or are you using something else?
-
RE: Troubleshooting SIP connection to Remote PBX
@scottalanmiller Doesn't it do that because iOS doesnt allow any UDP connection in the background? Wouldn't TCP work better in mobiles in order to save battery as well?
-
RE: Troubleshooting SIP connection to Remote PBX
Never mind it is now working properly = )
-
RE: Troubleshooting SIP connection to Remote PBX
Only my android phone with Zoiper registers this is very strange. Can't get the softphone in my laptop to register
-
RE: Troubleshooting SIP connection to Remote PBX
@scottalanmiller Finally registered thank you
-
RE: Troubleshooting SIP connection to Remote PBX
@scottalanmiller Still getting a 408
-
RE: Troubleshooting SIP connection to Remote PBX
I tried connecting with another extension number expecting a diferent error since I don't know the actual secter, but I still get 408.
-
RE: Troubleshooting SIP connection to Remote PBX
@WrCombs yes apparently it should be quite easy, but it still doesn´t register.
-
Troubleshooting SIP connection to Remote PBX
I am trying to register my extension to the remote pbx, but I keep getting time out errors (408). According to wikipedia:
408 Request Timeout
Couldn't find the user in time. The server could not produce a response within a suitable amount of time, for example, if it could not determine the location of the user in time. The client MAY repeat the request without modifications at any later time.Could this mean my extension number is not yet created in the pbx? Any other ideas of what could be wrong or how to troubleshoot my problem?
-
RE: WordPress Hosting
I use cloudways, mainly because I was actually not comfortable hosting a public facing web page on my own. It is in my plans to properly learn to manage a stack such as the one used by cloudways including the different layers of caching but I am not there yet.
-
RE: Linux Installation Issues
@scottalanmiller said in Linux Installation Issues:
@Romo said in Linux Installation Issues:
I carried out a fresh install of 16.04 on my ASUS GL552VW.
We have the same laptop? that's awesome! LOL
No, it is a quote from ask Ubuntu, I just can't format it while using my mobile
-
RE: Linux Installation Issues
@scottalanmiller how about trying this. Found it in ask Ubuntu:
I carried out a fresh install of 16.04 on my ASUS GL552VW.
The only additional GRUB parameters I entered (for installation and normal boot) were:
nouveau.modeset=0
To stop Nouveau from taking over.
Once I'd installed the nVidia 361.42 drivers, through the Additional Drivers tab in Software Updater, I had to disable Secure Boot. (Secure boot stops unsigned kernel modules loading)
With those settings, everything works. Touchpad, Skylake support, nVidia graphics @ 1920x1080, Wifi, Bluetooth, keyboard backlight.
Installation of 16.04 is much less hassle than previous versions.