Author Archives | Duffy

Duffy - who has written 47 posts on Tuts4Tech.

I am the owner of this website, please feel free to ask me any questions you have

Contact the author

Elements made easy

Monday, May 25, 2009

0 Comments

XRAY is a bookmarklet that will allow you to quickly and easily view the elements of a webpage Drag Xray to your bookmarks tab XRAY Load any webpage Click on the xray bookmark Then click on any element and it will show you all its css values

Continue reading...

Creating aliases in bash

Saturday, May 23, 2009

0 Comments

Are you tired off typing out full commands? if so aliases can save you time. They allow you to shorten long commands down into one word. To add a alias edit ~/.bashrc Then come to the bottom of that file and add your aliases like this: Then Reload your .bashrc file and your aliases should [...]

Continue reading...

Setting up a DNS Server for your LAN Network

Friday, May 8, 2009

0 Comments

This tutorial will show you how to configure bind9 on debian to be a dns server for your LAN network. Install bind9 and some DNS utilities Set your systems hostname then edit /etc/hosts so it looks like this change you DNS servers by editing /etc/resolv.conf it should look something like this: Creating a Zone

Continue reading...

Linux Basic Commands

Wednesday, May 6, 2009

0 Comments

Starting and Stopping poweroff will shutdown the system reboot will restart the system Mounting and unmounting fdisk -l gives a list of all drives mount /dev/hdd /mnt would mount the hard drive in /mnt umount /dev/hdd would unmount the hard drive Moving, copying, deleting & viewing files ls will output all the files in the [...]

Continue reading...

Chroot Sftp

Sunday, May 3, 2009

0 Comments

Create a Chrooted group Open up /etc/ssh/sshd_config and add the following to the end of it Restart SSHD Then make users chrooted by adding them to the chrooted group Now when the user sftps the server they will only see the contents of there home folder

Continue reading...
Page 8 of 10« First...678910