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

      Real Time Linux Log Monitoring with Log.io

      News
      • linux log management logging log.io node.js tecmint • • mlnews
      2
      3
      Votes
      2
      Posts
      1.3k
      Views

      stacksofplatesS

      For a hosted solution, I've used Sealion before. The free offering isn't too bad for not important stuff ( you only get 3 days of data retention).

    • scottalanmillerS

      From Windows to UNIX: Text File Formats

      IT Discussion
      • linux unix windows sam linux administration • • scottalanmiller
      4
      6
      Votes
      4
      Posts
      1.6k
      Views

      scottalanmillerS

      Thanks, fixed.

    • scottalanmillerS

      Linux: Symbolically Linking Files

      IT Discussion
      • linux sam linux administration symlink • • scottalanmiller
      14
      4
      Votes
      14
      Posts
      3.2k
      Views

      scottalanmillerS

      @BRRABill said in Linux: Symbolically Linking Files:

      So to confirm, if I had first removed the /var/log folder, that command would have worked as I wanted it to, correct?

      Correct. Since /var/log is a mount point for you, though, that is not as simple as deleting or renaming. You have to stop it mounting first. Then you can rmdir /var/log. Then you can symlink.

    • scottalanmillerS

      Linux: Basic Working with Text Files

      IT Discussion
      • linux sam linux administration scottalanmiller • • scottalanmiller
      2
      5
      Votes
      2
      Posts
      1.6k
      Views

      scottalanmillerS

      Making heads and tails of text files...

      By default, the head and tail commands each give an output of ten lines. That's not bad, and for many things it is all that we need. But there are times that it would be nice to get more or less from these commands.

      To get head to give us a different number of lines, just add the number of lines that you wish to be returned following a hyphen, as it if were a normal flag. Here is an example to return the top five lines of a file.

      # head -5 /var/log/messages

      Strangely, and I have no explanation for this, tail works similarly but not exactly the same. The tail command needs a "-n" flag followed by the number of lines that we wish to extract. So if we wanted to see the final eighteen lines of a text file we would do it like so:

      # tail -n 18 /var/log/messages
    • scottalanmillerS

      Installing OpenFire 4.0.1 on CentOS 7

      IT Discussion
      • openfire openfire 4 linux centos centos 7 installation scale scale hc3 • • scottalanmiller
      14
      6
      Votes
      14
      Posts
      15.7k
      Views

      travisdh1T

      So I decided to try hooking up a new install of openfire to my domain controller (Zentyal). Turns out you need a more recent version of prototype.js to make it work correctly.

      cd /opt/openfire/plugins/admin/webapp/js; mv prototype.js prototype.js.old; wget https://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js systemctl restart openfire

      At that point clear your browser cache if you had started the setup configuration via web browser already, and you should be able to complete the setup using your Active Directory information.

      I know, I know, way beyond the article scope, but I figured it would save some of us a little headache.

    • mlnewsM

      French University Standardized on Ubuntu Unity for Library

      News
      • thevarguy ubuntu linux desktop linux unity • • mlnews
      2
      1
      Votes
      2
      Posts
      993
      Views

      StrongBadS

      Why? Why would they do that! Oh the humanity!

    • mlnewsM

      Build a 64 Bit ARM Odroid-C2 Ubuntu or Android Desktop for $40

      News
      • sbc pcworld android linux linux desktop ubuntu ubuntu 16.04 arm odroid-c2 hardkernel • • mlnews
      22
      2
      Votes
      22
      Posts
      4.4k
      Views

      Reid CooperR

      The blind leading the blind, I guess.

    • mlnewsM

      Phoronix Reviews NVidia GeForce GT 710 on Linux

      News
      • nvidia nvidia geforce gt 710 kepler gpu linux linux desktop phoronix • • mlnews
      1
      1
      Votes
      1
      Posts
      1.3k
      Views

      No one has replied

    • scottalanmillerS

      Linux: Aliases

      IT Discussion
      • linux sam linux administration alias • • scottalanmiller
      17
      8
      Votes
      17
      Posts
      4.2k
      Views

      tonyshowoffT

      @DustinB3403 said in Linux: Aliases:

      @johnhooks said in Linux: Aliases:

      @DustinB3403 said in Linux: Aliases:

      You know just because I hate having to type "clear" every time... every linux system I have is getting the "cls" alias!

      You can just do ctrl+l

      And have to remember yet another keyboard shortcut?!

      ctrl + l (L) is pretty universal for clear screen in the POSIX-compliant world, it's really about learning standard short cuts, like ctrl + k is delete line, ctrl + c is SIGINT, hell the latter even works in MSDOS and PowerShell.

    • scottalanmillerS

      Linux: Standard Command Structures

      IT Discussion
      • linux sam linux administration • • scottalanmiller
      1
      5
      Votes
      1
      Posts
      1.1k
      Views

      No one has replied

    • scottalanmillerS

      From Windows to UNIX: Case Sensitivity

      IT Discussion
      • linux windows case sensitivity system administration unix • • scottalanmiller
      1
      4
      Votes
      1
      Posts
      1.1k
      Views

      No one has replied

    • scottalanmillerS

      Linux: File Colors

      IT Discussion
      • linux sam linux administration • • scottalanmiller
      13
      8
      Votes
      13
      Posts
      3.0k
      Views

      guyinpvG

      @thwr said in Linux: File Colors:

      @thwr said in Linux: File Colors:

      @guyinpv said in Linux: File Colors:

      @thwr said in Linux: File Colors:

      @guyinpv said in Linux: File Colors:

      PuTTY, CentOS.
      I also use Consolas, 14pt text.

      Fonts are a client-side thing, the data is plain ASCII/UTF8/whatever

      Didn't say it wasn't.
      I mentioned PuTTY in Windows. I particularly like Consolas, I also use it for programming.

      Didn't mean to offend you, just wanted to clarify. Not everyone here is a Linux guru 😉

      OMG, that sounds very SAM-ish...

      Here you go.

      0_1473461608944_sandwich.jpg

      OH, you said SAM-ish, whoops.

    • scottalanmillerS

      From Windows to UNIX: File Extensions

      IT Discussion
      • windows linux unix system administration sam linux administration • • scottalanmiller
      8
      6
      Votes
      8
      Posts
      2.9k
      Views

      scottalanmillerS

      @Mogrith Glad that someone is!! LOL. Thanks, it's fixed.

    • scottalanmillerS

      Linux: Working with Files

      IT Discussion
      • linux system admin sam linux administration • • scottalanmiller
      9
      5
      Votes
      9
      Posts
      3.0k
      Views

      scottalanmillerS

      Fixed

    • stacksofplatesS

      SSH Key Pairs

      IT Discussion
      • ssh key management ssh keys public key private key ansible linux remote acces linux • • stacksofplates
      2
      6
      Votes
      2
      Posts
      1.2k
      Views

      stacksofplatesS

      Since the images disappeared, I added them as code.

      Also, Identity Management (FreeIPA) makes it really easy to store public keys in LDAP so any system joined to IdM can verify the key.

    • antonitA

      Installing MariaDB

      IT Discussion
      • mariadb database zabbix centos centos 7 linux ntg lab • • antonit
      8
      1
      Votes
      8
      Posts
      1.9k
      Views

      scottalanmillerS

      @antonit said:

      What is the default db admin?

      root

    • scottalanmillerS

      Accessing a Linux Server via SSH

      IT Discussion
      • linux unix ssh remote access sam linux administration • • scottalanmiller
      22
      6
      Votes
      22
      Posts
      6.8k
      Views

      scottalanmillerS

      @BRRABill said in Accessing a Linux Server via SSH:

      @scottalanmiller said

      The default of what is to copy, paste and hit return?

      PUTTY.

      Be default when you right click something to copy, it copies it and pastes it and then hits return.

      I guess perhaps just highlighting it copies it? I like the Windows method.

      No it does not. I thought maybe you were thinking this but did not want to imply it. That's a misunderstanding of what is happening. It only does that IF your Windows environment and your actions are copying a carriage return into the clipboard (which Windows does by default.) This has nothing to do with PuTTY and is all about your Windows desktop AND it only does this if YOU make it happen, it does not do that for the rest of us. We don't copy the carriage return into the clipboard unless we want it. Windows makes this easy to control as a feature, but it is an invisible feature of the Windows environment so if you are not a Windows power user, you might not be aware that there is an interface to it that you are misusing.

      PuTTY simply does what Windows tells it to do, PuTTY has no default behaviour like you are imagining.

    • scottalanmillerS

      Linux: The Lay of the Land and the Filesystem Hierarchy Standard

      IT Discussion
      • linux centos centos 7 sam linux administration • • scottalanmiller
      21
      12
      Votes
      21
      Posts
      6.1k
      Views

      BRRABillB

      @scottalanmiller said in Linux: The Lay of the Land and the Filesystem Hierarchy Standard:

      @BRRABill said in Linux: The Lay of the Land and the Filesystem Hierarchy Standard:

      So to wrap this question up...

      Anything to be shared with users not on the local machine should be stored in /var and probably /var/exports

      So a file structure such as

      /var/exports/HRdata
      /var/exports/XObackups
      /var/exports/userhomefolders
      /var/exports/sharedDOCS

      Would be what you are expecting to see on a Linux file server....?

      Yes, that would be a very good approach.

      Thanks!

      Hope it was a good question.

    • scottalanmillerS

      Installing Our First Linux Virtual Machine for Learning Systems Administration

      IT Careers
      • linux centos centos 7 system administration career scale virtualization scale hc3 rhel rhel 7 ntg lab sam linux administration • • scottalanmiller
      32
      13
      Votes
      32
      Posts
      11.0k
      Views

      NerdyDadN

      Had a spare laptop laying around. Installing CentOS now. Also planning on installing NextCloud here soon as well. Creating a repository/shared calendar for the family with this machine.

    • scottalanmillerS

      Linux Architectural Variety

      IT Careers
      • linux architecture sam linux administration • • scottalanmiller
      1
      4
      Votes
      1
      Posts
      1.5k
      Views

      No one has replied

    • 1
    • 2
    • 45
    • 46
    • 47
    • 48
    • 49
    • 75
    • 76
    • 47 / 76