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

      HPE Integrity MC990 X Brings Big Power to Linux, Itanium Nowhere To Be Seen

      Watching Ignoring Scheduled Pinned Locked Moved News hpe hpe integrity hpe integrity mc990 x itanium intel xeon e7 linux sgi
      27
      4 Votes
      27 Posts
      5k Views
      StrongBadS

      I would guess that HP-UX will be retired. The cost of porting it will be high and so much of its value was tied to PA-RISC and then to Itanium. HP-UX on Xeon will lack much of what made HP-UX important.

    • mlnewsM

      Real Time Linux Log Monitoring with Log.io

      Watching Ignoring Scheduled Pinned Locked Moved News linux log management logging log.io node.js tecmint
      2
      3 Votes
      2 Posts
      2k 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux unix windows sam linux administration
      4
      6 Votes
      4 Posts
      2k Views
      scottalanmillerS

      Thanks, fixed.

    • scottalanmillerS

      Linux: Symbolically Linking Files

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux sam linux administration symlink
      14
      4 Votes
      14 Posts
      3k 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux sam linux administration scottalanmiller
      2
      5 Votes
      2 Posts
      2k 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion openfire openfire 4 linux centos centos 7 installation scale scale hc3
      14
      6 Votes
      14 Posts
      16k 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

      Watching Ignoring Scheduled Pinned Locked Moved News thevarguy ubuntu linux desktop linux unity
      2
      1 Votes
      2 Posts
      1k 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

      Watching Ignoring Scheduled Pinned Locked Moved News sbc pcworld android linux linux desktop ubuntu ubuntu 16.04 arm odroid-c2 hardkernel
      22
      2 Votes
      22 Posts
      5k Views
      Reid CooperR

      The blind leading the blind, I guess.

    • mlnewsM

      Phoronix Reviews NVidia GeForce GT 710 on Linux

      Watching Ignoring Scheduled Pinned Locked Moved News nvidia nvidia geforce gt 710 kepler gpu linux linux desktop phoronix
      1
      1 Votes
      1 Posts
      1k Views
      No one has replied
    • scottalanmillerS

      Linux: Aliases

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux sam linux administration alias
      17
      8 Votes
      17 Posts
      5k 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux sam linux administration
      1
      5 Votes
      1 Posts
      1k Views
      No one has replied
    • scottalanmillerS

      From Windows to UNIX: Case Sensitivity

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux windows case sensitivity system administration unix
      1
      4 Votes
      1 Posts
      1k Views
      No one has replied
    • scottalanmillerS

      Linux: File Colors

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux sam linux administration
      13
      8 Votes
      13 Posts
      3k 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows linux unix system administration sam linux administration
      8
      6 Votes
      8 Posts
      3k Views
      scottalanmillerS

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

    • scottalanmillerS

      Linux: Working with Files

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux system admin sam linux administration
      9
      5 Votes
      9 Posts
      3k Views
      scottalanmillerS

      Fixed

    • stacksofplatesS

      SSH Key Pairs

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ssh key management ssh keys public key private key ansible linux remote acces linux
      2
      6 Votes
      2 Posts
      1k 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion mariadb database zabbix centos centos 7 linux ntg lab
      8
      1 Votes
      8 Posts
      2k Views
      scottalanmillerS

      @antonit said:

      What is the default db admin?

      root

    • scottalanmillerS

      Accessing a Linux Server via SSH

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux unix ssh remote access sam linux administration
      22
      6 Votes
      22 Posts
      7k 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux centos centos 7 sam linux administration
      21
      12 Votes
      21 Posts
      7k 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Careers linux centos centos 7 system administration career scale virtualization scale hc3 rhel rhel 7 ntg lab sam linux administration
      32
      13 Votes
      32 Posts
      12k 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.

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