Showing posts with label Video. Show all posts
Showing posts with label Video. Show all posts

Saturday, December 29, 2012

Exclusive Video: New VAIO® S 13" Laptop -- SGNL by Sony

Exclusive Video: New VAIO® S 13" Laptop -- SGNL by Sony Tube. Duration : 5.27 Mins.


For more VAIO® S Series specs or to purchase: bit.ly Today, the new VAIO® S 13" laptop rolled out in the US In addition to all of the great features & capabilities of the previously announced European S, the US version has the option to customize your system up to 2nd generation Intel Core i7 processor, 1GB Hybrid graphics (rather than 512), and has Solid State drive available for increased performance (up to 256 GB SSD). Here's an exclusive world premier video of the new VAIO® S laptop along with a great product demo of the recently announced VAIO® C Laptop with it's cool new VAIO® logo look. For more info on both computers, visit: www.sonystyle.com For more SGNL episodes visit www.sony.com

Sunday, December 9, 2012

Linux - Setting up a DHCP Server (Video 1 of 4 for setting up Linux Router/Gateway)

Linux - Setting up a DHCP Server (Video 1 of 4 for setting up Linux Router/Gateway) Video Clips. Duration : 14.57 Mins.


Read: In this video, I show you how to setup a DHCP server on a linux machine. This is the start of having a computer, running linux, to be your router and gateway to the internet. This is the first video, and we just touch on getting the DHCP rolling. Thank you, Shane. Notes: If you use debian or anything debian based, I cannot help you yet. Do not ask for help on those distributions. I will have something for you soon. Text version: www.bromosapien.net Prerequisits: -A PC -Two Network cards (One can be built in, and the other can be PCI or PCIe) -A linux operating system You can follow along completely if you use these distributions: --Fedora --CentOS 5/6 (6 with some file placement modification) NOTE: Edit the /etc/sysctl.conf file and find the line that says net.ipv4.ip_forward. Set it to 1. This will make it work! www.youtube.com Commands to note: vi -- It's an editor in linux. i for insert, o for a new line, shift+g to go to the end of the file, ESC for command mode. :wq saves your file (zz does too). nano -- Another editor in linux, much easier to use. pico --Alternative to nano if not available. services name restart --name being the name of the service yum install name ---name being the name of the package chkconfig -- Changes runlevels of services (Example of chkconfig: chkconfig --list dhcpd) Files/Folders to note: /etc/dhcpd.conf :: The DHCP configuration file Example file: dpaste.org /etc/sysconfig/network-scripts/ifcfg-ethx :: x = number of interface ...