Showing posts with label Computing. Show all posts
Showing posts with label Computing. Show all posts

Tuesday 26 July 2016

How to Create You Lab on Kali Linux - Using VMware or VBox

Before you start - Here are something that you need to consider..

  • Install VirtualBox or Vmware
  • Install LiveCD in VirtualBox or Vmware
  • Boot and try out your LiveCD

Introduction.


There are lots of tutorials available on the internet related to hacking but the big problem lies in testing your theoretical skills. Unless you don't have practical exposure to hacking, you cannot really understand the strength of it. The technique I will discuss here will be advantageous for those who have only single system and want to set up a testing network using it. In case you have multiple systems then you can easily test for your skills by making one system as target and other as attacker.
VMware Workstation 12 Pro - Leading Edge PC Virtualization VMware Workstation 12 Pro


Download VMware Workstation or Player

The best way to practice hacking is within a virtual environment. Essentially, you set up a hacking system, such as Kali Linux, and some victims to exploit. Ideally, you would want multiple operating systems (Windows XP, Vista, 7, and 8, as well as a Linux flavor) and applications so that you can try out a variety of hacks.

Virtual machines and a virtual network are the best and safest way to set up a hacking lab. There are several virtualization systems out there, including Citrix, Oracle's VirtualBox, KVM, Microsoft's Virtual PC and Hyper-V, and VMware'sWorkstation, VMware Player and ESXi. For a laboratory environment, I strongly recommend VMware's Workstation or Player. Workstation is commercial product that costs under $200, while Player is free. You can also get a free 30-day trial of Workstation.

Player is limited to just playing VMs , while Workstation can both create and play VMs. Let's download VMware's Workstation or Player here.


Then - For you Images you can download a pre-built image. As it will allow you to save some time, you don't need to build the image from scratch. Here is a link for you to download several Linux pre-built Linux Images on SourceForge.

I don't encourage you to download pre-built Windows VM from anywhere, for the single fact that Microsoft itself provides you with pre-built Windows VM for you to use on your VM Lab. Again I did the research for you and here it the link for you to download the Windows of your choice,  Obs: Remember Windows only allow you to use those VM images for 30 days. Please, READ Microsoft TERMS AND CONDITIONS before you use their software here is the url for you.



Keep posted - This tutorial continues on Part 2

Also check this Handful tutorials I have found online:

Checkout our tutorial videos below. Learn more about.
  1. OWASP AppSec Basics: http://www.youtube.com/watch?v=CDbWvEwBBxo
  2. OWASP SQL Injection: http://www.youtube.com/watch?v=pypTYPaU7mM
  3. OWASP Cross Site Scripting: http://www.youtube.com/watch?v=_Z9RQSnf8-g
  4. OWASP Strict Transport Security: http://www.youtube.com/watch?v=zEV3HOuM_Vw

Tuesday 24 March 2015

Error while trying to update Ubuntu 14.04 LTS

Hi all this morning, as usual I was kind updating my Ubuntu and part of my normal system maintenance check up and find this error, while trying to update my system.


It seems strange to me, after a quick google - I found a work around on this website on AskUbuntu forum.. http://askubuntu.com/questions/599112/google-chrome-ppa-upgrade-invalid-signature.

"
Open a terminal and enter the following:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
 
That will import Google's updated GPG Key.

You should be able to update the system without any errors.
Source: Google Linux Repositories
"

Tuesday 23 December 2014

Some Things I've learnt about GNS3

I am in no way an expert on GNS3, just a trainee   below are a few things i have learnt lately. I thought it might be a good idea to produce something like this. If everyone replied to it and added a few tips of their own it could be turned into a CLN GNS3 tips and tricks document.


GNS3 Web Sites
http://www.gns3.net GNS3’s primary Web site
http://wiki.gns3.net GNS3’s Wiki site
http://www.ipflow.utc.fr/index.php/Cisco_7200_Simulator Dynamips – the actual emulator

http://www.ipflow.utc.fr/blog/ Dynamips blog
http://dyna-gen.sourceforge.net/ Dynagen
http://www.ipflow.utc.fr/bts/ Dynamips/Dynagen bug tracking
http://7200emu.hacki.at Hacki’s forum
===

1. GNS3 has less chance of crashing if the bin files are unzipped.

2. Currently images for 2600 routers must be uncompressed to work with Dynamips.

3. To dramatically reduce the load on your processor, right click on the router and choose idle, after a few moments it will give you a list to choose from.
Choose the one with a * against it, if you don't see a * in the choice run it again.

4. If you don't need any special routers then use the same type on the whole lab, this will use far less processing power and memory.

5. To print out the diagram of your network click file then export, you can export all or just what is visible.

6. To move your router/routers/links etc click the left mouse button and draw around what you want to move, you can then move everything that is inside that shape.

7. I find that if you move around the interface identities they eventually go back to their original position. I don't move them anymore as it looks a bit
messy when that happens.

8. You can't use GNS3 for the SWITCH studies, GNS3 only has basic switch capabilities.

9. You can create computers and run ping's/telnet with VPC, the document attached shows you how, its very simple to follow. I did find that it takes a few times for it to accept being a cloud, once you click ok just open it back up and check it.

10. I personally find that it is best to connect your links between routers when they are switched off, sometimes i find it fails otherwise.

11. You can create a router to act like a pc, this is shown below but it is also in the document.


Router(config)# no ip routing         Turns off IP routing function
Router(config)# interface fa0/0      Switches to FastEthernet interface
Router(config-if)# ip address address subnet_mask Assigns IP address and subnet mask to interface
Router(config-if)# no shutdown      Turns interface on
Router(config-if)# exit                     Returns to global configuration mode
Router(config)# ip default-gateway gateway_address Configures the default gateway
Router(config)# ip http server         Optional – starts http server process
===

12. You can connect GNS3 to real equipment, i have not done this yet myself, it is in the document attached how to do this.

13. When using windows 64 bit GNS3 will default to program files (x86). GNS3 is a 32 bit program for windows so point it to program files not the (x86).

14. I have a Lenovo Thinkpad with a i7 processor and 4GB of RAM. With 7 routers of the same type my processor is running between 8 and 15 %, my RAM consumption is around 2.3 to 2.8 GB. That is also using a few other programs on my laptop at the sometimes.

Thursday 11 July 2013

Solve VMWare Workstation 9 Error on Linux Kernel 3.8.0-26



I have VMware Workstations 9 installed on my uBuntu 13 machine and today without any apparent reason it stop working throwing me the following error, every time I've tried to boot up any VM machine.


To solver the problem .. here is what I have done ... created bash script to handle problems with VMware Player on 13.04 ...




  • #!/bin/bash
  • if [[ $UID != 0 ]]; then
  •     echo "Please run this script with sudo:"
  •     echo "sudo $0 $*"
  •     exit 1
  • fi
  • sudo ln -s /usr/src/linux-headers-$(uname -r)/include/generated/uapi/linux/version.h /usr/src/linux-headers-$(uname -r)/include/linux/version.h
  • cd /usr/lib/vmware/modules/source
  • sudo tar -xf vmci.tar
  • cd vmci-only
  • sudo sed '127s/.*/   .remove = vmci_remove_device,/' driver.c > driver.c.tmp
  • mv driver.c.tmp driver.c
  • sudo sed '1753s/.*/static int/' driver.c > driver.c.tmp
  • mv driver.c.tmp driver.c
  • sudo sed '1981s/.*/static void/' driver.c > driver.c.tmp
  • mv driver.c.tmp driver.c
  • cd ..
  • sudo tar -cf vmci.tar vmci-only/
  • sudo rm vmci-only/ -Rf
  • sudo vmware-modconfig --console --install-all
  • sudo rm /usr/src
  • Before write the script I've open the terminal and type " #sudo kate " then when kate opened I entered the script and saved on " /usr/src/open-vm-tools-xxxx.xx.xx" (replace the x with year month and day) and save it. Then close Kate

    The Open terminal again and do the following;


    after you should have VMware workstation running...



    This is another posting showing "how to do computing" for everyday computer usages... For a general public

    Wednesday 10 July 2013

    Manually uninstalling VMware Workstation from Linux hosts

    Manually uninstalling VMware Workstation from Linux

    VMWare Workstation doesn't ship in a deb, so it isn't registered in dpkg (which is why you can't find it in the software center). It does have an install and uninstall utility though.

    To uninstall VMWare Workstation, you will need to run


    #vmware-installer --uninstall-product vmware-workstation
    
    
    

    Details

    This article provides steps for manually removing VMware Workstation when the uninstaller script or RPM package fails to remove the product automatically.

    Solution

    Note: Log into the host using the root account to execute the terminal commands in this article. If running Ubuntu, the root account is not available by default. Prepend all commands with sudo,or switch to root using this command:

    sudo su -

    Warning: This command provides unrestricted access to the operating system. It is possible to cause damage to the system when using this access level.

    1. Open a command prompt. For more information, see Opening a command or shell prompt (1003892). Type the commands as indicated in the steps of this procedure.
    2. Shut down all VMware applications and services.

      /etc/init.d/vmware stop

    3. Verify that all processes have stopped:

      lsmod | grep vm

      Note: A zero must be listed beside VMware related modules to indicate that they are no longer running.

    4. Move the VMware libraries to the /tmp directory:

      cd /lib/modules/kernel_version/misc
      mv vm* /tmp


      Note: If the kernel has ever been updated, you must check and move the files from multiple paths. Substitute the kernel version where indicated above.

    5. Unload the kernel modules:

      rmmod vmnet.o
      rmmod vmmon.o
      rmmod vmci.o
      rmmod vmblock.o
      rmmod vmppuser.o


    6. Remove the VMware startup scripts:

      RedHat and Most Distributions:
      rm /etc/rc.d/init.d/rc2.d/*vmware*
      rm /etc/rc.d/init.d/rc3.d/*vmware*
      rm /etc/rc.d/init.d/rc5.d/*vmware*
      rm /etc/rc.d/init.d/rc6.d/*vmware*


      Ubuntu:

      rm /etc/rc2.d/*vmware*
      rm /etc/rc3.d/*vmware*
      rm /etc/rc5.d/*vmware*
      rm /etc/rc6.d/*vmware*


      Note: If you are using a different Linux distribution, substitute the correct path in the commands.

    7. Remove the remaining VMware files and directories:

      rm -rf /etc/vmware*
      rm /usr/bin/vmware-usbarbitrator
      rm /usr/bin/vmnet*
      rm -r /usr/lib/vmware*
      rm -r /usr/share/doc/vmware*


    8. If an RPM package was used to install the VMware product, complete these steps to delete the RPM database entry:

      rpm -qa | grep VMware

      A list of VMware packages is presented. Copy the exact package name for the next step and paste it into the command where indicated.

    9. Remove the VMware packages:

      rpm --erase --nodeps VMware_Package_Name

    Friday 21 June 2013

    Thursday 16 May 2013

    Update script working with Backtrack 5

    I could not find an update script working with Backtrack 5 so I decided to make a quick one.

    Updated version: 2.0

    Changelog Version 2.0
    Code:
    * Reviewed all tools.
    * Compatible with Backtrack 5 R2/R3.
    * Removed the menu.
    Code:
    git clone git://github.com/sickn3ss/backtrack_update.git
    cd backtrack_update
    chmod a+x backtrack5_update.py
    ./backtrack5_update.py
    Screenshot:



    If you know more tools I could add to the script in order to update them please feel free to post them here.
    Also if you find any bugs or have any feedback feel free to contact me in this thread. I will update the thread with each update to the script.

    NOTE: Please make sure you understand what the script does before running it.

    Enjoy!

    Thursday 21 March 2013

    How to Disable Guest Account Login on Ubuntu



    By default ubuntu 12.04 comes with guest account.You can disable this account using the following procedure.Guest account is a paswordless account which allow users to get access to Ubuntu machine


    Open /etc/lightdm/lightdm.conf file from your terminal using the following command
    gksudo gedit /etc/lightdm/lightdm.conf
    Add the following line
    allow-guest=false
    Save and exit the file
    After adding the above line you should see similar to the following in lightdm.conf file
    [SeatDefaults]
    user-session=ubuntu
    greeter-session=unity-greeter
    allow-guest=false
    Finally you have to restart lightdm using the following command from your terminal
    sudo restart lightdm
    Note:- After executing above command all graphical programs running will be close

    Friday 12 October 2012

    md5sum.exe introduction


    After you download all the Shorten (.shn) files for a particular disc or show, you want to verify that the files are not corrupted or otherwise unusable before you burn them to disc or host them on your file server. We do this by checking the downloaded Shorten (.shn) files against an .md5 file. An .md5 is a simple text file that contains a "fingerprint" of each Shorten file.


    When you perform an md5 check, you are comparing the fingerprint from the files you downloaded to the fingerprint of the files on the server you downloaded from. If the md5's (fingerprints) match, you have an uncorrupted Shorten file.



     md5sum.exe - 48KB         88170 Downloads since 9/29/00



  • Windows 95/98/Me: Download md5sum.exe to c:\windows\command

  • Windows NT/2000: Download md5sum.exe to your c:\winnt\system32
  •  

    Open an MS-DOS window and go to the directory of the show you want to check. When you are in that directory, type:
    md5sum -c [filename].md5
     
    You must insert the name of the .md5 file [without the brackets]. Below is an example of a successful md5sum check:
     
     
    On the other hand, if a track does not pass the md5check, you will see the following:
    If any Shorten files do not pass the .md5 check, you should delete the offending file(s), and try re-downloading. Then run the .md5 check again. The file(s) should now pass the .md5 check.

    If the same files fail an .md5 check more than twice, you should contact the FTP Siteop you downloaded the files from and let them know what tracks are giving you a problem. They may be hosting a corrupted track without knowing it.

    Open an MS-DOS window and go to the directory of the show you want to create an .md5 file for. When you are in that directory, type:

    md5sum *.shn > [filename].md5
     
    NOTE: You must insert the name of the .md5 file [without the brackets]. Example:
     
    md5sum *.shn > ph94-06-26d1.md5

    An .md5 file will be created and placed in that directory. Please remember to adhere the etree.org naming scheme when naming .md5 files!

    Please remember to always .md5 check your Shorten files before burning!
      

    Special thanks to bruce@gridpoint.com and the PCP community for compiling this special version of md5sum. Documentation and graphics by Mike Wren.


     

    Thursday 30 August 2012

    Learn how to build a desktop computer or PC

    Learn how to build your own computer or PC.  Allows you to customize to meet your exact needs!  Sorry the quality is a little bit crappy.

    Parts...
    Cooler Master Elite 310 Case
    Asus P5Q SE Plus motherboard
    Intel Quad core Q8200 2.33 GHZ 4 MB cache 1333 MHZ FSB
    Kingston PC8500 2 GB RAM 1066 MHZ
    XFX GeForce 9800 GT 512MB GDDR3
    Samsung 500 GB SATA HD 7200 RPM 16 MB buffer
    Antec 500 W power supply
    Samsung 22x SATA dual layer DVD burner
    2x Antec 120mm ball bearing multiple speed fans

    Music by:  incompetech.com
    Song: Deliberate Thought
    For use under Creative Commons license 3.0


    Thursday 19 July 2012

    How to install Wireless drivers on ubuntu 10.04

    About a day ago my boss asked me to get a Linus distro ubuntu 10.04 to work, it happens that thid version is not coming with network drivers activated...

    Here is how I worked out to get my WiFI drivers to work.. Later I post the solution to the Ethernet.  Let me remind you that sometimes, the setup can get mess up by some updates.

    But sooner u know how to get it done, and do it once, then it becomes easier. The first thing you need to do, in order to update or install your wifi drivers is to find out what is your kernel version ....

    You can do it by running this simple command in terminal ....

    uname -r

    ............

    Or something like this ....

    A second way is to look at the /proc/version file. This can be easily accomplished by using the cat command (which is commonly used to read and concatenate files), i.e.,
    cat /proc/version
    A third way is to use the rpm (i.e., Red Hat package manager) command with its -q (i.e., query) option and use the word kernel as an argument (i.e., input data) as follows:
    rpm -q kernel

     ....


    The download the drives from here a trusted source, for me it happens to be this one .. Realtek Drivers .... {The drivers are to my kernel type yours might be different }..

    Download them into your computer, and then that what you have to do..

    1 - unzip it into your /tmp folder .. with this command ..

     sudo tar -zxvf name_of_the_package.tar.gz


    Then ..

    root@hostdevelop:/# ls
    bin    etc             lib         mnt   sbin     tmp      vmlinuz.old
    boot   home            lib64       opt   selinux  usr
    cdrom  initrd.img      lost+found  proc  srv      var
    dev    initrd.img.old  media       root  sys      vmlinuz
    root@hostdevelop:/# cd ./tmp
    root@hostdevelop:/tmp# ls
    keyring-r6S9ei      pulse-PKdhtXMmr18n
    orbit-gdm           rtl8192ce_linux_2.6.0006.0321.2011.tar.gz
    orbit-hostdevelop   ssh-NlCyNr1469
    pulse-m5lvqUFNxjXA  virtual-hostdevelop.SxNVar
    root@hostdevelop:/tmp# tar -zxvf rtl8192ce_linux_2.6.0006.0321.2011.tar.gz
    rtl8192ce_linux_2.6.0006.0321.2011/
    rtl8192ce_linux_2.6.0006.0321.2011/firmware/
    rtl8192ce_linux_2.6.0006.0321.2011/firmware/RTL8192CE/
    rtl8192ce_linux_2.6.0006.0321.2011/firmware/RTL8192CE/Realtek-Firmware-License.txt
    rtl8192ce_linux_2.6.0006.0321.2011/firmware/RTL8192CE/rtl8192cfwT.bin
    rtl8192ce_linux_2.6.0006.0321.2011/firmware/RTL8192CE/rtl8192cfw_test.bin
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/Makefile
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/Makefile
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_com.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_com.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_def.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_dev.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_dev.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_dm.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_dm.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_dmbt.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_dmbt.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_dmout.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_dmout.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_Efuse.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_Efuse.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_firmware.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_firmware.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_hw.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_hwimg.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_hwimg.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_inc.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_led.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_led.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_phy.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_phy.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_PhyParam.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_PhyParam.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_phyreg.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_rtl6052.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_rtl6052.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_rx.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_rx.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_tx.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_tx.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_cam.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_cam.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_core.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_core.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_debug.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_debug.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_dm.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_dm.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_eeprom.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_eeprom.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_ethtool.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_mesh.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_mesh.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_pci.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_pci.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_platformdef.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_pm.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_pm.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_ps.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_ps.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_regd.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_regd.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_rfkill.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_rfkill.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_softap.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_softap.h
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_wx.c
    rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_wx.h
    rtl8192ce_linux_2.6.0006.0321.2011/Makefile
    rtl8192ce_linux_2.6.0006.0321.2011/readme.txt
    rtl8192ce_linux_2.6.0006.0321.2011/realtek/
    rtl8192ce_linux_2.6.0006.0321.2011/realtek/RadioPower.sh
    rtl8192ce_linux_2.6.0006.0321.2011/realtek/wireless-rtl-ac-dc-power.sh
    rtl8192ce_linux_2.6.0006.0321.2011/release_note
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/aes.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/api.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/arc4.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/autoload.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/cipher.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/compress.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/crypto_compat.h
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/digest.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/dot11d.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/dot11d.h
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/internal.h
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/kmap_types.h
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/license
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/Makefile
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/michael_mic.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/proc.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/rtl819x_BA.h
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/rtl819x_BAProc.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/rtl819x_HT.h
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/rtl819x_HTProc.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/rtl819x_Qos.h
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/rtl819x_TS.h
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/rtl819x_TSProc.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/rtllib.h
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/rtllib_crypt.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/rtllib_crypt.h
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/rtllib_crypt_ccmp.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/rtllib_crypt_tkip.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/rtllib_crypt_wep.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/rtllib_endianfree.h
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/rtllib_module.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/rtllib_rx.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/rtllib_softmac.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/rtllib_softmac_wx.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/rtllib_tx.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/rtllib_wx.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/rtl_crypto.h
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/scatterwalk.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/scatterwalk.h
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/wapi.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/wapi.h
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/wapi_interface.c
    rtl8192ce_linux_2.6.0006.0321.2011/rtllib/wapi_interface.h
    rtl8192ce_linux_2.6.0006.0321.2011/runwpa
    rtl8192ce_linux_2.6.0006.0321.2011/wpa1.conf
    rtl8192ce_linux_2.6.0006.0321.2011/wpa_supplicant-0.6.9.tar.gz
    root@hostdevelop:/tmp# ls
    keyring-r6S9ei      rtl8192ce_linux_2.6.0006.0321.2011
    orbit-gdm           rtl8192ce_linux_2.6.0006.0321.2011.tar.gz
    orbit-hostdevelop   ssh-NlCyNr1469
    pulse-m5lvqUFNxjXA  virtual-hostdevelop.SxNVar
    pulse-PKdhtXMmr18n
    root@hostdevelop:/tmp# cd ./rtl8192ce_linux_2.6.0006.0321.2011
    root@hostdevelop:/tmp/rtl8192ce_linux_2.6.0006.0321.2011# ls
    firmware  Makefile    realtek       rtllib  wpa1.conf
    HAL       readme.txt  release_note  runwpa  wpa_supplicant-0.6.9.tar.gz
    root@hostdevelop:/tmp/rtl8192ce_linux_2.6.0006.0321.2011# make
    make[1]: Entering directory `/usr/src/linux-headers-2.6.32-41-generic'
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_core.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_eeprom.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_wx.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_cam.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_pm.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_pci.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_ps.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_debug.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_ethtool.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl_regd.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_dev.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_tx.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_rx.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_Efuse.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_phy.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_firmware.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_dmbt.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_dmout.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_dm.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_rtl6052.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_hwimg.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_led.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/rtl8192c/r8192C_com.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/../../rtllib/rtllib_rx.o
    /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/../../rtllib/rtllib_rx.c: In function ‘rtllib_FlushRxTsPendingPkts’:
    /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/../../rtllib/rtllib_rx.c:1297: warning: the frame size of 1040 bytes is larger than 1024 bytes
    /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/../../rtllib/rtllib_rx.c: In function ‘RxReorderIndicatePacket’:
    /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/../../rtllib/rtllib_rx.c:1488: warning: the frame size of 1072 bytes is larger than 1024 bytes
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/../../rtllib/rtllib_softmac.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/../../rtllib/rtllib_tx.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/../../rtllib/rtllib_wx.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/../../rtllib/rtllib_module.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/../../rtllib/rtllib_softmac_wx.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/../../rtllib/rtl819x_HTProc.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/../../rtllib/rtl819x_TSProc.o
    /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/../../rtllib/rtl819x_TSProc.c: In function ‘RxPktPendingTimeout’:
    /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/../../rtllib/rtl819x_TSProc.c:99: warning: the frame size of 1056 bytes is larger than 1024 bytes
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/../../rtllib/rtl819x_BAProc.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/../../rtllib/dot11d.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/../../rtllib/rtllib_crypt.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/../../rtllib/rtllib_crypt_tkip.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/../../rtllib/rtllib_crypt_ccmp.o
      CC [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/../../rtllib/rtllib_crypt_wep.o
      LD [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/r8192ce_pci.o
      Building modules, stage 2.
      MODPOST 1 modules
      CC      /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/r8192ce_pci.mod.o
      LD [M]  /tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192/r8192ce_pci.ko
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-41-generic'
    root@hostdevelop:/tmp/rtl8192ce_linux_2.6.0006.0321.2011# make install
    make[1]: Entering directory `/usr/src/linux-headers-2.6.32-41-generic'
      Building modules, stage 2.
      MODPOST 1 modules
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-41-generic'
    make[1]: Entering directory `/tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192'
    make -C /lib/modules/2.6.32-41-generic/build M=/tmp/rtl8192ce_linux_2.6.0006.0321.2011 CC=gcc modules
    make[2]: Entering directory `/usr/src/linux-headers-2.6.32-41-generic'
      Building modules, stage 2.
      MODPOST 0 modules
    make[2]: Leaving directory `/usr/src/linux-headers-2.6.32-41-generic'
    find /lib/modules/2.6.32-41-generic -name "r8192ce_*.ko" -exec ls -l {} \;
    find /lib/modules/2.6.32-41-generic -name "r8192ce_*.ko" -exec rm {} \;
    install -p -m 644 r8192ce_pci.ko /lib/modules/2.6.32-41-generic/kernel/drivers/net/wireless/
    depmod -a
    make[1]: Leaving directory `/tmp/rtl8192ce_linux_2.6.0006.0321.2011/HAL/rtl8192'
    root@hostdevelop:/tmp/rtl8192ce_linux_2.6.0006.0321.2011# 






    Then .. .. Restart your systems and your wireless should be working fine !!
    Hope that this guide help you ..


    Any feedback, comments and contribution is welcome ...


    How to Hide and Unhide Hard Disk Volumes Using CMD on Windows 10 and Windows 11

    I'd be glad to create a step-by-step guide on hiding and unhiding hard disk volumes using CMD commands for Windows 10 and 11 , incorpor...