ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. linux
    Log in to post
    • All categories
    • wrx7mW

      Fix Slow SSH/SFTP Logins on Ubuntu

      IT Discussion
      • linux ssh ubuntu • • wrx7m
      3
      2
      Votes
      3
      Posts
      907
      Views

      scottalanmillerS

      @wrx7m said:

      I restarted the SSH service but I don't know if it was necessary.
      sudo service ssh restart

      It is.

    • A

      Mondo Rescue

      IT Discussion
      • linux mondorescue • • Alex Sage
      1
      0
      Votes
      1
      Posts
      248
      Views

      No one has replied

    • scottalanmillerS

      ServerBear Performance Comparison of Rackspace, Digital Ocean, Linode and Vultr

      IT Discussion
      • serverbear server benchmarking rackspace iaas vps digital ocean vultr centos centos 7 linux linux server kvm xen • • scottalanmiller
      56
      0
      Votes
      56
      Posts
      17.9k
      Views

      larsen161L

      @scottalanmiller

      @scottalanmiller said:

      We need some latency numbers from around the world. Anyone want to collect some for us?

      Here is the first IP address. A long running ping (hundreds or thousands of pings) would be good, we need the final stats from that:

      104.236.119.59 108.61.151.173 172.99.75.133

      We have a good idea on bandwidth, IO, CPU and memory. Network latency is pretty huge.

      1,200,000 packets later...
      via rackspace 8 GB General Purpose v1 based in london

      --- 162.242.243.171 ping statistics --- 400510 packets transmitted, 400499 received, 0% packet loss, time 400849652ms rtt min/avg/max/mdev = 79.018/79.634/184.775/2.778 ms --- 104.236.119.59 ping statistics --- 400759 packets transmitted, 400732 received, 0% packet loss, time 401132556ms rtt min/avg/max/mdev = 73.663/74.533/191.571/2.203 ms --- 108.61.151.173 ping statistics --- 400765 packets transmitted, 400749 received, 0% packet loss, time 401117767ms rtt min/avg/max/mdev = 69.861/75.792/205.164/3.167 ms
    • AmbarishrhA

      Veeam backup VmWare & Linux

      IT Discussion
      • veeam linux windows sharepoint sql mysql • • Ambarishrh
      18
      0
      Votes
      18
      Posts
      5.0k
      Views

      AmbarishrhA

      I am currently working on the storage planning for Veeam and found this site http://rps.dewin.me/

    • antonitA

      Linux 4.5 Release

      News
      • linux new release kernel • • antonit
      2
      2
      Votes
      2
      Posts
      978
      Views

      scottalanmillerS

      The boost to copy operations for NFS is pretty nifty.

    • scottalanmillerS

      Installing GitLab on CentOS 7

      IT Discussion
      • ntg lab scale scale hc3 gitlab open source centos centos 7 linux how to rhel 7 rhel • • scottalanmiller
      13
      4
      Votes
      13
      Posts
      3.7k
      Views

      scottalanmillerS

      @dafyre said:

      @JaredBusch said:

      @dafyre said:

      As a matter of correctness... Do you have EPEL /REMI or any other repos installed in your CentOS 7 image?

      The script is connecting the Gitlab RPM, that is all. The base image he uses for all of these is CentOS 7 minimal, release 1511 unless he has changed the base template on his scale cluster.

      Right. I'm just curious if he has added the epel-release or any other repos to it.

      Definitely no EPEL. I often use it, but avoid it in the base image.

    • JaredBuschJ

      Adding Remi's RPM repository to CentOS 7 and updating to PHP 5.6

      IT Discussion
      • linux centos centos 7 rpm repositories remi php php5.6 owncloud how to • • JaredBusch
      7
      2
      Votes
      7
      Posts
      6.9k
      Views

      JaredBuschJ

      If you want to enable PHP 7 you need to edit a different repo file to find the remi-php70 repo to enable.

      nano /etc/yum.repos.d/remi-php70.repo

    • scottalanmillerS

      Solved ownCloud Repo Key Failing on openSuse

      IT Discussion
      • linux opensuse owncloud rpm • • scottalanmiller
      2
      0
      Votes
      2
      Posts
      1.0k
      Views

      scottalanmillerS

      Wow, actually a pretty easy one but don't ask me how I guessed at this.... openSuse by default is "missing" curl, so you need to do this before you can do rpm imports:

      zypper install curl
    • antonitA

      Trueability Testing

      IT Discussion
      • testing test linux careers • • antonit
      7
      1
      Votes
      7
      Posts
      2.1k
      Views

      dafyreD

      @antonit said:

      @dafyre Yeah, it was pretty intense. It really digs deep to see if you have the knowledge needed. I just did a test on my own accord and was given the following:

      Apache Self Assess

      101: Baseline Implementation
      Installation and Global Configuration

      Install the Apache HTTPD Webserver via the distro's packaging system (yum/apt) Ensure that the following modules are installed and enabled: Mod Rewrite Mod SSL Configure the server admin email address (globally) toadmin@trulytech.net Configure the server so that its signature is displayed on server-generated pages (such as 500 Internal Server Error), and that it also includes the server admin's email address in the signature. Enable the server status page at http://localhost/server-statusaccessible only by the host 127.0.0.1
      Users, Groups, and Files Create the system group webadmin Create the system user don.draper with the following credentials: Password: IXnMe2Fp Home Directory: /home/don.draper Primary Group: don.draper Secondary Group: webadmin Create the system user peggy.olson: Password: 3Hx1M8aS Home Directory: /home/peggy.olson Primary Group: peggy.olson Secondary Group: webadmin Create the directory /var/www/vhosts, with the following ownership and permissions: User Ownership / Permissions: root / Read, Write, and Execute Group Ownership / Permissions: webadmin / Read, Write, and Execute. Other Permissions: Everyone should have Read, and Execute permissions. All future files and directories created in the /var/www/vhosts directory should automatically inherit the same group ownership of webadmin.
      Virtual Hosts
      Configure the web server for the following virtual hosts, and specifications.
      VirtualHost 1 Server Name: site1.104.239.228.184.xip.io Document Root: /var/www/vhosts/site1/htdocs Access Log: /var/www/vhosts/site1/logs/access.log Error Log: /var/www/vhosts/site1/logs/error.log Copy the content of this virtual host from /root/files/site1 to the document root
      Ensure that the proper content is returned when this site is accessed athttp://site1.104.239.228.184.xip.io, and there are no errors in the logs.
      VirtualHost 2 Server Name: site2.104.239.228.184.xip.io The virtual host should also respond to the following aliases: www.site2.104.239.228.184.xip.io web.site2.104.239.228.184.xip.io Document Root: /var/www/vhosts/site2/htdocs Access Log: /var/www/vhosts/site2/logs/access.log Error Log: /var/www/vhosts/site2/logs/error.log Copy the content of this virtual host from /root/files/site2 to the document root Configure Apache with any necessary PHP modules required for the site
      Ensure that the proper content is returned when this site is accessed athttp://site2.104.239.228.184.xip.io, that the aliases for www and webreturn the proper content, and there are no errors in the logs.
      VirtualHost 3 Document Root: /var/www/vhosts/site3/htdocs Access Log: /var/www/vhosts/site3/logs/access.log for HTTP and/var/www/vhosts/site3/logs/ssl_access.log for HTTPS Error Log: /var/www/vhosts/site3/logs/error.log for HTTP and/var/www/vhosts/site3/logs/ssl_error.log for HTTPS Copy the content of this virtual host from /root/files/site3 to the document root Restrict access to this site with HTTP Basic Auth, with the user namewebadmin and password 4v2JaLuQ Configure the document root so that a directory listing is displayed in the browser, rather than an index page. Configure this site to respond on both HTTP, and HTTPS standard ports, however all traffic that comes through over HTTP must be redirected to the HTTPS virtual host. Any self-signed certificate will do.
      Ensure that the proper content is returned when this site is accessed athttps://site3.104.239.228.184.xip.io and that the traffic is redirected when accessing http://site3.104.239.228.184.xip.io. No content should be returned without proper authentication as mentioned above, and there are no errors in the logs.

      Was given 3 hours to finish, and unfortunately I did not. Looks like I have some studying to do 😛

      Yeah, that sounds like the site I was on. It's cool, because you can use any tool at your disposal to help you get things done. Google is your friend, lol.

    • scottalanmillerS

      Understanding openSuse Tumbleweed and Leap

      IT Discussion
      • opensuse suse opensuse leap opensuse tumbleweed linux • • scottalanmiller
      5
      0
      Votes
      5
      Posts
      1.8k
      Views

      stacksofplatesS

      I don't know why others don't follow with this. I'm sure there are reasons I can't see, but it just seems easier with a rolling release like Arch or Tumbleweed.

      They can still snapshot at a point in time to create the LTS release. Maybe it's more work on their part since with a rolling release there can be so many packages that change rather quickly?

      I know it's almost enough of a pain to do the upgrade from release to release sometimes to make me consider just wiping and starting over (I usually do that with my laptop and Fedora since home is on a separate drive).

    • scottalanmillerS

      Installing ownCloud 9 on CentOS 7

      IT Discussion
      • owncloud owncloud 9 storage open source centos centos 7 linux linux server ntg lab scale scale hc3 • • scottalanmiller
      116
      3
      Votes
      116
      Posts
      40.5k
      Views

      JaredBuschJ

      @wirestyle22 said:

      @coliver said:

      @wirestyle22 said:

      I have to look up SSL certification on CentOS 7 now. I've only ever done it on our Barracuda SSL VPN which was just an upload. Here we go

      I think you need to look up SSL for Apache if you are trying to encrypt ownCloud. I think someone has a guide on here somewhere about it.

      I think @JaredBusch has it in his 8.2 guide. I think he did self signed though. I'm unsure of how to do this on linux with digicert or something similar

      It was a self signed for the example. but I use letsencrypt myself. Some clients using ownCloud have StartSSL certs.

    • scottalanmillerS

      Adding a PV Second Disk to CentOS 7 on a Scale HC3 with LVM and XFS

      IT Discussion
      • linux centos centos 7 rhel rhel 7 scale scale hc3 lvm xfs linux server kvm virtio • • scottalanmiller
      12
      5
      Votes
      12
      Posts
      3.5k
      Views

      scottalanmillerS

      I just used this myself to make a new block device in a single line. Awesome 🙂

    • LakshmanaL

      Deepin OS Looks Different to use

      IT Discussion
      • linux linux desktop deepin • • Lakshmana
      6
      3
      Votes
      6
      Posts
      2.3k
      Views

      scottalanmillerS

      @Rob-Dunn said:

      Looks cool - I'll have to try this out. For all the flashiness of the site (I'm guessing non-English speakers), you'd think there would a little more attention given to the grammar...some of the wording on the main page is...off.

      Chinese site.

    • scottalanmillerS

      CentOS 7 Open Firewall Ports Range on FirewallD

      IT Discussion
      • centos 7 linux rhel 7 firewalld firewall-cmd firewall iptables centos rhel • • scottalanmiller
      8
      2
      Votes
      8
      Posts
      20.1k
      Views

      travisdh1T

      @scottalanmiller said:

      @JaredBusch said:

      @scottalanmiller said:

      @JaredBusch said:

      @scottalanmiller said:

      @JaredBusch said:

      While I have never made a how to with a port range, the basic firewalld syntax is used all over the place on this forum by me and every system that I have ever seen that accepts a port range does so with the range hyphenated from lower boundary to upper boundary.

      I would have thought that this was a colon, though, not a hyphen.

      I have never seen it commonly used with a colon to represent a range

      Native IPTables. 🙂

      I rarely work with native IPTables. That would explain a difference in point of view.

      Yeah, and for me I pretty much have done raw edits on /etc/sysconfig/iptables and never used external tools. Now with FirewallD I'm relearning the syntax for everything on Linux firewalls.

      Well, at least I'm not the only one then. Learning how to use firewall-cmd still feels a bit odd.

    • nadnerBN

      Microsoft ports SQL Server to Linux

      IT Discussion
      • microsoft linux linux server sql server database rdbms • • nadnerB
      19
      2
      Votes
      19
      Posts
      3.5k
      Views

      hobbit666H

      https://channel9.msdn.com/Shows/Data-Exposed/SQL-Server-on-Linux-Sneak-Peak

    • mlnewsM

      Xamarin, Ximian, Gnome, Mono and the Microsoft Buy Out

      News
      • ximian mono gnome microsoft linux dotnet open source itwire • • mlnews
      10
      5
      Votes
      10
      Posts
      3.0k
      Views

      jospoortvlietJ

      @scottalanmiller true, looking forward to packages of Plasma 5.6. Running 5.5 now, quite OK but some buggyness 😞

    • JaredBuschJ

      Updating the Linux boot image before migrating from VMWare to Hyper-V

      IT Discussion
      • linux centos centos 5 centos 6 centos 7 initrd how to hyper-v migration vmware • • JaredBusch
      13
      7
      Votes
      13
      Posts
      36.9k
      Views

      AdamFA

      In case anyone else runs across this same issue, I got this resolved with a simple command:

      dracut --regenerate-all -f && grub2-mkconfig -o /boot/grub2/grub.cfg

      After doing this, everything booted up properly.

      I then installed hyperv-daemons, rebooted, and everything works great.

    • scottalanmillerS

      Installing Zimbra Email 8.6 on CentOS 7

      IT Discussion
      • ntg lab scale scale hc3 email centos centos 7 how to linux zimbra zcs open source zimbra 8.6 rhel 7 • • scottalanmiller
      43
      6
      Votes
      43
      Posts
      13.6k
      Views

      dbeatoD

      @travisdh1 said in Installing Zimbra Email 8.6 on CentOS 7:

      @scottalanmiller said in Installing Zimbra Email 8.6 on CentOS 7:

      8.8.9 is out now...

      https://files.zimbra.com/downloads/8.8.9_GA/zcs-NETWORK-8.8.9_GA_2055.RHEL7_64.20180703080917.tgz

      8.8.10 is now out
      https://files.zimbra.com/downloads/8.8.10_GA/zcs-8.8.10_GA_3039.RHEL6_64.20180928094617.tgz

      There is also a patch for 8.8.10 as well
      https://blog.zimbra.com/2018/10/new-zimbra-patches-8-8-10-patch-1-and-8-8-9-patch-6/

    • scottalanmillerS

      FreePBX Error: Permission denied (13) in /var/www/html/admin/config.php on line 68

      IT Discussion
      • freepbx linux php • • scottalanmiller
      9
      3
      Votes
      9
      Posts
      2.5k
      Views

      scottalanmillerS

      @JaredBusch said:

      and while I sure some many people will have 25 year old systems.... they seriously should not.

      FTFY

    • stacksofplatesS

      Ulteo Open Virtual Desktop

      IT Discussion
      • linux windows virtual desktop • • stacksofplates
      4
      1
      Votes
      4
      Posts
      858
      Views

      scottalanmillerS

      Looked at it a while ago, interesting technology but no clue where it would make sense to use.

    • 1
    • 2
    • 42
    • 43
    • 44
    • 45
    • 46
    • 75
    • 76
    • 44 / 76