Quantcast
Channel: Byte Miner » admin
Browsing all 12 articles
Browse latest View live

Windows Task Scheduler

Details on how to schedule a task that runs every N minutes using the Windows Task Scheduler. Minute Schedule Syntax schtasks /create /tn /tr /sc minute [/mo {1 - 1439}] [/st ] [/sd ] [/ed ] [{/et |...

View Article



Red Hat / CentOS network settings edit via command line

Log on as root, change directory to /etc/sysconfig/network-scripts and list all available devices with the following commandcd /etc/sysconfig/network-scripts# ls -la | grep ifcfg-Sample outputs...

View Article

Batch script to monitor Windows Service

@echo off FOR /F "tokens=2 delims= " %%i IN ('"wmic.exe SERVICE GET Name, State" ^| findstr /I Stopped ^| findstr /I SERVICENAME') DO if %%i==Stopped goto :stop FOR /F "tokens=2 delims= " %%i IN...

View Article

Monitor URL using cron job

Simple cron job to monitor a URL and notify via e-mail if no response is received. You can use cPanel to set these, enter the following: wget --no-cache --spider www.google.com &>...

View Article

UNIX write message to users on server

You can message users currently logged on to a UNIX server. First, check who’s logged on. Enter the ‘who’ command as below: #>who user1 pts/0 05 Apr 09:30 (10.170.1.50) Here you find that the user...

View Article


Image may be NSFW.
Clik here to view.

Xbox One vs Playstation 4

Xbox One Playstation 4 What should you buy, the PlayStation 4 or the Xbox One. It helps that we’ve finally got some facts to work with in the new console war, instead of just chasing rumors and...

View Article

Image may be NSFW.
Clik here to view.

iOS 7 battery drain issue – Fixed!

 First thing you notice after installing iOS 7 beta (released straight after WWDC 13′)  is that the battery drains like never before. Whilst this is a beta version and you shouldn’t really use it on...

View Article

Install Joomla 3.1.1 on CentOS 6

First install apache and configure to start up upon reboot:yum install httpd chkconfig --levels 235 httpd on service httpd startAdd the iptables rule on /etc/sysconfig/iptables file and restart the...

View Article


Java installation on Linux

Download Sun/Oracle Java JDK or JRE from here (current version is JDK 6 Update 45):...

View Article


VMware disk addition without reboot

The process describes how you can add disks to a VMware Linux based server without the need to reboot the server. Before formatting the disk, you will first need to scan SCSI drives by running:echo "-...

View Article

Bitcoin mining – A quick guide

First thing you need to do is get a “Bitcoin Wallet”. Because Bitcoin is an internet based currency, you need a place to keep your Bitcoins. Got to http://www.bitcoin.org and download the Bitcoin...

View Article

Litecoin Mining on Amazon EC2

LiteCoin mining on Amazon EC2 was profitable when using g2.2xlarge spot instances. Although the historical average spot price for g2.2xlarge instances has already nearly doubled (presumably because of...

View Article
Browsing all 12 articles
Browse latest View live




Latest Images