Search:

Type: Posts; User: PinkFloyd102489; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.14 seconds.

  1. [all variants] Re: Files disappearing after rebooting into Windows

    Crap you're right. Going to disable hibernate right now. It's caused me to lose too many important files.
  2. [all variants] Files disappearing after rebooting into Windows

    I've noticed lately that some files are disappearing when rebooting into Windows from Linux. I have a partition formatted as exFAT that I use to store files that I need in both Linux and Windows. I...
  3. [all variants] Rsync to CIFS share causing remote machine crash.

    Hello,

    I have a script set up at work to rsync my work directory on my Ubuntu laptop to my work Windows desktop, which is connected to the laptop via a CIFS share.

    Lately, it will get about...
  4. Replies
    9
    Views
    934

    [all variants] Re: Phantom file

    rm command did not work.

    Output of ls -ali:

    6678 -rwxrwxrwx 2 root root 6 Jan 1 11:02 3KI1344

    From directory above:

    brandon@brandon-mint ~/work/New $ ls -ali
    total 12
  5. Replies
    4
    Views
    15,169

    Re: How to get the root/admin terminal?

    Is there really a need to directly access the root terminal at boot? That is a huge security risk.

    If you need access to root, just sudo -s.
  6. Re: sudo usermod -G root garyisaStupidUser

    Shouldn't be trying to add yourself to the root group.

    /var/www should be chowned to www-data:www-data. Anything under that will be writable by the user/group that created it, while still being...
  7. Replies
    9
    Views
    934

    [all variants] Re: Phantom file

    brandon@brandon-mint ~/work/New/Waiting $ ls -alb
    total 9
    drwxrwxrwx 1 root root 4096 Jan 1 11:12 .
    drwxrwxrwx 1 root root 240 Jan 1 11:12 ..
    -rwxrwxrwx 2 root root 6 Jan 1 11:02 3KI1344...
  8. Replies
    9
    Views
    934

    [all variants] Re: Phantom file

    Indeed it is. It's an NTFS partition that I share between my Linux and Windows installations. I work primarily in Linux but I am required to use some Windows programs from time to time.
  9. Replies
    9
    Views
    934

    [all variants] Phantom file

    Hello,

    I have a file (which is supposed to be a directory) that is showing up with ls and also in Nautilus, but I cannot delete it. I have tried deleting it from the GUI, with rm -rf, and even...
  10. Replies
    6
    Views
    5,115

    [ubuntu] Re: How to mount a network location?

    sudo apt-get install samba smbclient cifs-utils

    Install those, then try again.

    Also, you can mount the network drive at boot using /etc/fstab.
  11. Replies
    6
    Views
    434

    [all variants] Re: Bash Directory Recursion

    Thanks, got it to run.

    However, it only chose the first directory and didn't recurse into every single one like I need. Ex: Only went into the TRIM1 dir when TRIM2 exists also.
  12. Replies
    6
    Views
    434

    [all variants] Re: Bash Directory Recursion

    brandon@brandon-mint ~/work/New/2013 $ sh recur ~/work/New/2013/
    recur: 3: recur: shopt: not found
    recur: 6: recur: Syntax error: "(" unexpected (expecting "done")

    Running without an argument...
  13. Replies
    6
    Views
    434

    [all variants] Bash Directory Recursion

    Background: I work as a photographer for a car dealership that has photos of every single vehicle on the lot on their website. For new cars, I'm allowed to keep a library, so that when a vehicle with...
  14. Re: Sub-process /usr/bin/dpkg returned an error code (1)

    sudo apt-get clean

    sudo apt-get update

    Looks like a package may have been broken and is still cached. This will clean out the apt cache and update.
  15. Replies
    3
    Views
    355

    Re: Mounting problems with VirtualBox

    Why not just put an entry in /etc/fstab to mount the partition on startup?
  16. Replies
    2
    Views
    329

    [all variants] Remote VPN server setup.

    I've followed several guides, which are mostly the same, on how to set up a VPN server. I've installed pptpd, setup the chap-secrets, implemented IP masquerading, forwarded port 1723, etc.

    The...
  17. Replies
    2
    Views
    389

    [ubuntu] Re: Start-up Applications

    http://askubuntu.com/questions/89946/open-application-in-specific-workspace

    This link seems to outline what you're describing.
  18. [SOLVED] Re: Find files by file type - not file extension

    Dunno how to do it in the GUI but on the command line you can use the file command with the --mime-type switch.


    man file
  19. Replies
    5
    Views
    1,774

    [ubuntu] Re: /etc/ ownership and sudo problems

    Boot into the recovery (to gain root) and do:


    chown -hR root:root /etc

    EDIT: Checking my /etc dir shows that some files are slightly different. The shadow and gshadow files should be...
  20. Replies
    8
    Views
    670

    [other] Re: SSH Cjhroot Jail

    The guide I posted in the OP only has /dev/null, which I did add.
  21. Replies
    8
    Views
    670

    [other] Re: SSH Cjhroot Jail

    One last thing hopefully, lol.

    Now, instead of getting a user@host prompt it has "I have no name!@host" prompt and attempting to use nano yields a "Error opening terminal: xterm" error.
  22. Replies
    8
    Views
    670

    [other] Re: SSH Cjhroot Jail

    Ok I'm able to get in now and unable to go any higher than /var/jail, so that's good.

    The problem now is that the user is placed into /var/jail instead of /var/jail/home/user upon logging in.
    ...
  23. Replies
    8
    Views
    670

    [other] Re: SSH Chroot Jail

    I set the user's shell to /var/jail/bin/bash, since it resides within the jail.
  24. Replies
    8
    Views
    670

    [other] SSH Cjhroot Jail

    Hello,

    I'm trying to set up a chroot jail for a user in /var/jail, following this guide http://allanfeid.com/content/creating-chroot-jail-ssh-access.

    I've got everything set up, but upon...
  25. Replies
    3
    Views
    424

    [all variants] Re: Apache2 subdomain configuration

    I changed the name of the alternate sites-available file to "a" and everything is loading properly. I had read somewhere about Apache loading the default and then ignoring everything else.

    My site...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4