Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. [ubuntu] Re: I Need A Browser With A Command Line Interface

    https://surfraw.alioth.debian.org/
  2. Re: Samba Share using windows username without a password

    https://www.howtoforge.com/tutorial/samba-server-ubuntu/
  3. Replies
    5
    Views
    501

    Re: help with mount points

    If use Gnome, in a terminal do:
    sudo gedit /etc/fstab

    add this to fstab at the bottom:

    /dev/sdb1 /media/Drive1 ext4 rw,user,exec,umask=000 0 0...
  4. [ubuntu] Re: Evince asks for PDF password, other PDF viewers don't

    If the pdf contains text and images, and not just images of text, select all and copy+paste into Writer and export as a pdf.
  5. Replies
    5
    Views
    501

    Re: help with mount points

    Here's how I do it. I mount my Win7 ntfs partition and a Files ntfs partition read-write. As root I made 2 dirs: /media/Win7 and /media/Files.
    fstab:
    /dev/sda1 /media/Win7 ntfs-3g ...
  6. Re: accessing and change fstab(file) ubuntu partition from windows

    Start a new thread re the sd cards.
  7. Replies
    4
    Views
    570

    [SOLVED] Re: Indicator Applets Icon Spacing

    You'd have to edit your gtk3 theme.

    http://askubuntu.com/questions/143583/change-spacing-of-icons-in-indicator-applet-complete-preferably-by-editing-a-co
  8. Re: accessing and change fstab(file) ubuntu partition from windows

    boot from a live ubuntu usb or dvd and edit/rename the files.
  9. Replies
    15
    Views
    1,242

    Re: Trash will not empty

    in a termibal run: sudo nautilus and delete the trash folder. It's possible you were root when you deleted the folders initially, in which case you cannot delete them unless you are root.
  10. Replies
    15
    Views
    1,242

    Re: Trash will not empty

    just go to /home/<username>/.local/share/ and delete the Trash folder. It will get recreated the next time you delete something.
  11. Replies
    13
    Views
    1,377

    [SOLVED] Re: Webcam Trouble

    Try booting a couple different live distros or even Windows to determine if it's failing hardware or a software issue.
  12. Replies
    10
    Views
    3,679

    [SOLVED] Re: Channel 4: Ad Blocker Software Alert

    Some DRM protected websites may also require you to install an user agent switcher, otherwise they will refuse to play the content because your operating system is not supported. You can find a...
  13. Replies
    10
    Views
    3,679

    [SOLVED] Re: Channel 4: Ad Blocker Software Alert

    You could try using a ff extension that lets you change the browser headers that get sent. Sites detect the browser, browser version, plugins, extensions, version numbers, operating system,...
  14. Replies
    5
    Views
    632

    [lubuntu] Re: How to change panel icon colors

    https://help.ubuntu.com/community/Icons
  15. [SOLVED] Re: GEdit Shows File Path On Top Of Every Printed Page 14.04.3

    File menu > Print > Text Editor tab > uncheck print page headers
  16. Replies
    5
    Views
    632

    [lubuntu] Re: How to change panel icon colors

    An icon is a picture file. You are using a theme and you have am icon set selected. The icon set is in /usr/share/icons. You can edit the icons in an image editor and change the colors, or just...
  17. Replies
    1
    Views
    286

    Re: Permission denied.. Help

    You need to be root or use sudo to edit that file.
  18. [ubuntu] Re: Infinite login loop after running startx on sudo

    If you know your root pw you can login as root in recovery mode boot and do whatever you want to do. And for future reference, sudo is never needed for startx.
  19. Replies
    70
    Views
    3,201

    Re: Free Software - Stallman

    Even if data gets "anonymised" it still exists somewhere in its raw form. The end user has no way of determining that his private personal information no longer exists on a Canonical hard drive...
  20. Replies
    3
    Views
    1,375

    Re: Spyware in ubuntu?

    It does a whole lot more than just provide you with as much relevant information as possible based on the input.

    Dash searches your online accounts, which are tied to your personal information,...
  21. Replies
    13
    Views
    757

    Re: HTML Images and tables

    add </tr></table>
  22. Re: CSS, DIV and float problems - help needed please :-)

    http://www.w3schools.com/css/css_float.asp
  23. [ubuntu] Re: FTP server with multiple users with only access to their own web root

    I don't use any FTP servers on my machines. I use ssh. (install openssh-server)

    Clients connect to their /home/username directories using any FTP client that supports ssh, most do. Linux users...
  24. [ubuntu] Re: touch pad recognised as ps/2 generic mouse on Dell N5030

    Anybody have a solution yet to get scrolling working? (don't want to change kernels)
  25. Replies
    3
    Views
    1,723

    [lubuntu] Re: SSH over internet

    Configure sshd to use port 3022 and use port forwarding on router to forward 3022 requests to the lan ip that's running sshd.
    Then do:
    ssh -p 3022 username@ip-address
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4