<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Gossip Leak</title><link>https://sprint.shakir.blog</link><description>Daily celebrity news in a social format.</description><language>en-us</language><lastBuildDate>Sun, 26 Jul 2026 03:51:38 -0400</lastBuildDate><atom:link href="https://sprint.shakir.blog/rss.xml" rel="self" type="application/rss+xml" /><item><title>How can I print everything before a match?</title><link>https://sprint.shakir.blog/how-can-i-print-everything-before-a-match.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-can-i-print-everything-before-a-match.html</guid><description>After I run hostname I get the FQDN like so:
$ hostname
foo.mydomain.xyz
I&amp;#039;d like to only get the short name foo so I can store it as a variable in a script. I&amp;#039;ve tried some ways with awk by mat......</description><pubDate>Sun, 26 Jul 2026 07:48:38 -0400</pubDate></item><item><title>Microsoft Word is adding extra space between words as I type</title><link>https://sprint.shakir.blog/microsoft-word-is-adding-extra-space-between-words-as-i-type.html</link><guid isPermaLink="true">https://sprint.shakir.blog/microsoft-word-is-adding-extra-space-between-words-as-i-type.html</guid><description>Word is adding space between words as I type. Here is the layout of my document:
It simply consists of two pages with the first page being vertically aligned at the center. In order to allow for a ...</description><pubDate>Sun, 26 Jul 2026 07:38:38 -0400</pubDate></item><item><title>How to convert GEDCOM files produced by Family Tree Maker to PDF?</title><link>https://sprint.shakir.blog/how-to-convert-gedcom-files-produced-by-family-tree-maker-to-pdf.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-to-convert-gedcom-files-produced-by-family-tree-maker-to-pdf.html</guid><description>Is there a program that will allow me to convert Gedcom files to jpeg or pdf? Using a family history program (Family Tree Maker version 9) I have produced the Gedcom file but can&amp;#039;t find a way to ...</description><pubDate>Sun, 26 Jul 2026 07:33:24 -0400</pubDate></item><item><title>How to prevent a computer from becoming dusty? [closed]</title><link>https://sprint.shakir.blog/how-to-prevent-a-computer-from-becoming-dusty-closed.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-to-prevent-a-computer-from-becoming-dusty-closed.html</guid><description>What are your best tips and tricks for keeping your computer from getting dusty?
Do you use fans made especially to keep out dust (and do they work?)
Do you clean obsessively around your computer to ...</description><pubDate>Sun, 26 Jul 2026 07:16:14 -0400</pubDate></item><item><title>Abnormally high memory usage on Windows 10</title><link>https://sprint.shakir.blog/abnormally-high-memory-usage-on-windows-10.html</link><guid isPermaLink="true">https://sprint.shakir.blog/abnormally-high-memory-usage-on-windows-10.html</guid><description>I finished building my first computer and I&amp;#039;ve had this problem for about 2 months now. I first noticed the high memory usage when I tried playing GTA V. I have 8GB of RAM. I would launch GTA V thr......</description><pubDate>Sun, 26 Jul 2026 06:52:56 -0400</pubDate></item><item><title>&quot;javaw&quot; is an unrecognized command</title><link>https://sprint.shakir.blog/javaw-is-an-unrecognized-command.html</link><guid isPermaLink="true">https://sprint.shakir.blog/javaw-is-an-unrecognized-command.html</guid><description>I&amp;#039;m using some Open University software, SB-BASE, that as far as I understand has been written in Java, but the batch file will not run and returns an error stating the &quot;javaw&quot; command is not recog......</description><pubDate>Sun, 26 Jul 2026 06:04:03 -0400</pubDate></item><item><title>notepad++ highlight colours</title><link>https://sprint.shakir.blog/notepad-highlight-colours.html</link><guid isPermaLink="true">https://sprint.shakir.blog/notepad-highlight-colours.html</guid><description>I like the highlighting feature in notepad++, but when using certain themes that default purple and yellow make the text unreadable, and it seems I cannot change it through style configurator.
Does ...</description><pubDate>Sun, 26 Jul 2026 05:55:23 -0400</pubDate></item><item><title>Which slots are proper to install 2x8GB of RAM?</title><link>https://sprint.shakir.blog/which-slots-are-proper-to-install-2x8gb-of-ram.html</link><guid isPermaLink="true">https://sprint.shakir.blog/which-slots-are-proper-to-install-2x8gb-of-ram.html</guid><description>Take a look at the image from the manual of the motherbors (Asus h87-e).
Am I supposed to install 2x8GB RAM modules into A1&amp;amp;A2 or into A1&amp;amp;B1?
Thanks!...</description><pubDate>Sun, 26 Jul 2026 05:45:02 -0400</pubDate></item><item><title>Stacked Waterfall Chart with Positive and Negative Values in Excel</title><link>https://sprint.shakir.blog/stacked-waterfall-chart-with-positive-and-negative-values-in-excel.html</link><guid isPermaLink="true">https://sprint.shakir.blog/stacked-waterfall-chart-with-positive-and-negative-values-in-excel.html</guid><description>I am trying to create a stacked waterfall chart in Excel that behaves this way when there are positive and negative values:
(taken from here: https://peltiertech.com/charts-for-excel/split-bar-wat......</description><pubDate>Sun, 26 Jul 2026 05:39:42 -0400</pubDate></item><item><title>Troubleshooting a Win10 Bluescreen with no dump file</title><link>https://sprint.shakir.blog/troubleshooting-a-win10-bluescreen-with-no-dump-file.html</link><guid isPermaLink="true">https://sprint.shakir.blog/troubleshooting-a-win10-bluescreen-with-no-dump-file.html</guid><description>This just started happening a few days ago. The computer briefly pulls up a screen saying it encountered a problem and needs to restart, and then it restarts.
I can&amp;#039;t read a dump file because &amp;quot......</description><pubDate>Sun, 26 Jul 2026 05:37:33 -0400</pubDate></item><item><title>Vim execute process in background</title><link>https://sprint.shakir.blog/vim-execute-process-in-background.html</link><guid isPermaLink="true">https://sprint.shakir.blog/vim-execute-process-in-background.html</guid><description>I would like to run a process in the background in Vim on Mac OS X (or Unix in general).
I would hope and expect the following, or some variant, to accomplish this:
execute &quot;!my_command &amp;amp;&quot;
o......</description><pubDate>Sun, 26 Jul 2026 05:36:30 -0400</pubDate></item><item><title>How to fit a polynomial trendline such that only the leading two coefficients are non-zero in Excel?</title><link>https://sprint.shakir.blog/how-to-fit-a-polynomial-trendline-such-that-only-the-leading-two-coeff.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-to-fit-a-polynomial-trendline-such-that-only-the-leading-two-coeff.html</guid><description>I have data on the displacement of an object over time and a cubic trendline fits it very well.
I know that the initial displacement is 0 so I can tick the &quot;set intercept&quot; box.
However, I also kno......</description><pubDate>Sun, 26 Jul 2026 05:35:12 -0400</pubDate></item><item><title>Multiple Profiles in Chrome all Synced with one Google Account</title><link>https://sprint.shakir.blog/multiple-profiles-in-chrome-all-synced-with-one-google-account.html</link><guid isPermaLink="true">https://sprint.shakir.blog/multiple-profiles-in-chrome-all-synced-with-one-google-account.html</guid><description>I essentially want to have different environments set up such as a profile for general browsing with personal bookmarks, a work profile, and one profile for every clients websites I work on.
The ...</description><pubDate>Sun, 26 Jul 2026 05:23:20 -0400</pubDate></item><item><title>Can I convert a list of names directly into a pie chart in Excel?</title><link>https://sprint.shakir.blog/can-i-convert-a-list-of-names-directly-into-a-pie-chart-in-excel.html</link><guid isPermaLink="true">https://sprint.shakir.blog/can-i-convert-a-list-of-names-directly-into-a-pie-chart-in-excel.html</guid><description>I&amp;#039;ve asked a group of 50 students who their favourite teacher was. The survey has exported the data and I&amp;#039;ve sorted it, so the list is now something like:
Abrams
Abrams
Butler
Cromwell
Cromwe......</description><pubDate>Sun, 26 Jul 2026 05:19:16 -0400</pubDate></item><item><title>Can&amp;#039;t remove Philips 231P monitor SmartImage overlay</title><link>https://sprint.shakir.blog/can-039-t-remove-philips-231p-monitor-smartimage-overlay.html</link><guid isPermaLink="true">https://sprint.shakir.blog/can-039-t-remove-philips-231p-monitor-smartimage-overlay.html</guid><description>I have a Philips Brilliance 231PQPYK IPS LED monitor connected to my desktop. It&amp;#039;s worked fine for the past 2.5 years, but all of a sudden yesterday it gave me this strange SmartImage overlay with ......</description><pubDate>Sun, 26 Jul 2026 04:50:01 -0400</pubDate></item><item><title>Run windows command line in windows task scheduler without opening a cmd window</title><link>https://sprint.shakir.blog/run-windows-command-line-in-windows-task-scheduler-without-opening-a-c.html</link><guid isPermaLink="true">https://sprint.shakir.blog/run-windows-command-line-in-windows-task-scheduler-without-opening-a-c.html</guid><description>I set up a windows task schedule to run every 5 minutes. The task start the cmd.exe program and runs a command.
The problem is that every 5 minutes a cmd window is opened and its annoying. Is there......</description><pubDate>Sun, 26 Jul 2026 04:38:51 -0400</pubDate></item><item><title>Microsoft Edge - Dark Mode</title><link>https://sprint.shakir.blog/microsoft-edge-dark-mode.html</link><guid isPermaLink="true">https://sprint.shakir.blog/microsoft-edge-dark-mode.html</guid><description>I know there is now this setting in Microsoft Edge:
edge://flags/#enable-force-dark
https://www.tenforums.com/tutorials/143927-enable-disable-dark-mode-websites-microsoft-edge-chromium.html
You can ...</description><pubDate>Sun, 26 Jul 2026 04:37:57 -0400</pubDate></item><item><title>/etc/rc.d what does rc stand for? [duplicate]</title><link>https://sprint.shakir.blog/etc-rc-d-what-does-rc-stand-for-duplicate.html</link><guid isPermaLink="true">https://sprint.shakir.blog/etc-rc-d-what-does-rc-stand-for-duplicate.html</guid><description>Do anybody have idea about full form of rc.d at? /etc/rc.d
It contain scripts to is used to control the starting, stopping and restarting of daemons. But what exactly meaning of rc here, do an......</description><pubDate>Sun, 26 Jul 2026 04:33:34 -0400</pubDate></item><item><title>Photoshop 6.0 stopped working on Windows 10</title><link>https://sprint.shakir.blog/photoshop-6-0-stopped-working-on-windows-10.html</link><guid isPermaLink="true">https://sprint.shakir.blog/photoshop-6-0-stopped-working-on-windows-10.html</guid><description>Starting fails with this message:
Unable to continue because of a hardware or system error. Sorry, but
this error is unrecoverable....</description><pubDate>Sun, 26 Jul 2026 04:32:53 -0400</pubDate></item><item><title>dosfsck: how long does it take to repair a 32GB FAT filesystem on a USB drive?</title><link>https://sprint.shakir.blog/dosfsck-how-long-does-it-take-to-repair-a-32gb-fat-filesystem-on-a-usb.html</link><guid isPermaLink="true">https://sprint.shakir.blog/dosfsck-how-long-does-it-take-to-repair-a-32gb-fat-filesystem-on-a-usb.html</guid><description>I have a 32 GB USB stick with totally corrupted filesystem and a laptop with Ubuntu.
I have run the command dosfsck -w -r -l -a -v -t /dev/sdb1 16 days ago and it is still running. It has been usi......</description><pubDate>Sun, 26 Jul 2026 04:26:56 -0400</pubDate></item><item><title>Chrome Downloads Virus Scan Failed</title><link>https://sprint.shakir.blog/chrome-downloads-virus-scan-failed.html</link><guid isPermaLink="true">https://sprint.shakir.blog/chrome-downloads-virus-scan-failed.html</guid><description>Chrome just recently updated (Version 24.0.1312.57) and I can&amp;#039;t download files no more. I think the latter is the result of the former.
Internet Explorer (8) has no problems.
OS: Windows XP SP 3.
...</description><pubDate>Sun, 26 Jul 2026 04:26:49 -0400</pubDate></item><item><title>Disabling Hyper-V on Windows 10</title><link>https://sprint.shakir.blog/disabling-hyper-v-on-windows-10.html</link><guid isPermaLink="true">https://sprint.shakir.blog/disabling-hyper-v-on-windows-10.html</guid><description>Yes, I know there are already many questions about how to disable hyper-v in windows 10 but none of them seem to work for me.
What I tried so far but without success:
Disable-Windows-OptionalFeat......</description><pubDate>Sun, 26 Jul 2026 04:03:46 -0400</pubDate></item><item><title>Windows 10 Update Failure (2021-05 Version 20H2) KB5003173</title><link>https://sprint.shakir.blog/windows-10-update-failure-2021-05-version-20h2-kb5003173.html</link><guid isPermaLink="true">https://sprint.shakir.blog/windows-10-update-failure-2021-05-version-20h2-kb5003173.html</guid><description>I am updating my Windows 10 PC to v20H2 and it&amp;#039;s stuck at 20%, stating it cannot be installed due to error 0x800f0831:
CBS Log:
Info CBS Store corruption, manifest missing for package: Windows-...</description><pubDate>Sun, 26 Jul 2026 04:00:41 -0400</pubDate></item><item><title>How to print Microsoft Word&amp;#039;s gridlines?</title><link>https://sprint.shakir.blog/how-to-print-microsoft-word-039-s-gridlines.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-to-print-microsoft-word-039-s-gridlines.html</guid><description>I am trying to print gridlines in Microsoft Word. The gridlines are shown in the document, but I can&amp;#039;t print them. They become invisible when print them.
Here is what I am trying to print:
If I ...</description><pubDate>Sun, 26 Jul 2026 03:53:45 -0400</pubDate></item><item><title>Excel appearance changed, new theme seems broken</title><link>https://sprint.shakir.blog/excel-appearance-changed-new-theme-seems-broken.html</link><guid isPermaLink="true">https://sprint.shakir.blog/excel-appearance-changed-new-theme-seems-broken.html</guid><description>Yesterday I got a report that Excel 2019 changed appearance. The green title bar is not there, the icons in the top left changed, the quick access toolbar got turned off, and the ribbon has padding......</description><pubDate>Sun, 26 Jul 2026 03:40:06 -0400</pubDate></item><item><title>Is there any freeware for remote access via web browser? [closed]</title><link>https://sprint.shakir.blog/is-there-any-freeware-for-remote-access-via-web-browser-closed.html</link><guid isPermaLink="true">https://sprint.shakir.blog/is-there-any-freeware-for-remote-access-via-web-browser-closed.html</guid><description>I have a PC at home which I want to access from a web browser at school.
I looked for many software solutions but they had at least one of the following problems:
Not free
Need to install client ...</description><pubDate>Sun, 26 Jul 2026 03:27:15 -0400</pubDate></item><item><title>How to split table vertically in MS Word?</title><link>https://sprint.shakir.blog/how-to-split-table-vertically-in-ms-word.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-to-split-table-vertically-in-ms-word.html</guid><description>I want to create a table with 4 columns and many rows in MS Word 2013. I want to split the table vertically into 4 tables close to each other (e.g. 10 mm distance to each other).
I saw some tutoria......</description><pubDate>Sun, 26 Jul 2026 03:20:18 -0400</pubDate></item><item><title>Disable Spotlight search in Time Machine backup</title><link>https://sprint.shakir.blog/disable-spotlight-search-in-time-machine-backup.html</link><guid isPermaLink="true">https://sprint.shakir.blog/disable-spotlight-search-in-time-machine-backup.html</guid><description>I&amp;#039;m running Mac OS X 10.7 Lion and am trying to disable Spotlight indexing on my Time Machine hard drive, as the mds and mdworker processes are running wildly through all day at 15-60% of CPU...
W......</description><pubDate>Sun, 26 Jul 2026 03:18:46 -0400</pubDate></item><item><title>What is the difference between Local Disk and New Volume?</title><link>https://sprint.shakir.blog/what-is-the-difference-between-local-disk-and-new-volume.html</link><guid isPermaLink="true">https://sprint.shakir.blog/what-is-the-difference-between-local-disk-and-new-volume.html</guid><description>We have a product ,while doing some operation we found this error &quot;Logical disk &amp;#039;C:&amp;#039; was not found&quot; . When i checked my &quot;C&quot; folder i saw its named as &amp;#039;New Volume (C:)&amp;#039; , but when i changed to &amp;#039;Loca......</description><pubDate>Sun, 26 Jul 2026 03:06:47 -0400</pubDate></item><item><title>How to decode hexadecimal to text (ASCII)? [closed]</title><link>https://sprint.shakir.blog/how-to-decode-hexadecimal-to-text-ascii-closed.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-to-decode-hexadecimal-to-text-ascii-closed.html</guid><description>How can I decode hexadecimal to text (ASCII)?...</description><pubDate>Sun, 26 Jul 2026 03:05:09 -0400</pubDate></item><item><title>FIX: GTX 690 Missing Dual GPU, 3D Not Detected VGA PCI Driver Issue (Windows 10)</title><link>https://sprint.shakir.blog/fix-gtx-690-missing-dual-gpu-3d-not-detected-vga-pci-driver-issue-wind.html</link><guid isPermaLink="true">https://sprint.shakir.blog/fix-gtx-690-missing-dual-gpu-3d-not-detected-vga-pci-driver-issue-wind.html</guid><description>STORY/TRIES (See Updates 3 for FIX)
I bought a GTX 690 (Dual-GPU), used, and it worked flawlessly until the last few days; story:
I tried to install Windows Driver Kit at the same time I was creati......</description><pubDate>Sun, 26 Jul 2026 02:50:46 -0400</pubDate></item><item><title>How to conditionally add flags to curl?</title><link>https://sprint.shakir.blog/how-to-conditionally-add-flags-to-curl.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-to-conditionally-add-flags-to-curl.html</guid><description>I&amp;#039;m trying to conditionally add a header to a curl command.
This is my initial attempt:
# Set Auth Header
if [ $IS_PUBLIC == 0 ]; then AUTH_HEADER=&amp;quot;-H &amp;#039;authorization: Bearer $TOKEN&amp;#039;&amp;quot;
fi......</description><pubDate>Sun, 26 Jul 2026 02:50:37 -0400</pubDate></item><item><title>importing ip ranges list as a text file in angry ip scanner</title><link>https://sprint.shakir.blog/importing-ip-ranges-list-as-a-text-file-in-angry-ip-scanner.html</link><guid isPermaLink="true">https://sprint.shakir.blog/importing-ip-ranges-list-as-a-text-file-in-angry-ip-scanner.html</guid><description>i don&amp;#039;t know how to correctly import ip ranges in a text file for angry ip scanner.i did copy the ip ranges from some website and import them in a .txt file like
45.5.0.0-45.5.3.255
45.5.15.0-45.5......</description><pubDate>Sun, 26 Jul 2026 02:39:21 -0400</pubDate></item><item><title>Can I mirror / duplicate mouse events on both halves of my screen?</title><link>https://sprint.shakir.blog/can-i-mirror-duplicate-mouse-events-on-both-halves-of-my-screen.html</link><guid isPermaLink="true">https://sprint.shakir.blog/can-i-mirror-duplicate-mouse-events-on-both-halves-of-my-screen.html</guid><description>If I have two identical applications side-by-side on my desktop, is there software that exists that will mimic what I do on the left half on the right? Basically, if my screen is 1000x1000 and a cl......</description><pubDate>Sun, 26 Jul 2026 02:33:13 -0400</pubDate></item><item><title>Remove the &quot;2&quot; after the SSID on Windows 8.0</title><link>https://sprint.shakir.blog/remove-the-2-after-the-ssid-on-windows-8-0.html</link><guid isPermaLink="true">https://sprint.shakir.blog/remove-the-2-after-the-ssid-on-windows-8-0.html</guid><description>I am using Windows 8.0. When I am connected to my wireless router, I see &quot;[SSID] 2&quot; when I hover over the network icon in the desktop tray. I have used netsh wlan delete profile name=&quot;[SSID]&quot; to no......</description><pubDate>Sun, 26 Jul 2026 02:12:25 -0400</pubDate></item><item><title>Is a CPU fan speed of 3590 RPMs normal?</title><link>https://sprint.shakir.blog/is-a-cpu-fan-speed-of-3590-rpms-normal.html</link><guid isPermaLink="true">https://sprint.shakir.blog/is-a-cpu-fan-speed-of-3590-rpms-normal.html</guid><description>Ant pointed me to SpeedFan in this stackoverflow question.
I downloaded SpeedFan and it reports that my CPU temperature peaks at about 73C which seems to be normal according to this chart (althoug......</description><pubDate>Sun, 26 Jul 2026 02:02:36 -0400</pubDate></item><item><title>Where are the WeChat chat logs stored?</title><link>https://sprint.shakir.blog/where-are-the-wechat-chat-logs-stored.html</link><guid isPermaLink="true">https://sprint.shakir.blog/where-are-the-wechat-chat-logs-stored.html</guid><description>I&amp;#039;d like to back up my WeChat chat logs, so I tried backing the chat logs up to my computer using the OS X WeChat application. It backed up successfully, but I can&amp;#039;t find the chat logs anywhere. I ...</description><pubDate>Sun, 26 Jul 2026 01:52:20 -0400</pubDate></item><item><title>Chrome, standard timeout?</title><link>https://sprint.shakir.blog/chrome-standard-timeout.html</link><guid isPermaLink="true">https://sprint.shakir.blog/chrome-standard-timeout.html</guid><description>What is the standard (out of the box) timeout for Chrome?
How do I change the timeout settings and have a different timeout for developers and a standard users of my service?...</description><pubDate>Sun, 26 Jul 2026 01:43:58 -0400</pubDate></item><item><title>How can I tell how healthy my PSU is?</title><link>https://sprint.shakir.blog/how-can-i-tell-how-healthy-my-psu-is.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-can-i-tell-how-healthy-my-psu-is.html</guid><description>Simple enough question, I have a hunch that my PSU isn&amp;#039;t powerful enough based on a couple of clues:
One of my screens flickers, and I read on a couple of websites that this could be caused by the ...</description><pubDate>Sun, 26 Jul 2026 01:43:46 -0400</pubDate></item><item><title>Where is the &quot;On My Computer&quot; folder on my Mac, and where is local folder for emails?</title><link>https://sprint.shakir.blog/where-is-the-on-my-computer-folder-on-my-mac-and-where-is-local-folder.html</link><guid isPermaLink="true">https://sprint.shakir.blog/where-is-the-on-my-computer-folder-on-my-mac-and-where-is-local-folder.html</guid><description>I just installed Outlook 2011 on my Mac, and I like the look and feel, but find it hard to get around the basics, so I have a couple questions.
Where is the &quot;On My Computer&quot; folder or file on my l......</description><pubDate>Sun, 26 Jul 2026 01:38:42 -0400</pubDate></item><item><title>How to properly downmix 5.1 sound to stereo</title><link>https://sprint.shakir.blog/how-to-properly-downmix-5-1-sound-to-stereo.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-to-properly-downmix-5-1-sound-to-stereo.html</guid><description>I usually watching Blu-Rays with PowerDVD 16. For some time now, instead of a monitor and a 5.1 sound system I used before, I use a television via HDMI now. The television only has Stereo.
When I ......</description><pubDate>Sun, 26 Jul 2026 01:38:19 -0400</pubDate></item><item><title>Proper way to start xvfb on startup on centos?</title><link>https://sprint.shakir.blog/proper-way-to-start-xvfb-on-startup-on-centos.html</link><guid isPermaLink="true">https://sprint.shakir.blog/proper-way-to-start-xvfb-on-startup-on-centos.html</guid><description>I&amp;#039;m following this tutorial, and I want to know the equivalent centos-version of this ubuntu-specific step:
You may receive a few warnings regarding fonts and such, but it’ll still work despite th......</description><pubDate>Sun, 26 Jul 2026 01:02:16 -0400</pubDate></item><item><title>Always use :set paste, Is it a good idea?</title><link>https://sprint.shakir.blog/always-use-set-paste-is-it-a-good-idea.html</link><guid isPermaLink="true">https://sprint.shakir.blog/always-use-set-paste-is-it-a-good-idea.html</guid><description>In a terminal vim, pasting clipboard data often messes up the code indent.
I just knew if I uses :set paste the indent is not broken.
Though, after pasting data, should I do :set nopaste again? Wha......</description><pubDate>Sun, 26 Jul 2026 00:54:03 -0400</pubDate></item><item><title>Can I connect a SATA disk on a SAS connector on the motherboard?</title><link>https://sprint.shakir.blog/can-i-connect-a-sata-disk-on-a-sas-connector-on-the-motherboard.html</link><guid isPermaLink="true">https://sprint.shakir.blog/can-i-connect-a-sata-disk-on-a-sas-connector-on-the-motherboard.html</guid><description>I have a motherboard with a lot of SAS connectors. The motherboard manual specifies that: these connectors are for the SAS signal cables for SAS hard disk drives that allows up to 6Gb/s of data ...</description><pubDate>Sun, 26 Jul 2026 00:39:25 -0400</pubDate></item><item><title>How to set up a Chromecast without logging in to Google Home?</title><link>https://sprint.shakir.blog/how-to-set-up-a-chromecast-without-logging-in-to-google-home.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-to-set-up-a-chromecast-without-logging-in-to-google-home.html</guid><description>I have a Chromecast audio and the Google Home app now requires location access and for you to log in. I don&amp;#039;t want to give it either, and therefore it does not help me set up the device. There is......</description><pubDate>Sun, 26 Jul 2026 00:39:12 -0400</pubDate></item><item><title>What does it mean to have a POSIX-compliant operating system?</title><link>https://sprint.shakir.blog/what-does-it-mean-to-have-a-posix-compliant-operating-system.html</link><guid isPermaLink="true">https://sprint.shakir.blog/what-does-it-mean-to-have-a-posix-compliant-operating-system.html</guid><description>What does it mean if the operating system is said to be POSIX-compliant?...</description><pubDate>Sun, 26 Jul 2026 00:28:00 -0400</pubDate></item><item><title>SSH :connect to host localhost port 22: Connection refused</title><link>https://sprint.shakir.blog/ssh-connect-to-host-localhost-port-22-connection-refused.html</link><guid isPermaLink="true">https://sprint.shakir.blog/ssh-connect-to-host-localhost-port-22-connection-refused.html</guid><description>In debian kali I tried to connect ssh and getting the following error :
SSH: connect to host localhost port 22: Connection refused
Background :
I was trying to connect ssh in debian, I am using ......</description><pubDate>Sun, 26 Jul 2026 00:27:21 -0400</pubDate></item><item><title>My laptop&amp;#039;s fan is buzzing [duplicate]</title><link>https://sprint.shakir.blog/my-laptop-039-s-fan-is-buzzing-duplicate.html</link><guid isPermaLink="true">https://sprint.shakir.blog/my-laptop-039-s-fan-is-buzzing-duplicate.html</guid><description>My laptop&amp;#039;s fan is making a loud sound similar to buzzing and even vibrates. Could someone tell me if I just have to clean the dust inside the laptop box or I have to take it to a specialist?...</description><pubDate>Sun, 26 Jul 2026 00:22:08 -0400</pubDate></item><item><title>IF/AND statement with index-matching</title><link>https://sprint.shakir.blog/if-and-statement-with-index-matching.html</link><guid isPermaLink="true">https://sprint.shakir.blog/if-and-statement-with-index-matching.html</guid><description>So I had a very long nested-if statement, and the last nested-IF was an IF/AND statement with index matching. The formula worked fine (or so I thought), until a few weeks later when I needed to add ...</description><pubDate>Sun, 26 Jul 2026 00:17:30 -0400</pubDate></item><item><title>Windows desktop background: how to have system info displayed</title><link>https://sprint.shakir.blog/windows-desktop-background-how-to-have-system-info-displayed.html</link><guid isPermaLink="true">https://sprint.shakir.blog/windows-desktop-background-how-to-have-system-info-displayed.html</guid><description>Some Windows machines can be configured with a desktop background that will query the local system for its hardware configuration, OS, configuration, statistics, etc.
What program do you need to i......</description><pubDate>Sun, 26 Jul 2026 00:06:24 -0400</pubDate></item><item><title>Unable to turn off &amp;#039;Mouse Keys enabled on sign-in&amp;#039; setting in Windows Ease of Access</title><link>https://sprint.shakir.blog/unable-to-turn-off-039-mouse-keys-enabled-on-sign-in-039-setting-in-wi.html</link><guid isPermaLink="true">https://sprint.shakir.blog/unable-to-turn-off-039-mouse-keys-enabled-on-sign-in-039-setting-in-wi.html</guid><description>In Control Panel\All Control Panel Items\Ease of Access Center\Change sign-in settings, the After Sign-in setting for Mouse Keys will not persist when I try to uncheck it. I can go to that page, un......</description><pubDate>Sat, 25 Jul 2026 23:56:07 -0400</pubDate></item><item><title>How to run CHKDSK on Windows XP when XP won&amp;#039;t start</title><link>https://sprint.shakir.blog/how-to-run-chkdsk-on-windows-xp-when-xp-won-039-t-start.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-to-run-chkdsk-on-windows-xp-when-xp-won-039-t-start.html</guid><description>My Gateway running Windows XP attempts to start Windows, but then restarts and won&amp;#039;t ever finish loading Windows.
I&amp;#039;d like to run CHKDSK to see if its a bad sector. However, since it can&amp;#039;t load Wi......</description><pubDate>Sat, 25 Jul 2026 23:55:58 -0400</pubDate></item><item><title>What does dd conv=sync,noerror do?</title><link>https://sprint.shakir.blog/what-does-dd-conv-sync-noerror-do.html</link><guid isPermaLink="true">https://sprint.shakir.blog/what-does-dd-conv-sync-noerror-do.html</guid><description>What&amp;#039;s the effect of adding conv=sync,noerror when backing up an entire hard disk onto an image file?
Is conv=sync,noerror a requirement when doing forensic stuff? If so, why is it the case with ...</description><pubDate>Sat, 25 Jul 2026 23:06:50 -0400</pubDate></item><item><title>How to turn hundreds of text URLs in Excel into clickable hyperlinks?</title><link>https://sprint.shakir.blog/how-to-turn-hundreds-of-text-urls-in-excel-into-clickable-hyperlinks.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-to-turn-hundreds-of-text-urls-in-excel-into-clickable-hyperlinks.html</guid><description>How do I turn a column of urls into hyperlinks, so that users can click on the url in a cell and have it open in a browser?
I pasted 100 urls and each went into its own cell. When I double-click i......</description><pubDate>Sat, 25 Jul 2026 22:58:57 -0400</pubDate></item><item><title>How to start a service using Mac OSX&amp;#039;s launchctl</title><link>https://sprint.shakir.blog/how-to-start-a-service-using-mac-osx-039-s-launchctl.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-to-start-a-service-using-mac-osx-039-s-launchctl.html</guid><description>Why does my configuration plist file not load as a service using launchctl?
I am running OSX Yosemite, and I have read this excellent tutorial on using launchctl http://nathangrigg.net/2012/07/sch......</description><pubDate>Sat, 25 Jul 2026 22:40:51 -0400</pubDate></item><item><title>Troubleshooting - A single website is not accessible</title><link>https://sprint.shakir.blog/troubleshooting-a-single-website-is-not-accessible.html</link><guid isPermaLink="true">https://sprint.shakir.blog/troubleshooting-a-single-website-is-not-accessible.html</guid><description>There is a specific health related website that I am not able to access from my laptop running windows 10. The error I get in chrome is :
This site can’t be reached
The webpage at http://www....</description><pubDate>Sat, 25 Jul 2026 22:08:11 -0400</pubDate></item><item><title>How to undo a mistaken merge using TortoiseGit</title><link>https://sprint.shakir.blog/how-to-undo-a-mistaken-merge-using-tortoisegit.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-to-undo-a-mistaken-merge-using-tortoisegit.html</guid><description>I have a TortoiseGit repository locally, which is also pushed to a remote.
There are 2 branches - master (the production version), and CodeFirst (a development branch).
Today I fixed a minor bug i......</description><pubDate>Sat, 25 Jul 2026 21:54:24 -0400</pubDate></item><item><title>How to remotely access a Windows network share?</title><link>https://sprint.shakir.blog/how-to-remotely-access-a-windows-network-share.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-to-remotely-access-a-windows-network-share.html</guid><description>I have a Windows (10 Pro, if that matters) machine that has a network share. It (the network share) can be accessed over LAN. However, when I am out, I need a way to access the network share over W......</description><pubDate>Sat, 25 Jul 2026 21:42:47 -0400</pubDate></item><item><title>Any way to have Notepad++ automatically save on exit?</title><link>https://sprint.shakir.blog/any-way-to-have-notepad-automatically-save-on-exit.html</link><guid isPermaLink="true">https://sprint.shakir.blog/any-way-to-have-notepad-automatically-save-on-exit.html</guid><description>Is there any way I can get Notepad++ to save and close under one command?
For example on hitting Alt-F4, Notepad++ would not only close the program, but also save the document.
(manually editing ......</description><pubDate>Sat, 25 Jul 2026 21:39:58 -0400</pubDate></item><item><title>How do you convert AVI to FLV using Avidemux in Windows?</title><link>https://sprint.shakir.blog/how-do-you-convert-avi-to-flv-using-avidemux-in-windows.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-do-you-convert-avi-to-flv-using-avidemux-in-windows.html</guid><description>I&amp;#039;ve tried the tutorial but there seems to be a specific file that has to be associated with Avidemux. I&amp;#039;m using version 2.5.1 (r5249)...</description><pubDate>Sat, 25 Jul 2026 21:38:56 -0400</pubDate></item><item><title>Excel: Checksum-like function to check if table copied correctly</title><link>https://sprint.shakir.blog/excel-checksum-like-function-to-check-if-table-copied-correctly.html</link><guid isPermaLink="true">https://sprint.shakir.blog/excel-checksum-like-function-to-check-if-table-copied-correctly.html</guid><description>I have the following scenario:
I have a spreadsheet A with a large table.
I open spreadsheet B and copy the table from A into it.
I want to check if I copied the table from A to B correctly.
In o......</description><pubDate>Sat, 25 Jul 2026 21:32:20 -0400</pubDate></item><item><title>Can you get virus by clicking .zip file? [duplicate]</title><link>https://sprint.shakir.blog/can-you-get-virus-by-clicking-zip-file-duplicate.html</link><guid isPermaLink="true">https://sprint.shakir.blog/can-you-get-virus-by-clicking-zip-file-duplicate.html</guid><description>I tried to uncompress a zip file but I get error
“The compressed (zip) folder is invalid or corrupted”.
Is it possible to get virus just by trying to uncompress the zip? Can zip extension be ...</description><pubDate>Sat, 25 Jul 2026 21:13:20 -0400</pubDate></item><item><title>Daisy chaining PoE switches for IP security camera system</title><link>https://sprint.shakir.blog/daisy-chaining-poe-switches-for-ip-security-camera-system.html</link><guid isPermaLink="true">https://sprint.shakir.blog/daisy-chaining-poe-switches-for-ip-security-camera-system.html</guid><description>I have a fairly large (for me) security camera system to install and the cost of cabling is keeping this project cost prohibitive. I&amp;#039;ll outline what I&amp;#039;d like to do, and welcome comments on the ...</description><pubDate>Sat, 25 Jul 2026 21:04:38 -0400</pubDate></item><item><title>Where are my Firefox passwords saved?</title><link>https://sprint.shakir.blog/where-are-my-firefox-passwords-saved.html</link><guid isPermaLink="true">https://sprint.shakir.blog/where-are-my-firefox-passwords-saved.html</guid><description>In a fear-driven reaction to recent hacking events I thought over my password strategy. The basic question is are my saved passwords in FireFox safe from remote access?
I.e. where are they kept, ......</description><pubDate>Sat, 25 Jul 2026 20:57:30 -0400</pubDate></item><item><title>How can I put the computer to sleep from Command Prompt/Run menu?</title><link>https://sprint.shakir.blog/how-can-i-put-the-computer-to-sleep-from-command-prompt-run-menu.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-can-i-put-the-computer-to-sleep-from-command-prompt-run-menu.html</guid><description>I know that almost everything on Windows, like opening any sort of application, can be done from the command prompt or from the Run menu.
How can I put my computer to sleep or shut it down? What i......</description><pubDate>Sat, 25 Jul 2026 20:48:29 -0400</pubDate></item><item><title>convert bash script that accepts argument to zsh script</title><link>https://sprint.shakir.blog/convert-bash-script-that-accepts-argument-to-zsh-script.html</link><guid isPermaLink="true">https://sprint.shakir.blog/convert-bash-script-that-accepts-argument-to-zsh-script.html</guid><description>I have a bash script that uses hub to create pull-requests easily. In bash it works fine, I just type gpr &amp;lt;base_branch&amp;gt; and does the logic in the code.
# git pr
function gpr() { # exit i......</description><pubDate>Sat, 25 Jul 2026 20:42:45 -0400</pubDate></item><item><title>Is it possible to customize fonts / color of messages?</title><link>https://sprint.shakir.blog/is-it-possible-to-customize-fonts-color-of-messages.html</link><guid isPermaLink="true">https://sprint.shakir.blog/is-it-possible-to-customize-fonts-color-of-messages.html</guid><description>In the Mac client for Slack, I&amp;#039;d like to be able to change the fonts and colors for messages (e.g. have all messages / text in the message area be white text on a black background, or be a larger f......</description><pubDate>Sat, 25 Jul 2026 20:38:52 -0400</pubDate></item><item><title>How to read a string from a text file and use in a Windows batch file to extract a substring</title><link>https://sprint.shakir.blog/how-to-read-a-string-from-a-text-file-and-use-in-a-windows-batch-file-.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-to-read-a-string-from-a-text-file-and-use-in-a-windows-batch-file-.html</guid><description>We have a text file that we need containing the following sample. One constant string &amp;quot;D80&amp;quot; followed by another string:
D80KAAAAAA
D80KBBBBBB
D80KCCCCCC
We want to extract it using a Wi......</description><pubDate>Sat, 25 Jul 2026 20:36:07 -0400</pubDate></item><item><title>IE &quot;Add-on for the website failed to run&quot; error?</title><link>https://sprint.shakir.blog/ie-add-on-for-the-website-failed-to-run-error.html</link><guid isPermaLink="true">https://sprint.shakir.blog/ie-add-on-for-the-website-failed-to-run-error.html</guid><description>Backstory: I&amp;#039;ve got some antique HVAC equipment that still depends on an old-school Java applet on a special internal webserver (in the HVAC controller itself). So, I have a special VM (Windows Se......</description><pubDate>Sat, 25 Jul 2026 20:31:17 -0400</pubDate></item><item><title>Why would Windows 7 suddenly show it has a floppy drive that it doesn&amp;#039;t have?</title><link>https://sprint.shakir.blog/why-would-windows-7-suddenly-show-it-has-a-floppy-drive-that-it-doesn-.html</link><guid isPermaLink="true">https://sprint.shakir.blog/why-would-windows-7-suddenly-show-it-has-a-floppy-drive-that-it-doesn-.html</guid><description>All of a sudden my Windows 7 machine shows it has a Floppy Disk Drive (A:) although the machine physically doesn&amp;#039;t have a floppy drive and never has.
What is the reason for this and how can I remo......</description><pubDate>Sat, 25 Jul 2026 20:30:32 -0400</pubDate></item><item><title>Can a non-admin windows user install Firefox to their C:\Users\xx folder?</title><link>https://sprint.shakir.blog/can-a-non-admin-windows-user-install-firefox-to-their-c-users-xx-folde.html</link><guid isPermaLink="true">https://sprint.shakir.blog/can-a-non-admin-windows-user-install-firefox-to-their-c-users-xx-folde.html</guid><description>I was under the understanding that installing Firefox wrote to the C:\program files (x86)\ folder and put registry entries into HKLM, therefore on a locked-down workstation a user would have to have ...</description><pubDate>Sat, 25 Jul 2026 20:22:44 -0400</pubDate></item><item><title>How can I resolve the error &quot;Callee RC: REGDB_E_CLASSNOTREG&quot;?</title><link>https://sprint.shakir.blog/how-can-i-resolve-the-error-callee-rc-regdb-e-classnotreg.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-can-i-resolve-the-error-callee-rc-regdb-e-classnotreg.html</guid><description>I wonder what cause this error, I just run VirtualBox after installation, I tried re-installing, repairing, upgrading version, downgrading version. But this error keeps coming up....</description><pubDate>Sat, 25 Jul 2026 20:09:41 -0400</pubDate></item><item><title>Repeat last normal mode command, including moves, in Vim</title><link>https://sprint.shakir.blog/repeat-last-normal-mode-command-including-moves-in-vim.html</link><guid isPermaLink="true">https://sprint.shakir.blog/repeat-last-normal-mode-command-including-moves-in-vim.html</guid><description>In Vim, with ., I can repeat the last normal mode command; for example:
dd.
deletes a line twice.
But, if I type
5j.
the cursor does&amp;#039;t move 10 lines down. How do I repeat the last normal mode c......</description><pubDate>Sat, 25 Jul 2026 20:03:29 -0400</pubDate></item><item><title>macOS - Where are the default DNS settings for each network interface defined?</title><link>https://sprint.shakir.blog/macos-where-are-the-default-dns-settings-for-each-network-interface-de.html</link><guid isPermaLink="true">https://sprint.shakir.blog/macos-where-are-the-default-dns-settings-for-each-network-interface-de.html</guid><description>I&amp;#039;m running macOS 10.14.6.
If I do not have ethernet plugged in, and go to Network -&gt; WiFi -&gt; Advanced -&gt; DNS, I have the default DNS servers A.A.A.A and B.B.B.B. These servers are grayed out and I ...</description><pubDate>Sat, 25 Jul 2026 20:00:49 -0400</pubDate></item><item><title>Make an outlook rule for appointment invitations</title><link>https://sprint.shakir.blog/make-an-outlook-rule-for-appointment-invitations.html</link><guid isPermaLink="true">https://sprint.shakir.blog/make-an-outlook-rule-for-appointment-invitations.html</guid><description>Is it possible to make an outlook rule that moves any calendar appointments I receive to a certain folder?...</description><pubDate>Sat, 25 Jul 2026 20:00:18 -0400</pubDate></item><item><title>Elevated command line prompt can&amp;#039;t access shared drives</title><link>https://sprint.shakir.blog/elevated-command-line-prompt-can-039-t-access-shared-drives.html</link><guid isPermaLink="true">https://sprint.shakir.blog/elevated-command-line-prompt-can-039-t-access-shared-drives.html</guid><description>I map a share from another machine using my user account.
I launch an elevated command prompt (cmd.exe, right click, Run as administrator).
Navigating to shared drive (Z:) results in:
The system c......</description><pubDate>Sat, 25 Jul 2026 19:51:21 -0400</pubDate></item><item><title>Slack on MacOS: Keeping Sidebar open</title><link>https://sprint.shakir.blog/slack-on-macos-keeping-sidebar-open.html</link><guid isPermaLink="true">https://sprint.shakir.blog/slack-on-macos-keeping-sidebar-open.html</guid><description>Slack rolled out a new UX change recently that auto-hides the sidebar (at least on MacOS). Is there any way I can keep it open? I found this in preferences under &amp;quot;sidebar&amp;quot; but it is what to ...</description><pubDate>Sat, 25 Jul 2026 19:36:50 -0400</pubDate></item><item><title>Windows 8.1 With bing activation</title><link>https://sprint.shakir.blog/windows-8-1-with-bing-activation.html</link><guid isPermaLink="true">https://sprint.shakir.blog/windows-8-1-with-bing-activation.html</guid><description>Yesterday i bought a acer switch 10 and i want to install a clean copy of windows 8.1 to it. There is a product key in the UEFI bios and windows should take the key from it but i tried to install P......</description><pubDate>Sat, 25 Jul 2026 19:00:20 -0400</pubDate></item><item><title>Exclude subdirectory not working with grep command</title><link>https://sprint.shakir.blog/exclude-subdirectory-not-working-with-grep-command.html</link><guid isPermaLink="true">https://sprint.shakir.blog/exclude-subdirectory-not-working-with-grep-command.html</guid><description>This works for me, in that it excludes the &amp;quot;foo&amp;quot; directory from the root directory of the search:
grep -rn --exclude-dir=foo &amp;#039;custom&amp;#039;
However this doesn&amp;#039;t work:
grep -rn --exclude-dir=fo......</description><pubDate>Sat, 25 Jul 2026 18:56:55 -0400</pubDate></item><item><title>What computer components are currently vulnerable to magnets?</title><link>https://sprint.shakir.blog/what-computer-components-are-currently-vulnerable-to-magnets.html</link><guid isPermaLink="true">https://sprint.shakir.blog/what-computer-components-are-currently-vulnerable-to-magnets.html</guid><description>When I first started using computers, law of the land in computer class was never bring magnets near anything computer related, lest you lose all your data or screw up your monitor.
Now I am prett......</description><pubDate>Sat, 25 Jul 2026 18:54:11 -0400</pubDate></item><item><title>Can Intel Optane memory compensate for less RAM?</title><link>https://sprint.shakir.blog/can-intel-optane-memory-compensate-for-less-ram.html</link><guid isPermaLink="true">https://sprint.shakir.blog/can-intel-optane-memory-compensate-for-less-ram.html</guid><description>I currently have a laptop that is about two years old, and has 8 GB of RAM. I use my laptop for internet browsing, productivity applications, and programming, including data science within Spyder or ...</description><pubDate>Sat, 25 Jul 2026 18:48:52 -0400</pubDate></item><item><title>How can I disable auto-connect VPN when using AnyConnect?</title><link>https://sprint.shakir.blog/how-can-i-disable-auto-connect-vpn-when-using-anyconnect.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-can-i-disable-auto-connect-vpn-when-using-anyconnect.html</guid><description>I use Cisco AnyConnect (4.2.05015) on Win10 Enterprise to handle my WiFi connections and VPN connections. Currently, whenever AnyConnect connects to WiFi it automatically attempts to connect to one......</description><pubDate>Sat, 25 Jul 2026 18:48:27 -0400</pubDate></item><item><title>PowerShell - System.OutOfMemoryException</title><link>https://sprint.shakir.blog/powershell-system-outofmemoryexception.html</link><guid isPermaLink="true">https://sprint.shakir.blog/powershell-system-outofmemoryexception.html</guid><description>I want to Get-Content of a large (1GB - 10GB) .txt file (which has only 1 line!) and split it into multiple files with multiple lines, but whenever I try to I end up with a System.OutOfMemoryExcept......</description><pubDate>Sat, 25 Jul 2026 18:44:30 -0400</pubDate></item><item><title>convert mp3 audio to aac m4a audio</title><link>https://sprint.shakir.blog/convert-mp3-audio-to-aac-m4a-audio.html</link><guid isPermaLink="true">https://sprint.shakir.blog/convert-mp3-audio-to-aac-m4a-audio.html</guid><description>It may be easy, but I&amp;#039;m new to ffmpeg and struggle with converting an mp3 audio to an aac audio file with .m4a file extension using ffmpeg on the command line (Win10).
input: Stream #0:0: Audio: mp3, ...</description><pubDate>Sat, 25 Jul 2026 18:04:47 -0400</pubDate></item><item><title>How to stop popup box in bottom right corner of screen (Windows 10)? [duplicate]</title><link>https://sprint.shakir.blog/how-to-stop-popup-box-in-bottom-right-corner-of-screen-windows-10-dupl.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-to-stop-popup-box-in-bottom-right-corner-of-screen-windows-10-dupl.html</guid><description>Recently every time I move my cursor anywhere near the bottom-right of my screen an irritating popup with news stories etc. appears above my taskbar. It is very distracting and it obscures my scree......</description><pubDate>Sat, 25 Jul 2026 17:57:29 -0400</pubDate></item><item><title>In Windows 7, Is there a way to snap a window to a quarter of the screen instead of half?</title><link>https://sprint.shakir.blog/in-windows-7-is-there-a-way-to-snap-a-window-to-a-quarter-of-the-scree.html</link><guid isPermaLink="true">https://sprint.shakir.blog/in-windows-7-is-there-a-way-to-snap-a-window-to-a-quarter-of-the-scree.html</guid><description>When I move a windows by the title bar to the left or side of the screen the windows &quot;snaps&quot; to the side and resizes itself to half the screen size. Is there a way to snap the windows to a quarter ......</description><pubDate>Sat, 25 Jul 2026 17:42:30 -0400</pubDate></item><item><title>Issue with Cisco WebEx: &quot;atinst.exe - Entry Point Not Found&quot;</title><link>https://sprint.shakir.blog/issue-with-cisco-webex-atinst-exe-entry-point-not-found.html</link><guid isPermaLink="true">https://sprint.shakir.blog/issue-with-cisco-webex-atinst-exe-entry-point-not-found.html</guid><description>For some reason Cisco WebEx client stopped working on my Windows 8.1 Pro x64 machine and it looks as follows whenever I attempt to join the meeting:
So it just freeze on 10% and error message says......</description><pubDate>Sat, 25 Jul 2026 17:41:23 -0400</pubDate></item><item><title>What is the point of right-click &gt; Refresh on Windows desktop?</title><link>https://sprint.shakir.blog/what-is-the-point-of-right-click-refresh-on-windows-desktop.html</link><guid isPermaLink="true">https://sprint.shakir.blog/what-is-the-point-of-right-click-refresh-on-windows-desktop.html</guid><description>I have always wondered why you can do right-click &gt; Refresh. It never seems to do anything. For a millisecond the icons disappear on the desktop and everything else does nothing. Why does windows h......</description><pubDate>Sat, 25 Jul 2026 17:40:16 -0400</pubDate></item><item><title>Photoshop 2022 incompatibility with GPU driver and DirectX</title><link>https://sprint.shakir.blog/photoshop-2022-incompatibility-with-gpu-driver-and-directx.html</link><guid isPermaLink="true">https://sprint.shakir.blog/photoshop-2022-incompatibility-with-gpu-driver-and-directx.html</guid><description>I have a AMD HD 7470 on my a bit old pc, with Core i3-3220 and Win10 x64 OS 20H. I have a problem when I run Ps 2022 on it. When I install last version of video card driver from AMD website (last u......</description><pubDate>Sat, 25 Jul 2026 17:32:08 -0400</pubDate></item><item><title>How do I maintain spell check when copy and pasting into Word?</title><link>https://sprint.shakir.blog/how-do-i-maintain-spell-check-when-copy-and-pasting-into-word.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-do-i-maintain-spell-check-when-copy-and-pasting-into-word.html</guid><description>Whenever I screenshot and paste into Word, spell check always turns off. How do I change this so that whenever I paste into Wrrd, spell check does not turn off. Note that I have changed default wra......</description><pubDate>Sat, 25 Jul 2026 16:58:30 -0400</pubDate></item><item><title>How does sd card write lock work? [duplicate]</title><link>https://sprint.shakir.blog/how-does-sd-card-write-lock-work-duplicate.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-does-sd-card-write-lock-work-duplicate.html</guid><description>Is this a software or hardware feature. If it is a hardware feature, what tells the os that it is &quot;write protected&quot;? If it is a software feature, is there anyway to override this? Also, is there an......</description><pubDate>Sat, 25 Jul 2026 16:42:58 -0400</pubDate></item><item><title>Browser only linux distribution</title><link>https://sprint.shakir.blog/browser-only-linux-distribution.html</link><guid isPermaLink="true">https://sprint.shakir.blog/browser-only-linux-distribution.html</guid><description>I had set up moodle server for teaching students at my department. We have 2 computer rooms that are used by students for accessing this server and completing quizzes. Currently all computers have ...</description><pubDate>Sat, 25 Jul 2026 16:42:45 -0400</pubDate></item><item><title>Windows 10 Per-App Scaling?</title><link>https://sprint.shakir.blog/windows-10-per-app-scaling.html</link><guid isPermaLink="true">https://sprint.shakir.blog/windows-10-per-app-scaling.html</guid><description>I&amp;#039;m on a 15.6 inch 3840x2160 display, and scaling it at 150% gives me a perfect mix of lots of real estate and readable text size, but non-DPI aware apps have blurry text.
Is there any way to sca......</description><pubDate>Sat, 25 Jul 2026 16:41:08 -0400</pubDate></item><item><title>Network connection name</title><link>https://sprint.shakir.blog/network-connection-name.html</link><guid isPermaLink="true">https://sprint.shakir.blog/network-connection-name.html</guid><description>The ethernet connection on my laptop shows as
Ethernet
SONOSWIFI
BroadcomNetXtreme Gigabit Ethernet Plus
About 4 months ago I setup a tiny LAN for a customer on a consumer grade router. It was to......</description><pubDate>Sat, 25 Jul 2026 16:32:01 -0400</pubDate></item><item><title>How can I ping a range of IP addresses simultaneously [closed]</title><link>https://sprint.shakir.blog/how-can-i-ping-a-range-of-ip-addresses-simultaneously-closed.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-can-i-ping-a-range-of-ip-addresses-simultaneously-closed.html</guid><description>I have a bunch of machines on an IP address range which I want to ping simultaneously as a quick and dirty way of telling which ones are switched on. What (free) software can I use to do this?
I&amp;#039;m......</description><pubDate>Sat, 25 Jul 2026 16:31:13 -0400</pubDate></item><item><title>Cannot open Jupyter Notebook in the new zsh shell in macOS</title><link>https://sprint.shakir.blog/cannot-open-jupyter-notebook-in-the-new-zsh-shell-in-macos.html</link><guid isPermaLink="true">https://sprint.shakir.blog/cannot-open-jupyter-notebook-in-the-new-zsh-shell-in-macos.html</guid><description>I recently upgraded to macOS Catalina and it prompted me to upgrade to the zsh shell. But now when I try to run jupyter notebook, it says command not found. I tried looking for it in .bashrc but .b......</description><pubDate>Sat, 25 Jul 2026 16:21:21 -0400</pubDate></item><item><title>phpmyadmin Default transformations for DateFormat does not change date format</title><link>https://sprint.shakir.blog/phpmyadmin-default-transformations-for-dateformat-does-not-change-date.html</link><guid isPermaLink="true">https://sprint.shakir.blog/phpmyadmin-default-transformations-for-dateformat-does-not-change-date.html</guid><description>I am using phpmyadmin 4.8.3 running on Ubuntu 16.04.6 LTS with Mysql 14.14 Distrib 5.6.42. I wanted to change the default format yyyy-mm-dd to dd-mm-yyyy. Based on my research I can do this using &quot;...</description><pubDate>Sat, 25 Jul 2026 16:08:46 -0400</pubDate></item><item><title>How do you change a TTF font name?</title><link>https://sprint.shakir.blog/how-do-you-change-a-ttf-font-name.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-do-you-change-a-ttf-font-name.html</guid><description>How can I change a font name (not the ttf filename, but the actual font name)?
For example, I want to rename &quot;Tahoma&quot; to &quot;Tahoma7&quot;.
My goal is to rename the Tahoma font installed on Windows 7 and ...</description><pubDate>Sat, 25 Jul 2026 16:05:07 -0400</pubDate></item><item><title>How to get hard drive serial number from command line?</title><link>https://sprint.shakir.blog/how-to-get-hard-drive-serial-number-from-command-line.html</link><guid isPermaLink="true">https://sprint.shakir.blog/how-to-get-hard-drive-serial-number-from-command-line.html</guid><description>From the Windows NT-based (Windows XP and 7 specifically) command prompt, how can I get the serial number of a hard drive as a variable? The one I&amp;#039;m looking at is the serial number of the physical ......</description><pubDate>Sat, 25 Jul 2026 16:00:19 -0400</pubDate></item><item><title>Windows 10 internet speed capped at half the original speed on new PC</title><link>https://sprint.shakir.blog/windows-10-internet-speed-capped-at-half-the-original-speed-on-new-pc.html</link><guid isPermaLink="true">https://sprint.shakir.blog/windows-10-internet-speed-capped-at-half-the-original-speed-on-new-pc.html</guid><description>I got a new pc, the internet speed is somehow capped at 5 MB/s on every program .. Torrent, steam, chrome downloads and everything.
I tried with my laptop and other pc and it&amp;#039;s runs all good, no ...</description><pubDate>Sat, 25 Jul 2026 15:57:38 -0400</pubDate></item></channel></rss>