GithubHelp home page GithubHelp logo

kali-clean's Introduction

xct

Vulnerable Machine & Content Development • Offensive Security • Hobby ⚑ Collector • Walkthroughs @ http://youtube.com/xct_de


xct's GitHub Stats

kali-clean's People

Contributors

tobeatelite avatar xct avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

kali-clean's Issues

mod key not working in VMware Workstation Kali Guest

After running the install on kali 2022.4 and swtiching to i3. mod key is not working. OS in VMware Workstation on Windows 11 host with Kali Guest. Did my Try Harder but could not google-fu what the issue could be. No keyboard shortcuts are working in i3, all works fine when I switch to Xfce. Not much lack with i3 on Kali for a while.

help.!

How to uninstall kali-clean? because when i do installed i lost 1 Gegabyte in my Disk space.!

i3 config error

Here is the error log

ERROR: CONFIG: Expected one of these tokens: <end>, '#', 'set', 'i3bar_command', 'status_command', 'socket_path', 'mode', 'hidden_state', 'id', 'modifier', 'wheel_up_cmd', 'wheel_down_cmd', 'bindsym', 'position', 'output', 'tray_output', 'tray_padding', 'font', 'separator_symbol', 'binding_mode_indicator', 'workspace_buttons', 'workspace_min_width', 'strip_workspace_numbers', 'strip_workspace_name', 'verbose', 'colors', '}'
ERROR: CONFIG: (in file /home/kali/.config/i3/config)
ERROR: CONFIG: Line 124:         i3bar_command i3bar -t
ERROR: CONFIG: Line 125:         position top
ERROR: CONFIG: Line 126:         height 26
ERROR: CONFIG:                   ^^^^^^^^^
ERROR: CONFIG: Line 127:         font pango:RobotoMono Nerd Font Regular 7.5
ERROR: CONFIG: Line 128:         colors {
ERROR: CONFIG: Expected one of these tokens: <end>, '#', 'set ', 'set   ', 'set_from_resource', 'include', 'bindsym', 'bindcode', 'bind', 'bar', 'font', 'mode', 'floating_minimum_size', 'floating_maximum_size', 'floating_modifier', 'default_orientation', 'workspace_layout', 'default_border', 'new_window', 'default_floating_border', 'new_float', 'hide_edge_borders', 'for_window', 'assign', 'no_focus', 'focus_follows_mouse', 'mouse_warping', 'focus_wrapping', 'force_focus_wrapping', 'force_xinerama', 'force-xinerama', 'disable_randr15', 'disable-randr15', 'workspace_auto_back_and_forth', 'fake_outputs', 'fake-outputs', 'force_display_urgency_hint', 'focus_on_window_activation', 'title_align', 'show_marks', 'workspace', 'ipc_socket', 'ipc-socket', 'ipc_kill_timeout', 'restart_state', 'popup_during_fullscreen', 'exec_always', 'exec', 'client.background', 'client.focused_inactive', 'client.focused', 'client.unfocused', 'client.urgent', 'client.placeholder'
ERROR: CONFIG: (in file /home/kali/.config/i3/config)
ERROR: CONFIG: Line 136: # i3-gaps
ERROR: CONFIG: Line 137: for_window [class="^.*"] border pixel 2
ERROR: CONFIG: Line 138: gaps inner 2
ERROR: CONFIG:           ^^^^^^^^^^^^
ERROR: CONFIG: Line 139: gaps outer 4
ERROR: CONFIG: Line 140: 
ERROR: CONFIG: Expected one of these tokens: <end>, '#', 'set ', 'set   ', 'set_from_resource', 'include', 'bindsym', 'bindcode', 'bind', 'bar', 'font', 'mode', 'floating_minimum_size', 'floating_maximum_size', 'floating_modifier', 'default_orientation', 'workspace_layout', 'default_border', 'new_window', 'default_floating_border', 'new_float', 'hide_edge_borders', 'for_window', 'assign', 'no_focus', 'focus_follows_mouse', 'mouse_warping', 'focus_wrapping', 'force_focus_wrapping', 'force_xinerama', 'force-xinerama', 'disable_randr15', 'disable-randr15', 'workspace_auto_back_and_forth', 'fake_outputs', 'fake-outputs', 'force_display_urgency_hint', 'focus_on_window_activation', 'title_align', 'show_marks', 'workspace', 'ipc_socket', 'ipc-socket', 'ipc_kill_timeout', 'restart_state', 'popup_during_fullscreen', 'exec_always', 'exec', 'client.background', 'client.focused_inactive', 'client.focused', 'client.unfocused', 'client.urgent', 'client.placeholder'
ERROR: CONFIG: (in file /home/kali/.config/i3/config)
ERROR: CONFIG: Line 137: for_window [class="^.*"] border pixel 2
ERROR: CONFIG: Line 138: gaps inner 2
ERROR: CONFIG: Line 139: gaps outer 4
ERROR: CONFIG:           ^^^^^^^^^^^^
ERROR: CONFIG: Line 140: 
ERROR: CONFIG: Line 141: client.focused  #82c8ff #82c8ff #dddddd
ERROR: FYI: You are using i3 version 4.20.1 (2021-11-03)

Kali VM freeze on login after installation

Hi,

I've tried it on Kali VM for vmware workstation and it freezes.
After selecting i3 and login in, I can only see the wallpaper. No desktop icons, and nothing works including shortcuts (like to start a terminal).

Kindly look into that.

Kali-themes install error

kali-clean requires this kali package called kali-themes. However, I explored some issues while trying so many attempts to install this specific package, is there any possibility for someone to guide me on how to install that package?

image

Create a Argument for Install in arm64

Only an sugestion to create an argument (./install.sh --arm64) in install script for all packages that will install in arm version.

packages like alacrity not working in arm base

Add VPN status in i3bar

Hey @xct, 👋

Nice setup. I end up using yours :)

Because you do lot of HTB and VPN IP might change in between connections, I propose an addition to your setup: Add VPN IP in i3 bar

In my conf (=i3blocks.conf), I have added this section :

# VPN
#
[iface]
instance=tun0
color=#3BB92D
label=🆙
interval=120
#separator=false

Cheers and thanks for the videos and good repos

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.