Users browsing this thread: 1 Guest(s)
Senpai
Registered
Hello, I'm Senpai.

I'm a 20 year old freelance web developer from Australia, with a love for *nix.

I currently have a few related projects, some of them being:
  • managing a dedicated server
  • writing a few scripts in node & bash to take care of mundane repetitive tasks that I find myself doing a lot.
  • ricing OSX

idk what else to put here, but be sure to ask me if you want to know something ^^
venam
Administrators
Seems like you'll fit.
Welcome!
srp
Long time nixers
welcome to nixers
~Seraphim R.P.
the artistnixer formerly known as vypr formerly known as sticky
Houseoftea
Long time nixers
Mind sharing some of your scripts? I love that stuff

Pls notice me senpai
swathe
Members
Another Aussie, welcome mate :)
Senpai
Registered
(12-08-2015, 01:07 PM)venam Wrote: Seems like you'll fit.
Welcome!

(12-08-2015, 01:54 PM)vypr Wrote: welcome to nixers

Thanks c:

(12-08-2015, 04:27 PM)Houseoftea Wrote: Mind sharing some of your scripts? I love that stuff
Here's a very basic one that I use often, I'll be sure to share more later:
Code:
#!/bin/sh

printf "Installation path?\n"
read INSTALL_DIR

mkdir $INSTALL_DIR
cd $INSTALL_DIR

curl -LOk https://wordpress.org/latest.zip

unzip latest.zip
mv wordpress/* .
rm -r wordpress latest.zip


chown -R $USER *

Quote:Pls notice me senpai
* Senpai notices

(12-08-2015, 06:25 PM)swathe Wrote: Another Aussie, welcome mate :)
Thanks :)
xero
Long time nixers
welcome to nixers