Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

666threesixes666

Members
  • Posts

    132
  • Joined

  • Last visited

  • Days Won

    16

Posts posted by 666threesixes666

  1. ifconfig is horrible, looking at the iproute2 package info today i decided im going to throw net-tools out, it looks insecure and junky...  centos7 isn't shipping with net-tools, its iproute2 only.  i know nmtui so i think i can get around deleting net-tools fine to start inspecting where the os freaks out from removing it...  find scripts calling those old tools to get em updated.

     

     

     /etc/init.d/hostname needs  

    hostname "$hostname"
    

    changed to:

    echo "$hostname" > /proc/sys/kernel/hostname
    
  2. what does ip route say?

     

    this is a working example of a wifi connection produced by networkmanager

    mkultra@spaceball-1 / $ ip route
    default via 192.168.1.1 dev wlan0  proto static  metric 1024 
    127.0.0.0/8 dev lo  scope host 
    192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.88 
    mkultra@spaceball-1 / $ route
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
    default         192.168.1.1     0.0.0.0         UG    1024   0        0 wlan0
    loopback        0.0.0.0         255.0.0.0       U     0      0        0 lo
    192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 wlan0
     
  3. sorry i wasn't feeling good last night shiggitay....  yeah your fstab is messed up.  swap can be a file or a partition.  your configs set for partition mode so it would need another partition or set to file mode....  arch has good documentation on setting up a swap file if you're pinned into moving that way rather than re-partitioning.

     

    https://bpaste.net/show/6879b47aeb6e

     

    i use a swap file on my root partition located @ /swap

  4. looking up how much adsense pays...  one site reports 48 bucks for every 1000 visits...  this thread alone has 4k visits....

    "No click on them is necessary for you to earn something from AdSense."

    i honestly don't mind a few ads to have drobbins work on funtoo full time.  ill even disable adblocking on funtoo.  i love funtoo!  =D

  5. i did some virtual machine drag racing a while back.  uhhh  id guess...  with sufficient ram 2 minutes or less to fully functioning with firefox running.  probably 45 seconds if minimally loaded...  it really depends on how much software and boot services you're running.

     

    systemd is quicker than windows xp, but its painful to use and has alot of attack surface, and not all services function correctly with it.

  6. git is distributed out of the box.  it only fetches updates...  there should be a way to fetch git, then serve git.  i don't know git well enough to do that.

     

    we need an article for this...  to git sync on a master tree box, then git share on a master sync box, then set everyone's configs behind the mirror to sync against the mirror instead of github.

  7. cd /usr/src/linux(-versionnumber (optional))

    "make clean && make distclean && make mrproper" < sanatize

    "cp /boot/config-(versionnumber) .config" < copy old configs if any

    "make menuconfig" < adjust configurations or just exit to accept defaults if anythings changed

    "make && make modules_install && make install" <--- didja do dis?

  8. you need to emerge -1 networkmanager nm-applet

     

    much past that i suggest you give gnome 3.14 a whirl, its classic modes very gnome 2y.

     

    personally i abandoned ship to xfce4 which has been a strong running light weight desktop for me for YEARS...  i was running xfce before i figured out gnome2 was a viable solution.

     

    gnome 2 / mate / gnome 3 / cinnamon use pulse audio...  i run pulse audio on my xfce4 setup.

×
×
  • Create New...