Coder Social home page Coder Social logo

rock-4se-kali's Introduction

Kali Linux XFCE for the Radxa Rock Pi 4 SE


A Kali Linux ARM image for the RADXA Rock Pi 4 SE - rk3399t (tested)


"If it doesn't exist, create it yourself." Daniel Wieczorek


It's a Rolling release, so you can do:

apt update -y && apt upgrade -y && apt full-upgrade -y && apt dist-upgrade -y

to be up to date!


REAL KALI LINUX

This is a kali build from the bottom of a kali root filesystem The image is 16.7 GB and therefore a 32 GB SD card is required.

login:_______kali
password:____kali
----------------------
Desktop: XFCE4
Kernel: 6.1.0
Build Date: 2023/05/09


! FIRST BOOT TAKES 2 MINUTES AND 12 SECONDS FOR RESIZING THE ROOT FILESYSTEM !

ISSUES:

1.)BLACK SCREEN:

If you have a black screen after a boot-time of 2 minutes and 12 seconds you must

mount the root filesystem on your Linux-Machine and edit /etc/X11/xorg.conf.d/10-monitor.conf

and set the right Screenresolution(e.g.: 1920x1080).


Section "Monitor"
     Identifier "HDMI-1"
     Option "PreferredMode" "1920x1080"
EndSection

DO NOT OVERCLOCK WITH "rsetup"


DOWNLOADS:


SD-Card Image: kali-final-2023-05-09.img.xz (3.5 GB)

SD-Card Image alternative download: kali-final-2023-05-09.img.xz (3.5 GB)

SD-Card Image Torrent: kali-final-2023-05-09.img_archive.torrent

Root Filesystem: kali-final-2023-05-09-rootfs.tar.xz (3.2 GB)

Dockerimage: Dockerimage (5.0 GB)

(Check out Kali-Slim-XFCE-SD-Card-image https://github.com/byte4RR4Y/rock-4se-kalislim)

rock-4se-kali's People

Contributors

byte4rr4y avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

rock-4se-kali's Issues

timedatectl NTP service not working

Its working in Rockpi 4 b.

The timedate sync is not working.

After running -> journalctl --unit=systemd-timesyncd.service
Got the following:
systemd-timesyncd.service - Network Time Synchronization was skipped because of an unmet condition check (ConditionVirtualization=!container).

edited /etc/systemd/system/dbus-org.freedesktop.timesync1.service
-ConditionVirtualization=!container
+ConditionVirtualization=container

Time sync is working. Dont know if a better solution is available.

PS: Thanks for your hard work.

Corrup .zsh_history file

Fix it like this:
cd ~
mv .zsh_history .zsh_history_bad
strings -eS .zsh_history_bad > .zsh_history
fc -R .zsh_history
sudo su
cd ~
mv .zsh_history .zsh_history_bad
strings -eS .zsh_history_bad > .zsh_history
fc -R .zsh_history

Rock 3a support

Would it be possible to add support for the Rock 3a, or would it already be compatible?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.