• Member Avatar for lewashby
    lewashby

    Began Watching for loop and pointers, Error

    [Linux & gcc] I'm taking C courses and pluralsight.com and I'm both getting an error with a program I got from one of their videos as well as having some …
  • Member Avatar for lewashby
    lewashby

    Created NFS recursion

    Is there a way to set an NFS shared directory to my recursivly chared via NFS, that directory including sub directories?
  • Member Avatar for lewashby
    lewashby

    Began Watching NFS recursion

    Is there a way to set an NFS shared directory to my recursivly chared via NFS, that directory including sub directories?
  • Member Avatar for lewashby
    lewashby

    Created NFS and permissions

    I'm currently building a headless Debian NFS media server and I'm doing most of my testing on my desktop. My cliant streaming device will by my "WD TV Live' TV …
  • Member Avatar for lewashby
    lewashby

    Began Watching NFS and permissions

    I'm currently building a headless Debian NFS media server and I'm doing most of my testing on my desktop. My cliant streaming device will by my "WD TV Live' TV …
  • Member Avatar for lewashby
    lewashby

    Marked Solved Status for media server, tcp and udp

    If you're creating a media server how do you control if the files are pushed out via tcp or udp? Or is that a client thing? I'm currently building a …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in media server, tcp and udp

    I assumed that udp was best for streaming and that's what I've heard Netflix uses because that's the only way they can steam at a reasonable speed with varying internet …
  • Member Avatar for lewashby
    lewashby

    Created media server, tcp and udp

    If you're creating a media server how do you control if the files are pushed out via tcp or udp? Or is that a client thing? I'm currently building a …
  • Member Avatar for lewashby
    lewashby

    Began Watching media server, tcp and udp

    If you're creating a media server how do you control if the files are pushed out via tcp or udp? Or is that a client thing? I'm currently building a …
  • Member Avatar for lewashby
    lewashby

    Marked Solved Status for deleting .Trash-1000

    When I delete files on any given file system like hard drives that I have mounted to my system or USB stick I get a directory that usualy named '.Trash-1000'. …
  • Member Avatar for lewashby
    lewashby

    Created deleting .Trash-1000

    When I delete files on any given file system like hard drives that I have mounted to my system or USB stick I get a directory that usualy named '.Trash-1000'. …
  • Member Avatar for lewashby
    lewashby

    Began Watching deleting .Trash-1000

    When I delete files on any given file system like hard drives that I have mounted to my system or USB stick I get a directory that usualy named '.Trash-1000'. …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in No GUI Debian + Mint Nemo

    Are there two versions of telent? Do I need to install telnet server on my Debian server and a telnet client on my desktop?
  • Member Avatar for lewashby
    lewashby

    Created No GUI Debian + Mint Nemo

    I don't know if this is a Linux Mint problem or a Debian problem. I use Mint as a desktop but I just installed a standard no GUI edition of …
  • Member Avatar for lewashby
    lewashby

    Began Watching No GUI Debian + Mint Nemo

    I don't know if this is a Linux Mint problem or a Debian problem. I use Mint as a desktop but I just installed a standard no GUI edition of …
  • Member Avatar for lewashby
    lewashby

    Marked Solved Status for stdio.h getline conflict

    In the following program it says that there is a conflict between my getline and the getline in stdio.h. I understand what it's saying because stdio.h has it's own getline …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in stdio.h getline conflict

    My compiler supports that function as an extension. What does that mean? I'm using gcc.
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in reseting windows 8.1 laptop

    An offlien registry editor? Is that something that I download, burn onto a disk and reboot the laptop with the disk inserted.
  • Member Avatar for lewashby
    lewashby

    Marked Solved Status for debian media server

    I was using the Linux Mint Flawless media server to host all my movie rips as .mkv files but I decided to go with a standard no GUI Debian server …
  • Member Avatar for lewashby
    lewashby

    Created reseting windows 8.1 laptop

    Just got my nephew an HP Windows 8.1 laptop and either he can't remember the password that he just created or something is messed up. Is there a way to …
  • Member Avatar for lewashby
    lewashby

    Began Watching reseting windows 8.1 laptop

    Just got my nephew an HP Windows 8.1 laptop and either he can't remember the password that he just created or something is messed up. Is there a way to …
  • Member Avatar for lewashby
    lewashby

    Created stdio.h getline conflict

    In the following program it says that there is a conflict between my getline and the getline in stdio.h. I understand what it's saying because stdio.h has it's own getline …
  • Member Avatar for lewashby
    lewashby

    Began Watching stdio.h getline conflict

    In the following program it says that there is a conflict between my getline and the getline in stdio.h. I understand what it's saying because stdio.h has it's own getline …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in debian media server

    Well I sorta solved the problem. I was keeping my movies in /home/garrett/Videos/Movies and I had my NFS server set to share /home/garrett/Videos/ I wanted to do it that way …
  • Member Avatar for lewashby
    lewashby

    Created debian media server

    I was using the Linux Mint Flawless media server to host all my movie rips as .mkv files but I decided to go with a standard no GUI Debian server …
  • Member Avatar for lewashby
    lewashby

    Began Watching debian media server

    I was using the Linux Mint Flawless media server to host all my movie rips as .mkv files but I decided to go with a standard no GUI Debian server …
  • Member Avatar for lewashby
    lewashby

    Marked Solved Status for building a small SDL, Launch failed, Binary not found

    [Linux] Mint I wrote the following code from an SDL book I have and it seems to be building just fine but when I go to run the program I …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in building a small SDL, Launch failed, Binary not found

    I found the problem, it wasn't with my program it was my IDE. I navigated to the directory using the terminal and it executed just fine, only when I try …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in building a small SDL, Launch failed, Binary not found

    Do you see any specific deprecated functions I've used?
  • Member Avatar for lewashby
    lewashby

    Created .tar.gz from root but not root

    I need to use the tar command to unpack a .tar.gz file and I need to do it from root but when the files unpack I want them to be …
  • Member Avatar for lewashby
    lewashby

    Began Watching .tar.gz from root but not root

    I need to use the tar command to unpack a .tar.gz file and I need to do it from root but when the files unpack I want them to be …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in building a small SDL, Launch failed, Binary not found

    I'm using code from my sdl book and it doesn't seem to be a dated book. The book is using SDL 1.2 and I have that installed, but I may …
  • Member Avatar for lewashby
    lewashby

    Created building a small SDL, Launch failed, Binary not found

    [Linux] Mint I wrote the following code from an SDL book I have and it seems to be building just fine but when I go to run the program I …
  • Member Avatar for lewashby
    lewashby

    Began Watching building a small SDL, Launch failed, Binary not found

    [Linux] Mint I wrote the following code from an SDL book I have and it seems to be building just fine but when I go to run the program I …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in SDL undefined reference?

    Thanks mide_2000_17 I'm reading your artical now. I guess my question now is, do you now where in my system the sdl library I need would be at, on a …
  • Member Avatar for lewashby
    lewashby

    Created SDL undefined reference?

    When I compile the following two programs one of them compiles and one of themse does not but I don't see a difference. The smaller program is the same only …
  • Member Avatar for lewashby
    lewashby

    Began Watching SDL undefined reference?

    When I compile the following two programs one of them compiles and one of themse does not but I don't see a difference. The smaller program is the same only …
  • Member Avatar for lewashby
    lewashby

    Marked Solved Status for cant print, but only from a site

    I have I Brother Laser printer and it seems to be pring everytying just fine. But when I go print some property listings from a realesate company it all the …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in cant print, but only from a site

    Gribouillis thanks, that worked perfectly.
  • Member Avatar for lewashby
    lewashby

    Created cant print, but only from a site

    I have I Brother Laser printer and it seems to be pring everytying just fine. But when I go print some property listings from a realesate company it all the …
  • Member Avatar for lewashby
    lewashby

    Began Watching cant print, but only from a site

    I have I Brother Laser printer and it seems to be pring everytying just fine. But when I go print some property listings from a realesate company it all the …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in member function inlining

    Okay, so inline functions don't actually have to take up only one line. And placing a function inside a class? What's the rule that determins if it's an inline function …
  • Member Avatar for lewashby
    lewashby

    Created member function inlining

    I'm a little confused about inlining member functions. Does all code actually have to be on one line or does it simply mean writing the whole function inside the class …
  • Member Avatar for lewashby
    lewashby

    Began Watching member function inlining

    I'm a little confused about inlining member functions. Does all code actually have to be on one line or does it simply mean writing the whole function inside the class …
  • Member Avatar for lewashby
    lewashby

    Created default constructor values

    In the following program, where is pt1 getting it's values (1, 0)? I get pt3's values (5, 10) because I can see them in the code. #include <iostream> using namespace …
  • Member Avatar for lewashby
    lewashby

    Began Watching default constructor values

    In the following program, where is pt1 getting it's values (1, 0)? I get pt3's values (5, 10) because I can see them in the code. #include <iostream> using namespace …
  • Member Avatar for lewashby
    lewashby

    Created binary files

    In the program below I'm a little confused with these two lines -> `fbin.seekp(n * recsize);` & `fbin.write(reinterpret_cast<char*>(&age), sizeof(int));` In the first one, why would we start writing to the …
  • Member Avatar for lewashby
    lewashby

    Began Watching binary files

    In the program below I'm a little confused with these two lines -> `fbin.seekp(n * recsize);` & `fbin.write(reinterpret_cast<char*>(&age), sizeof(int));` In the first one, why would we start writing to the …
  • Member Avatar for lewashby
    lewashby

    Created rsync and my music

    I have an iBasso digital music player and I need a little help uisng rsync. I want to copy all of my muisc from /home/garrett/Music/ into my SD card which …
  • Member Avatar for lewashby
    lewashby

    Began Watching rsync and my music

    I have an iBasso digital music player and I need a little help uisng rsync. I want to copy all of my muisc from /home/garrett/Music/ into my SD card which …

The End.