Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. [all variants] Adding a SElinux user with security context

    Short description of what I am trying to do: I need to add security context to an existing user or add a new SElinux user in Ubuntu 12.04 LTS. Is it possible?

    On the remote network, I have...
  2. [ubuntu] Recent updates messed up some ACPI scripts and other functions (12.04)

    After a recent update, I noticed that ACPI functions responsible for suspension, hybernating, power button, etc stopped functioning properly. I do not know whether scripts in /etc/acpi were...
  3. Re: Making two browsers use two different active network connections

    It works, but only if I add "proto kernel" afterwards. For example:
    ip route add 74.125.224.0/24 via 20.0.0.1 dev wlan0 proto kernel
    I don't even know what options "proto kernel" sets, but it...
  4. Re: Making two browsers use two different active network connections

    I did some experimenting, and I noticed that I can switch between network connections for default traffic but individual IP addresses still do not work. For instance, doing:
    sudo ip route del...
  5. Re: Making two browsers use two different active network connections

    Thanks for the response. Let's simplify the task then.

    I have eth0 and wlna0 active connections. The default route for eth0 is 10.0.0.0 and for wlan0 it is 20.0.0.0. Suppose, my IP addresses on...
  6. Making two browsers use two different active network connections

    I have two wired connections: connection A is from work and connection B is from USB phone tethering (or wi-fi). I would like to do work-related activities with browser A (let's say Firefox) and all...
  7. [all variants] Re: External monitor resolution is not recognized

    Here is what you can try. From terminal, do this:

    cvt 1360 768
    You will get something like this:

    # 1360x768 59.80 Hz (CVT) hsync: 47.72 kHz; pclk: 84.75 MHz
    Modeline "1360x768_60.00" 84.75 ...
  8. [SOLVED] Re: Stuck at GRUB console after restoring Windows MBR on dual-boot machine

    Yes, it worked! I copied it to the System Reserved partition (sda1) and pointed BCD to it, and it worked.

    Before, I was trying to create a file from the boot sector of my main Linux partition (by...
  9. [SOLVED] Stuck at GRUB console after restoring Windows MBR on dual-boot machine

    Hi,

    I would like to give you a brief overview of what steps led me to this problem. My work requires me to encrypt a Windows drive with BitLocker that uses TPM. Originally, Linux Grub was...
  10. Replies
    7
    Views
    20,405

    [all variants] Re: Mounting an NFS with read/write access

    Yes, you are right - I checked on my local machine. Well, it was silly... had to know better.

    I checked the server-side /etc/exports, and the relevant line reads something like:

    /vol/DIR1/DIR2...
  11. Replies
    7
    Views
    20,405

    [all variants] Re: Mounting an NFS with read/write access

    I would rather do it this way too, but I have no administrative privileges on the remote work server what-so-ever. So, I ended up changing uid and gid locally in Ubuntu to match those on the remote...
  12. Replies
    7
    Views
    20,405

    [all variants] Re: Mounting an NFS with read/write access

    I checked it, and the file was empty.
  13. Replies
    7
    Views
    20,405

    [all variants] Re: Mounting an NFS with read/write access

    I did some quick research and realised that I do not have full access because of the mismatch between my local uid and gid and those on the network. Just to test this hypothesis, I created a new user...
  14. Replies
    7
    Views
    20,405

    [all variants] Mounting an NFS with read/write access

    Hi Ubuntu experts,

    I hope you can help me figure out how to mount a network location to have full access to the files. When I login to my work server and type 'df .', I get this:

    Filesystem ...
  15. Replies
    2
    Views
    1,351

    [ubuntu] Re: Junos Pulse alternative (RSA + passwd)

    Bump. I would really appreciate any help.
  16. Replies
    2
    Views
    1,351

    [ubuntu] Re: Junos Pulse alternative (RSA + passwd)

    Bump. Actually, at a second glance, I noticed that for Junos Pulse, I am only asked for a login name and an RSA key - no password.
  17. Replies
    2
    Views
    1,351

    [ubuntu] Junos Pulse alternative (RSA + passwd)

    Hi,

    My work uses Junos Pulse that requires password as well as the RSA keys (changing every minute) to access the intranet. I found this thread, but it does not explain how to connect if the RSA...
  18. Replies
    7
    Views
    26,050

    [ubuntu] Re: Cisco AnyConnect VPN Client

    Thanks! The script fixed the DNS problem for me.

    By the way, this vpnc script should remain in its default location (i.e., in /etc/vpnc/); otherwise, it will not work properly.
  19. [all variants] Re: External monitor resolution is not recognized

    Bump. Any suggestions at all? :(
  20. [all variants] External monitor resolution is not recognized

    Good day fellow ubunters,

    I have a problem with the graphics card not recognising the external monitor's information. The laptop is Dell E6220 and the graphics card is Intel HD 3000. The monitor...
  21. Replies
    4
    Views
    317

    Help solve this geometry problem ;)

    Hi folks,

    Could you please help me solve this geometry problem?

    http://i.imgur.com/wZpcM.png

    The numbers are just the individual toothpick numbers ;)
  22. [SOLVED] Re: System is trying to mount a drive that is not present

    Thank you very much, divague! Worked like a charm :)
  23. [SOLVED] System is trying to mount a drive that is not present

    Hi,

    When I installed Ubuntu alongside windows, I decided to make custom partitions. So, besides usual ext4 and swap, I created a small fat32 partition to serve as an exchange place between Windows...
  24. [SOLVED] Re: Writing a script to disable/enable the touchpad

    SteveDee,

    Thank you very much for your help! I modified your script in the following way

    #!/bin/bash
    TPadState=`xinput --list-props "ImPS/2 ALPS GlidePoint"|grep "Device Enabled"|tail -c -2`...
  25. Replies
    3
    Views
    282

    [ubuntu] Re: How to setup dual monitor?

    It can be done quite easy, but you would still have to press a button on the monitor (to choose the input) and execute the script (via hotkey) in Ubuntu. So, it is not exactly a single/double click...
Results 1 to 25 of 70
Page 1 of 3 1 2 3