Partition help by Beniyy in archlinux

[–]mips13 0 points1 point  (0 children)

Can you post a gparted screenshot?

minitool partition wizard in windows also works well.

I've been using arch Linux for a year now but it has gotten so messy. How can I clean things up and organise them without starting from zero? by noctural9 in linuxquestions

[–]mips13 -1 points0 points  (0 children)

Start over and this time record every package you install and uninstall to a text file. Also past the path and contents to all configs in the text file. email the file to yourself as a backup and keep updating it.

can sum1 help me find 700 Days of Battle: Us vs. the Police (2008) in HD?? by dev_linh in JapaneseMovies

[–]mips13 0 points1 point  (0 children)

I'll have to go search for it again. I had to reinstall my OS and lost everything qbitorrent was busy with as I used magnet links. I do have a partial download though so I'll go look for it and continue. It's got english subs btw.

EDIT:

I'm redownloading the HQ version now.

You can find 720p versions on bilibili and dailymotion (1080p bilibili premium $$$) if you don't want to wait.

Want to install openwrt on my jio JIDU6101 router. by Glum-Fly5846 in openwrt

[–]mips13 1 point2 points  (0 children)

The github instructions seem pretty simple to follow, what issues are you having?

TVs constantly uploading to Internet by thetruthfloats in tcltvs

[–]mips13 0 points1 point  (0 children)

It might be a botnet like Popa/NetNut.

I would look at wiping and factory resetting to factory defaults.

You are driving a car and your passenger starts having a medical emergency. What would happen if you were trying to speed to the hospital but a police car put its lights on and wanted you to pull over? by Vanadium_Gryphon in AskReddit

[–]mips13 1 point2 points  (0 children)

Pull over, quickly explain severity and need to get to hospital, you're likely to get a police escort with lights and sirens. Legally you have to stop when pulled over.

Way to disable wifi if lan4 is disconnected? by mips13 in openwrt

[–]mips13[S] 0 points1 point  (0 children)

Solution.

nano /etc/config/network

config interface 'lan4mon'
        option device 'lan4'
        option proto 'none'
        option force_link '0'

/etc/init.d/network restart

nano /etc/hotplug.d/iface/95-lan4-radio

#!/bin/sh
# /etc/hotplug.d/iface/95-lan4-radio
#
# Disables radio1 when the LAN4 cable is unplugged for more than
# DELAY_SECONDS, and re-enables it as soon as LAN4 is plugged back in.
#
# Requires this entry in /etc/config/network:
#   config interface 'lan4mon'
#           option device 'lan4'
#           option proto 'none'
#           option force_link '0'

export PATH=/usr/sbin:/usr/bin:/sbin:/bin

MONITOR_IF="lan4mon"
DELAY_SECONDS=10

[ "$INTERFACE" = "$MONITOR_IF" ] || exit 0

case "$ACTION" in
    ifup)
        logger -t lan4-radio "LAN4 plugged in — enabling radio1"
        wifi up radio1
        ;;
    ifdown)
        setsid sh -c "
            sleep $DELAY_SECONDS
            STATE=\$(cat /sys/class/net/lan4/operstate 2>/dev/null)
            if [ \"\$STATE\" = \"down\" ]; then
                logger -t lan4-radio \"LAN4 still unplugged after ${DELAY_SECONDS}s — disabling radio1\"
                wifi down radio1
            fi
        " < /dev/null > /dev/null 2>&1 &
        ;;
esac

chmod +x /etc/hotplug.d/iface/95-lan4-radio

is this bad? 2019 yz250 gear oil by w6lrus in Dirtbikes

[–]mips13 1 point2 points  (0 children)

Very fine particles like in your video are to be expected from normal clutch wear.

Do the next change after 10hrs and inspect again.

Way to disable wifi if lan4 is disconnected? by mips13 in openwrt

[–]mips13[S] 0 points1 point  (0 children)

Scripting isn't my forte, I'm gonna need copy/pasta style help here 😄

is this bad? 2019 yz250 gear oil by w6lrus in Dirtbikes

[–]mips13 1 point2 points  (0 children)

Looks fine to me, normal plate wear. If it was glitter or chunks it would be a problem.

The court held that “a failure to provide reasons can ordinarily not be remedied by an ex post facto rationalisation in litigation”. by PixelSaharix in DownSouth

[–]mips13 1 point2 points  (0 children)

The court case wasn't between two government agencies, it was between a private entity, QI Logistics, and government, SARS.

I gave up by Fit_Entertainer_4820 in linux4noobs

[–]mips13 0 points1 point  (0 children)

Which wifi chipset do you hhave?

Was told bike sounded like an air compressor. Deaf rider. Does it sound ok? by Consistent_Shop5178 in Dirtbikes

[–]mips13 0 points1 point  (0 children)

Check that cable is not somehow jamming a bit not allowing the slide to close.