Posts

Little bash script

2018-09-09

A little bash script to help me remember how they work

Fast way to network adapters

2018-08-08

Still remember in Win95 when changing an IP or DNS server was as easy as going to the Control Panel, opening the network folder then choosing the adapter?

Bootstrap 4.0 breakpoint indicator

2018-08-08

The following HTML with Bootstrap 4.0 will indicate what the current breakpoint is:

Permanently disable Firefox and Chrome web notifications

2018-02-02

Are you horrified that any website would even ask to send notifications to your desktop?

Remove 3D Objects folder from Windows 10

2018-01-01

Run the following commands: reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}" /f reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}" /f Alternatively in Regedit, open the following locations (only the first is needed for 32-bit systems) and delete the key

Windows 10 start menu only lets you type one letter

2017-07-07

If the Windows 10 start menu only lets you type one letter, run the following to fix:

One line Debian or Ubuntu upgrade and clean up

2016-11-11

This command: apt-get update;apt-get upgrade -y;apt-get autoclean;apt-get autoremove;checkrestart Will: Gets the latest update information Upgrades all packages (without prompting for confirmation) Removes any unneeded install files Removes any unnedded packages Checks if any services or daemons need to be restarted Note: the debian-goodies package needs to be installed to use the checkrestart command.

Debian and Ubuntu Webmin one line install

2016-10-10

sudo su; echo "deb http://download.webmin.com/download/repository sarge contrib" >> /etc/apt/sources.list && cd /root && wget http://www.

Skip Mass Effect 2 Intro Movies and Cerberus Network

2014-12-12

Note: These instructions were written for the orginal Mass Effect 2, not the remastered version