What's Your Current Project?
-
@scottalanmiller I am learning and planning to create our own Dokuwiki here in our office.
Also creating firewall using linux -
the Non stop workflow for the company. Something new in Wordpress
-
@pol.darreljade said:
the Non stop workflow for the company. Something new in Wordpress
Sir Darrel hahahha I almost forgot Worflow
-
@Joyfano said:
@scottalanmiller I am learning and planning to create our own Dokuwiki here in our office.
Also creating firewall using linuxUse CentOS for that. Works great. DokuWiki is really handy because it does not need a database so it is extremely easy to instanll, manage and backup.
-
@pol.darreljade said:
the Non stop workflow for the company. Something new in Wordpress
WordPress should be on CentOS too, with MySQL or MariaDB.
-
This post is deleted! -
-
Well my weekend BASH scripting project has gone well. I have that script running on seven concurrent threads at the moment and processing millions of bits of data. Pretty cool. It's BASH-powered MySQL data collection.
-
My weekend project was to integrate our company with our parent company on MPLS line, complete office recabling and changing the phone system (from trixbox to their alcatel). Sleepless nights and finally its over!
Need to move on to some pending linux server works.
-
My overnight scripts, running in eight threads each with its own core, is still going and only about halfway through its job! That server is quite busy.
-
Finally done getting a WordPress site up to help a friend-of-a-friends band out.
(Nightmare, don't get me started.)Picked up a nice little SFF workstation, but it's been sitting for a bit because I'm indecisive.
I've really wanted to check out CodeCombat honestly haha, might have to dig into that later.
-
servers are in. gonna play with them soon
-
@Hubtech I'm a hardware junkie, anything neat?!
-
@MattKing Older stuff. setting up a home lab. 2x HP GL360 G5's
-
@Hubtech A bit dated, but they're still capable with the 5400 series Xeons.
-
G5's are really quite good. Memory is the real issue.
-
Back to learning some Perl and how to operate one of my Company's software offerings (which lacks better documentation or tutorials). Plugging my way through it trying to understand. Realizing that I'm not a CAD Designer.......
-
@Bill-Kindle said:
Back to learning some Perl and how to operate one of my Company's software offerings (which lacks better documentation or tutorials). Plugging my way through it trying to understand. Realizing that I'm not a CAD Designer.......
I never enjoy Perl. BASH, Python, Ruby, JavaScript.... all way more fun.
-
@scottalanmiller my problem is that existing scripts are not very well documented and easy to understand. They were slapped together by many people over the years and just seem to be confusing to me. I feel bad for constantly asking questions but it's what I have to do in order plug through them. And I'm not a programmer. Never have been. I know just enough to read a little and understand just as much.
-
@Bill-Kindle said:
@scottalanmiller my problem is that existing scripts are not very well documented and easy to understand. They were slapped together by many people over the years and just seem to be confusing to me. I feel bad for constantly asking questions but it's what I have to do in order plug through them. And I'm not a programmer. Never have been. I know just enough to read a little and understand just as much.
That's a reason that I avoid Perl. Not very good at being self documenting.