Search:

Type: Posts; User: pyth0n

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    12,422

    Fsck is FileSystemChecK so your hard drive has...

    Fsck is FileSystemChecK so your hard drive has not been shut down properly because you forced a shutdown.
    How large is your sda1 partition?

    This may take some time so wait for fsck to complete....
  2. Replies
    1
    Views
    2,269

    You can install WiringPi library:...

    You can install WiringPi library:
    http://wiringpi.com/

    Or if you need control of GPIO via Internet try Webiopi:

    http://webiopi.trouch.com/
  3. Replies
    2
    Views
    6,229

    Follow the steps in the official install guide:...

    Follow the steps in the official install guide:
    http://docs.kali.org/installation/dual-boot-kali-with-windows

    Free space is unformatted partition. You formatted your free space as a 10G NTFS...
  4. Replies
    1
    Views
    8,627

    Something went wrong in your install, cant access...

    Something went wrong in your install, cant access tty usually means the linux kernel cannot find your root partition.
    So where is your root partition? sda3? sda5? somewhere else?

    The easiest way...
  5. Replies
    5
    Views
    13,648

    Not sure which screen you are talking about. ...

    Not sure which screen you are talking about.

    When your computer boots kali uses grub2 there is a login screen which choice of operating systems kali, windows, etc
    if this is the screen its the...
  6. Replies
    4
    Views
    2,610

    Good find BTW, I'm running the 64bit oclHashcat...

    Good find BTW, I'm running the 64bit oclHashcat benchmark on Ubuntu 14.10 with an AMD HD5770
    card and catalyst 15.2 drivers. The GPU core is running at 850MHz and Memory 1G DDR5 set at
    1200MHz...
  7. Have a look at these threads on the Ubuntu forum:...

    Have a look at these threads on the Ubuntu forum:

    http://askubuntu.com/questions/137421/volume-keys-are-working-in-unity-but-not-in-xfce4

    Ubuntu takes it base from Debian so solutions might...
  8. Replies
    4
    Views
    2,610

    Well there is good news and bad news: The Bad...

    Well there is good news and bad news:

    The Bad news Catalyst 15.9 driver requires Xorg up to 1.17 linux kernel (2.6 to 3.19) so its never going to compile
    on Kali2, which uses kernel 4.0.0 and...
  9. If you look at the thread and open the pastebin...

    If you look at the thread and open the pastebin in a a new tab, you will see it contains all the apt-get commands to install xfce4
    so the answer is, just the first command.

    And if you want to...
  10. On Kali 2 to run Metasploit you just click the...

    On Kali 2 to run Metasploit you just click the Metasploit icon on the dash-to-dock on Gnome 3, the developers have
    wrote a shell command so you dont have to start the services manually.

    First...
  11. Replies
    2
    Views
    4,142

    404 is address not found, but can also mean youre...

    404 is address not found, but can also mean youre offline.
    I'd check your connection

    ping -c4 google.com

    If apt-get update has failed to renew your sources list then it could also mean that...
  12. Thread: High CPU usage

    by pyth0n
    Replies
    3
    Views
    4,356

    Open a terminal and keep htop open, it will list...

    Open a terminal and keep htop open, it will list all running processes, resources and virtual memory.

    Have you installed kali for root user only or created a second user account?
  13. Replies
    4
    Views
    26,554

    They must have got access to your netgear router...

    They must have got access to your netgear router to change forwarding rules. You've probably done so already
    but change the admin password on your router, then you really need to reinstall kali. If...
  14. Check if your laptop is listed on the Linux HCL:...

    Check if your laptop is listed on the Linux HCL:
    https://www.linuxquestions.org/hcl/

    If its too new then you will have to wait until a kernel module is wrote. In the meantime,
    insert a USB stick...
  15. Replies
    4
    Views
    26,554

    Clamav does nothing, it looks for windows viruses...

    Clamav does nothing, it looks for windows viruses attached to emails.
    There are no viruses for linux (they have been created in labs) but none
    exist in the wild.
    As a second defense rkhunter can...
  16. Replies
    2
    Views
    3,845

    Can you post output from inxi -Ax If you...

    Can you post output from

    inxi -Ax

    If you get command not found, run

    apt-get install inxi

    Kali was designed for security and penetration testing so may not be setup for best audio.
    Audio...
  17. Replies
    7
    Views
    22,937

    Sorry did not realise you were running Kali on a...

    Sorry did not realise you were running Kali on a Raspberry Pi 2.
    The Pi SD card has two partitions VFAT and ext4.

    To run a file filesystem check you need to unmount the card, place it in your...
  18. Replies
    7
    Views
    22,937

    OK, never use a weak filesystem like DOS or FAT32...

    OK, never use a weak filesystem like DOS or FAT32 or NTFS unless you have some special need to share data
    with windows. These filesystems will always fragment but, the side effects of wear and tear...
  19. Replies
    7
    Views
    22,937

    Boot to kali desktop (assuming you are running as...

    Boot to kali desktop (assuming you are running as root) and open the terminal, post the output of:

    fdisk -l

    Last character lowercase"L"

    Then try and mount all drives in fstab, type

    mount...
  20. Replies
    1
    Views
    888

    It looks like /dev/sdc5 so what is your third...

    It looks like /dev/sdc5 so what is your third hard drive? External, internal or on some flash drive?
    You probably need to umount it and run fsck. What filesystem did you use ext4?
  21. Replies
    2
    Views
    8,184

    You can do it all on one line with: useradd -m...

    You can do it all on one line with:

    useradd -m -g kali -G kali,sudo,wheel -s /bin/bash kali

    where -g creates group 'kali' and final 'kali' is new username.
    Then change password for user...
  22. Replies
    4
    Views
    8,489

    Presumably you installed on a laptop? You just...

    Presumably you installed on a laptop?
    You just close the lid to sleep or press the on/off button.

    Kali2 uses Gnome 3 power options are on the dock on the right second icon from bottom, settings,...
Results 1 to 22 of 25