Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. [SOLVED] Re: What is Python's synonym for 'dpkg-deb --build'?

    I had a look on DAK - Debian Archive Kit - https://wiki.debian.org/HowToSetupADebianRepository#dak_.28Debian_Archive_Kit.29 They have direct shell commands calls. That solved the question. In such...
  2. [SOLVED] What is Python's synonym for 'dpkg-deb --build'?

    .
  3. [ubuntu] How to change GDM background in _minimal_ installation with LXDE?

    I have _minimal_ Ubuntu 12.04 install, LXDE desktop, GDM. Some parts of Gnome are installed, but not all, only some parts.

    I have solid blue color background at GDM login screen. How can I place a...
  4. [all variants] Re: How can I obtain a path to HDD's device file?

    Some ways are more convenient, another ones less convenient, if one want them to be used by a program.

    It's simple task, as a human to have a look on single (or two) command's output and decide...
  5. [all variants] Re: How can I obtain a path to HDD's device file?

    Thank you for the help, it is useful.

    There is one more way: sudo blockdev --report

    This will give a list with full path for each block device mentioned in /proc/partitions file. The output can...
  6. [all variants] Re: How can I obtain a path to HDD's device file?

    In practice the names can be different. They may include subdirectories, they may include several letters and several separated numbers in a single "word". The letters and numbers depends on...
  7. [all variants] Re: How can I obtain a path to HDD's device file?

    Thank you for the link, it is useful.

    I'm working on automated Linux OS installer. I'm searching for a way to organise complex partitions layout wiping and creation, and flexible code...
  8. [all variants] How can I obtain a path to HDD's device file?

    There is a usual name for HHD's device file:
    /dev/vda

    The is a usual name for a partition:
    /dev/vdaX
    where X is a number.

    How can I obtain reliably all these names in a script...
  9. [ubuntu] Re: File system problems after reboot/shutdown via dbus.

    Thank you for the guide lines, I'll try them and report a result. Because this needs a password to be entered under a cameras in public area, because all the users must have super password (to be...
  10. [ubuntu] File system problems after reboot/shutdown via dbus.

    There are some opportunities to shutdown a system via command line without special permissions in sudoers or else. Dbus may be used. It just works a year or two ago. This week I have tried them over...
  11. Replies
    11
    Views
    16,313

    [SOLVED] Re: Why does CUPS break at EVERY update ?!?

    This did the trick - https://bugs.launchpad.net/ubuntu/+source/cups/+bug/997040/comments/75

    See printers list,
    See their names only,
    Set up a wanted printer.


    lpstat -p
    lpstat -p | awk...
  12. Replies
    11
    Views
    16,313

    [SOLVED] Re: Why does CUPS break at EVERY update ?!?

    .
  13. Replies
    11
    Views
    16,313

    [SOLVED] Re: Why does CUPS break at EVERY update ?!?

    Why break at EVERY update? It seems this is a question. Historico-philosophical. Linux and opensource software are permanently floating and unstable. Developers and apologists are sometimes young (no...
  14. Replies
    71
    Views
    69,011

    [ubuntu] Re: Quantal (12.10) Know bugs and work arounds

    Yeah! It seems Ubuntu Linux is not the very customizable now days. :/

    Issue: after upgrade *-desktop packages may attract unwanted packages into your installation.

    Example: Upgrade LUbuntu...
  15. [all variants] What is now days a combination to interrupt disk check? Quantal Quetzal

    What is now days a combination to interrupt disk check while booting of Quantal Quetzal?

    Pressing of 'c', or 'd', or 'Ctrl+D', or 'Ctrl+C' do not interrupt automated disk check, half an our...
  16. [all variants] Re: Need help - how to get access to already created serial port/modem over bluetooth

    Any ideas?
  17. [all variants] Need help - how to get access to already created serial port/modem over bluetooth?

    It seems access to serial port services (on external devices) available over bluetooth connections is blocked for ordinary user accounts (ver.12.04 Precise, files /dev/rfcomm*). How to for...
  18. [ubuntu] Re: [SOLVED] HowTo sleep / standby / hibernate / suspend from command line

    Yes I have it. This is exact duplicate of mentioned above DBus way command ( http://ubuntuforums.org/showpost.php?p=11890267&postcount=57 ).

    ssh user-name@host.name "dbus-send --print-reply...
  19. [ubuntu] Re: [SOLVED] HowTo sleep / standby / hibernate / suspend from command line

    Did it ever worked directly on the machine? If not - try other ways to suspend.

    I'm not shure you must not use double qoutes for command string, if there are internal field separators in the...
  20. [ubuntu] Re: [SOLVED] HowTo sleep / standby / hibernate / suspend from command line

    This was successfull on LUbuntu 12.04 Precise with OpenBox session. Without sudo and root privileges. LUbuntu is derivative with LXDE instead of heavy Unity, because this is the only declared...
  21. Replies
    12
    Views
    4,515

    [ubuntu] Re: Problem with USB/Serial adapter

    1) USB-RS232 cable have a chip and some times not all pins are soldered. You may have fully functional "RS232 to USB" chip, but only with Rx, Tx and Ground pins to be enabled. If your...
  22. [ubuntu] Re: 11.10 - Resizing partitions (not 100% sure how to go about it)

    Keep in mind, operating system needs some free space for temporary files.

    Compare listing of

    ls -l /dev/disk/by-uuidbefore and after resizing. If UUID codes are different before and after, then...
  23. Replies
    4
    Views
    2,822

    [ubuntu] Re: Remote desktop for multiple users

    I'm looking for subject. A way to use over LAN _all_ resources of a remote computer. For example - I have laptop with week Atom processor and no 3D, but I want to use it for editing of my video...
  24. [ubuntu] Re: Search And Replace Text Within Several Files within a directory

    Tried to replace HTML code in CP1251 encoding:


    regexxer - failed to accept multi string text as a search expression.
    replaceit - it's description telling it is not able at all to work with...
  25. [all variants] Re: May I have two resolv.conf or two DNS lists: static master and dhcp slave?

    IP adresses of virtual machines are changing in my case.

    As far as I know I can not put into "/etc/hosts" addresses of DN servers to be used for name resolution. The file can be filled only with...
Results 1 to 25 of 35
Page 1 of 2 1 2