000webhost

Web hosting
Showing posts with label Dell. Show all posts
Showing posts with label Dell. Show all posts

Sunday, September 10, 2023

Conversion from Physical to Virtual Machines using VirtualBox, Cheap RAID options, and More

VirtualBox Conversion:
- I recently came to the realisation that I was running out of space recently and a few hard drives also died which meant I had to upgrade/consolidate. This meant moving to larger drives, moving to SSD technology, consolidating data via RAID, and changing motherboard and CPU
https://www.virtualbox.org/
https://en.wikipedia.org/wiki/VirtualBox
- due to the nature of the existing partitioning scheme I thought I could save space if managed things better things. The steps mentioned online weren't really applicable in my situation and just gave me an error so I had an old copy of Easeus Partition Magic instead to see if that would changed anything
shrink volume windows partition
https://www.easeus.com/partition-master/shrink-windows-10-partition.html
https://www.easeus.com/partition-manager/
19
I had the same problem, 500GB harddisk and the shrinking process didn't shrink less than 230GB.. I did the below steps and I was able to shrink to exactly the space allocated by the windows files itself.
Do the following...
Remove C:\hiberfil.sys file (by disabling Hibernation, e.g with powercfg /h off).
Remove C:\pagefile.sys file (by disabling page file for drive C).
Defragment your C volume.
Restart the computer.
Open disk management and see the magic. ;)
Do not forget to reenable a pagefile after shrinking the volume.
https://superuser.com/questions/484375/how-can-i-shrink-my-windows-partition-further-than-the-disk-management-is-allowi
https://www.easeus.com/partition-master/shrink-windows-10-partition.html
https://ultradefrag.net/
https://dtbnguyen.blogspot.com/2010/07/drive-imaging.html
https://dtbnguyen.blogspot.com/2015/07/selling-software-online-installer.html
https://clonezilla.org/downloads.php
https://clonezilla.org/clonezilla-live.php
https://clonezilla.org/downloads/src/
https://free.nchc.org.tw/drbl-core/src/
- the process of actual conversion is actually fairly simple but can be slow and tedious. First of all I had to take an image of the drive itself. Most of the time you can do this via dd. However, I tried using straight dd (as per others online said via documentation) but it wouldn't allow me to create a raw image due to bad sector errors from the original hard drive? I had to use ddrescue to try and create an image instead. Thankfully, it seemed to work perfectly fine
dd if=/dev/sdb of=image_file
https://www.gnu.org/software/ddrescue/manual/ddrescue_manual.html
- then you can begin to create the process of image conversion to a Virtual Hard Disk Image. Their is no indication of how long this will take? Closest simplest bit of code to watch over it is the following. What I didn't realise is that this process doesn't really compress things? I suspect you'll need to use
while true
do
  ls -lah
  date
  sleep 10
done
VboxManage convertfromraw --format VDI source.img target.vdi
https://www.virtualbox.org/wiki/Linux_Downloads
Create VHD from physical disk
https://www.eassos.com/blog/disk-to-vhd/
https://en.wikipedia.org/wiki/VMware_Workstation
convert physical machine to virtual virtualbox
https://www.baeldung.com/linux/virtualbox-create-vm-from-physical
https://docs.oracle.com/en/virtualization/virtualbox/6.0/user/vboxmanage-convertfromraw.html
https://www.wintips.org/how-to-convert-physical-machine-to-virtualbox-machine/
convert physical machine to virtual virtualbox from linux
https://www.linux.org/threads/physical-to-virtual-p2v-using-virtualbox.10928/
https://serverfault.com/questions/33603/creating-a-virtual-machine-in-virtualbox-from-a-physical-one
https://www.virtualbox.org/wiki/Migrate_Windows
- after attempting to start the virtual image, my system froze. I figured out that it was due to the VTx bit being turned off after trying to create a new VM from stratch. The underlying VM insisted on running CHKDSK checks afterwards though
- the more VMs you deal with the more likely you'll to deal with storage capacity issues. SAN/NAS, compression, data management technology, etc... can only take you so far. At some point, you need to cut back. I thought about using basic the split, dd, etc... commands to create smaller images and then convert them to VHD afterwards
convert vhd to physical disk
https://www.easeus.com/partition-master/vhd-to-physical-disk.html
https://www.ubackup.com/articles/vhd-to-physical-disk.html
shrink vhd virtualbox
https://www.howtogeek.com/312883/how-to-shrink-a-virtualbox-virtual-machine-and-free-up-disk-space/
VHD cannot resize
https://forums.virtualbox.org/viewtopic.php?f=3&t=103542
- you need to turn for to make things easier to manage:
Settings > Storage > DVD Drive > Passthrough > Enable
vboxguestadditions during certificate downloading unknown reason
https://www.reddit.com/r/virtualbox/comments/10xqngv/cannot_download_virtualbox_guest_additions_disk/
https://download.virtualbox.org/virtualbox/7.0.6/
virtualbox verr pdm driver not found
https://superuser.com/questions/760327/vbox-guest-additions-iso-cant-be-mounted-because-of-verr-pdm-media-locked
https://superuser.com/questions/1023423/virtualbox-not-filling-screen-guest-additions-not-inserted-already-tried-all
https://maheshhika.com/2012/09/28/virtual-box-verr_pdm_media_locked/
- had to enable this to not crash things if I needed to add VBoxAdditions
Settings > Storage > Controller: SATA > Use Host I/O Cache > Enable
- you can't really genuinely play games via VirtualBox with Windows. Even if you turn on 3D acceleration option it's still terrible/jerky. You'll need to have a secondary system to play games or else install Windows on another partition or storage device
playing games via virtualbox
https://www.linux.org/threads/windows-11-gaming-in-virtualbox.39734/
- for a whole host of reasons I often run multiple different versions of operating systems at home. Personally, Linux have becomes progressively worse? More difficult to fix, covers up too much which makes debugging difficult, filesystem structure isn't as logical as it once was, etc...
install windows on to hard drive after having linux
https://support.microsoft.com/en-us/topic/how-to-remove-linux-and-install-windows-on-your-computer-f489c550-f8ec-b458-0a64-c3a8d60d3497#:~:text=To%20install%20Windows%20on%20a,of%20the%20Windows%20operating%20system.
https://itsfoss.com/install-windows-after-ubuntu-dual-boot/
install windows on to hard drive after having fedora
https://www.reddit.com/r/Fedora/comments/o7icnl/install_windows_after_fedora_dual_boot/
https://www.reddit.com/r/Fedora/comments/alh13i/dual_boot_windows_10_after_installing_fedora/
fedora just blinking cursor on startup
https://www.reddit.com/r/Fedora/comments/rcvb1h/stuck_on_blinking_cursor_after_update/
https://www.stephenwagner.com/2018/08/25/fedora-core-black-screen-with-cursor-after-install-upgrade/
https://forums.fedoraforum.org/showthread.php?240545-Fedora-boot-error-quot-the-blinking-underscore-quot-more!
Fedora wireless not working
https://knowledgebase.frame.work/fedora-wi-fi-troubleshooting-guide-BJpTzcH0s
install vlc fedora
https://www.videolan.org/vlc/download-fedora.html
https://docs.fedoraproject.org/en-US/quick-docs/installing-and-running-vlc/
https://www.videolan.org/vlc/download-fedora.html
vlc install libdvdcss fedora
https://www.videolan.org/developers/libdvdcss.html
https://download.videolan.org/pub/libdvdcss/
fedora configure firewall
https://docs.fedoraproject.org/en-US/quick-docs/firewalld/
- older version of Windows require you to to reinstall. Newer onces don't seem to have this issue
moving windows hard drive to new computer without reinstall
https://www.ubackup.com/windows-10/move-hard-drive-to-new-computer-windows-10.html
https://au.pcmag.com/migrated-15175-windows-10/94280/how-to-move-your-windows-drive-to-a-new-pc
access btrfs from windows
https://www.linuxfordevices.com/tutorials/linux/winbtrfs-access-btrfs-partitions-windows
https://github.com/maharmstone/btrfs

RAID options:
- it may sound strange but I need extra storage options at home. I looked tape drives, high capacity optical such as multi-layer Blu-Ray discs, high capacity hard drives, NAS/SAN solutions, etc... Tape drives go out of date too quickly, too expensive and are somewhat rare, high capacity optical are are ironically difficult to find, SAN/NAS options can get pretty expensive unless you're willing to build your own solution, so I looked at RAID options for a normal whitebox PC including fakeRAID/software based RAID
WD HGST DC HC620 and linux
15TB HDDs: Western Digital Unveils the Ultrastar DC HC620 (anandtech.com)
https://news.ycombinator.com/item?id=18336497
https://documents.westerndigital.com/content/dam/doc-library/en_us/assets/public/western-digital/product/data-center-drives/ultrastar-dc-hc600-series/implementation-guide-ultrastar-dc-hc620.pdf
https://github.com/westerndigitalcorporation/libzbc
- most people recommened Adaptec, LSI logic, Dell PERC, HP SmartArray, IBM ServeRAID, etc... or other well known RAID cards. I can't justify the price for these cards so I looked at cheap imports from China (almost everything is from China is nowadays so there's not much choice here no matter what price range), the secondary market first, re-branded cards (IBM uses rebranded Adapter and LSI, while Dell/HP use rebranded LSI cards), etc... ASMedia, VIA, Marvell chipsets are often what I'll be dealing with if buying new and looking for cheap hardware. The main issue with these brands are lack of technical support and driver/firmware updates which means you may be forced to update drivers yourself (if you can even find open source drivers to modify)
- the problem with rebranded gear is that they often don't work well with whitebox hardware. I rarely use branded stuff unless I have to. My main problem with them is lack of upgrade/repair options, hardware/software locks that make them more difficult to use, some manufacturers refuse to support products beyond a particular point so you have to hack/patch drivers/firmware, force yourself to use the same Operating System, etc... The good thing about rebranded stuff though is that lot of people don't realise this and don't have the skill or patience require to get them to work. This means they often go cheap on the secondary/used market
cheap linux compatible raid card
https://serverfault.com/questions/1050334/is-there-a-list-of-linux-compatible-raid-hba-cards
Compatible RAID Card for 18.04?
https://ubuntuforums.org/showthread.php?t=2425255
https://linustechtips.com/topic/1256549-budget-raid-controller-recommendations/
https://www.linuxquestions.org/questions/linux-hardware-18/recommendations-for-a-raid-card-for-a-linux-box-672990/
https://community.spiceworks.com/topic/1401238-cheap-4-port-sata-raid-card
What raid cards and servers are compatible with CentOS 7?
https://forums.centos.org/viewtopic.php?t=49149
- I looked at a proper used server as an option but due to noise, price, heavy use of proprietary systems that are hard to troubleshoot/support I ruled it out. One idea I'd been playing around was using crypto mining hardware and turning it into a makeshift SAN/NAS. Heaps of people have gone of the game after they discovered crypto mining was unprofitable so now you can often get parts very cheaply and these boards often have lots of extra PCIe slots which means you can add extra RAID cards
- Dell PERCs will work straight out of the box basically and basically use LSI chipsets? IBM ServeRAID support is a struggle, and HP support on whitebox is pretty good
ServeRAID-7t and linux
https://www.ibm.com/support/pages/ibm-serveraid-7t-sata-drivers-linux-servers-and-intellistation
https://www.linuxquestions.org/questions/linux-hardware-18/ibm-serveraid-7k-debian-4175535337/
https://forums.oracle.com/ords/r/apexds/community/q?question=obtain-serveraid-7k-kernel-module-for-oracle-linux-7-or-8-8143
https://serverfault.com/questions/58480/serveraid-8-k-linux-kernel-support-preferred-distribution
https://www.unix.com/red-hat/222545-raid-configuration-ibm-serveraid-7k-scsi-raid-controller.html
ServeRAID-7t 4 Port Serial ATA RAID Controller
39R8805
IBM 39R8805 ServeRAID-7t 4 Port Serial ATA RAID Controller
https://www.ebay.com/itm/255156125938
serveraid 7t chipset
https://www.ibm.com/support/pages/overview-ibm-serveraid-7t-sata-controller
lsi sas3108
https://support.huawei.com/enterprise/en/doc/EDOC1100115313/7c874875/upgrading-the-lsi-sas3108-raid-controller-card-using-cli-on-linux
https://www.broadcom.com/products/storage/raid-on-chip/sas-3108
https://docs.broadcom.com/doc/LSISAS3108
serveraid 7t lsi chipset
https://forums.servethehome.com/index.php?threads/lsi-raid-controller-and-hba-complete-listing-plus-oem-models.599/
https://forums.servethehome.com/index.php?threads/lsi-raid-controller-and-hba-complete-listing-plus-oem-models.599/
Dell Perc H200 on non dell hardware
https://www.reddit.com/r/homelab/comments/5uors2/will_dell_perc_h200_work_in_nondell_board/
https://www.dell.com/community/PowerEdge-Hardware-General/Perc-H200-drive-compatibility-list/td-p/7297456
https://www.dell.com/community/PowerEdge-HDD-SCSI-RAID/PERC-H200-with-SATA-drives-Poweredge-T310/td-p/3703667
Dell Perc H200 linux configuration
perc h200 on linux
https://www.reddit.com/r/homelab/comments/ry277p/h200_in_it_mode_os_cant_see_disks/
https://www.experts-exchange.com/questions/25369900/support-for-dell-perc-H200-raid-controller-on-ubuntu.html
https://forums.servethehome.com/index.php?threads/hds-dont-show-up-with-flashed-dell-perc-h200.9258/
oracle linux 7 kernel version
oracle linux 8 kernel version
https://blogs.oracle.com/scoter/post/oracle-linux-and-unbreakable-enterprise-kernel-uek-releases
https://blogs.oracle.com/linux/post/announcing-the-release-of-oracle-linux-8-update-6
https://yum.oracle.com/oracle-linux-isos.html
- people say there is no difference between fakeRAID and software based RAID but I get to differ. fakeRAID gives you more SATA/SAS ports which software obviously can't give you on a board where there aren't many existing SATA/SAS ports. Ironically, early Intel Core i* (Gen1-Gen2) motherboards often seemed to have many more expansion options then boards for the same equivalent price nowadays? The problem with them is lack of onboard support for SSD drives, USB3, lack of speed, upgrade pathways, etc...
Marvell - 88SE9230 linux
https://unix.stackexchange.com/questions/218650/drivers-for-marvell-88se9230-sata-controller-on-linux
https://linux-hardware.org/index.php?id=pci:1b4b-9230-1b4b-9230
https://linux-hardware.org/index.php?id=pci:1b4b-9230-1043-857a
anyone have luck getting Marvell 88SE9230 to work on mint?
https://forums.linuxmint.com/viewtopic.php?t=323262
via vt6412a linux raid configuration
https://raid.wiki.kernel.org/index.php/RAID_setup
https://www.digitalocean.com/community/tutorials/how-to-create-raid-arrays-with-mdadm-on-ubuntu-16-04
- I actally found a good real on the secondary market for a HighPoint RocketRAID 2340. The included breakout cable bundle cost was more then the cost of the RAID card itself? Couldn't find much in the waw of software support though. Ironically, I've found that universities or countries that have been sanctioned are often good places to find rare software? It actually makes sense because they probably can't afford to purchase the latest and greatest stuff out there
https://dtbnguyen.blogspot.com/2018/04/dealing-with-legacy-applications-random.html
https://dtbnguyen.blogspot.com/2020/04/things-spies-have-stolen-random-stuff.html
https://dtbnguyen.blogspot.com/2020/04/what-happened-to-escaped-nazis-random.html
http://dtbnguyen.blogspot.com/2020/02/cybersecurity-attack-background.html
https://web.archive.org/web/20160828235858/http://www.highpoint-tech.com/BIOS_Driver/rr232x/Linux/new%20format/rr232x-linux-src-v1.10-090716-0928.tar.gz
https://web.archive.org/web/20160828235858/http://www.highpoint-tech.com/BIOS_Driver/rr231x_00/Linux/rr231x_0x-linux-src-v2.5-091022-1618.tar.gz
rr231x_0x-linux-src-v2.5-091022-1618
https://www.helpdrivers.com/disks/HighPoint/SATA_3GB-s/Rocket_RAID_2300/
https://mirror.megafon.tj/elrepo/archive/elrepo/el6/SRPMS/repodata/filelists.xml.gz
https://linux-mirrors.fnal.gov/linux/elrepo/archive/elrepo/el6/SRPMS/
https://en.wikipedia.org/wiki/CentOS
rocketraid 2340 fedora driver
https://manpages.ubuntu.com/manpages/jammy/en/man4/hptrr.4freebsd.html
rocketraid 2340 linux
Personally I'm never going to buy another highpoint product again nor recommend one, at least as long as they are not natively supported by the linux kernel. Their support is just plain awful. Don't expect them to provide any support year or so after introducing the product.
So, let me help my fellow sufferers a bit by providing a patch file to get latest rr2340 driver to Ubuntu 12.04 (kernel 3.2). This was made possible by Nagilum's rr2320 patch file I found from http://cakebox.homeunix.net/wordpress/?p=227
Instructions:
Get the latest sources from http://www.highpoint-tech.cn/BIOS_Driver/rr2340/Linux/rr2340-linux-src-v1.7-090925-0900.tar.gz (http://ubuntuforums.org/wget%20http://www.highpoint-tech.cn/BIOS_Driver/rr2340/Linux/rr2340-linux-src-v1.7-090925-0900.tar.%20gz)
Use the attached patch file (get rid of .txt extension):
~/rr2340-linux-src-v1.7# patch -p1 -i rr2340-linux-src-v1.7.patch
And follow the normal annoying installation procedure.
[SOLVED] RocketRaid 2340 up to kernel 3.2
https://ubuntuforums.org/archive/index.php/t-1967800.html
- it was very difficult to find information on this thing. Basically had to work off existing work of others and port the driver which worked on 4.16 to kernel 5 and 6. The obvious frustrating thing is that others haven't done this before and there's no documentation so you have to figure it out. The consensus seems to be that Highpoint are terrible at updating/supporting their hardware? I actually tried the process of trying to port it over but the difference in code from older versions of the Linux kernel source from ~1 decade ago to now are so large that it's it forces you to review everything every few lines. I got so sick of it that I looked around and found some others who did some useful work in this area
https://wiki.gentoo.org/wiki/Ebuild
https://github.com/dsiggi/RocketRAID
pocketraid 2224 linux
https://wiki.gentoo.org/wiki/HighPoint_RocketRAID
RocketRAID 2224
https://bjorn3d.com/2007/12/highpoint-external-raid/
rocketraid 2224 sas to sata cable
https://www.rackmountmart.com/html/TS4002-a.htm
mr sas 9240-8i linux
https://forums.servethehome.com/index.php?threads/lsi-9240-8i-still-a-great-choice-for-simple-raid-1-in-linux.26518/
Ubuntu 14.10 LSI 9240-8i driver installation
https://ubuntuforums.org/showthread.php?t=2258721
highpoint rocketraid 2340 linux
https://wiki.gentoo.org/wiki/HighPoint_RocketRAID/en
https://www.newegg.com/highpoint-rocketraid-2340-sata-i-or-sata-ii/p/N82E16816115031
highpoint rocketraid 2340 linux
https://askubuntu.com/questions/102684/is-the-rocket-raid-2340-supported
https://askubuntu.com/questions/304504/having-trouble-with-highpoint-raid-drivers-on-ubuntu-12-04-lts?rq=1
rocketraid 2340 kernel 6 support
https://forums.unraid.net/topic/1182-rocketraid-2320/
highpoint rocketraid 2340 linux
https://askubuntu.com/questions/102684/is-the-rocket-raid-2340-supported
https://askubuntu.com/questions/304504/having-trouble-with-highpoint-raid-drivers-on-ubuntu-12-04-lts?rq=1
https://web.archive.org/web/20170206092227/http://highpoint-tech.com/USA_new/legacy.htm
https://web.archive.org/web/20170117100934/http://www.highpoint-tech.com/USA_new/cs-series_rr2300_download.htm
rocketraid git
https://github.com/dsiggi/RocketRAID
https://github.com/siratcliff/RocketRAID
highpoint rocketraid 2340 github
https://forums.gentoo.org/viewtopic-t-1060408-start-0.html
https://github.com/dsiggi/RocketRAID
rocketraid 2340 fedora support
https://ubuntuforums.org/archive/index.php/t-1899544.html
https://askubuntu.com/questions/102684/is-the-rocket-raid-2340-supported
rr232x driver
https://forums.opensuse.org/t/unofficial-driver-for-any-linux-for-the-highpoint-rocketraid-232x-up-to-kernel-4-19-at-least/135593
rr232x-kernel-4-15-patched.tar.bz2  rr232x-kernel-4-17-patched.tar.bz2  rr232x-kernel-4-7-os-patch.tar.bz2  rr232x-kernel-4-7-patch.tar.bz2
- you may need to add the relevant VENID:PCIID into config.c
pciid rocketraid 2340
https://fuchsia.googlesource.com/third_party/github.com/pciutils/pciids/+/d331f4cd7b37e4c10fec9c410ed85fc27801af93/pci.ids
1103  HighPoint Technologies, Inc.
0003  HPT343/345/346/363
0004  HPT366/368/370/370A/372/372N
1103 0001  HPT370A
1103 0003  HPT343 / HPT345 / HPT363 UDMA33
1103 0004  HPT366 UDMA66 (r1) / HPT368 UDMA66 (r2) / HPT370 UDMA100 (r3) / HPT370 UDMA100 RAID (r4)
1103 0005  HPT370 UDMA100
1103 0006  HPT302/302N
0005  HPT372A/372N
0006  HPT302/302N
0007  HPT371/371N
0008  HPT374
0009  HPT372N
1740  RocketRAID 1740
1742  RocketRAID 1742
2300  RocketRAID 230x 4 Port SATA-II Controller
2310  RocketRAID 2310 4 Port SATA-II Controller
2320  RocketRAID 2320 SATA-II Controller
2322  RocketRAID 2322 SATA-II Controller
2340  RocketRAID 2340 16 Port SATA-II Controller
3220  RocketRAID 3220
3320  RocketRAID 3320
https://opensource.apple.com/source/X11server/X11server-48.4/kdrive/xorg-server-1.4.2-apple5/hw/xfree86/scanpci/pci.ids.auto.html
1103:2340
https://web.archive.org/web/20160814225054/http://www.highpoint-tech.com/USA_new/cs-series_rr2300.htm
https://web.archive.org/web/20160826193454/http://www.highpoint-tech.com/USA_new/cs-series_rr2300_download.htm
- as with a lot of auto generated code code it's often terrible to read, examine, modify, etc...
https://www.flynsarmy.com/2012/11/installing-rocketraid-2760a-drivers-on-ubuntu-12-10/
- I obviously managed to modify and get the software driver to work but I'm still testing so will post the updated driver at a time when I think it's safe to say that the driver works properly. The main issues are modifying the Makefile to get it to work, correcting paths for where required sourcecode files and headers are, having the correct kernel source code/headers installed to allow it compile cleanly, modifying the existing source code to add specific support for this card (they seem to use the same chipset on the 2320 and 2340 cards), etc...
- I managed to find a good deal on a pair of HP SmartArray P420 cards. They obviously integrates better with HP hardware but will work on whitebox PCs. The person I bought them off (he was a professional system/network administrator) actually said that they didn't work on whitebox hardware and they had tried them on Dell hardware but they didn't work for him. At first, they didn't seem to work for me either and I couldn't pick up any drives. I had to disconnect all power to it (including battery backup for the card) before it seemed to pickup other drives
hp p420 raid in normal computer
https://serverfault.com/questions/359261/proliant-raid-controller-in-a-pc
https://www.scaleway.com/en/docs/dedibox/hardware/how-to/configure-raid-kvm-p420/
hp p420 raid in whitebox computer
https://forums.servethehome.com/index.php?threads/hp-p420-in-whitebox-server.4548/
https://forums.servethehome.com/index.php?threads/hp-pmc-sa-in-whitebox.4732/
hp p420 raid in normal computer
https://serverfault.com/questions/808208/hp-h240-does-it-do-hw-sata-raid
https://www.reddit.com/r/sysadmin/comments/5lf6mm/hpe_h240_raid_controller_on_nonhpe_hardware/
https://support.hp.com/au-en/document/c05914431
Dell Perc H200 on whitebox computer
https://www.reddit.com/r/homelab/comments/8bnyd1/h200_not_showing_during_boot/
Dell Perc H200 on linux
https://www.scaleway.com/en/docs/dedibox/hardware/how-to/configure-dell-perc-h200/
http://hwraid.le-vert.net/
http://mirror.rackspace.com/hwraid.le-vert.net/
hp p420 not showing any physical drives
https://community.spiceworks.com/topic/2318386-hp-proliant-dl360p-not-recognizing-hard-drives
hp p420 not picking up all drives
https://community.hpe.com/t5/proliant-servers-ml-dl-sl/dl160-gen8-with-p420-doesn-t-find-any-sas-disks/td-p/6071813
https://forums.unraid.net/topic/41446-drives-not-detected-on-hp-p420-controller/
- on whitebox hardware it is and isn't like a normal RAID card. You can't actually boot into the RAID configuration side before hitting BIOS. I actually hit all keys on the keyboard but couldn't find an option in. That said, this doesn't seem be necessary and I figured out you can use the Linux based CLI tools to do the configuration for you. The problem is that they aren't very well documented and they don't seem to be very up to date
hpsa linux p420
https://github.com/torvalds/linux/blob/master/drivers/scsi/hpsa.c
https://forum.proxmox.com/threads/issues-with-hp-p420i-and-smart.79669/
https://cciss.sourceforge.net/
Updating SLES10 to SLES11 with HP cciss to hpsa driver change
https://www.suse.com/support/kb/doc/?id=000018079
confgituation linux p420
https://www.scaleway.com/en/docs/dedibox/hardware/how-to/configure-hp-smart-array-p410/
https://sleeplessbeastie.eu/2017/03/06/how-to-use-hp-command-line-array-configuration-utility/
http://downloads.linux.hpe.com/SDR/downloads/MCP/
setup raid p420 on linux
https://serverfault.com/questions/754725/lvm-and-raid-setup
https://serverfault.com/questions/446072/disk-raid-monitoring-for-hp-proliant-servers-and-ubuntu-12-04
https://serverfault.com/questions/601948/raid-configuration-file-system-what-to-raid-1-and-what-to-raid-0
https://superuser.com/questions/1702026/p420-hewlett-packard-raid-controller-reporting-identical-physicaldrive-in-all-hd
https://www.jimmdenton.com/hp-raid-tools-ubuntu/
hp p420 can't load bios boot
https://forums.tomshardware.com/threads/hp-p420-and-gigabyte-z87x-dh3-no-boot-option.2504370/
https://community.hpe.com/t5/proliant-servers-ml-dl-sl/cannot-access-smart-array-controller-during-boot-up/td-p/7068405
https://community.hpe.com/t5/proliant-servers-ml-dl-sl/p420i-controller-issue/td-p/7086353
https://serverfault.com/questions/419858/cant-enter-hp-smartarray-p410-raid-orca-set-up-on-hp-proliant-dl320g6
https://community.spiceworks.com/topic/2011144-smart-array-p400-hardware-will-not-start-on-windows-10
https://superuser.com/questions/1121770/microserver-p420-raid-controller
https://blog.delevingne.me/articles/boot-hack-for-hp-servers-with-disabled-integrated-raid/
https://hardforum.com/threads/hp-smart-array-p410-supermicro-x9scm-f-boot-in-a-loop.1639411/
linux p420 configuration
https://www.jimmdenton.com/hp-raid-tools-ubuntu/
https://wiki.phoenixlzx.com/page/ssacli/
https://sleeplessbeastie.eu/2017/03/06/how-to-use-hp-command-line-array-configuration-utility/
- download the relevant tools here. The main issue is that you can't use normal configuration/package management tools to handle things if you're working on newish Linux installation. Thankfully, the packages are relatively leniently packaged so you don't have to modify them to get them to install properly
http://downloads.linux.hpe.com/SDR/downloads/
http://downloads.linux.hpe.com/SDR/downloads/MCP/
http://downloads.linux.hpe.com/SDR/downloads/MCP/RedHat.ReadMe
https://downloads.linux.hpe.com/SDR/repo/spp-gen8/
https://downloads.linux.hpe.com/SDR/repo/spp-gen8/RHEL/
- I had some spare drives lying around due to someone giving them away so plugged them in to see what would happen. The configuration utlities are really primitive and so is the documentation. My guess is that HP didn't anticipate people would be doing CLI based configuration on whiteboxes and would just use the BIOS GUI based configuration method that you can access on normal HP servers
setup raid p420 on linux
https://www.jimmdenton.com/hp-raid-tools-ubuntu/
hp p420 linux
https://forums.unraid.net/topic/82007-solved-unraid-with-hp-p420i-raid-card-in-hp-proliant-dl380p-g8/
https://downloads.linux.hpe.com/SDR/repo/mcp/centos/8.4/x86_64/12.20/
controller all show detail
controller slot=2 pd show detail
controller slot=2 create type=ld drives=1I:1:1,1I:1:2 raid=1 //get drives from previous step. Note, if drive configs are mismatched then you'll get an error and it won't allow you to proceed
- at this point you'll be able to see the drives in Linux as /dev/sdc, /dev/sdd, etc...
controller slot=2 modify hbamode=on //if you want to use it as just simple hard drive in non-RAID way
controller slot=2 diag file=diag.txt //if you need logfiles
controller all show status
controller all show config
https://www.jimmdenton.com/hp-raid-tools-ubuntu/
https://wiki.phoenixlzx.com/page/ssacli/
- I normally use gparted or cfdisk to do partioning. fdisk is OK but you have to remember too much stuff for my liking and I prefer to reserve my brain cells for more iomportant stuff. This is when some funny business started though. I had a bizarre issue where it would only allow storage files of a maximum of 2GB after I thought I'd properly partitioned and formatted the RAID arrays under Linux. Obviously, this isn't normal in the era of multi-terabyte drives. I found out that if I formatted the array as ExtFS under Windows then it would act normally and allow me to create file sizes larger then then 2GB. The other frustrating thing about Linux filesystem repair is of FAT32/NTFS/EXTFS that it doesn't seem to be able to keep up with Microsoft utilities (I could have used an FOSS based filesystem but it's easier to stick with a Microsoft based one for cross compatibility reasons). You alway most always have to have a Windows WinPE based repair disc or else have Windows installed on another partition to allow you to repair the drives should it have problems to allow the filesystem to be accessible again in Linux
2GB max file limitation
https://www.xda-developers.com/whatsapp-file-limit-increase-2gb/
http://linuxmafia.com/faq/VALinux-kb/2gb-filesize-limit.html
- not soon after I had a failed drive array. I usaed ssacli to check what was going on and it was telling me to retry building the array to get it to work. I tried but it couldn't. One drive failure caused both 2xRAID1 arrays to disappear (along the same breakout cable). I stuck supposedly defective drive in a dock and confirmed it was drive failure as it wouldn't even boot/spin up anymore. Replacing the drive brought both 2xRAID1 arrays back up automatically and no further configuration was required to make it work. Just a tip, a lot professionals recommended using the same drives with exact same specification to help maintain performance and reduce compatibility issues. I use use different drives to help identify which is which and because that's all that I often have to work with
controller all show config
controller slot=2 pd all show
controller slot=2 create type=ld drives=1I:0:7,1I:0:8 raid=1

- if you read my blog regularly you'll realise I like repairing, designing, reverse engineering, and building stuff. You may be interested in some of my other hobbies, work, blog posts, etc...
https://dtbnguyen.blogspot.com/2023/07/international-manufacturing-youtube.html
https://dtbnguyen.blogspot.com/2023/06/youtube-car-repair-channels-random.html
https://dtbnguyen.blogspot.com/2023/05/future-of-artificial.html
https://dtbnguyen.blogspot.com/2021/11/recyclingunlockinghacking-devices-for.html
http://dtbnguyen.blogspot.com/2018/04/hp-4520s-laptop-teardown-random-stuff.html
http://dtbnguyen.blogspot.com/2011/04/apple-ibook-g4-logicboard-fixes.html
http://dtbnguyen.blogspot.com/2010/10/asus-1005p-disassembly.html
http://dtbnguyen.blogspot.com/2010/07/replacing-lcd-on-toshiba-nb200.html
http://dtbnguyen.blogspot.com/2013/02/laptop-thermal-design-convergence-and.html
http://dtbnguyen.blogspot.com/2012/05/fujitsu-stylistic-st4120-recovery.html
http://dtbnguyen.blogspot.com/2011/10/nvidia-laptop-graphics-chip-repair.html
http://dtbnguyen.blogspot.com/2013/03/laptop-hacking-and-hardware-workarounds.html
http://dtbnguyen.blogspot.com/2015/08/apple-icloud-device-locking-and-general.html
http://dtbnguyen.blogspot.com/2013/03/repairing-laptop-power-bricks.html
https://dtbnguyen.blogspot.com/2011/08/unlocking-your-phonemodem.html
http://dtbnguyen.blogspot.com/2015/08/apple-icloud-device-locking-and-general.html
http://dtbnguyen.blogspot.com/2015/07/ableton-and-ableton-push-hacking.html
http://dtbnguyen.blogspot.com/2012/09/windows-and-android-arent-that_5901.html
http://dtbnguyen.blogspot.com/2012/08/funky-firmware.html
http://dtbnguyen.blogspot.com/2012/07/if-only-reading-were-easier.html
http://dtbnguyen.blogspot.com/2011/11/playing-with-android.html
http://dtbnguyen.blogspot.com/2015/06/repairing-musical-instrumentselectrical.html
http://dtbnguyen.blogspot.com/2015/06/custom-midi-hardware-and-software.html
http://dtbnguyen.blogspot.com/2012/12/network-traffic-analysis-laptop-power.html
http://dtbnguyen.blogspot.com/2013/02/laptop-thermal-design-convergence-and.html
http://dtbnguyen.blogspot.com/2012/10/more-security-oscilloscope-and-wireless_6750.html
http://dtbnguyen.blogspot.com/2011/11/hp-pavilion-dv2000-laptop-troubles.html
https://dtbnguyen.blogspot.com/2011/03/eeepc-recovery-without-recovery.html
https://dtbnguyen.blogspot.com/2018/11/lost-dell-recovery-disc-youtube.html
http://dtbnguyen.blogspot.com/2021/02/living-without-google-random-stuff-and.html
https://dtbnguyen.blogspot.com/2017/08/the-big-5-us-it-firms-arent-unbeatable.html
https://dtbnguyen.blogspot.com/2020/02/web-server-global-sampling.html
http://dtbnguyen.blogspot.com/2021/01/how-elite-maintain-power-random-stuff.html
http://dtbnguyen.blogspot.com/2012/10/more-security-oscilloscope-and-wireless_6750.html
http://dtbnguyen.blogspot.com/2012/09/automated-research-and-some-more_18.html
https://dtbnguyen.blogspot.com/2021/02/youtube-comedy-random-stuff-and-more.html
https://dtbnguyen.blogspot.com/2021/11/what-people-eatate-random-stuff-and-more.html
http://dtbnguyen.blogspot.com/2018/11/lost-dell-recovery-disc-youtube.html
http://dtbnguyen.blogspot.com/2020/11/worlds-funniest-politicians-random.html

Random Stuff:
- as usual thanks to all of the individuals and groups who purchase and use my goods and services
http://sites.google.com/site/dtbnguyen/
http://dtbnguyen.blogspot.com.au/
- latest in science and technology
https://itwire.com/science-news/health/how-one-tech-lawyer-is-using-ai-to-help-people-love-their-broken-selves-with-broken-bear.html
https://brokenbear.com/
https://www.abc.net.au/news/2023-08-19/tsmc-the-most-important-company-in-the-world/102728172
https://www.drive.com.au/news/autonomous-cars-cause-traffic-jam-in-san-francisco/
https://www.bbc.com/future/article/20230728-baby-led-weaning-what-are-the-risks-and-benefits
https://www.smh.com.au/technology/the-ai-horse-has-bolted-it-s-time-for-the-nuclear-option-20230807-p5duel.html
https://www.news.com.au/national/queensland/courts-law/you-cant-unsee-things-ex-detective-on-toll-of-child-abuse-cases/news-story/c702ec9d24eae335b89a41c1a60d4756
https://ostechnix.com/reset-windows-password-with-linux-live-cd/
https://au.lifestyle.yahoo.com/china-reportedly-had-deep-persistent-access-to-japanese-networks-for-months-233516478.html
https://itwire.com/business-it-news/security/us-spies-claimed-to-be-messing-with-china-earthquake-data.html
https://itwire.com/business-it-news/open-source/rhel-source-suse,-oracle,-ciq-join-to-provide-compatible-code.html
https://itwire.com/government-tech-news/technology-regulation/biden-places-curbs-on-us-investment-in-chinese-technology.html
https://itwire.com/it-industry-news/telecoms-and-nbn/red-ink-continues-to-splatter-nbn-co-balance-sheet-at-end-of-fy23.html
https://itwire.com/business-it-news/security/researchers-find-fresh-bugs-found-in-intel,-amd-processors.html
https://itwire.com/business-it-news/security/chatgpt-data-leaks-most-commonly-involve-source-code-report.html
https://itwire.com/it-industry-news/deals/amd-to-invest-us$400m-to-set-up-design-centre-in-india.html
https://itwire.com/opinion-and-analysis-sp-481/open-sauce/google-wants-to-teach-people-how-to-write-the-news.html
https://nationalinterest.org/blog/techland/why-america-losing-tech-war-china-206664
https://nationalinterest.org/blog/techland/low-earth-orbiting-satellite-race-needs-more-first-place-victor-206656
https://www.abc.net.au/news/2023-07-11/tearless-onions-variety-available-in-woolworths/102582826
https://www.abc.net.au/news/2023-07-14/toyota-ev-solid-state-battery-explainer/102584144
https://www.abc.net.au/news/2023-07-25/redcycle-soft-plastic-australia-supermarket-stockpiles-recycle/102635180
https://www.theguardian.com/technology/2023/jul/21/australian-dishbrain-team-wins-600000-grant-to-develop-ai-that-can-learn-throughout-its-lifetime
https://www.news.com.au/technology/science/space/spacex-falcon-9-rockets-space-mission/news-story/2a6da244451021d84773170a0f07f188
https://www.drive.com.au/news/tesla-hiring-australian-drivers-to-not-drive-its-cars/
https://www.fool.com.au/2023/07/14/is-the-optus-starlink-deal-bad-news-for-telstra-shares/
https://itwire.com/government-tech-news/technology-regulation/china-hits-back-at-us,-places-curbs-on-niche-metal-exports.html
https://itwire.com/telecoms-and-nbn/telstra-5g-goes-live-with-ericsson-cloud-ran-infrastructure.html
https://itwire.com/government-tech-news/technology-regulation/google-testing-block-on-youtube-users-who-have-ad-blocking-software.html
https://itwire.com/it-industry-news/strategy/doj,-fbi-pressuring-british-scribes-to-back-assange-prosecution.html
https://itwire.com/it-industry-news/deals/india-deal-with-micron-technology-dismissed-as-a-pr-stunt.html
https://itwire.com/business-it-news/security/hwl-ebwsorth-working-to-address-effects-of-attack-cyber-czar.html
https://itwire.com/opinion-and-analysis-sp-481/open-sauce/azure-breach-microsoft-okays-wiz-post-on-continued-danger,-then-denies-it.html
https://itwire.com/business-it-news/open-source/rocky-linux-outlines-ways-to-legally-obtain-red-hat-source-code.html
https://itwire.com/opinion-and-analysis-sp-481/open-sauce/curbs-on-rhel-source-code-we-ve-reached-the-third-stage-of-spin.html
https://itwire.com/science-news/automotive/toyota-says-new-solid-state-battery-will-have-1200km-range,-charge-in-10-minutes.html
https://itwire.com/business-it-news/security/fortescue-metals-admits-it-suffered-breach,-cl0p-claims-credit.html
https://itwire.com/business-it-news/security/google-virus-database-virustotal-leaks-subscriber-information-report.html
https://www.news.com.au/lifestyle/health/health-problems/smokers-tongue-turns-green-spouts-hair-after-rare-reaction/news-story/95861f228e2ffda1d38d3b26894bf578
https://www.msn.com/en-au/news/techandscience/the-first-container-ship-fully-fueled-by-food-scraps-is-ready-to-set-sail/ar-AA1e5b1j?cvid=f315ff4341a94f0180ba26cc3238062c&ei=29
https://7news.com.au/technology/google/inactive-gmail-accounts-set-to-be-axed-amid-major-change-flagged-by-google-c-11344599
https://www.theguardian.com/global-development/2023/jul/25/this-will-not-be-swept-away-the-bamboo-homes-helping-pakistans-post-flood-rebuild
https://www.msn.com/en-au/news/australia/thousands-of-donors-to-australian-charities-including-cancer-council-and-canteen-have-data-leaked-to-dark-web/ar-AA1fD6Nv
https://www.abc.net.au/news/2023-07-19/sleeping-habits-young-australian-adults-sleep-study/102619680
https://www.news.com.au/lifestyle/real-life/news-life/im-a-doctor-who-studied-5000-neardeath-experiences-there-is-life-after-death/news-story/5e962f5a5a108d7b8d6f99e27023d9e0
https://www.theguardian.com/technology/2023/sep/02/silicon-valley-elites-utopian-city-california
- latest in finance and politics
https://www.sbs.com.au/news/article/australian-passport-power/877i07h8t
https://www.abc.net.au/news/2023-07-23/spring-ridge-farmer-meets-pharmacist-and-town-gets-doctor/102609866
https://www.news.com.au/technology/environment/japans-pm-eats-safe-and-delicious-fukushima-fish-to-dispel-fears-amid-radioactive-water-row/news-story/f5f49b24ca4360d8e2ca07da72f606c6
https://www.news.com.au/finance/business/retail/subway-sold-for-14-billion-to-us-private-equity-firm-in-one-of-the-biggest-deals-in-fast-food-history/news-story/317ae534b8f81bfdc8551d296f7af46e
https://www.smh.com.au/national/the-common-medication-involved-in-killing-more-australians-than-alcohol-20230819-p5dxtq.html
https://www.news.com.au/finance/business/retail/142-dominos-pizza-stores-in-russia-to-go-bankrupt-after-failing-to-find-a-buyer/news-story/d85caa958c0b0a6b82d8a18f59f8b8b9
https://www.msn.com/en-au/news/australia/top-10-worst-pubs-and-clubs-in-nsw-for-money-laundering-revealed-as-millions-washed-through-pokies/ar-AA1fDMcY
https://www.afr.com/work-and-careers/leaders/how-vicki-brady-went-from-pulling-beers-to-running-our-largest-telco-20221128-p5c1uj
https://www.news.com.au/finance/economy/world-economy/investor-who-accurately-predicted-08-housing-crash-bets-25-billion-on-2023-wall-street-catastrophe/news-story/f3b5af9d1745323eb1860ddbd10487dd
https://www.theguardian.com/food/2023/aug/16/jamie-and-jools-oliver-pay-themselves-almost-7m-in-dividends
https://www.theguardian.com/australia-news/2023/aug/17/ama-tells-university-of-sydney-to-read-the-room-over-research-funded-by-gambling-industry
https://www.afr.com/chanticleer/how-ai-drove-telstra-s-15b-call-20230817-p5dx95
https://www.smh.com.au/world/asia/they-tried-to-protect-beijing-so-they-sacrificed-zhuozhou-20230808-p5dus8.html
https://www.msn.com/en-au/news/australia/just-5-own-nearly-half-of-australia-s-35-trillion-in-superannuation-assets-why/ar-AA1efvre
https://www.smh.com.au/national/nsw/buckets-of-cash-how-chinese-group-withdrew-137m-to-avoid-paying-tax-20230719-p5dphd.html
https://www.smh.com.au/politics/federal/students-stuck-paying-high-hecs-debts-for-failed-scheme-20230719-p5dpkn.html
https://www.news.com.au/finance/money/wealth/1000-per-cent-stock-surge-makes-microsoft-ceo-a-billionaire/news-story/2fa8a5bbc268b065e4a6d7f0c5720499
https://www.msn.com/en-au/lifestyle/misc/how-i-d-invest-3000-in-asx-dividend-shares-today-to-create-a-passive-income/ar-AA1e2Z63
https://www.news.com.au/finance/money/tax/aussies-rage-at-low-tax-returns-owing-money-to-the-ato/news-story/473635751f4c203d828dc21296436069
https://www.msn.com/en-au/money/markets/energy-bills-could-drop-by-75pc-if-victorians-from-gas-to-electricity-report-says/ar-AA1e36Dl
https://www.msn.com/en-au/news/australia/peak-afr-in-a-single-day-paper-launches-prestige-watch-fair-and-argues-ceos-aren-t-paid-enough/ar-AA1du7ba
https://www.news.com.au/finance/money/is-your-money-fake-telltale-signs-to-know-if-your-cash-is-counterfeit/news-story/f08ab79bcebbea73967df008fc18e3b7
https://www.msn.com/en-au/entertainment/news/how-do-the-british-royal-family-spend-their-money/ar-AA1dqY9y
https://www.theguardian.com/us-news/2023/jul/05/double-agent-fossil-fuel-lobbyists
https://www.news.com.au/national/nsw-act/crime/security-footage-exposes-brazen-moment-alleged-thieves-steal-dog/news-story/04393c93f5e41059f4102f5a072975d7
https://www.msn.com/en-au/news/australia/exclusive-commonwealth-bank-scraps-cash-withdrawals-and-deposits-at-special-branches-across-australia/ar-AA1e05pq
https://www.theguardian.com/us-news/2023/jul/05/double-agent-fossil-fuel-lobbyists
https://www.msn.com/en-au/news/australia/state-revenue-office-reveals-thousands-of-entitlements-still-unclaimed-across-state/ar-AA1excXz
https://www.theguardian.com/business/2023/jul/06/former-kpmg-partner-urges-royal-commission-into-consulting-industry-following-damning-report-into-pwc-scandal
https://www.theguardian.com/world/2023/jul/05/china-mineral-mining-green-energy
https://www.theguardian.com/australia-news/2023/jul/14/sydney-doctor-found-guilty-of-professional-misconduct-after-being-left-24m-in-patients-will
https://www.news.com.au/technology/motoring/on-the-road/map-reveals-class-divide-in-australia/news-story/7b9e3d806e63a4fbac0785f8e926c2c2
https://www.news.com.au/finance/money/tax/young-aussie-reveals-massive-15000-after-completing-tax-return/news-story/56b19332666fc94793576bc4947d32f0
https://www.news.com.au/finance/money/costs/commonwealth-bank-announce-cryptocurrency-transfer-limits/news-story/18d72aca5df12ea208d0c9c26c68691f
https://www.news.com.au/finance/economy/australian-economy/is-sex-still-selling-during-the-cost-of-living-crisis/news-story/8cced17d40a28d21848a31c4b1751c82
- latest in defense and intelligence
https://www.abc.net.au/news/2023-07-06/iran-fires-shots-in-attempt-to-seize-tankers-in-gulf-of-oman/102567662
https://www.abc.net.au/news/2023-07-23/nuclear-football-us-president-history/102622682
https://defensemirror.com/news/34807/Russian_Su_30SM2_Fighter_Jet_with_Upgraded_Powerplant_Breaks_Cover_at_Army_2023
https://www.shephardmedia.com/news/air-warfare/what-you-need-to-know-about-the-f-16-fighter-jet/
https://au.lifestyle.yahoo.com/china-reportedly-had-deep-persistent-access-to-japanese-networks-for-months-233516478.html
https://www.news.com.au/breaking-news/thousands-of-us-sailors-marines-reach-red-sea-after-iran-tensions/news-story/dfad6e64ed1eaad56deb828a64fa8591
https://www.rt.com/russia/580444-brazil-extradition-russian-spy/
https://www.rt.com/news/579872-pentagon-emails-typo-mali/
https://www.rt.com/news/579867-un-debt-developing-world/
https://www.rt.com/news/579873-israel-us-closest-ally-lapid/
https://www.rt.com/business/581077-denmark-drug-firm-gdp/
https://www.rt.com/news/581076-china-negative-opinions-survey/
https://www.rt.com/russia/580957-west-really-believes-in-russia-collapse/
https://www.news.com.au/world/europe/russian-spy-agency-accused-of-leaving-faeces-in-diplomats-suitcases/news-story/80f6cf783c7e14214eed667686e00fcd
https://www.rt.com/russia/579196-mig31-fighter-jet-crash/
https://www.dw.com/en/north-korea-satellite-had-no-military-utility-seoul-says/a-66119306
- latest in animal and environmental news
https://www.news.com.au/travel/travel-updates/incidents/new-zealand-couple-demand-refunds-for-flight-with-a-farting-dog/news-story/ab588590b3d0fa68a8d2b12ec7735ea4
https://www.washingtonpost.com/science/2023/08/20/cautious-orangutan-curiosity/
https://www.mirror.co.uk/news/us-news/tragic-end-trilby-wearing-chimp-30694073?int_source=nba
https://www.msn.com/en-in/news/other/chimp-washes-mans-hand-after-he-feeds-it-water-anand-mahindra-shares-video/ar-AA1fyk01
https://www.theguardian.com/environment/2023/jul/11/seafood-industry-joins-chorus-of-groups-calling-for-a-halt-to-deep-sea-mining-plans
https://www.theguardian.com/environment/2023/jul/11/the-orca-uprising-whales-are-ramming-boats-but-are-they-inspired-by-revenge-grief-or-memory
https://www.bangordailynews.com/2023/07/10/news/central-maine/auburn-moose-pleasant-street-park-video/
https://www.indiewire.com/features/best-of/any-which-way-you-can-clint-eastwood-bizarre-monkey-sequel-1234878696/
https://www.news.com.au/breaking-news/california-surfers-terrorized-by-boardstealing-sea-otter/news-story/14468b124a2707d1b001742cfaf66921
- latest in music and entertainment
https://www.theguardian.com/food/2023/jul/10/tomato-and-bay-leaf-sauce-recipe-rachel-roddy
https://www.abc.net.au/everyday/how-to-choose-season-use-and-maintain-a-wok/102645368
https://www.news.com.au/technology/innovation/military/two-pieces-of-toilet-paper-and-a-can-of-cheese-inside-an-aussie-soldiers-ration-pack/news-story/b447c03c7935640efb026949295bec85
https://www.broadsheet.com.au/national/food-and-drink/article/recipe-tommy-phams-quick-and-easy-french-influenced-vietnamese-chicken-ragout
https://www.bbc.com/travel/article/20230901-maya-fellers-rastafarian-ital-stew
https://www.theguardian.com/food/2023/aug/17/new-plant-based-pork-ribs-to-feature-edible-vegan-bones
https://www.travelweekly.com.au/article/eurowings-passenger-purchases-280-of-peanuts-after-crew-allegedly-ignored-her-allergy/
https://www.news.com.au/lifestyle/relationships/dating/us-expat-reveals-astonishment-at-aussie-dating-difference/news-story/af460f4857016e37959e52aff3cb3e56
https://www.news.com.au/sport/motorsport/formula-one/brutal-daniel-ricciardo-reality-set-to-haunt-alphatauri-f1-return/news-story/571fc71d6f8c6ec6082ace77dfb36012
https://www.news.com.au/entertainment/celebrity-style/red-carpet/margot-robbie-dua-lipa-and-more-frock-up-for-barbie-premiere/news-story/3a9897d9d74a472dee33812a9e85d703
https://www.drive.com.au/news/fake-speed-camera-to-be-removed-usa/
https://www.news.com.au/lifestyle/real-life/news-life/melbourne-parent-complains-billboard-is-offensive-and-reminds-them-of-lockdown/news-story/b4bb08ef3fec5bd6092bfd8e8efe30bb
https://www.news.com.au/sport/american-sports/nba/overrated-no-1-nba-draft-pick-victor-wembanyamas-first-look-savaged/news-story/d4987ef562d59edc69f497f3a3059732
https://www.news.com.au/lifestyle/fashion/fashion-shows/worrying-detail-in-duct-tape-bikini-show-at-miami-swim-week-2023/news-story/84ff9e40f789195b2f00e8db9be21378

Random Quotes:
- The remote communities of the Territory are fiercely independent, and proud of their cultures and connection to the land, which they have fought to hang onto despite decades of brutal colonial intervention.
More than 100 Aboriginal languages and dialects are spoken across the region, and traditionally, family is the nucleus around which everything spins.
For Leanne, the failures of the justice system can be traced back to these ties being ignored and disrupted by people wielding power from Darwin and Canberra. She wants to change that.
That's why, since she was commissioned by the NT Government to lead negotiations on the justice agreement, she's travelled thousands of kilometres for consultations.
She says by giving Aboriginal people a voice in the drafting of the document and returning some power to Aboriginal communities over how the justice system operates, this agreement can succeed where other plans have failed.
Throughout her travels two messages stand out — time is running out to bring changes to the Territory's justice system, which imprisons Aboriginal people at 15 times the rate of non-Indigenous people; and there must be acknowledgement of the failures in a system that ignores the needs of the people it most affects.
https://www.abc.net.au/news/2020-12-15/mapping-justice-in-the-northern-territory/12918946?nw=0
- James Ruse Agricultural High School has claimed the title of NSW's top school for the 25th year in a row, an unparalleled achievement in the history of the Higher School Certificate.
Baulkham Hills High School was second, with North Sydney Boys' and Girls' high schools third and fourth. Sydney Grammar, at fifth, was the only independent school in the state's top 10.
The top non-selective school was Ascham, at 11th. Mackellar Girls High, part of the Northern Beaches Secondary College (NBSC) network, was the highest-placed public comprehensive school at 43rd. Parramatta Marist High was the top Catholic systemic school at 46th.
https://www.smh.com.au/national/nsw/james-ruse-tops-hsc-for-historic-25th-consecutive-year-as-public-schools-dominate-top-10-20201218-p56olu.html
- CHICAGO - An attorney for a U.S. Army special forces sergeant arrested in what authorities called an apparently random shooting at an Illinois bowling alley that left three people dead told an initial hearing Monday that her client may suffer from post-traumatic stress disorder.
Duke Webb, 37, faces three counts of murder and three counts of first-degree attempted murder for injuring three others in the shooting at Don Carter Lanes, in Rockford, on Saturday evening.
According to Army service information, Webb had four deployments to Afghanistan, the most recent once ending in July.
His lawyer, Elizabeth Bucko, also told the hearing in a Winnebago County courtroom that Webb appeared to have issues with memory loss. She added that he will undergo mental health evaluations, the Rockford Register Star reported.
https://www.cp24.com/world/lawyer-soldier-charged-in-rockford-shooting-may-have-ptsd-1.5246620
While Kuwait holds broadly free parliamentary elections, power effectively remains in the hands of the ruling al-Sabah family and the emir, who appoints the government.
https://www.sheppnews.com.au/world/2021/01/13/2596490/kuwait-ministers-resign-amid-tensions
- "Tech giants have created platforms that produce both mega-profits and serious societal problems. If they accept the profits, they must also accept the oversight."
https://itwire.com/technology-regulation/reset-takes-aim-at-%E2%80%98big-tech%E2%80%99-and-proposed-voluntary-disinformation-code.html
- How denim pollutes air, water and workers' lungs
Denim doesn't just use a lot of water, it's a damaging pollutant too. 
Levi's estimates that a pair of their jeans emits 33.4 kg (73 pounds) of CO2 into the atmosphere, the equivalent of driving more than 1,000 kilometers (620 miles) in a car. That's largely because denim is produced in countries like China and India where coal is the main source for electricity.
Denim's trademark blue color is mostly achieved by using a synthetic indigo dye that's linked with toxic chemicals such as cyanide, known for its use as a poison. To avoid paying for wastewater treatment, companies dump these chemicals into rivers. A study from 2019found textile dyes from factories in Bangladesh in crops grown nearby.
Working in a denim factory can also be fatal. Take sandblasting for example. This method uses high pressure hoses to spray sand against denim to create a worn look that has become popular with consumers. For workers who inhale the small particles of sand, the process can cause a deadly lung disease called silicosis.
At just 15, Bego Demir worked in a denim sandblasting factory in Turkey where he knew over 120 people who died from silicosis.
"After 8 years of working in sandblasting, half of my lungs don't work anymore," he told DW.
Demir, who coordinates Clean Clothes Campaign (CCC) in Turkey helping to outlaw sandblasting there in 2009, now wants to expose the process that replaced it — the use of potassium permanganate.
In a 2019 report for the CCC, Demir found that Turkish workers in denim factories using potassium permanganate had early onset asthma and skin irritation. He says potassium permanganate is still being used in denim production around the world.
"Brands are waiting for workers to lose their life before they act. In the sandblasting factories they reacted the same way. Only after a lot of workers lost their life, did the brands act," Demir said.
https://www.dw.com/en/denim-clothing-sustainability-recycle-pollution/a-56951179
- Food delivery jobs that pay as little as $10.42 an hour risk undermining the broader transport industry and put Australia in a state of "national emergency", a union has warned.
The Transport Workers' Union has waged a campaign for regulation of the gig economy in NSW and was invited on Monday to give evidence to a federal select committee into job security.
National secretary Michael Kaine warned in his opening statement the conditions under which many food delivery riders work could be replicated in the broader transport sector if legislators didn't intervene.
"This model now threatens to pervade the entirety of the freight market and has moved quickly into nearly every single area of the economy," Mr Kaine said.
"We are beyond disaster and disgrace. This is a national emergency."
In evidence to a NSW parliamentary inquiry into the gig economy, the TWU has presented a survey that showed the average hourly wage for workers delivering food by scooter was just $10.42 per hour.
That's less than half of the national minimum wage for casual workers at $24.80 per hour.
The rate was calculated by subtracting the costs of vehicles and equipment from an average gross hourly rate of $16.32.
https://www.news.com.au/finance/work/at-work/food-delivery-drivers-paid-just-1042-an-hour-union-claims/news-story/a5407f892165540b1b09fc44abc6a021

Monday, November 19, 2018

Lost Dell Recovery Disc, YouTube Musicians, and More

- recently came across a Dell with a with a likely pirated version of Windows. Since Windows is effectively free (if you know where to look) I decided to see whether I could find a copy online. Technically, this was supposedly allowed since the license sticker was on the laptop and the SLIC table was already updated correctly. The irony was that the online Dell database wasn't updated/consistent though...
- I had to go fossicking for alternative service tags. Given Google's history of censorship (if you think about it you'll realise that it can stretch things a bit sometimes) it makes sense that I couldn't find too many examples off the bat. Moreover, there doesn't seem to be too many options online with regards to existing databases (by the way, programs such as Serials2K were great back in the day. Pity they aren't as prevalent or as useful in the age of activation services now (especially for legitimate cases such as this))
dell service tag generator
My Dell is a: Latitude C600/C500 modle PP01L
Computer system: # 5ZWJP01-595B
Service Tag #: 5ZWJP01
Express Service Code: 13054894417
dell service tag database
- the trouble with Torrent sites is that you don't know what you're getting. That said, it's always a useful means of getting metadata/information regarding legitimate files. Ultimately, I found a few legitimate/relevant service tags online and was able to successfully update the Dell laptop in question
G13K9_PW4KGA00_W7SP1PRO64_ROW(DL).iso - 7.06GB
MVGG5A00_W10x64ROW_pro.iso - 4.22GB
2DF4FA00_W10x64ROW_pro(DL)_v3.iso - 6.38GB
MVGG5A01_W10x64ROW_pro.iso - 4.25 GB
torrent dell windows 7 iso
5KR9DC2 - Windows 7 Pro 64 Bit
7GXLCS1 - Windows 7 Pro 32 Bit
9CGM72S - Windows 7 Pro COA
dell service tag list
- if you don't already know a lot of Windows machines have a SLIC table modification allowing for installation of Windows without requiring manual input of the keycode? Somtimes, you can alter it but it can be difficult
alter slic table bios
How to Beat OEM Licensing
- if you look at the Dell setup they're using temporary download links to keep an eye on things
creating temp download links
- they obviously use Akamai. Direct access to IP addresses not allowed with multi IP address systems in round robin type system. Information about the architecture is pretty limited...


./d
Resolving downloads.dell.com (downloads.dell.com)... 104.67.225.111, 2600:1415:11:395::1c, 2600:1415:11:380::1c
Connecting to downloads.dell.com (downloads.dell.com)|104.67.225.111|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7581837312 (7.1G) [application/octet-stream]
Saving to: ‘G13K9_PW4KGA00_W7SP1PRO64_ROW(DL).iso?authkey=LtZLRsDXjDgLGEn0GXDErrO5Oku020pE3SlGnAqZdbdWtyHUeSbNDWdhpHBNosxCPKGiJe5mOXeqwb7kwvhnTA==&__gda__=1540614602_467f9a753d82cc423bc1dbf220b382f0&uid=b3a708fd-2236-4749-ac7f-ea8967e70a16’

sDXjDgLGEn0GXDErrO5Oku020pE3SlGnA   0%[                                                           ]   4.10M   293KB/s    eta 7h 51m ^

Resolving downloads.dell.com (downloads.dell.com)... 104.67.225.111, 2600:1415:11:380::1c, 2600:1415:11:395::1c
Connecting to downloads.dell.com (downloads.dell.com)|104.67.225.111|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2018-10-27 10:55:12 ERROR 403: Forbidden.

works if single character of last altered
Resolving downloads.dell.com (downloads.dell.com)... 104.67.225.111, 2600:1415:11:380::1c, 2600:1415:11:395::1c
Connecting to downloads.dell.com (downloads.dell.com)|104.67.225.111|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7581837312 (7.1G) [application/octet-stream]
Saving to: ‘G13K9_PW4KGA00_W7SP1PRO64_ROW(DL).iso?authkey=LtZLRsDXjDgLGEn0GXDErrO5Oku020pE3SlGnAqZdbdWtyHUeSbNDWdhpHBNosxCPKGiJe5mOXeqwb7kwvhnTA==&__gda__=1540614602_467f9a753d82cc423bc1dbf220b382f0&uid=b3a708fd-2236-4749-ac7f-ea8967e70a1f’

              G13K9_PW4KGA00_W7SP   0%[                                                           ] 146.00K   170KB/s 

won't work if authkey is changed though
Resolving downloads.dell.com (downloads.dell.com)... 104.67.225.111, 2600:1415:11:395::1c, 2600:1415:11:380::1c
Connecting to downloads.dell.com (downloads.dell.com)|104.67.225.111|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: http://www.dell.com/support/home/Drivers/DriversDetails/SecureDownloadError?err=104&filePath=/Restricted/FOLDER03656623M/1/G13K9_PW4KGA00_W7SP1PRO64_ROW(DL).iso [following]
Resolving www.dell.com (www.dell.com)... 184.24.240.57
Connecting to www.dell.com (www.dell.com)|184.24.240.57|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Connecting to www.dell.com (www.dell.com)|184.24.240.57|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://www.dell.com/support/home/au/en/audhs1/Drivers/DriversDetails?driverId=&id=104 [following]
--2018-10-27 11:07:38--  https://www.dell.com/support/home/au/en/audhs1/Drivers/DriversDetails?driverId=&id=104
Reusing existing connection to www.dell.com:443.
HTTP request sent, awaiting response... 404 Not Found
2018-10-27 11:07:39 ERROR 404: Not Found.

./d 
Resolving downloads.dell.com (downloads.dell.com)... 23.213.186.28, 2001:8006:3510:1390::1c, 2001:8006:3510:13ae::1c
Connecting to downloads.dell.com (downloads.dell.com)|23.213.186.28|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7581837312 (7.1G) [application/octet-stream]
Reusing existing connection to downloads.dell.com:443.
HTTP request sent, awaiting response... 200 OK
Length: 7581837312 (7.1G) [application/octet-stream]
Saving to: ‘G13K9_PW4KGA00_W7SP1PRO64_ROW(DL).iso?authkey=LtZLRsDXjDgLGEn0GXDErrO5Oku020pE3SlGnAqZdbepXT76WFXqW9BPfOkQJy56c2WXtah4KDOlASc+Hq6h8A==&__gda__=1540623381_1e0961f368a1396a57a53b8b82e12c8f&uid=de1c7105-07b0-4853-83c1-ac8df99a7611’

ROW(DL).iso?authkey=LtZLRsDXjDgLG  10%[====>                                                      ] 732.35M  2.00MB/s    eta 56m 53s^

Connecting to 23.213.186.28:443... connected.
The certificate's owner does not match hostname ‘23.213.186.28’
HTTP request sent, awaiting response... 400 Bad Request
2018-10-27 13:17:03 ERROR 400: Bad Request.

works

checksums match up
md5sum *
5ef18b69f93d17216166d9f9925dad40  d
e5720c082660d0a148ea85b718589e28  G13K9_PW4KGA00_W7SP1PRO64_ROW(DL).iso?authkey=LtZLRsDXjDgLGEn0GXDErrO5Oku020pE3SlGnAqZdbdWtyHUeSbNDWdhpHBNosxCPKGiJe5mOXeqwb7kwvhnTA==&__gda__=1540614602_467f9a753d82cc423bc1dbf220b382f0&uid=b3a708fd-2236-4749-ac7f-ea8967e70a16
231fea6a16c4b8e2e2333dd0c8ec6976  G13K9_PW4KGA00_W7SP1PRO64_ROW(DL).iso?authkey=LtZLRsDXjDgLGEn0GXDErrO5Oku020pE3SlGnAqZdbdWtyHUeSbNDWdhpHBNosxCPKGiJe5mOXeqwb7kwvhnTA==&__gda__=1540614602_467f9a753d82cc423bc1dbf220b382f0&uid=b3a708fd-2236-4749-ac7f-ea8967e70a1f
d363f535afae79139fe8632702613ffb  G13K9_PW4KGA00_W7SP1PRO64_ROW(DL).iso?authkey=LtZLRsDXjDgLGEn0GXDErrO5Oku020pE3SlGnAqZdbepXT76WFXqW9BPfOkQJy56c2WXtah4KDOlASc+Hq6h8A==&__gda__=1540623381_1e0961f368a1396a57a53b8b82e12c8f&uid=de1c7105-07b0-4853-83c1-ac8df99a7611
----
akamai ghost
The content delivery process begins with a user submitting a request to a browser. When a user enters a URL, a DNS request is triggered and an IP address is retrieved. With the IP address, the browser can then contact a web server directly for subsequent requests.[16] In a content delivery network structure, the domain name of the URL is translated by the mapping system into the IP address of an edge server to serve the content to the user.[15]

Akamai delivers web content over its Intelligent Platform by transparently mirroring elements such as HTML, CSS, software downloads, and media objects from customers' servers. The Akamai server is automatically picked depending on the type of content and the user's network location. Receiving content from an Akamai server close to the user allows for faster download times and less vulnerability to network congestion. Akamai claims to provide better scalability by delivering the content over the last-mile from servers close to end-users, avoiding the middle-mile bottleneck of the Internet.[17] The Download Delivery product line includes HTTP downloads for large downloadable objects, a customizable application for consumers, and analytics tools with metrics that monitor and report on the download process. [18]
toshiba download iso
- dual layer DVDR discs are kind of pricey and rare so try to use a USB flash drive to install things
- the good thing is that even if the token/link in question seems to expire it will attempt to seek the nearest viable server for download within the network? As opposed to a direct IP grouping of addresses from which you are bounced there are a series of redirects until you get to what you need or want? It's not a bad setup but a little unclean?
- I tried to write a script to see whether I could crack/fuzz the Dell service tag pattern. Ironically, in the initial test phase I discovered that this was highly unrealistic. It took 5-6 hours for me to produce ~50M service tags (using BASH. It will likely be significantly faster using a multi-threaded program in a compiled language. Something that I may leave for another time). The obvious problem is that you need to crack the CAPTCHA system every once in a while when you get a series of misses though. The other problem is the problem of pure speed. Ideally, you need a botnet or access to multiple servers in the cloud with updated databases which parallelises the attack against Dell servers
- below is the base code if you're interested:
- description is as follows:
# After finding out that Dell servers were out of whack and needing
# to recover my operating system  I wanted to see whether there was a
# pattern to Dell service tags so decided to see whether I could fuzz
# service tags. Not that easy because it requires speed at the network
# and processing level as well as time to deal with the CAPTCHA system
# that is in place. This script can produce ~50M service tags in roughly
# 5-6 hours on my local machine.
# https://www.dell.com/support/home/au/en/aubsd1/product-support/servicetag/9cgm72s/diagnose
# https://anti-captcha.com/mainpage
# As such, I've left this program AS IS for the time being until I
# have time to build a higher performance option.
#
# As this is the very first version of the program it may be VERY buggy.
# Please test prior to deployment in a production environment.
- if none of the above works you can often obtain recovery discs cheaply from computers markets, eBay, Op Shops, etc... as well:
http://www.technologymarkets.com.au/
https://caribbeangardens.com.au/market/
https://dtbnguyen.blogspot.com/2018/04/dealing-with-legacy-applications-random.html
- I've obviously had experience in this area. Just think it through a bit. Most Original Equipment Manufacturers (OEMs) don't really create overly complex extensions/software to facilitate recovery. You can often reverse engineer and work your way through through whatever tools are available:
http://dtbnguyen.blogspot.com/2011/03/eeepc-recovery-without-recovery.html
https://dtbnguyen.blogspot.com/2019/03/writing-bootable-isoimg-files-to-usb.html

- if you don't already know there are a lot of great YouTube artists doing remixes and covers on YouTube:
https://www.youtube.com/user/DesmondDennis/videos
Kevin Ross
https://www.youtube.com/channel/UCHfMwUyMj2t1_-kHoeqJb0A/videos
Leray Rømain
https://www.youtube.com/channel/UCAqa3xnIPC2ShDKrrJoCl6w/videos
bassicionado
https://www.youtube.com/channel/UCPHe7__2AdLxv-E3LqKwoBg/videos
BJ THE CHICAGO KID
https://www.youtube.com/channel/UCQfYvnxjucGHJ2QZoNgPd8A/videos
L.Young
https://www.youtube.com/channel/UCf5LwNoXCTSdmPgJ8X2rRxA/videos
Daniel de Bourg
https://www.youtube.com/channel/UCnm9lUO_TSbmZkeLQmtsVqQ/videos
Candace Price
https://www.youtube.com/channel/UCQcIERvK0NQhBdJhOn2jBfg/videos
OscarEntCompany
https://www.youtube.com/channel/UCjRbzKRt5-0oSmaaCiXObPg/videos
TLongz
https://www.youtube.com/channel/UCTNGpxBOL6QfOfZYyT8w6SQ/videos
Sergio Selim
https://www.youtube.com/channel/UCCrO9hr4IaNBr_NoSUlR9HA/videos
Dane
https://www.youtube.com/channel/UCymYXEVE7F1OqVkaIfcsOJg/videos
Joshua Williams
https://www.youtube.com/user/MrJShowtime/videos
LoVel
https://www.youtube.com/channel/UCMovtMA_MfCgGrygqnEO_Ng/videos
SoMo
https://www.youtube.com/channel/UChJciK7-JLeC0-uPRmFy5BQ/videos
Kamali Kasumu
https://www.youtube.com/channel/UCCJTmjLNZOIuQqvLKM1wsxw/videos
Throwback Stereo
https://www.youtube.com/channel/UCCXomZVXIREm8T4MqoICkYQ/videos
ACMusic7
https://www.youtube.com/channel/UCz-MZYX2qrhFBKK8B71ukQQ/videos
only1noah
https://www.youtube.com/channel/UC10EcWjwbU79-6dc4WO-bDQ/videos
BTal2006
https://www.youtube.com/channel/UCRYNWAqzTAEQ7IfXFVoGK1Q/videos
Next Town Down
https://www.youtube.com/channel/UC8vjMAViD5Hv0Uxwl5w2oTQ/videos
FJK
https://www.youtube.com/channel/UCxqkOxQYocXRtSqlotgXh7w/videos
Madison Ryann Ward
https://www.youtube.com/channel/UCfqNUoJTci-tE6gfXVwwwXg/videos
seanrumsey
https://www.youtube.com/channel/UCDZwNdT9yq9ClSDqVoBJxrA/videos
https://www.youtube.com/user/JayNotesAinsley/videos
https://www.youtube.com/user/mssandrabae/videos
WiLLRnB
Fidatrix Music
jsolworld
https://www.youtube.com/channel/UCx8dks0uP7i1q--ugWLJo1A/videos
http://hardermusicgroup.com/
carlawehbe
https://www.youtube.com/channel/UCDEGCCVsObOxe0h4haXyJIA/videos
Official Ruhi
https://www.youtube.com/channel/UCSnoyauPLK0lRhz0mSX9zbQ/videos
StanWalkerVEVO
https://www.youtube.com/user/StanWalkerVEVO/videos
The Chad Session
https://www.youtube.com/channel/UCMsi1_rvXeCqCBVpoVjgpNQ/videos
Ro James XIX
https://www.youtube.com/channel/UCPUzgS3-YFngnUFMBTMC6mg/videos
thernbnetwork
https://www.youtube.com/channel/UCaCkPM2yLlystLgW_VssaHA/videos
THE REAL JOE THOMAS
https://www.youtube.com/channel/UCGE1iiCz6H3wRqT7euK6R9Q/videos
njmarc g
https://www.youtube.com/channel/UCzJR0d1Ow0vcEfljrr-nITw/videos
HumphreyRiviera
https://www.youtube.com/channel/UC0WTemD-iyQhn5U908h3H3Q/videos
R&B Covers Plus
https://www.youtube.com/channel/UCBTxNCuDCYnPbfc_0jYHwDw/videos
passionsf
https://www.youtube.com/channel/UCu-TTFBIA1Pp9zDo3xiKoUw/videos
Junior Maile
https://www.youtube.com/channel/UCuAboqepRIpOI6l6fk6r1nA/videos
https://www.last.fm/music/Junior+Maile/+wiki
https://mormonmusic.org/mormon-artists/junior-maile
Yahosh
https://www.youtube.com/channel/UCrTYokZRtmrZ6UTvAg34zvQ/videos
Terence Kelley
https://www.youtube.com/channel/UC72lVAruUEWqpG5kHAEXOJA/videos
Caleb Hacker
https://www.youtube.com/channel/UCvpmNAd6SVjzAPy2Orqafww/videos
DaehoTV
https://www.youtube.com/channel/UCEQp0zz456VBZBinX834C_Q/videos
Jaw The Official
https://www.youtube.com/channel/UCzcZpxFaAOdd7yLz5OYRWjA/videos
MPrynt
https://www.youtube.com/channel/UCnnsuPABnUJ_kobC4yRreIw/videos
KevOnStage
https://www.youtube.com/channel/UC5Zc0EUB-km6in-55cK7k2g/videos
VanJess
https://www.youtube.com/channel/UCO6wKXwsbeMAfzrdskXTcgw/videos
Matt Bloyd
https://www.youtube.com/channel/UCt68-Ugzv8CVwn90lVv5Muw/videos
Director AMartin
https://www.youtube.com/channel/UCxt4NDSWu4B2yh76VanXLGQ/videos
AHMIR
https://www.youtube.com/channel/UCznVM0EC0LnGxBZLwTqRIhg/videos
Melody Angel
https://www.youtube.com/channel/UCbqD0Mr3p8V77H6WzHJilpQ/videos
Jeremy Power
https://www.youtube.com/channel/UCHErYf5aIW71tfZ5Wugy_WQ/videos
J Powe
https://www.youtube.com/channel/UCglmNtHaer8zPFQHHk3WHug/videos
thediysessions
https://www.youtube.com/channel/UCnAUkRw4F951nRfoQD7uhKw/videos
J Rand
https://www.youtube.com/channel/UCekcW-5A7tClLV8Qt-Z5zgg/videos
Johann Garcia
https://www.youtube.com/channel/UCEaZYvUyalWv3kstpckNsvw/videos
UniversalRecPH
https://www.youtube.com/channel/UC_916zXkHew_kwh_pZv8B4w/videos
The Shadowboxers
https://www.youtube.com/channel/UCXQdO2RUUv3oyj9RRpPvj4Q/videos
Soul Lotta Funk
https://www.youtube.com/channel/UCHIRS87iit0V-ZJnIfbIo9g/videos
Apartment Sessions
https://www.youtube.com/channel/UCpU_PAsVFl2fO649QF6Zj0Q/videos
VedoTheSinger
https://www.youtube.com/channel/UCzovgO_F7DMfAE_1Bc9WQoQ/videos
J.X.U.N
https://www.youtube.com/channel/UCHbl2W4P9G7A7IotbogF-5w/videos
Cover Nation
https://www.youtube.com/channel/UCtwQvkMG2Ksbe2HhB1WJlOg/videos
Robin Reyes
https://www.youtube.com/channel/UC4fl14HV83F0KNTxIjMV0zw/videos
David Toth
https://www.youtube.com/channel/UCoK46ZYbk6R_Y7R5v31oVjA/videos
Leroy Sanchez
https://www.youtube.com/channel/UCWACD_NdQo00BhutSXMKa-w/videos
Joseph Vincent
https://www.youtube.com/channel/UCyJEAZW-4U9wK30v-OqG59g/videos
MVTCHES
https://www.youtube.com/channel/UC6O19HhN_pAxzLTGWCZtisg/videos
Mark Mejia
https://www.youtube.com/channel/UCf93Lc8xlqt5AszU5H2h7wQ/videos
DaehoTV
https://www.youtube.com/channel/UCEQp0zz456VBZBinX834C_Q/videos
Jaw The Official
https://www.youtube.com/channel/UCzcZpxFaAOdd7yLz5OYRWjA/videos
Ni/Co
https://www.youtube.com/channel/UCcleioHuL0TP47LU1BrVR6A/videos
https://en.wikipedia.org/wiki/Kevin_Ross_(musical_artist)
http://watercoolerconvos.com/2014/11/19/kevin-ross-the-vocal-beast-you-havent-heard-of-yet/
https://soundcloud.com/shawnbutlermusic
https://soundbetter.com/
https://soundbetter.com/jobs
https://soundbetter.com/profiles/126718-shawn-butler
https://ourstage.com/profile/kevinrossmusic
https://soundcloud.com/iamrnbfanatic/
https://soundcloud.com/rnb-tha-legal-drug
https://soundcloud.com/algeesmith
https://www.teenvogue.com/story/best-artists-discovered-on-youtube
- one thing to watch for for all of these singers is the use of effects (including AutoTune). Their natural tone sometimes drastically differs from their singing tone which suggests shenanigans
- many of them have backgrounds in reality television and teaching. Watch for radical changes in tone quality or pitch before and after they've appeared on television or in live performance which is likely caused by massive amounts of coaching and/or use of effects especially where use of post-production filtering is less effective
effects william singe
Jamie Avecilla
- watch for lip-synching, miming, etc... The sound often don't come in sync with vocals and/or instrumental fingering. It suggests a form of shenanigans either way
- you'll often notice that there's something special/different about some cover/amateur artists. They're often much more reliant on pure vocals and/or their instrumental ability to 'stand out' from the crowd from manufactured/pop artists
- as an aside there's a lot of interesting Asian pop music (and other languages/cultures as well) out there (J-Pop is often more "rocky", K-Pop often has a strong Western influence/sound to it, C-Pop is generally "softer" with a traditional feel to it, V-Pop has a Chinese and Western influence to it with a historical/traditional undertone to it):
https://www.youtube.com/results?search_query=jpop
https://www.youtube.com/results?search_query=cpop
https://www.youtube.com/results?search_query=kpop
https://www.youtube.com/results?search_query=vpop
https://www.youtube.com/results?search_query=tpop
https://www.youtube.com/results?search_query=arabic+rnb

Random Stuff:
- as usual thanks to all of the individuals and groups who purchase and use my goods and services
- apparently, Tor is time sensitive. I've been fiddling around with other proxy and VPN solutions but this seems like the easiest to use?
tor [WARN] Failed to find node for hop #1 of our path. Discarding this circuit.
https://tor.stackexchange.com/questions/15201/warn-failed-to-find-node-for-hop-0-of-our-path-discarding-this-circuit
sudo ntpdate -v pool.ntp.org
w32tm /config /syncfromflags:manual /manualpeerlist:pool.ntp.org  
w32tm /config /update
- latest in science and technology
huawei music player reduce volume for no reason
blacklist check ip address linux cli
make video dvd from linux cli
bypass cloudfare
cookie manager chromium
face database
clean out apt database
rm -rf /var/lib/apt/lists/*
apt-get update
force apt install version
gupta sql
'The food supplement that ruined my liver'
launch pad nick ellsmore
nick ellsmore security
Google Top Contributor Program Candidate Community
“Top Contributor Program Candidate” G+ Community 
what does google use to obscure javascript
https://www.quora.com/How-does-Google-obfuscate-its-Javascript-code-Is-there-any-existing-tool-to-do-it-Google-way-or-is-it-done-internally-with-an-internal-tool
google news old styles
sample mbox
"no credit card" cloud
info@intalock.com.au
- latest in finance and politics
- latest in defense and intelligence
- latest in animal news
- latest in music and entertainment
https://www.instagram.com/embassycat/?hl=en
http://www.sbs.com.au/food/cuisine/turkish
http://allrecipes.com.au/recipes/turkish-recipes.aspx?rum=us
http://ozlemsturkishtable.com/recipes/
http://www.bbcgoodfood.com/recipes/collection/turkish
http://www.food.com/topic/turkish
http://www.turkishfoodandrecipes.com/
https://au.pinterest.com/turkeysforlife/favourite-turkish-food-recipes/
http://www.turkeysforlife.com/turkish-recipes-index.html
https://www.justonecookbook.com/okonomiyaki/
http://www.taste.com.au/recipes/okonomiyaki-japanese-pancakes/40bb992a-ff62-4d21-87b1-5d7bd44eadc3
http://everydaygourmet.tv/recipe/okonomiyaki/
https://en.wikipedia.org/wiki/Okonomiyaki
https://www.recipetineats.com/chinese-fried-rice-with-shrimp-prawns/
https://www.foodinaminute.co.nz/Recipes/Spicy-Prawn-Fried-Rice

Random Quotes:
- Jewish law always encourages integrating the latest scientific knowledge into our lives and has no problem with the newest developments in treating infertility, flying a spacecraft, and using technical devices to make it easier to observe Shabbat. Yet, when it comes to the writing of a Sefer Torah, no technological improvements are appreciated. They are basically rejected (*).

Ours is a future-orientated religion. We are not afraid of the latest technologies because they allow us to fulfill, in ways unimagined by our forefathers, the divine mandate to cure diseases, create more pleasant ways to live our lives, and make the world a better place. All this is beautifully expressed by our Sages, who direct us to become partners with God in the work of creation. But the very text that demands this does not allow for any changes in its content and bars us from making use of the latest technological devices when it comes down to the physical preparation and writing of this same text!

What is the message conveyed by this paradox?

While living in a world that is constantly in a state of flux and where matters can change overnight, there must be a place of stability where we can take refuge. We need unshakeable foundations that won’t shift like quicksand. Without such footing we would be lost and dangerously overwhelmed by the very technology we have created. While we benefit from all these new inventions, we also pay a heavy price and become the victims of great confusion. Technology and science often create moral problems that overwhelm us. We then begin to wonder whether it would be better to reject our moral standards in order to accommodate all the new possibilities that have opened up. Though many of us know this will only lead to more problems, others are calling for such radical steps, thinking it will bring improvement.

We need certainty but can no longer find it. The situation has become so critical that we realize we have reached a place where our human identity is at stake, unlike our forefathers who had to deal primarily with problems related to ideology.

Looking at and taking notice of a Sefer Torah is therefore of great value. Here is an item that has not changed an iota. Its physical nature attests to its stability. It is the only thing in the world that would not give in to innovation. Its text informs us that while things indeed need to evolve and become more sophisticated, the basic moral positions in the Torah are not to be altered, and its physical representation as an “old-fashioned scroll” sends us that message. It does not want to accommodate everything, nor does it even want to accommodate itself. It is beyond time and space and hence disconnects itself from the so-called new developments that the passage of time always demands. It wants to remain itself, on its own terms, and therefore offers us a haven of stability and genuine identity in a stormy world. In that way, it reminds us of eternity, of another world in which enduring standards prevail and where there is tranquility, something we all long for.

A Sefer Torah teaches us that not everything old is necessarily old-fashioned. Making use of the word processor has in many ways led to depersonalization in our lives; running our world by remote control has not been good for our souls; and walking on the moon has not helped us to know our next-door neighbor any better. On the contrary, technological progress has robbed us of our own humanness.

It is therefore most meaningful that one item has maintained its constancy. It carries a text that has had greater influence in the world than any other we know of. It has changed the universe as nothing else has; it encourages people to move, to discover, and to develop. But it is written on parchment, by the hand of a person, holding a quill, as if to say: Be yourself. Don’t get run over by the need for progress.
- Three US researchers have pulled off a sophisticated hoax by publishing fake research with ridiculous conclusions in sociology journals to expose what they see as ideological bias and a lack of rigorous vetting at these publications.

Seven of the 20 fake articles written by the trio were accepted by journals after being approved by peer-review committees tasked with checking the authors' research.

A faux study claiming that "Dog parks are Petri dishes for canine 'rape culture'" by one "Helen Wilson" was published in May in the journal Gender, Place and Culture.

The article suggests that training men like dogs could reduce cases of sexual abuse.

Faux research articles are not new: one of the most notable examples is physicist Alan Sokal, who in a 1996 article for a cultural studies journal wrote about cultural and philosophical issues concerning aspects of physics and math.

This time the fake research aims at mocking weak vetting of articles on hot-button social issues such as gender, race and sexuality.

The authors, writing under pseudonyms, intended to prove that academics in these fields are ready to embrace any thesis, no matter how outrageous, so long as it contributes to denouncing domination by white men.

"Making absurd and horrible ideas sufficiently politically fashionable can get them validated at the highest level of academic grievance studies," said one of the authors, James Lindsay, in a video revealing the project.
- With the U.S. government continuing to funnel money to Lockheed for the development of weapons and defense systems deemed critical to U.S. “national security,” it again appears that the U.S. corporate welfare, which is so characteristic of the country’s military-industrial complex, is in fact driving the U.S. military’s decline in competitiveness and ironically helping accelerate the U.S.’ loss of its former global hegemony.
- A letter in which Albert Einstein explicitly rejected God and religion will be auctioned in December for the second time since the famous physicist wrote it a year before his death.

Einstein wrote the letter to a Jewish philosopher in 1954, and it caused a sensation when it first went public at an auction sale in 2008 — complete with Einstein’s unambiguous declaration, “The word God is for me nothing more than the expression and product of human weaknesses, the Bible a collection of honorable, but still primitive legends which are nevertheless pretty childish. ”

For decades, people had been debating the theorist’s concept of religion, in large part because they kept misunderstanding it.

When Einstein was a child, Denis Brian wrote in his book “Einstein: A Life,” he was for a time so devoutly Jewish that he wrote “songs in praise of God, which he belted out as he walked to and from his high school.”

That changed at age 13, when Einstein became interested in higher mathematics and philosophy and “abandoned his uncritical religious fervor, feeling he had been deceived into believing lies,” Brian wrote.

But he did not become an atheist. As Eugene Mallove wrote for The Post in 1985, Einstein believed in what he called a “cosmic religion” — less a religion than what Einstein called a “rapturous amazement at the harmony of natural law, which reveals an intelligence of such superiority that, compared with it, all the systematic thinking and acting of human beings is an utterly insignificant reflection. "

For Einstein, the mystery in the architecture of the physical universe — an architecture he helped reveal with his breakthroughs in relativity and the nature of space and time — was more profound than any wonder he read about in the Talmud or the Bible.

“I cannot conceive of a God who rewards and punishes its creatures, or has a will of the kind we experience in ourselves,” he wrote in an essay in 1931.

Einstein did speak often of “God” and was sometimes confused with a theist because of it. But he used the word as metaphor. “Einstein’s God was the Universe itself, not an external ‘grand puppeteer,' ” Mallove wrote.

And for Einstein, the deepest secrets of the universe were as unknowable as the mind of God was to a theologian.
- Curiously, the authors of the new chimp genome paper said very little about the overall DNA similarity between humans and chimpanzees. However, the University of London’s specialist in evolutionary genomics, Dr. Richard Buggs, evaluated the results of an analysis that compared this new chimp version to the human genome and discovered some shocking anti-evolutionary findings.

Dr. Buggs reported on his website that “the percentage of nucleotides in the human genome that had one-to-one exact matches in the chimpanzee genome was 84.38%” and “4.06% had no alignment to the chimp assembly.” 4 Assuming the chimpanzee and human genomes are about the same size, this translates to an overall similarity of only about 80%! This outcome is way outside the nearly identical level of 98 to 99% similarity required for human evolution to seem plausible.

Not only do these results refute the evolutionary story and confirm my previous research, but they also support human uniqueness as recorded in the book of Genesis.5 We did not descend from ape-like ancestors—we were created in God’s image to be in special relationship with Him, just as the Bible says.
- When a leader can hold power only by dividing his country, stoking its anxieties and hostilities, ridiculing his opponents and disrespecting every norm of decency, the result is a broken democracy and a demoralized nation.

The fight over Brett Kavanaugh’s confirmation to a seat on the Supreme Court has caused predictable handwringing about partisan division, tribalism and incivility. We hear often that both parties are behaving like toddlers who need to be brought to heel by responsible “adults” who know better.

But the narrative of equivalence is worse than inaccurate. It is destructive. It points us to the wrong diagnosis and thus the wrong cure. At this moment in our history, there is only one party being led by President Donald Trump and only one that rushes to his defense over and over.

Trump regularly and unashamedly reminds us of his vileness and thus single-handedly demolishes the everybody-does-it narrative.

Trump’s lying, mocking, despicable verbal mugging of Christine Blasey Ford during a Mississippi rally Tuesday night may not be a new low for him because there have been so many other lows. But his willingness to suggest that Ford is one of the “evil people” and his twisted account of her testimony about Kavanaugh before the Senate Judiciary Committee ripped the mask of respectability off the campaign to confirm Trump’s appointee.

Ender 3v2 and Ender 3vSE 3D Printer Maintenance, Klipper Firmware Upgrade, and More

Ender 3v2 and Ender 3vSE 3D Printer Maintenance: - after using a 3D printer for a few months now it's started to play up. The limit ...