Linux Heads

Off Topic (Everything besides dubstep)
Forum rules
Please read and follow this sub-forum's specific rules listed HERE, as well as our sitewide rules listed HERE.

Link to the Secret Ninja Sessions community ustream channel - info in this thread
NilsFG
Posts: 7387
Joined: Wed Sep 17, 2008 3:46 pm
Location: somewhere around brussels

Re: Linux Heads

Post by NilsFG » Tue Jan 20, 2015 9:00 pm

finji wrote:hmm yeah I've heard that Ubuntu is newb friendly, but I think if I wanted to have something like windows, i'd use windows.. I like how different some linux distros are, will learn it proper some time.
Thing with Ubuntu is that many people use it, so many support is available. Although I personally use Xubuntu on my linux laptop/VMs. It's basicly the same, only less bloat, but that's just a personal opinion. Also command lines are a proper handy tool when you learn how to use them. Use mine all the time on my mac and not just for developping etc.

All my servers run Debian, except VM hosts which run CentOS.

User avatar
mks
Posts: 4155
Joined: Tue Apr 04, 2006 3:35 am
Location: Planet Earth

Re: Linux Heads

Post by mks » Sat Jan 24, 2015 8:45 am

I know this is a Linux thread, but I just installed Windows 10 Technical Preview as a virtual machine in VMware 10. It's not too bad so far. You can get it if you have a Microsoft account (hotmail, etc).

Check it out because its where Windows is going.

User avatar
mks
Posts: 4155
Joined: Tue Apr 04, 2006 3:35 am
Location: Planet Earth

Re: Linux Heads

Post by mks » Sat Mar 28, 2015 1:56 am

So at work, we are migrating our Linux servers from openSUSE to Oracle Linux 7 which is a Red Hat Enterprise Linux clone as is CentOS. I am glad to be back in the realm of yum. I was getting tired with yast. But there are many commands that are deprecated, so I'm having to learn new ways of working.

Ifconfig, the old standby does not work anymore. It has been replaced by the ip commands like ip addr and route is ip route. Service may or may not redirect to systemctl, but systemctl is the new standard. Chkconfig is gone, replaced by systemctl commands. Netstat is being deprecated, being replaced by ss, but you can install it using yum install net-tools.

When installing, I've been manually creating the partitions like /boot, swap, /var, /usr, /tmp, /home and / but I left the default settings of OEL7 to minimal installation, but I have been finding it to be a bit too minimal with the software installed. I've had to install netstat with net-tools, dig with bind-utils, xinetd and traceroute.

User avatar
mks
Posts: 4155
Joined: Tue Apr 04, 2006 3:35 am
Location: Planet Earth

Re: Linux Heads

Post by mks » Wed Apr 01, 2015 1:16 am

You geeks have to watch this, even if just for the old equipment. It's hilarious and a true story.


Shum
Posts: 9851
Joined: Sun May 16, 2010 9:14 am

Re: Linux Heads

Post by Shum » Wed Apr 01, 2015 11:03 am

.
Last edited by Shum on Tue May 12, 2015 11:45 pm, edited 1 time in total.

dial_back
Posts: 47
Joined: Mon Jul 02, 2012 2:15 am
Location: Fort Collins, CO
Contact:

Re: Linux Heads

Post by dial_back » Fri Apr 03, 2015 11:56 pm


User avatar
mks
Posts: 4155
Joined: Tue Apr 04, 2006 3:35 am
Location: Planet Earth

Re: Linux Heads

Post by mks » Sat Apr 04, 2015 2:21 am

^ Yeah, I would have to run that as a VM with a snapshot taken.

User avatar
finji
Posts: 2922
Joined: Wed Sep 09, 2009 8:38 am

Re: Linux Heads

Post by finji » Sat Apr 04, 2015 3:38 pm

I knew I was a linux noob but fucking hell I didn't think I was this bad - Installed CentOS VM, everything going fine until I try and start it up and get stumped by this thing, no gui or anything :lol:

Image

Where's the desktop? :(
#cyber

Phigure
Posts: 14134
Joined: Fri May 28, 2010 5:55 am
Contact:

Re: Linux Heads

Post by Phigure » Sat Apr 04, 2015 5:49 pm

# yum groupinstall "GNOME Desktop" "Graphical Administration Tools"
j_j wrote:^lol
Soundcloud | Twitter

User avatar
mks
Posts: 4155
Joined: Tue Apr 04, 2006 3:35 am
Location: Planet Earth

Re: Linux Heads

Post by mks » Sun Apr 05, 2015 12:00 am

Looks like you did a minimal install. Might as well run yum update while you are there. You are probably missing a lot of software and services, which is good when you do a minimal install, so you only have applications that you really need running on your server. You will find them soon enough when you try to run a command and bash tells you command not found. Yum will be your friend.

butter_man
Posts: 1763
Joined: Wed Jun 08, 2011 6:46 pm

Re: Linux Heads

Post by butter_man » Fri Apr 10, 2015 9:04 pm

who needs tech support with ninjas like these
garethom wrote:weed ice cream

User avatar
Jhonny2x4
Posts: 954
Joined: Fri Jan 22, 2010 2:24 am

Re: Linux Heads

Post by Jhonny2x4 » Wed Apr 15, 2015 6:11 pm

I never told anyone but I received my RHCSA6 last December.

Finji, take a look at Michael Jang's books if you want to become more acquainted with Redhat based binaries. You have a bit of a road ahead of you but I believe anyone can handle linux if they take their time.
Image
Save Metal Gear Online 1 and 2
https://savemgo.com/forums/viewtopic.ph ... 6037#p6037

///////////////////////////////////////////////////////////////

Image
TimeSplitters Rewind
http://timesplittersrewind.com/

User avatar
Jhonny2x4
Posts: 954
Joined: Fri Jan 22, 2010 2:24 am

Re: Linux Heads

Post by Jhonny2x4 » Wed Apr 15, 2015 6:14 pm

edit
Image
Save Metal Gear Online 1 and 2
https://savemgo.com/forums/viewtopic.ph ... 6037#p6037

///////////////////////////////////////////////////////////////

Image
TimeSplitters Rewind
http://timesplittersrewind.com/

User avatar
finji
Posts: 2922
Joined: Wed Sep 09, 2009 8:38 am

Re: Linux Heads

Post by finji » Wed Apr 15, 2015 9:17 pm

I'm just interested in linux in general, not any particular version. I managed to set up an Arch VM and customize it a little bit, pacman is so good.
#cyber

User avatar
mks
Posts: 4155
Joined: Tue Apr 04, 2006 3:35 am
Location: Planet Earth

Re: Linux Heads

Post by mks » Thu Apr 16, 2015 5:21 am

Jhonny2x4 wrote:I never told anyone but I received my RHCSA6 last December.
I was wondering if you had done that. Congrats!

Shum
Posts: 9851
Joined: Sun May 16, 2010 9:14 am

Re: Linux Heads

Post by Shum » Fri Apr 17, 2015 1:34 am

finji wrote:I'm just interested in linux in general, not any particular version. I managed to set up an Arch VM and customize it a little bit, pacman is so good.
the Arch wiki is really good. I installed it on my old Mac Mini.

User avatar
Jhonny2x4
Posts: 954
Joined: Fri Jan 22, 2010 2:24 am

Re: Linux Heads

Post by Jhonny2x4 » Fri Apr 17, 2015 1:52 am

mks wrote:
Jhonny2x4 wrote:I never told anyone but I received my RHCSA6 last December.
I was wondering if you had done that. Congrats!

Thanks! I will eventually pursue the RHCE7 but I think I need to broaden my knowledge of networking and C first. That way I can harden systems with more understanding.
Image
Save Metal Gear Online 1 and 2
https://savemgo.com/forums/viewtopic.ph ... 6037#p6037

///////////////////////////////////////////////////////////////

Image
TimeSplitters Rewind
http://timesplittersrewind.com/

User avatar
Jhonny2x4
Posts: 954
Joined: Fri Jan 22, 2010 2:24 am

Re: Linux Heads

Post by Jhonny2x4 » Fri Apr 17, 2015 1:54 am

mks wrote:You geeks have to watch this, even if just for the old equipment. It's hilarious and a true story.

I couldn't help but gush over the honeywell hall-effect keyboards in that video. I need something to pair with my IBM Model M and my beastly CRT.
Image
Save Metal Gear Online 1 and 2
https://savemgo.com/forums/viewtopic.ph ... 6037#p6037

///////////////////////////////////////////////////////////////

Image
TimeSplitters Rewind
http://timesplittersrewind.com/

User avatar
mks
Posts: 4155
Joined: Tue Apr 04, 2006 3:35 am
Location: Planet Earth

Re: Linux Heads

Post by mks » Fri Apr 17, 2015 2:11 am

Jhonny2x4 wrote:
mks wrote:
Jhonny2x4 wrote:I never told anyone but I received my RHCSA6 last December.
I was wondering if you had done that. Congrats!

Thanks! I will eventually pursue the RHCE7 but I think I need to broaden my knowledge of networking and C first. That way I can harden systems with more understanding.
I'm currently working on the CCNA Security. I did Linux+ and Security+ last year and my CCNA Routing and Switching at the end of 2013. At work, I am now responsible for hardening all of the new systems I build. I've been building both Oracle Linux 7, which is a RHEL 7 clone and Windows Server 2012 systems. We just got this cool tool called CIS-CAT to run on our servers to tell us what is vulnerable. I haven't had a chance to try it yet, we just got it this week.

User avatar
mks
Posts: 4155
Joined: Tue Apr 04, 2006 3:35 am
Location: Planet Earth

Re: Linux Heads

Post by mks » Fri Apr 24, 2015 7:46 am

I ran CIS-CAT today on couple of recent Windows Server 2012 builds and it's a pretty cool tool. It requires Java Runtime Environment for the GUI, but it can be run from the command line as well. For Windows, it seems to be mostly Group Policy hardening in Active Directory. I wasn't sure how this was going to play out, whether it would be registry edits and whatnot, but hardening GPO's in Active Directory makes sense. I'm not sure how this is going to play out with Linux yet, plus we need to set this up on a server to scan on the network. I just ran it locally today.

Locked

Who is online

Users browsing this forum: No registered users and 0 guests