Jump to content

Jamo

Members
  • Posts

    1,449
  • Joined

  • Last visited

Reputation

1,521 Excellent

3 Followers

About Jamo

Personal Information

  • Occupation
    ICT Technician
  1. So from this the take aways! There are loads of choices! Pick up which one feels best to you, customise it and it will feel like your own desktop again, something which I can not say about Windows anymore.
  2. I'd say that depends on the level of customisation on the OS itself, BSD is completely different to linux so can't really be compared. I've personally always used Ubuntu for laptops / desktops, and definitely CentOS for servers where stablility is paramount. All I'd say is have a play, see which you like best! There is a lot more choice than on Windows!
  3. re pop OS i've never really tried them, they are ubuntu based so pretty similar either way so don't think you can go wrong really. Ive just updated to a ryzen 3000 series CPU with a b450 mobo, seems to be great so far, cpu speed is insane compared to my original i5. Play most games either native or using steamplay which is brill really
  4. So generally, driver support is fine, especially on desktop systems, power saving on laptops is the only annoyance I ever got and that is much better than it used to be. Intel/AMD are both fine, (infact AMD's new chips are just awesome really full stop) - GFX wise, again nvidia or AMD are both fine, intel iGPU still suck really for proper gaming. Checkout Level1Techs/Level1Linux for some Linux focussed reviews of some of the hardware to see how far its come on.
  5. I wouldn't pay much attention to this, Ubuntu backtracked on the decision so it's not a big deal, I don't believe Steam are dropping support now either, they were suggesting it was instead going to widen to support more distros
  6. If its the latest ubuntu's either 18.04 or 16.04, then check if the services are enabled: systemctl status smb (it may be smbd cant recall) systemctl status apache2 Just enable them and start them with the systemctl enable and start commands and should be good to go, this is assuming you installed from apt packages and didn't compile them yourself
  7. Monitor, monitor monitor!!!! Install Cacti, or CheckMK or similar, can be done in a Linux VM for no cost at all, 1vCPU 1GB RAM is fine especially for small Cacti installations. If you can stretch to CheckMK its a far more complete monitoring solution but the initial user setup is more. I would certainly look to move the CCTV off your normal network, usually separate cabling or switch infrastructure is easiest, something unmanaged will be fine for them if they are just off at the side of the network in a LAN which isn't accessible from the main network. The will save a ton of bandwidth and you will probably find that the rest of the network can survive a multi year upgrade strategy (10G is most likely overkill, multi GB etherchannel is usually sufficient). Work out where your bottlenecks are, I suspect they aren't where you expect. Everyone blames the interconnects, but without proof of where the issue lies you will be randomly replacing components forever. It could even be SAN or just simply design of the components. I've seen crazy things like routed iSCSI or distributed multi switch core's with incorrect spanning tree configuration causing havok. None of that required new hardware, just new thinking. Also ++ for aruba switches, 38xx series are great for Core's if budget doesn't stretch to the chassis switches, plus the 2930s are great for 1G to the edge. There are 10G options if you MUST aggregate at 10G though I would definitely recommend a multi 1G etherchannel (LACP trunk to HP/Aruba nomenclature)
  8. Use the account lockout tool to find which DC did the locking https://www.microsoft.com/en-gb/download/details.aspx?id=18465 Then find the event which caused the lock and it will guide you towards the server or client station which initiated the request which resulted in the lock.
  9. Jamo

    Modify grub.conf

    Just a quick heads up, depending on the distro (i'm not familiar with freepbx) there is often a script which runs which updates the grub config (for example when a kernel is updated via the package manager) That will usually take a set of defaults (rhel/centos this is /etc/sysconfig/grub, and debian usually /etc/default/grub). If these files exist then you normally need to edit the lines within there rather than in the file direct as it will just get blatted during the next update
  10. Anbox is an interesting project if you can go the linux route https://anbox.io/
  11. You can add a application only task in MDT, basically by creating a new task sequence and selecting Custom as the sequence type. Though the usefulness of this, bar testing individual application installs could be questioned as its just as easy to browse to the MDT application share itself and just install the Office binary direct!
  12. The first one would be becuase you haven't installed the PHP apache module sudo apt-get install php libapache2-mod-php Once you have installed it you need to restart apache as well which will be: systemctl restart apache2 As for the second issue, sounds like you have moved where the files for the application were and its now displaying the default pages. Just move the contents back to /var/www/html/ and it should work
  13. Talk about bringing back an old post! Also don't run the commands above especially mkfs.ext4 unless you want to delete the data in the existing partition. This command will forcefully remove the filesystem from the disk partition and replace it with a blank ext4 filesystem! If a known partition isn't appearing in the /dev filesystem, but you know it to be valid, it's likely to be either, LVM or needs the disk adapters rescanning (usually common on VMs). The former LVM, run pvscan It will tell you if it has found any LVM volume groups, at that point you may need to enable the volume group with vgchange -ay VOLGROUPNAME. The same goes with the attached logical volumes, lvdisplay, to find current logical volumes and lvchange -ay LVNAME to enable. They should then be present in the /dev filesystem. Regarding rescanning the SCSI bus run: echo - - - > /sys/class/scsi_host/host0/scan You may have to scan additional 'host' adapters so replace host0 as required Disks and partitions should now be present in the /dev filesystem.
  14. xWiki is the one I usually use XWiki - The Advanced Open Source Enterprise and Application Wiki (Main.WebHome) - XWiki.org
  15. You need to be able to resolve the DNS name for the domain as well as the dc itself. Can you nslookup the domain name itself? Also try setting the DNS server to the same as the DC it may be that the DNS forwarder in VB isn't dealing with the SRV and other records that AD uses
×
×
  • Create New...