• 1 Post
  • 41 Comments
Joined 1 year ago
cake
Cake day: June 25th, 2023

help-circle
  • If you surprised why it has a PowerPC CPU. It’s actually a SoC.
    From the manual:

    AMCC PowerPC 405 32-bit RISC processor core operating up to 333MHz with 16KB D-and I-caches.

    Designed specifically to address embedded applications, the PowerPC 405EP (PPC405EP), provides a high-performance, low-power solution that interfaces to a wide range of peripherals by incorporating on-chip power management features and lower power dissipation requirements.





  • https://www.comparitech.com/blog/vpn-privacy/sim-card-registration-laws/

    Countries without mandatory SIM-card registration laws
    Those without any SIM-card registration requirements are Bosnia and Herzegovina, Canada, Comoros, Croatia, Cyprus, Czech Republic, Denmark, Finland, Iceland, Ireland, Israel, Kiribati, Latvia, Liechtenstein, Lithuania, Malta, Marshall Islands, Micronesia, Moldova, the Netherlands, New Zealand, Nicaragua, Portugal, Romania, Serbia, Slovenia, the United Kingdom, the United States, and Vanuatu.

    I’m not sure if it’s legit (SMS only).
    https://anonymsms.com/private-numbers/

    Rent a private phone number and verify any platform online. Only you have access to the number. All our numbers are based on real sim cards. We provide flexible payment options, accepting over 100 types of cryptocurrencies, as well as PayPal and major debit/credit cards.
















  • lnxtx@feddit.nltoTechnology@beehaw.org🔋TLP Question🔋
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 months ago

    TLP can also control CPU clock.

    I’m using these settings on my trusty X260:

    CPU_SCALING_GOVERNOR_ON_AC=performance
    CPU_SCALING_GOVERNOR_ON_BAT=powersave
    
    CPU_MIN_PERF_ON_AC=0
    CPU_MAX_PERF_ON_AC=100
    
    CPU_MIN_PERF_ON_BAT=0
    CPU_MAX_PERF_ON_BAT=30
    
    CPU_BOOST_ON_AC=1
    CPU_BOOST_ON_BAT=0
    
    CPU_HWP_DYN_BOOST_ON_AC=1
    CPU_HWP_DYN_BOOST_ON_BAT=0
    
    SCHED_POWERSAVE_ON_AC=0
    SCHED_POWERSAVE_ON_BAT=1
    
    USB_EXCLUDE_WWAN=1