-
Marked Solved Status for Blew up my boot loader, I think
Today I just put a new SSD in my desktop. I did have a little trouble booting up the OS because I had plugged the DVI into the wrong port, … -
Replied To a Post in Blew up my boot loader, I think
Stefna_1, first thing, 500 times. -
Replied To a Post in Blew up my boot loader, I think
Thanks, I'm going to try the boot-repair thing out. Why does the the #2 direction say -> (do not burn it on CD/DVD if your PC came with Windows8)? Since … -
Created Blew up my boot loader, I think
Today I just put a new SSD in my desktop. I did have a little trouble booting up the OS because I had plugged the DVI into the wrong port, … -
Began Watching Blew up my boot loader, I think
Today I just put a new SSD in my desktop. I did have a little trouble booting up the OS because I had plugged the DVI into the wrong port, … -
Marked Solved Status for rsync not syncing some files
I've been using rsync and or luckybackup for a while now to sync my desktop's music library to my micro sd card for my digital music player. Today I noticed … -
Replied To a Post in rsync not syncing some files
@rproffitt what is the microsoft relevance here? -
Replied To a Post in rsync not syncing some files
I'm not near good enough to open the source of software and fix, change, or even understand anything. I can write very simple bash, python, php, c & c++ programs. … -
Replied To a Post in rsync not syncing some files
I reformatted the sd card and ry-synced everything again, same problem. I also manually copied the files from my library to the sd card and it worked fine, go figure. … -
Replied To a Post in rsync not syncing some files
My system didn't recognise iocharset or the shortname options. I have now ran this command on my system -> `$ rsync -vrc --delete --ignore-existing --exclude ".*/" /home/me/media/music/ /media/me/MEDIA-SD/ && echo … -
Replied To a Post in rsync not syncing some files
Yes it's mounted, otherwise I wouldn't be able to navigate to the SD card and list it's contents and luckBackup wouldn't even let me run the sync if it's wasn't. … -
Created rsync not syncing some files
I've been using rsync and or luckybackup for a while now to sync my desktop's music library to my micro sd card for my digital music player. Today I noticed … -
Began Watching rsync not syncing some files
I've been using rsync and or luckybackup for a while now to sync my desktop's music library to my micro sd card for my digital music player. Today I noticed … -
Created mounting android micro sd
I'm having trouble mounting my android's micro sd card. When I run lsusb I see the entry for the card `lsusb` - > `Bus 001 Device 006: ID 0bda:0158 Realtek … -
Began Watching mounting android micro sd
I'm having trouble mounting my android's micro sd card. When I run lsusb I see the entry for the card `lsusb` - > `Bus 001 Device 006: ID 0bda:0158 Realtek … -
Replied To a Post in run on boot, and power on computer on
Noted. -
Created run on boot, and power on computer on
I recently built a crypto currency miner and I'm using Linux Mint as my OS for the miner. I manually turn on the miner by navigating to ~/Desktop/claymore and running … -
Began Watching run on boot, and power on computer on
I recently built a crypto currency miner and I'm using Linux Mint as my OS for the miner. I manually turn on the miner by navigating to ~/Desktop/claymore and running … -
Marked Solved Status for Creationg of partition # (0,0,0) failed.
A while back I built a computer with an Asus motherboard, a SSD, and two milk creates for a cheap case, and I had Xubuntu installed on it. I have … -
Replied To a Post in Creationg of partition # (0,0,0) failed.
In an angry keyboard rant I hit Ctrl Alt Delete, nothing, Ctrl Alt F2, nothing, Ctrl Alt F1 boom, there was my installation screen hiding. Go figure? Thanks. -
Replied To a Post in Creationg of partition # (0,0,0) failed.
Just tried a Debian iso image instead of an Xubuntu image and I had a similar problem. I got an erro while while it was creating the partitions. It said … -
Replied To a Post in Creationg of partition # (0,0,0) failed.
I haven't check the chucksum but I have used several different images so I'M doubting that it's a corrupt iso file. Both images that I'v treid were from the Ubuntu … -
Created Creationg of partition # (0,0,0) failed.
A while back I built a computer with an Asus motherboard, a SSD, and two milk creates for a cheap case, and I had Xubuntu installed on it. I have … -
Began Watching Creationg of partition # (0,0,0) failed.
A while back I built a computer with an Asus motherboard, a SSD, and two milk creates for a cheap case, and I had Xubuntu installed on it. I have … -
Marked Solved Status for mp3 CD, not in order
I have been downloading old kid's readio stories and trying to burn them onto mp3 CDs for my daughter. The problem is that when she plays the CDs on the … -
Replied To a Post in mp3 CD, not in order
I figured it out, the CD player was alphabetically using the file names, how inefficient for an mp3 CD player! All the meta tag editing for nothing and how I … -
Created mp3 CD, not in order
I have been downloading old kid's readio stories and trying to burn them onto mp3 CDs for my daughter. The problem is that when she plays the CDs on the … -
Began Watching mp3 CD, not in order
I have been downloading old kid's readio stories and trying to burn them onto mp3 CDs for my daughter. The problem is that when she plays the CDs on the … -
Replied To a Post in Connecting a N64 to my new Vizio TV
rproffitt Sorry it took so long. https://www.manualslib.com/products/Vizio-E55-D0-4359509.html -
Replied To a Post in Connecting a N64 to my new Vizio TV
One more question, why does my thread have a 'sponsored' logo beside it? -
Replied To a Post in Connecting a N64 to my new Vizio TV
I contacted Vizio and they said that there is not setting to switch back and forth between component and composite. They said that the ports were interchangeable between component and … -
Created Connecting a N64 to my new Vizio TV
I recently purchased a new Vizio 55" LED 1080p tv but I'm having trouble connection my Nintendo 64 to it. The red & white audio cable are working fine and … -
Began Watching Connecting a N64 to my new Vizio TV
I recently purchased a new Vizio 55" LED 1080p tv but I'm having trouble connection my Nintendo 64 to it. The red & white audio cable are working fine and … -
Marked Solved Status for python-django
[Linux Mint] Linux Mint I'm following a book on Django and it has this -> https://hellowebapp.com/setup/ accompanying website. Take a look below at what I'm getting when I get to … -
Replied To a Post in python-django
I just followed the exact same steps from the website again only in a new directory and now everything is working fine. Go figure. Thanks Grib. -
Replied To a Post in python-django
user@mothership myhellowebapp $ source venv/bin/activate (venv) user@mothership myhellowebapp $ ls -l venv/bin total 3508 -rw-r--r-- 1 user user 2125 Dec 20 22:35 activate -rw-r--r-- 1 user user 1067 Dec 20 … -
Replied To a Post in python-django
No, I just followed the instructions here -> https://hellowebapp.com/setup/ That site is paired with the Django book I'm reading. Should I have done it differently? -
Replied To a Post in python-django
I'm not completely sure how a venv works but I'm guessing the `which python` & `which pip` shouldn't be returning an absolute path from root the way they are below. … -
Created python-django
[Linux Mint] Linux Mint I'm following a book on Django and it has this -> https://hellowebapp.com/setup/ accompanying website. Take a look below at what I'm getting when I get to … -
Began Watching python-django
[Linux Mint] Linux Mint I'm following a book on Django and it has this -> https://hellowebapp.com/setup/ accompanying website. Take a look below at what I'm getting when I get to … -
Replied To a Post in resetting mariadb password
Indeed. -
Created resetting mariadb password
I'm trying to reset my mariadb password following this site -> https://www.rosehosting.com/blog/how-to-reset-your-mariadb-root-password/ but when I enter `mysql -u root` I get the following error: `ERROR 2002 (HY000): Can't connect to … -
Began Watching resetting mariadb password
I'm trying to reset my mariadb password following this site -> https://www.rosehosting.com/blog/how-to-reset-your-mariadb-root-password/ but when I enter `mysql -u root` I get the following error: `ERROR 2002 (HY000): Can't connect to … -
Marked Solved Status for sed find and replace
`grep -v "#EXTINF:" All.m3u | sed 's#../##'g` I'm using the line above to try and make the playlists that I export from Banshee compatible with my digital music player. When … -
Created sed find and replace
`grep -v "#EXTINF:" All.m3u | sed 's#../##'g` I'm using the line above to try and make the playlists that I export from Banshee compatible with my digital music player. When … -
Began Watching sed find and replace
`grep -v "#EXTINF:" All.m3u | sed 's#../##'g` I'm using the line above to try and make the playlists that I export from Banshee compatible with my digital music player. When … -
Marked Solved Status for can't backspace a newline in vim
I recent created a .vimrc file in my home directory because in addition to syntax highlighting and auto indention I also wanted my tabs to be four columns wide and … -
Replied To a Post in can't backspace a newline in vim
I haven't seen this problem before in vim, and since I'm use to being able to backspace in vim it's hard for me not to see it as bug or … -
Created can't backspace a newline in vim
I recent created a .vimrc file in my home directory because in addition to syntax highlighting and auto indention I also wanted my tabs to be four columns wide and … -
Began Watching can't backspace a newline in vim
I recent created a .vimrc file in my home directory because in addition to syntax highlighting and auto indention I also wanted my tabs to be four columns wide and …
The End.