i7-6700 -- Master

Start Date: 2016-04-09

  • 2021-04-28
    • must run "xinput set-button-map 13 1 0 3 4 5 6 7" on boot up every time
    • created file "mousewheel.sh" that runs that command
  • 2021-02-02
    • The middle mouse button (scroll wheel) inserts clipboard contents when depressed. I can't scroll through files.
      • get mouse id
        • xinput list | grep 'id='
          • a whole list of stuff
        • xinput list | grep 'Mouse'
          • PixArt USB Optical Mouse id=13 [slave pointer (2)]
      • xinput get-gutton-map 13
        • 1 2 3 4 5 6 7
      • Here only the first three numbers have meaning. They represent the left, middle, and right mouse buttons. I can turn the middle mouse button off by setting it to 0:
        • xinput set-button-map 13 1 0 3 4 5 6 7
    • SUCCESS
    • https://unix.stackexchange.com/questions/24330/how-can-i-turn-off-middle-mouse-button-paste-functionality-in-all-programs
      • answer 16
  • 2020-05-01
    • I had to set the bookmark or link to the internet address: 76.94.229.134
  • 2020-04-29
    • attemptimg to get master firefox to home on internet, not self.
    • /etc/apache2/sites-available/000.default.conf line 16 ServerName changed
      • from: lynchjim.com
      • to: Master
    • NO JOY
  • 2020-04-14
    • PHP address and portfolio buttons don't work.
      • Years ago PHP 7 required a rewrite of all php scripts. I forgot. I tried once but it got way to complicated and way to time consuming. I gave up. That's why I can't upgraded linux on the Server.
        • Semi JOY At least I know what the problem is.
    • Router does not route to the Server
      • Apparently it the was never router. When Firefox on Master computer is clicked on lynchjim.com it self links to 192.168.0.101, not 104.174.86.71. No other computer does this. That means it's in the computer.
      • NO JOY
  • 2019-03-27
    • /etc/apache2/sites-available/000.default.conf
      • DocumentRoot didn't have but requires quotes.
        • DocumentRoot "/home/jim/Common/www/lynchjim.com"
        • JOY
    • PHP address and portfolio buttons don't work.
        • put quotes on line 3 of /etc/php/7.2/lynch.ini `
          • doc_root = "/home/jim/Common/www/lynchjim.com"
        • Put quotes on everything "lynchjim.com". Didn't change anything so took them off.
        • changed group to groups, twice
        • NO JOY
    • Router does not route to the Server
      • NO JOY
    • Alias /manual /usr/share/doc/apache2-doc/manual/
      • lynchjim.com/manual
  • 2020-03-26
    • /etc/php*/mods-available/lynch.ini
      • eCenter does not have this. Removed all links on Master.
    • /etc/php*/conf.d/lynch.ini
      • eCenter has this, not Master
        • this is where eCenter put lynch.ini
        • put it on Master
    • /etc/php*/conf.d/lynch.ini first line
      • doc_root = /home/jim/Common/www/PhpScripts
        • matched Master to eCenter
  • 2020-03-25
    • compare Master 192.168.0.106 and eCenter 192.168.0.102 and changed Master
      • /etc/apache2/apache2.conf
        • Master line 83: DefaultRuntimeDir ${APACHE_RUN_DIR}
          • eCenter doesn't have it. Commented it out.
        • eCenter line 77: Mutex file:${APACHE_LOCK_DIR} default
          • Master doesn't have it. Uncommented it.
        • Master line 130: HostnameLookups Off
          • eCenter has On, changed Master.
      • /etc.apache2.ports.conf
        • Master does not have "Listen 1977". eCenter does.
          • Added to Master
      • /etc/apache2/conf-available/hostnameLookup.conf
        • eCenter doesn't have it, It's already in apache2.conf.
          • Already in apache2.conf. Unabled on Master.
      • /etc/apache2/conf-available/javascript-common.conf
        • eCenter doesn't have it, not enabled in Master
          • ignore
      • /etc/apache2
        • eCenter has conf.d directory with secure-php inside. Master has neither.
          • added to Master
          • i don't think this is even active
      • mods-available and enalbled checked
      • /etc/apache2/sites-available
        • /etc/apache2/sites-available/000-default.conf
          • DocRoot misspelling
            • /home/jim/Commonm/www/lynchjim
            • /home/jim/Common/www/lynchjim
  • 2020-03-22
    • "/etc/apache2/conf.d/secure-php" renamed
      • /etc/apache2/conf-available/secure-php
    • /etc/apache2/conf-available/secure-php
      • text changed from
        • Directory /home/jim/Common/www/PhpScripts/Addr
        • Directory /home/jim/Common/www/PhpScripts/Prtf
      • to
        • Directory /home/jim/Common/www/lynchjim.com/PhpScripts/Addr
        • Directory /home/jim/Common/www/lynchjim.com/PhpScripts/Prtf
      • complete on Master
      • complete on Server
      • to this point, verified server to 192.168.0.103
    • /etc.apache2/apache2.conf
      • hostnameLookups
        • delete /etc/apache2/conf-enabled/hostnameLookup
        • delete /etc/apache2/conf-available/hostnameLookup
        • /etc/apache2/apache2.conf
          • change HostnameLookups from Off to On (line 126/127)
          • complete on Master
          • complete on Server
      • "ServerName lynchjim.com" goes on the very first line
        • complete on Master
        • complete on Server
        • verified server to 192.168.0.103
    • /etc/apache2/ports.conf
      • "NameVirtualHost *:80" changed to
        • # NameVirtualHost *:80
        • this is complete on both machines
      • removed (anything having to do with Johns websight)
        • NameVirtualHost *:1977
        • Listen 1977
        • this is NOT complete on either machine
    • /etc/apache2/sites-available/000.default.conf
      • change
        • DocumentRoot /home/jim/Common/www
        • Directory /home/jim/Common/www/
      • to
        • DocumentRoot /home/jim/Common/www/lynchjim.com
        • Directory /home/jim/Common/www/lynchjim.com/
        • NOT complete on Master
        • complete on Server
      • removed
        • VirtualHost *:1977 remove anything john
        •        ...
        • /VirtualHost remove anything john
        • NOT complete on Master
        • NOT complete on Server
    • /etc/php/7.2/mods-available/lynch.ini
      • change
        • doc_root = /home/jim/Common/www/PhpScripts
        • Directory /home/jim/Common/www/PhpScripts/Prtf
      • to
        • doc_root = /home/jim/Common/www/lynchjim.com/PhpScripts
        • Directory /home/jim/Common/www/PhpScripts/lynchjim.com/Prtf
        • NOT complete on Master
        • complete on Server
          • check now for guns passwords
  • 2020-03-17 New OS kubuntu-18.04.4-desktop-amd64
    • Web page is still set to OS default page. Type apache2 on the command line and read.
    • calendar colors are all wrong
    • disabled cookies in
      • system settings -- network -- settings -- cookies
    • rsync from 192.168.0.100. It gave me lots of swing .class files. They are not on 192.168.0.103.
    • From my personal list of programs to add ( ~/Common/jim/install.sh)
      • Originally I dropped
        • openssh-server, icedtea-7-pluigin, visualvm, sysinfo and plasma-widget-quickaccess
      • Then apt-get said it "has no installation candidate" for
        • php5, php5-cli, php5-common, php5-cgi, php5-musql, libapache2-mod-php5 and mp3gain
      • apt-get also said it was "unable to loacate package" for
        • sensord, libxline1-all-plugins and easymp3gain-gtk
      • I changed openjdk-* to default-jdk
      • changed all php5 to php
      • Then I droped from list mp3gain, easymp3gain, sensord, libxine1-all-plugins, cheese, deluge, cuneiform, anything swing, pavucontrol and read-edid
      • it installed 228 new programs
    • libdvdread4 has been replaced with libdvdcss. This deciphersis digital rights endoding so Kubuntu can't support it they give instructions to download and install yourself.
    • mysql storage_engine does not change from InnoDB to myism
      • this computer is so fast it doesn't matter
    • scanner still doesn't
    • Konsole colors changed -- Setting -- Edit Current Profile -- Appearance
  • 2020-02-03
    • Power button only works some times. Tired of opening case and flexing motherboard
      • plug connections on motherboard loose (right where I flexed it). JOY
    • 2020-02-03 Dual booting with Windows 10
      • I put in another 250 GB SSD for dual booting with Windows. It won't. I've tried "parted" a command line partion program and "partitionmanager" a gui. Windows 10 runs for about 7 minutes then fails with an obsurce error message. NO JOY.
  • 2019-05-21
    • upgrade from kubuntu 16.04 to 18.04 enable 3rd party entries with 'software-properties' tool or your package manager
  • 2018-02-08
    • 2017-11-22 -- Computer has a hard time booting. It seeks the DVD, but often can't find the SSD. Then it just stops. It won't even get to the bios setup page, much less anything past that. Sometimes you have to try 2 or 3 times before it grabs. Now it happens almost every time and may take days to boot up again
    • 2017-12-20 -- It will not boot. Replaced the mother board. NO Joy
    • 2018-02-08 -- RESOLVED: Replaced the power supply. Now it boots.
  • 2017-11-21
    • Intel put a risc chip in the CPU for its Management Engine. I believe Digital Rights Management for videos and mpgs are involved. It has been hacked
    • A risc chip means it has a different OS and is not visible to the rest of the computer.
  • 2017-09-20
    • Browser is klunky, keeps freezing. Temp goes up with it.
    • Do not use hardware acceleration in browser. Browser Menu -- Preferences -- General -- Performance -- Use recommended performance settings -- YES
    • RESOLVED: Google tried to monitize the internet. They changed the fundemental html code. One month later Firefox upgraded to match the new code.
  • 2016-05-12
    • There are two issues to resolve
      • PHP 7.0 doesn't accept the current script.
      • Neither kaffeine or dragon will play .iso files.
    • Switched to "VLC Medial Player". That resolved the vidio .iso issue. PHP still doesn't.
  • 2016-05-11
    • RESOLVED: Replaced the mother board over the missing stereo channel.
  • 2016-05-07
    • open mysql with "mysql --local-infile=1"
    • Made huge changes to "~Common/Data/quotes_mysql.sql". Changed "SUBSTRING_INDEX()" operation to "STR_TO_DATE()". I left the old code /* commented */ just in case.
  • 2016-05-04
    • ~/Commom/Data/quotes_mysql.sql errors on line 73
      • INSERT INTO tday
    • RESOLVED: ~/Commom/Data/quotes_mysql.sql errors on lines 34 - 36
      • INSERT INTO tmc
      • This table has to due with "Market Cap". I don't use it so I removed it.
  • 2016-05-03
    • RESOLVED: ~/Common/Data/quotesCurrent: using a password in the file is a security issue.
      • Changed "mysql -pxxx" to mysql -uwww-data"
  • 2016-05-02
    • ~/Common/Data/quotes_mysql.sql: changed tmc and tday from TEMPORARY tables to regular tables.
      • It didn't do any good. Both data bases now exist but are both empty.
    • RESOLVED: No scanner.
      • Found, instructions added to "setup.html".
    • RESOLVED: Spread sheet lynch.ods: Kubuntu 16.04 names quotes.csv sheet 1 "quotes". 14.04 and all others name it "Sheet1". lynch.ods$portfolio is confused.
      • Changed output fill in Data/quotes.csv and quotes_mysql.sql from quotes.csv to Sheet1.csv
        • Portfolio spreadsheet works now.
  • 2016-04-30
    • SEMI-RESOLVED: The web page is not accessible.
      • /etc/apache2/apache2.conf line 164 changed to /home/jim/Common/www/
        • This bypassed /etc/apache2/sites-available, conf-available and mods-enabled.
        • apache2 -V is not happy.
        • APACHE_LOCK_DIR, APACHE_PID_FILES, APACHE_RUN_USER, etc, are not defined.
        • There are further config files I haven't found.
  • 2016-04-27
    • data base tables not working
      • dte
      • current
    • RESOLVED: The BIOS has a DVMT setting in the video / graphics section. The default is 32M. This is a Windows setting, NOT linux. Change it and all hell breaks loose.
    • RESOLVED: php is now php7.0.
  • 2016-04-26
    • RESOLVED: Drive and chips started disappearing. Then the power got flaky and finally quit.
      • It was the mother board screw again.
  • 2016-04-25
  • 2016-04-10
    • Skipped
      • Logitec HD Pro Webcam C920
      • Firefox "Adblock Plus
      • Setup pulseaudio
    • RESOLVED: Printer drivers are in ~/Common/Downloads/Hplip. They are not individual for each computer.
      • Directory moved to "~/Hplip"
  • 2016-04-08
    • RESOLVED: Power shorted out mother board to case at back screw farthest from CPU.
      • Used thin cardboard as a gasket.

Hardware

  • ip
    • 192.168.0.101
  • Operating System
    • Kubuntu 18.04
      • KDE: 5.12.7
      • KDE Frameworks Version: 5.44.0
      • QT: 5.9.5
      • Kernel: 4.15.0.50-generic
      • OS: 64-bit
  • CPU
    • Intel i7-6700 3.4 GHz Quad Core LGA1151 Socket
      • Cache: L3 8MB, L2 1MB, L1 256KB
      • 91W 14nm 32 GB Max DDR4 RAM 64-bit
      • Intel HD Graphics 530
      • S/N: M5401LV404074
      • Product: BX80662176700
      • $314.99
  • Motherboard
    • Asus ATX H170-PRO/CAM
      • LGA 1151 socket, H170 Express chipset
      • DDR4 up to 64GB, SATA3, USB Type C 5Gb/s, M.2
      • PCI-e 3.0 USB 3.0
      • S/N: G2MOCS068229
      • Part No: 90MBONCO-MOAAYO
      • Audio: Realtek ALC887 8-Channel High Def CODEC
      • $113.95
  • RAM
    • 32GB (2c16) DDR4 2666MHz Corsair
      • DIMM_A1
      • DIMM_A2
        • Model no: CMK32GX4M2A2666C16
        • DDR4 Gen6 i5/7 32GB(2X16GB) 161103463958364
        • 2133MHz 16-18-18-35 1.20V ver 4.31
      • DIMM_B1
      • DIMM_B2
        • Model no: CMK32GX4M2A2666C16
        • DDR4 Gen6 i5/7 32GB(2X16GB) 161103463958365
        • 2133MHz 16-18-18-35 1.20V ver 4.31
    • $179.99
  • SSD
    • Samsung 850 EVO 250GB (Linux)
      • /dev/sda
      • r/w speeds: 540 520 100 90
      • NAND: Flash 32 layer 3D V-NAND
      • SATA 3.0 gb
      • Model: MZ-75E250B/AM
      • S/N: S2R5NXAH228265V
      • $85.52
      • Amazon
    • Samsung 850 EVO 250GB (Windows)
      • /dev/sdb
      • r/w speeds: 540 520 100 90
      • NAND: Flash 32 layer 3D V-NAND
      • SATA 3.0 gb
      • Model: MZ-75E250B/AM
      • S/N: S2R5NXAH228268W
      • $85.52
      • Amazon
  • Hard Drives
    • Seagate 4TB ST4000DM000 (Movies2)
      • /dev/sdc
      • 4TB - sata III - 6GB/s
      • 64MB cache - 5900 rpm
      • s/n: Z30104PZ
      • Date: 2014-07-14
      • $144.50
      • Amazon
  • DVD's
    • ASUS DVD-RAM writer
      • MODEL: DRW-24F1ST
      • version: 2
  • Case
    • Rosewill Challenger-U3 USB 3.0
      • ATX Mid Tower (5 drive bays)
      • Fans:
        • 2 x 120
        • 1 x 140
        • 8 x 17 x 19
        • $60.75
      • 17 x 18.5 x 7.5
      • $60.75
  • Power Supply
    • 600W Corsair CX600M
      • 80 Plus Bronze
      • Power Connectors
        • 1 Floppy
        • 6 Sata
        • 4 4-pin Peripheral
        • 2 6-pin PCI-E & 8-pin
        • 1 8-pin EPS
        • 1 24-pin ATX
  • CPU Cooler
    • CPU includes Fan and Heatsink
  • Video
    • Onboard Intel HD Graphics 530
  • Audio
    • Onboard Realtek ALC1150 Codec 8-Channel (7.1) High Def
  • Network
    • Onboard GB

Valid HTML 4.01 Strict lynchjim.com/Documentation/Admin/i7-6700.master.html