I tried to install software similar to how stated on
http://stackoverflow.com/questions/10863613/how-to-upgrade-glibc-from-version-2-13-to-2-15-on-debian
Editing the /etc/apt/sources.list fist with testing, // they did experimental
I did this by exiting out of KDE,
then selecting console login,
then
sudo apt-get install -t testing libc6-amd64 libc6-dev libc6-dbg
I crashed or something in the middle,
I rebooted into 'recovery' mode,
It didn't even leave me a way to type. // rebooted a few times. all times failed, both regular, and recovery
Left with Blinking Alpha and Scroll lock.
I also have Vista 32bit on the this system, and
still have Debian 7.0 64bit DVDs, and have a DVD burner on this system, and 5 blank DVD-R,
I've already commented out the the /etc/apt/sources.list testing line, (using some software to edit Linux files from Windows)
Is there a way I can run Linux commands on this Linux system from Windows, or a Live CD/DVD, etc...?
(since I can't type get to a point where I can type in commands from this Linux system)
sudo apt-get update
sudo apt-get install -t stable libc6-amd64 libc6-dev libc6-dbg
or
sudo apt-get purge libc6-amd64 libc6-dev libc6-dbg
// I hope that's all I have to do to fix this, since I all ready changed that /etc/apt/sources.list line
Can I manually copy the files over? Would that fix it?