Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    2,091

    [ubuntu] Re: secure boot ubuntu

    OLDFREd, I actually have a sony with secure boot enabled. I purchased it around new year 2013. Tried both fedora 18 and ubuntu 12 both installed fine. Meaning the KEK must have contained the signed...
  2. Replies
    8
    Views
    2,091

    [ubuntu] Re: secure boot ubuntu

    thanks it looks pretty messy now. Articles says users shold stay away from shim as they are for advanced users. I am test environment, need to be able to try this. I found the svn lhttp link...
  3. Replies
    8
    Views
    2,091

    [ubuntu] secure boot ubuntu

    Recently found the following article saying Ubuntu 12.10 supports now the secure boot and comes with a bootloader with CA signed by MSFT. It does not give much detail on deployment on a system with...
  4. Replies
    3
    Views
    879

    Re: lspci with alternate routing ID

    hmm i dont see lshw-html command available. Do i need to install it?
  5. Replies
    3
    Views
    879

    lspci with alternate routing ID

    I have a SRIOV NIC with more than hundred virtual NIcs. They all appear as PCI function under lspci command. However the devices and upstream bridge conforms to ARI (alternate routing ID...
  6. Replies
    4
    Views
    708

    Re: urgent help with tcl regexp and regsub

    Problem is I dont only see ^[[1m
    I also see ^[[0m too. Thanks,
  7. Replies
    4
    Views
    708

    Re: urgent help with tcl regexp and regsub

    Not sure, may be, in the case if it turned out to be ascii character, what do I do? Thanks,
  8. Replies
    4
    Views
    708

    urgent help with tcl regexp and regsub

    I tried removing the garbage from following string: pattern to be removed is ^[[xm where x is any number.

    ^[[1mPCIE^[[0m 0x0000000000000000 : 0x3C008086

    Result wanted to be this:
    PCIE...
  9. Replies
    0
    Views
    228

    [ubuntu] confused about kernel modules.

    ok, i learned that lspci -k will display all pci devices in hte system. -k also displays modules particular device's module is available.

    now i used rmmod to remove module of certain device. but...
  10. Replies
    13
    Views
    12,537

    Re: include "unp.h"

    It is Unix Network Programming by Richard Stevens. 3rd ed.
    you can put the unp.h file same folder as the source code.
    and to include "unp.h".
    I bought used version of the book and no cdrom. Not...
  11. Replies
    13
    Views
    12,537

    Re: include "unp.h"

    Not sure about the fact the file is not required. Obviousy unp.h file is not included in the std linux headers which I initially mistakenly thought so. Are you saying all the definitions in the unp.h...
  12. Replies
    13
    Views
    12,537

    Re: include "unp.h"

    not sure posting code will help, it will suck you all into endless debugging tasks. so far i tried with gcc, bcc each has different error outputs. i will try with cc. and see what happens.
  13. Replies
    13
    Views
    12,537

    Re: include "unp.h"

    looks like this post has been active a while ago. Here I am in dire need to get some info about the book.
    I obtained the source for unp.h but when i compile it under ubuntu11 i get stream of endless...
  14. Distributed build for kernel? is it possible at all

    Ya all know that the linux kernel takes hours to complete. I wonder if there is a distributed build available to fasten up the process? That is divide the build task within several computers...
  15. Replies
    13
    Views
    12,537

    include "unp.h"

    Guys I am trying to do some network programming. THe book calls for including "unp.h" file in the c file. --> #include "unp.h".
    But compiler can not find it, what package do I have to install so...
  16. Replies
    48
    Views
    69,732

    [ubuntu] Re: nVidia GeForce 310M support

    Hey Gaurav
    How did you download the driver for your 330m chip? Was it through synaptic pck mngr or some other place online.
    I recently purchase VPCC series VAIO and ubuntu is super slow because of...
  17. Replies
    1
    Views
    341

    [ubuntu] lost GRUB in MBR

    I installed XP on my PC which overwrite the MBR on my primary HDD was running GRUB and now I can not access my EXT2 partition with UBUNTU installed on it.
    Is there a way to recover the GRUB so that...
  18. [ubuntu] how to install virtualbox CSE on ubuntu 8.04

    I found following instruction on the internet.
    http://www.squidoo.com/VirtualBox-on-Ubuntu
    But adding third party software does not work once I added and click reload button on Synaptic Package...
  19. [ubuntu] XP in Virtual BOX can not run 16-bit programs

    Hi guys, I have a VBOX set up installed on ubuntu in which WINXP installed on top of Virtual BOX. In that XP, I tried install pagemaker6.5, photoshop 5.0 programs those are quite old (more than 10...
  20. Re: HOWTO: Convert movie files to 3gp (mobile) format with sound.

    THIS method is not working. I tried doing on ubuntu9.04 but at the end of checkout it says

    Checked out revision 8195.
    svn: 'trunk' does not appear to be a URL <- i dont know if this is a error...
  21. Replies
    2
    Views
    1,355

    [ubuntu] installing adobe flash cs3 on wine

    I found following instruction on google:

    http://wine-review.blogspot.com/2008/03/flash-cs3-and-photoshop-cs3-running-in.html

    and followed it exactly. The setup.exe does not still start and if I...
  22. Re: problem connecting to mySQL driver using java.

    thanks for letting me know.
    now the problem is that file is not present anywhere in my file system.
    wonder what package i had to install to get the damn file. I tried bunch of packages with no...
  23. problem connecting to mySQL driver using java.

    I got the following code below:
    Can someone help me?

    import java.sql.*;

    public class Connect
    {
    public static void main(String[] args)
    {
    Connection conn = null;
  24. Replies
    2
    Views
    3,441

    installin in Java Swing in UBUNTU

    Can someone tell me how to install the Java Swing package so that
    something like below will build?

    import java.swing.*;


    thanks!
  25. Replies
    0
    Views
    690

    trouble using servlet package

    Below is what i have in my HelloServlet.java file

    import java.io.*;
    import javax.servlet.*;

    public class HelloServlet extends GenericServlet
    {

    }
Results 1 to 25 of 41
Page 1 of 2 1 2