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
User avatar
Jhonny2x4
Posts: 954
Joined: Fri Jan 22, 2010 2:24 am

Linux Heads

Post by Jhonny2x4 » Fri Nov 07, 2014 12:48 am

Where the penguins at?
What distro are you currently using?

Been losing sleep over Red Hat cramming with Centos 6.5 and maintaining a Debian media server.

Soon to be RHCSA. >
(if I can get the shit done before Dec 19th that is, otherwise it's off to Centos 7)
Image
Save Metal Gear Online 1 and 2
https://savemgo.com/forums/viewtopic.ph ... 6037#p6037

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

Image
TimeSplitters Rewind
http://timesplittersrewind.com/

SignalRecon
Posts: 2023
Joined: Sun Jun 12, 2011 7:53 pm
Location: Toronto, Canada
Contact:

Re: Linux Heads

Post by SignalRecon » Fri Nov 07, 2014 1:38 am

I used to run Suse and RH back in the day. Now I jsut have a few cd boot distros for havoc/profit. Backtrack/Flak

SignalRecon
Posts: 2023
Joined: Sun Jun 12, 2011 7:53 pm
Location: Toronto, Canada
Contact:

Re: Linux Heads

Post by SignalRecon » Fri Nov 07, 2014 1:57 am

edit: I have an Ubuntu laptop I rigged up from an old dual core think pad also. (runs better then my windows 8 quad core laptop tbf...)

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

Re: Linux Heads

Post by mks » Fri Nov 07, 2014 2:53 am

Backtrack, Kali, Mint, Fedora, OSSIM, Puppy and CentOS at home.

SUSE at work, although we are migrating to Oracle Enterprise Linux on our servers.

Pretty much live at the command line everyday.

User avatar
magma
Posts: 18810
Joined: Thu May 17, 2007 9:27 am
Location: Parts Unknown

Re: Linux Heads

Post by magma » Fri Nov 07, 2014 9:06 am

I've got a Raspberry Pi on Raspbian Wheezy running a little development environment for my lady's Drupal site, but it basically just sits there and works.

Always meant to dig further into Linux than I have, but never get around to it.
Meus equus tuo altior est

"Let me eat when I'm hungry, let me drink when I'm dry.
Give me dollars when I'm hard up, religion when I die."
nowaysj wrote:I wholeheartedly believe that Michael Brown's mother and father killed him.

nousd
Posts: 8654
Joined: Tue Oct 16, 2007 2:22 am
Location: approaching the flux pavillion

Re: Linux Heads

Post by nousd » Mon Nov 10, 2014 2:25 pm

set up a dual-boot configuration on a laptop years ago with Ubuntu/Red Hat & Windows
just never got around to loading apps nor making the effort to use Linux so wiped the partition after a year
still regret it.
{*}

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

Re: Linux Heads

Post by finji » Mon Nov 10, 2014 5:03 pm

I've used a little bit of kali linux - I'm interested in the security side of IT but haven't really managed to set up any scenarios to learn penetration testing yet, still concentrating on basic networking stuff.

Soon™

....
#cyber

rickyarbino
Posts: 4508
Joined: Mon Mar 25, 2013 8:07 pm
Location: Eternity

Re: Linux Heads

Post by rickyarbino » Mon Nov 10, 2014 8:42 pm

mks wrote:... Fedora... at home.
Ban.
magma wrote:It's a good job none of this matters.

User avatar
Marcus
Posts: 2779
Joined: Wed Jan 18, 2012 9:05 am
Location: London

Re: Linux Heads

Post by Marcus » Mon Nov 10, 2014 9:33 pm

Don't really fiddle with linux much anymore but xubuntu on my thinkpad T61P and ubuntu server on dual core atom dedicated ovh server.
Etches828 wrote:assuming that 130 is a tempo not a sound, which is the point, think it's pretty good when stuff is just described by tempo opposed to some made up name

User avatar
sigbowls
Posts: 11188
Joined: Sat Nov 08, 2008 7:31 am
Location: sigland

Re: Linux Heads

Post by sigbowls » Mon Nov 10, 2014 11:08 pm

http://www.gizmag.com/raspberry-pi-model-a/34669/

they made the rp smaller and its only $20 now. i just got to find out where to get one
blazen the raisin

User avatar
legend4ry
Posts: 10589
Joined: Sun Oct 08, 2006 3:56 am
Location: Woolwich

Re: Linux Heads

Post by legend4ry » Tue Nov 11, 2014 1:15 am

Use various unix/linux systems at work. Mainly Redhat servers. A client uses ubuntu as its main OS across the whole company, pretty interesting stuff. A few use bespoke builds.

I get on with it - not a huge fan but defs can see the appeal on a OS level. Unix servers shit all over windows though, scripts4days

Got ubuntu 'nd mint on a partition at home just to keep up to speed with things.


Thinking of getting a rPI for a media centre at home but will probably just end up getting a micro itx and run windows so I can play games.
Soulstep wrote: My point is i just wanna hear more vibes
Soundcloud

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

Re: Linux Heads

Post by mks » Tue Nov 11, 2014 2:37 am

I've been making cron jobs for the last few days for backups on certain servers. Tar and gzip for compression. Then another cron job from the backup machine to scp the files over during the middle of the night. I've been having to generate SSH RSA keys to get it all working. It's been fun.

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

Re: Linux Heads

Post by Jhonny2x4 » Tue Nov 11, 2014 6:28 pm

Its good to see all the linux heads come out of their holes.

Linux is a different beast for sure. One thing that annoys me about red hat-based distros is the SELinux contexts conflicting with various operations and file IO requests. It feels like every 10th file operation in lab scenarios I have to 'restorecon' something.
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 » Tue Nov 11, 2014 6:36 pm

mks wrote:I've been making cron jobs for the last few days for backups on certain servers. Tar and gzip for compression. Then another cron job from the backup machine to scp the files over during the middle of the night. I've been having to generate SSH RSA keys to get it all working. It's been fun.
Ran into a recent rsa key mismatch scare with virtual machines. First time seeing the THIS KEY IS NOT THE SAME warning while attempting scp's. I think it had to do something with me dicking around with NFS scripts.
Image
Save Metal Gear Online 1 and 2
https://savemgo.com/forums/viewtopic.ph ... 6037#p6037

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

Image
TimeSplitters Rewind
http://timesplittersrewind.com/

sixs
Posts: 1476
Joined: Fri Oct 14, 2011 3:21 pm
Location: LK

Re: Linux Heads

Post by sixs » Tue Nov 11, 2014 6:39 pm

pretty Image thread imo
taters on that as we jack it

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

Re: Linux Heads

Post by mks » Tue Nov 11, 2014 7:05 pm

Fedora is a pretty good distro tbh. It is usually bleeding edge in regards to software. Usually too bleeding edge to be a stable enterprise server but things get tested out on this platform. It is sponsored by Red Hat and if there are technologies that work well and are stable, they may get integrated into RHEL. Then if RHEL gets it, Centos does some time after.

https://www.redhat.com/en/technologies/ ... a-and-rhel

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

Re: Linux Heads

Post by mks » Wed Nov 12, 2014 3:28 am

Jhonny2x4 wrote:
mks wrote:I've been making cron jobs for the last few days for backups on certain servers. Tar and gzip for compression. Then another cron job from the backup machine to scp the files over during the middle of the night. I've been having to generate SSH RSA keys to get it all working. It's been fun.
Ran into a recent rsa key mismatch scare with virtual machines. First time seeing the THIS KEY IS NOT THE SAME warning while attempting scp's. I think it had to do something with me dicking around with NFS scripts.
If you are working with virtual machines, just take a snapshot before you do any configuration changes and revert back if anything happens.

SignalRecon
Posts: 2023
Joined: Sun Jun 12, 2011 7:53 pm
Location: Toronto, Canada
Contact:

Re: Linux Heads

Post by SignalRecon » Wed Nov 12, 2014 3:43 pm

SO guys whats the peng distro right now for a secure yet still usable net laptop?

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

Re: Linux Heads

Post by finji » Wed Jan 07, 2015 6:02 pm

so long story short I tried to dual boot Linux / windows and ended up fucking it up, so I'm stuck with Linux for now. Still getting used to the terminal lol. Is there any DAWs I can use in Linux?
#cyber

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

Re: Linux Heads

Post by mks » Thu Jan 08, 2015 6:28 am

Yeah, that sucks. In the future unless you really have a need to dual boot into Linux, you should just use a virtual machine. Virtualbox is free and you can also get the VMware Player which will allow you to boot one virtual machine.

What kind of errors are you getting when you try to boot into the Windows partition?

I think Bitwig can be used with Linux but I have never tried to use a DAW in Linux.

Locked

Who is online

Users browsing this forum: No registered users and 0 guests