Author

JohnyLuky

Linux vi Super Cheat Sheet

2013-11-10

  Get the Cheat Sheet Here !   Got any more Cheat Sheet I should have ? Leave me a comment !

Easy command to install Linux Kernel Headers

2013-11-09

This command work with all Debian based OS. Open a command shell, and type the following: apt-get install -y linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,')   If you have the equivalent…

Kernel 3.12 Released – Install and Compile in Debian Linux

2013-11-09

Thanks to the original poster, please visit his post here: http://www.tecmint.com/kernel-compilation-in-debian-linux/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+tecmint+%28Tecmint%3A+Linux+Howto%27s+Guide%29 Only one note to add to this; the very last command installs the kernel, but specify the…

Configure NTP Client on CentOS

2013-11-08

Type the following command to install NTP yum install ntp Turn on service chkconfig ntpd on Synchronize the system clock with 0.pool.ntp.org server: ntpdate pool.ntp.org Start the NTP:…

CLI Simple Cisco ASA / PIX Config

2013-11-08

Thanks to the original poster, please visit his post here: CLI Simple Cisco ASA/PIX Config | Be A Cisco Expert Without Course or Certification.

Active Directory Picture Upload software

2013-11-08

Thanks to the original poster, please visit his post here: http://blog.cjwdev.co.uk/2010/10/31/ad-photo-edit-a-program-for-uploading-images-into-the-active-directory-thumbnailphoto-attribute-used-by-outlook-2010/    

Install and configure Certificate Authority Enterprise Root CA and Subordinate

2013-11-08

Thanks to all the origninal poster, please visit each link:   Install and configure an Enterprise Root CA http://technet.microsoft.com/en-us/library/cc731183.aspx http://www.vkernel.ro/blog/install-certification-authority-in-windows-server-2008-r2   Install and configure a Subordiante CA: http://technet.microsoft.com/en-us/library/cc772192.aspx  …