• World Wide Web

    Posted Tue at 2:38 PM by darklord .

    My favorite IT related Websites: 1. Distrowatch.com 2. Linuxandsecurity.net 3. Irongeek.com 4. pauldotcom.com 5. 1337day.com 6. nmap.org 7. virustotal.com 9. backtrack-linux.org 10. hakin9.org 11. Preyproject.com 12. hacknmod.com 13. 3dbuzz.com 14. livehacking.com 15. thenewboston.org ...

  • RHEL (6) Part 8

    Posted Mon at 4:03 PM by darklord .

    Coming Soon !

  • Operation CCNA Takedown

    Posted February 13 by t43 eCKo

    Here within the next few weeks I play to start studying for my CCNA exam. This is suppose to be a bitch of an exam so I've planned on setting it all out tactically first and then move in. My tools of attack. Evernote-For planning it all out and keeping track of everything. The Cisco Website- I've ...

  • sNews и CKEditor

    Posted December 21, 2011 by Roady Kin

    В официальный дистрибутив CMS sNews не входит визуального редактора. Сделано это, я так понимаю, для уменьшения размера системы управления контентом. Вместо визуального редактора там присутствуют кнопки, которые помогают в html-разметке. Если мы делаем сайт для клиента, который не разбирается в html...

  • sNews - русская версия. Устранение проблем с кодировкой

    Posted December 21, 2011 by Roady Kin

     sNews - это легкая система управления конентом. весит она менее 200 килобайт(если не интегрировать в нее wysiwyg - редактор).  http://snewscms.com  Русские пользователи столкнулись с проблемой кривой кодировки при использованиии UTF-8. Тут я расскажу как это решить.  1 - Срав...

  • Linux (RHEL 6) Part 7

    Posted December 9, 2011 by darklord .

    RAID   (Redundant Array of Inexpensive Disks)   Raid are basically partitions which allow redundancy, better performance and some advance features.   Main Raid techniques are:   1. RAID 0 (Striping): In this type of Raid, disks are grouped together to form one large dr...

  • Linux (RHEL 6) Part 6

    Posted December 5, 2011 by darklord .

    LVM or Logical Volume Manager;   This is a big topic so i decided to give it an extra space.   LVM is an advanced form of handling partitions.   Let get familiar with few of the terminologies of LVM:   Physical Volume: It is a Physical Disk (Note: a partition can also act...

  • Linux (RHEL 6) Part 5

    Posted December 4, 2011 by darklord .

    Partitioning:   Disk Partitioning is used to make a disk(s) enable to read and write.   Basic Partitioning:   We will cover a basic technique to partition a drive. Please note that All drives are IDE are denoted by (/dev/hdx) and /dev/sdx for SCSI/SATA (Where x is disk number). ...

  • Linux (RHEL 6) Part 4

    Posted November 30, 2011 by darklord .

    I/O Redirections:   I/O or Input Output redirectors help to use the output from command to be used more than once.   Example of I/O Redirectors are:   sort Sorts the output of a command or file   wc Provides a word or line count   cat Displays the contents of a fil...

  • Linux (RHEL 6) Part 3

    Posted November 29, 2011 by darklord .

    Regular Expressions:   Also Know as Regex, helps to find specific lines, words etc in a given file. Working on Regex requires constant practice , but once mastered they are of great use.   Here i will discuss the use of Regex know as "grep"   Syntax: grep [options] PATTERN [file...