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

      Pinebook (ARM 100$ laptop with Linux OS or Android)

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion pinebook arm linux laptop
      6
      0 Votes
      6 Posts
      1k Views
      travisdh1T

      Double the RAM and that could be a great laptop!

    • scaleS

      Veeam - Full VM Restore into HC3 - Windows and Linux Recovery

      Watching Ignoring Scheduled Pinned Locked Moved Scale Legion veeam scale scale hc3 disaster recovery windows linux backup recovery how to
      2
      4 Votes
      2 Posts
      2k Views
      scaleS

      Veeam also has a Linux based recovery environment that can provide full recovery of Linux VM's into the HC3 system.

      Unlike windows, the virtio drivers are already built in to the Veeam Linux Recovery ISO so there is no additional step required for it to see the disk to recover to ... so in this example, I just want to restore all of disk vda from the backup repostory to the blank vda disk.

      34iyt1hfakvn.png

      Restore the entire disk.

      b3yuhb1yaumf.png

      17w2jukfkncw.png

    • ObsolesceO

      PowerShell on Fedora 27

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux powershell powershell on linux fedora 27
      30
      1 Votes
      30 Posts
      5k Views
      ObsolesceO

      Works great on Fedora 27.

      dir alias is easier to type btw.

    • Emad RE

      Do you flush ? the Linux RAM cache buffer.

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux ram cache buffer
      25
      0 Votes
      25 Posts
      3k Views
      ObsolesceO

      @emad-r said in Do you flush ? the Linux RAM cache buffer.:

      @tim_g said in Do you flush ? the Linux RAM cache buffer.:

      Did I understand correctly that it's a Java application? If so, how are you launching/running it? What CLI command you using?

      Oh i know they use a whole file for those arguments, ill see if i can check that and get back to you, what I can recall currently is- xms 512 and -xmx 2028

      Is that enough memory to start the java application? That means you are starting it with 512MB of RAM and giving it a max of 2028 MB.

    • Emad RE

      Why hasn’t The Year of the Linux Desktop happened yet? -"Christian F.K. Schaller"

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux desktop
      38
      0 Votes
      38 Posts
      4k Views
      JaredBuschJ

      Thanks for reminding me to call Cigna and make sure they properly canceled our healthcare plan

    • travisdh1T

      Securing Fedora with rkhunter.

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux security rkhunter
      9
      3 Votes
      9 Posts
      990 Views
      travisdh1T

      @jaredbusch said in Securing Fedora with rkhunter.:

      @tim_g said in Securing Fedora with rkhunter.:

      @travisdh1 Does it self-update definitions and such?

      His instructions say to run an update as part of dnf-automatic.

      Though he specified the wrong location for the conf file.

      Not sure if that is a full update or what.

      Doh! Fixing.

    • zachary715Z

      Securing NextCloud

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nextcloud 12 nextcloud security hardening linux fedora server fedora fedora minimal
      20
      0 Votes
      20 Posts
      4k Views
      wirestyle22W

      @travisdh1 said in Securing NextCloud:

      @zachary715 said in Securing NextCloud:

      @travisdh1 said in Securing NextCloud:

      I forgot before: You can also login to the admin interface and looking at the settings page. It'll give you a list of performance and security optimizations with links to instructions on how to make the changes.

      Yeah that's where this all started. It only states that I need to...

      Modify/enable the HSTS header to at least 15552000 seconds PHP OPcache not properly configured and to make changes to the php.ini.

      From that though, I got to the hardening and security guide and started to go even deeper down the rabbit hole.

      I know you're doing this to learn, so this probably isn't needed at the moment. @scottalanmiller's guide to installing NextCloud with Salt has all the settings correct already according to that settings page.

      Nice. Good going @scottalanmiller.

    • OksanaO

      How many IOPS your NVMe can do? All of them!

      Watching Ignoring Scheduled Pinned Locked Moved Starwind iops nvmf nvme over fabrics nvme-of starwind blog iscsi iser rdma linux spdk dpdk intel
      2
      1 Votes
      2 Posts
      1k Views
      travisdh1T

      @oksana said in How many IOPS your NVMe can do? All of them!:

      alt text
      There’s a common opinion that the performance in general and IOPS-intensive performance like NVMf [NVMe over Fabrics] is usually lower in virtualized environments due to the hypervisor overhead.

      Check out this article to prove or knock down this belief!

      Great, now I'm impatient to see the results!

    • scottalanmillerS

      How Does dnf-automatic Send Emails

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion dnf dnf-automatic email smtp linux fedora
      14
      1 Votes
      14 Posts
      4k Views
      DashrenderD

      @scottalanmiller said in How Does dnf-automatic Send Emails:

      @dashrender said in How Does dnf-automatic Send Emails:

      @scottalanmiller said in How Does dnf-automatic Send Emails:

      @dashrender said in How Does dnf-automatic Send Emails:

      @scottalanmiller said in How Does dnf-automatic Send Emails:

      @dashrender said in How Does dnf-automatic Send Emails:

      @jaredbusch said in How Does dnf-automatic Send Emails:

      @scottalanmiller said in How Does dnf-automatic Send Emails:

      Starting from another thread....

      If you are used to dealing with commands like mail from the mailx package, you may be used to apps that require a local MTA in order to send emails. In the config files of dnf-automatic however, we can instantly see that there is configuration for entering a non-local server. This means that dnf-automatic is implementing the SMTP protocol (SMTP) itself and is not dropping files in a queue.

      [email] # The address to send email messages from. email_from = [email protected] # List of addresses to send messages to. email_to = root # Name of the host to connect to to send email messages. email_host = localhost

      Because of this, we know that dnf-automatic is acting as an SMTP server on its own and must be configured for how your network is going to handle email and is not just relying on the default configuration of the system MTA.

      No, this is jsut droping a mail to root. not email.

      Wouldn't be better to say it's an SMTP client? Akin to Thunderbird?

      But in this case it's not doing that, so would be confusing. Thunderbird is an SMTP client, but doesn't do the local drop piece.

      What's not doing what? dnf-automatic isn't doing a local drop piece either. It uses SMTP to drop to localhost, not whatever mailx is doing to function.
      So in that regard, it should be exactly like what Thunderbird is doing, no?

      I don't believe that that is true, but maybe it is.

      Well we know dnf-automatic will deliver to postfix on another host assuming that host is configured to allow relay from the dnf host. Am I missing something?

      Does dnf-automatic not do both, though?

      I don't know if dnf-automatic is doing the local drop piece like mailx does.

    • JaredBuschJ

      If you have multiple servers on a network, do you install postfix on each one

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion reality check linux postfix brrabill goes wild
      57
      0 Votes
      57 Posts
      4k Views
      wirestyle22W

      @jaredbusch Lol. Spoken like a true IT generalist

    • scottalanmillerS

      Basic Email Sending with Linux

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion postfix fedora linux fedora 27 mailx smtp email
      14
      4 Votes
      14 Posts
      2k Views
      wirestyle22W

      @JaredBusch before this post
      0_1513632960663_before.jpg

      @JaredBusch after this post
      0_1513632969516_after.jpg

    • DustinB3403D

      FTP download from a Host with poor connectivity

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ftp linux windows
      28
      0 Votes
      28 Posts
      3k Views
      D

      It would also be possible to break down the files with WinSCP and transfer them with FileZilla.

      Get WinSCP: http://winscp.net/eng/index.php - "WinSCP is an open source free SFTP client, FTP client, WebDAV client and SCP client for Windows."

      Add a Custom Command:
      Code: rar a -r -m0 -v20m "!.rar" "!"
      'Remote Command', 'Apply to Directories'... Add the Custom Commands toolbar.
      This command will use Rar (install it on your server) to spit the file(s)/directory into 20mb numbered rar files using no compression, therefore very quickly. If you multi-select files, they'll each have their own multi-part rar file, nice.

      We will still use Filezilla for transferring the files, using Simultaneous Transfers 😉 as it's by far the nicest/best working FTP client out there (even despite this missing, much needed functionality).

      So now the every-day steps are:

      Start WinSCP Log in to the server Browse to the file(s) Select them Click on the custom command's toolbar button ... it then gets to work processing (seconds or a minute perhaps)... Start Filesilla Log in to the server
      8 ) Browse to the file(s) and the multi-part rars Select the rars Download them to the local machine ... watching the simultaneous transfers chomping thru the data! Unrar the local rar files when completed Delete the rar files from the remote server using WinSCP as it does it quicker.

      Finished.

    • DustinB3403D

      Linux Find command

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux cli education learning
      9
      0 Votes
      9 Posts
      1k Views
      DustinB3403D

      @scottalanmiller said in Linux Find command:

      @dustinb3403 said in Linux Find command:

      Hrm. . .

      One more thing, would it be possible to print the last access date to this some how?

      Possible, yes. Easy. No since the find command never shows that.

      Would there be a better approach? I'm trying to create a list of things to make people clean up their crap, and I can show them "hey this hasn't been access in X years. . . delete it or I will"

    • mlnewsM

      Fedora 28 Expected to Receive Stratis Storage

      Watching Ignoring Scheduled Pinned Locked Moved News linux red hat fedora fedora 28 storage file system stratis phoronix
      1
      2 Votes
      1 Posts
      964 Views
      No one has replied
    • mlnewsM

      CrossOver 17.0 Released with MS Office 2016 and League of Legends Support

      Watching Ignoring Scheduled Pinned Locked Moved News linux wine crossover crossover 17 ms office 2016 league of legends linux desktop
      2
      2 Votes
      2 Posts
      1k Views
      dbeatoD

      @mlnews Now we just need to make sure it is supposed to be MSI or CLick to run 🙂

    • scottalanmillerS

      Installing Google Chrome on Fedora 27

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux fedora fedora 27 linux desktop google chrome dnf
      12
      2 Votes
      12 Posts
      4k Views
      scottalanmillerS

      @jaredbusch said in Installing Google Chrome on Fedora 27:

      @coliver said in Installing Google Chrome on Fedora 27:

      @jaredbusch said in Installing Google Chrome on Fedora 27:

      @scottalanmiller said in Installing Google Chrome on Fedora 27:

      Chrome is easy to install but isn't included in Fedora. Here is the quick and effective way to do it.

      WTF?

      sudo dnf install -y https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

      That doesn't include the repo so it can easily update via dnf does it? Although chrome generally updated by itself so you may not need that functionality.

      [jbusch@dt-jared ~]$ ls /etc/yum.repos.d/ fedora-cisco-openh264.repo fedora-updates-testing.repo rpmfusion-free.repo slack.repo fedora.repo google-chrome.repo rpmfusion-free-updates.repo vscode.repo fedora-updates.repo rpmfusion-free-rawhide.repo rpmfusion-free-updates-testing.repo zerotier.repo [jbusch@dt-jared ~]$ cat /etc/yum.repos.d/google-chrome.repo [google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64 enabled=1 gpgcheck=1 gpgkey=https://dl.google.com/linux/linux_signing_key.pub [jbusch@dt-jared ~]$

      0_1512400229642_62b4703a-37d4-44c6-a95d-ba7f031e0cd5-image.png

      Ah okay, looks like it does.

    • scottalanmillerS

      MongoDB 3.2 Update Issues on CentOS 7

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion mongodb mongodb 3.2 centos 7 linux
      1
      0 Votes
      1 Posts
      716 Views
      No one has replied
    • scottalanmillerS

      Updating Fedora 26 to Fedora 27 with DNF

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux dnf fedora fedora 27 fedora 26
      16
      1 Votes
      16 Posts
      2k Views
      JaredBuschJ

      @black3dynamite said in Updating Fedora 26 to Fedora 27 with DNF:

      @JaredBusch said in Updating Fedora 26 to Fedora 27 with DNF:

      @black3dynamite said in Updating Fedora 26 to Fedora 27 with DNF:

      @NerdyDad said in Updating Fedora 26 to Fedora 27 with DNF:

      How often to you upgrade versus fresh install? Fresh install every other release? Any kind of best practice on this?

      You can avoid compatibility with packages by using more flatpak apps instead.

      Flatpak is not ready for prime time.

      Why not?

      And that's funny that you said prime time.

      There's a post from Flatpak with prime time in the title.

      Flatpak 1.0 Released, Ready for Prime Time
      https://www.flatpak.org/press/2018-08-20-flatpak-1.0/

      And @scottalanmiller coukd say sodiumsuite is awesome and ready for the masses. Still doesn’t make it true.

    • FATeknollogeeF

      Linux loves DRBD, DRBD loves Linux!!

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linbit linux drbd drbd 9 sds
      7
      1 Votes
      7 Posts
      1k Views
      scottalanmillerS

      That blog post is wrong, it says that DRBD must be active/passive. But it has offered active/active for some time.

      https://docs.linbit.com/doc/users-guide-83/s-dual-primary-mode/

    • brianlittlejohnB

      KVM VM Replication

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion kvm replication virtualization storage hypervisor linux drbd gluster ceph hyper-v
      31
      1 Votes
      31 Posts
      9k Views
      scottalanmillerS

      @JaredBusch said in KVM VM Replication:

      @scottalanmiller said in KVM VM Replication:

      Just using the search is best

      Tags.

      yeah, having tags on the topics makes them better than pinning.

    • 1
    • 2
    • 16
    • 17
    • 18
    • 19
    • 20
    • 75
    • 76
    • 18 / 76