Best Of
Joined the Guild
Hey everyone figured I would stop by the forums and check in since I joined the guild last night. You'll see myself (Androk) and my wife (Iillia) online. We have both been playing since release in the same guild but took a hiatus from the game for a while (4 years for me and about a year for her). When the longing for wow came back around the people part was missing from the MMO. Our guild had pretty much died over the years and LFR/LFG just isn't the same.
We started looking for a new home and Icrontic was the first real place I thought of when I thought online community. Because that's what we are looking for in a guild, not just a place where people raid and then ignore each other for the other 5-6 days in the week. I look forward to meeting everyone new and reconnecting with some of you who have been around for while.
Aranyic
Re: WANTED: Prizes & Prizemaster for Expo 2017
I'll help run the prizes! I think @QCH did it last year? I'd be happy to help him, or take over if he's busy being awesome somewhere else. 
Re: Short-Media.com: 6.2.03 - 6.2.07
I must have been dropped off the notification list because I haven't seen you guys in ages. I'm glad I'm back on it and good to see this community is as awesome as ever! Welcome back into my life! 
Re: My journey in to the land of Linux
Went to YouTube, found this vid:
3/4 of the way through it clicked. I think.
I'm not sure if I did it correctly, but I sudo crontab -e -u root, to edit root's crontab, which it didn't have one. Filled it with the content from the cron job I had trouble implementing.
I think sudo crontab -l -u root shows what I wanted:
[blackhawkpr@pepper etc]$ sudo crontab -l -u root [sudo] password for blackhawkpr: # Pi-hole: A black hole for Internet advertisements # (c) 2015, 2016 by Jacob Salmela # Network-wide ad blocking via your Raspberry Pi # http://pi-hole.net # Updates ad sources every week # # Pi-hole is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. # # This file is under source-control of the Pi-hole installation and update # scripts, any changes made to this file will be overwritten when the softare # is updated or re-installed. Please make any changes to the appropriate crontab # or other cron file snippets. # Your container name goes here: DOCKER_NAME=pihole PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # Pi-hole: Update the ad sources once a week on Sunday at 01:59 # Download any updates from the adlists 59 1 * * 7 root PATH="$PATH:/usr/local/bin/" docker exec $DOCKER_NAME pihole updateGravity > /dev/null # Update docker-pi-hole by pulling the latest docker image ane re-creating your container. # pihole software update commands are unsupported in docker! 30 2 * * 7 root PATH="$PATH:/usr/local/bin/" docker exec $DOCKER_NAME pihole updatePihole > /dev/null # Pi-hole: Flush the log daily at 00:00 so it doesn't get out of control # Stats will be viewable in the Web interface thanks to the cron job above 00 00 * * * root PATH="$PATH:/usr/local/bin/" docker exec $DOCKER_NAME pihole flush > /dev/null
Don't exactly know how to test it without waiting for when it actually executes.
Edit:
Kinda cheated and looked at the scheduled cron jobs in Webmin, but I'm not sure if it looks right.

Re: Short-Media.com: 6.2.03 - 6.2.07
@kanezfan said:
I love getting emails from IC, I read through this whole thread, it brought back a lot of memories. This site was one of the best parts of my life back then. I think I'll stick stick around some more from now on
Welcome home!
GHoosdum
Re: My journey in to the land of Linux
I like Arch a lot, but it's not for everyone and I don't even use it any longer just not worth it. I use both Ubuntu and Fedora depending on what I am trying to do, both have a lot of support.
Anyways for your command line learning here is a book.
And How I feel working with Linux
Karma
Re: My journey in to the land of Linux
@BlackHawk said:
Stuck trying to implement this cron job.I've never actually dealt with cron, and maybe it's different with Arch and/or Cronie. Google results show people that are already knowledgeable about cron so no basic questions that I'd use are asked or answered.
I'm not sure exactly what trouble you're having but I have found the Gentoo docs have an alright treatment of cron. This may help you get started: https://wiki.gentoo.org/wiki/Cron#Scheduling_cron-jobs
drasnor



