Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. [ubuntu] Re: postfix and dovecot virtual domains and users problems

    verify log /var/log/dovecot.log
    and give me

    sudo netstat -nap4|grep LIS
  2. Re: installation failure on Acer Aspire desktop

    try lubuntu
  3. [ubuntu] Re: Trying to install to a newly formatted partition and having trouble.

    please more information
  4. [ubuntu] Re: postfix and dovecot virtual domains and users problems

    try

    telnet IP-mail-server 110

    verify mailserver
    use by example

    USER username@domain.com
    PASS password
    LIST
  5. Replies
    3
    Views
    757

    [ubuntu] Re: DNS SOA problem

    $TTL 3600
    faithwalk.ca. IN SOA server.faithwalk.ca. bob@faithwalk.ca.

    Email must be in the form
    bob.faithwalk.ca.

    not write @

    example SOA http://www.zytrax.com/books/dns/ch8/soa.html
  6. Re: installation failure on Acer Aspire desktop

    Try AlternateCD with text installer
    http://releases.ubuntu.com/12.04/ubuntu-12.04.1-alternate-i386.iso.torrent

    maybe it will help
  7. Replies
    14
    Views
    1,158

    [ubuntu] Re: upgrading

    please give me screenshot
  8. [lubuntu] Re: How to enable printer apptel on lxde panel

    this open bug =(
    https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/986717
  9. Re: Check two string patterns exist for each file in a list of files.

    logFiles=`find /var/log -name '.log'`

    for i in logFiles
    do

    o1=`grep string1 ${logFiles}` #grep string1 in each file
    o2=`grep string2 ${logFiles}` #grep string2 in each file

    if [ -n...
  10. [ubuntu] Re: Ubuntu 12.10 laptop keyboard key 'T' working as Function F9. Not able to reset

    1) run xev in Terminal
    2) press key T and F9 give output here

    my output
  11. [ubuntu] Re: Font Manager not showing complete font family

    reading configurations from ~/.fonts.conf now is deprecated.

    try

    mkdir -p ~/.config/fontconfig
    mv ~/.fonts.conf ~/.config/fontconfig/fonts.conf
  12. [ubuntu] Re: NVIDIA card disables built-in Intel display controller

    NVIDIA + Intel + Ubuntu =
    https://wiki.ubuntu.com/Bumblebee
  13. Replies
    2
    Views
    477

    Re: c++ terminal compiling problem

    1) install package build-essential
    2) try again c++ source file
  14. [ubuntu] Re: Font Manager not showing complete font family

    1) run font-manager in Terminal
    2) Give the output of the program
  15. [ubuntu] Re: Errors while running apt-get update

    1)
    sudo -e /etc/apt/sources.list
    remove lines
    http://ppa.launchpad.net/lkjoel/
    http://dl.google.com/linux/deb/

    2) see in /etc/apt/sources.list.d/ and remove file(s) with line 1)

    3) add...
  16. Replies
    7
    Views
    2,814

    Re: Xubuntu vs Lubuntu. Chapter 2.

    Lubuntu!
    Lubuntu - really Lightweight.
  17. Replies
    4
    Views
    1,768

    [lubuntu] Re: Creating Udev Rule file for Modem

    1) change KERNEL - remove *


    SUBSYSTEMS=="usb", KERNEL=="ttyUSB[0-15]", ATTRS{idVendor}=="0403", ATTRS{product}=="6011", NAME=="AMPM" , SYMLINK=="AMPM", GROUP="tty", MODE="0660"

    2) try
    ...
  18. Re: problem creating desktop file from wine portable app

    sorry


    Exec=env WINEPREFIX="/home/froylan/.wine" wine "Z:\\home\\froylan\\Pictures\\Webcam\\SecondReproduction\\SecondReproduction\\English\\english.exe"


    quote your path
  19. [ubuntu] Re: Rythmbox Doesn't Resume Playing After Pause

    Maybe install rhythmbox from PPA ?
    https://launchpad.net/~webupd8team/+archive/rhythmbox
  20. Re: problem creating desktop file from wine portable app

    1) rename /home/froylan/Desktop/second reproduction.desktop to /home/froylan/Desktop/second_reproduction.desktop

    2) set Exec

    Exec=env WINEPREFIX="/home/froylan/.wine" wine...
  21. [ubuntu] Re: Probelms with Atheros AR242x / AR542x

    give me

    sudo lspci -vnnk
  22. Re: problem creating desktop file from wine portable app

    Please set
    Terminal=true
    and give me error messages from Terminal.
  23. Replies
    8
    Views
    5,192

    Re: Mint shutsdown randomly

    you check your computer's memory with MemTest?
  24. Replies
    2
    Views
    652

    [ubuntu] Re: Pidgin plugins?

    First


    sudo apt-get install pidgin-sipe
    sudo apt-get install pidgin-skype


    Second
    http://storage6.static.itmages.ru/i/13/0103/s_1357192381_8331419_79ef7d6660.png
  25. Replies
    5
    Views
    1,016

    [ubuntu] Re: Thumbnails fail to load

    try


    rm -Rf ~/.cache/thumbnails/*
    rm -Rf ~/.thumbnails/*
Results 1 to 25 of 29
Page 1 of 2 1 2