kali, could you use some network card for sniffing while connecting to existing network? or could you automate the sniffing so that we don’t get bored?
could you extract some login default patterns/filters?
for macos and linux:
if modifier hotspot is present, connect to it.
otherwise if CMCC present, connect to it.
if CMCC fails after login attempts, try to connect with some paid network.
for modifier:
if CMCC present, connect to it.
if CMCC fails, try to connect with some paid network.
internet switch will be manually turned on, to save power.
when kali is off, this mac will go crazy and hang everything.
need to scan for kali existance on demand, not all the time.
developing
should we use p2p networks to speed up remote connections like n2n or tinc?
would it be interesting to run all our kali connectors ranged from vscode-ssh-connect, rclone mount and direct ssh connection via kali command dynamically by our kali discovery service, if we can reload the nginx daemon on demand.
using redis to store some daemon reported values.
how about we set the workding directory of redis-server to /tmp so that the dump.rdb file will never take space after reboot?
we need to know if this will successifully launch after reboot since /tmp may not exist by that time
hdiutil attach -nomount ram://#sectors #get returned value afterwards! newfs_hfs -v 'Ramdisk' <returned_disk_device_id> # maybe you should create apfs case sensitive instead? #mount disk mkdir -p ~/Ramdisk # may change fs type accordingly when using apfs mount -o noatime -t hfs <returned_disk_device_id> ~/Ramdisk
# to be succint: launchctl list | grep syncdog | awk '{print $1}' | xargs -I abc kill -s TERM abc # instead of: #launchctl list | grep pyjom_local_syncdog # to get process pid #kill -s TERM <service_pid>
we need to add some code for it. consider adding something alike to that to kali?
everytime the fucking machine restarts, it fails devastatingly.
the word: Giving the fans some time to reach full speed...
the script:
1 2 3 4 5 6 7
#!/usr/bin/expect spawn pwmconfig #expect "Giving the fans some time to reach full speed..." expect "If you do not want to do this hit control-C now!!!" send "\03" expect eof
hope this shit works?
1 2 3
echo 255 | sudo tee /sys/class/hwmon/hwmon6/pwm3 echo 255 | sudo tee /sys/class/hwmon/hwmon6/pwm1
i have install something other than that. like i8kctl, some thermal controllers by intel (thermald)? but still gpu fan not spinning till now.
Detect media file corruption, Python suggest binary file name extension
to rule out those corrupted media files, or unplayable files. maybe simply by parsing these files is not enough, we need a dedicated file corruption detector.
to truncate these files and see errors produced by media readers. use text file with media file extension to test them.
linux-timemachine supports windows, linux, macOS, using rsync as backend, can use hardlink to make backup management very easy. can delete previous backup without losing data. need external controller to make “circular” or to only keep most recent backups on disk.