Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    917

    [ubuntu] Re: 12.04.1 boot weird issue

    Output of boot repair without making any repairs:
    http://paste.ubuntu.com/1637991/



    Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 31Jan2013]

    ...
  2. Replies
    2
    Views
    917

    [ubuntu] 12.04.1 boot weird issue

    Hi,

    Running 64bit ubuntu 12.04.1 on asus A53s.

    Whenever I powerup the laptop for the first time, and go to ubuntu from the grub menu, Ubuntu boots but it only loads the mouse icon in the...
  3. Replies
    0
    Views
    539

    [ubuntu] ldap_bind invalid credentials

    Hi,

    Refering to the link:

    https://help.ubuntu.com/12.04/serverguide/openldap-server.html

    I am trying to follow the steps and everything going fine except when adding a new .ldif file using...
  4. Best free db to import + manupilate .csv files

    Hi guys,

    I'm looking for a db that can help in importing and manupilating data from .csv files.

    The files are quite big in size for .csv(s) (2 to 8 mb) and each file has 1000 rows. There are...
  5. Thread: concat in sql

    by psycho5
    Replies
    0
    Views
    204

    concat in sql

    Hi I have this sql query


    UPDATE SkuAnalysis SET SkuAnalysis.categories = Left([categories],InStr([categories],",")-1);


    I'd like to modify it so that it counts from the left of string...
  6. Replies
    5
    Views
    619

    Re: SQL Update query

    Hey! Thanks man! I'll give this a try.
  7. Replies
    5
    Views
    619

    Re: SQL Update query

    The tables represent 7 attributes of products:

    electronics
    media
    home and living
    health and beauty
    toys
    others
    sports
  8. Replies
    5
    Views
    619

    SQL Update query

    Hi,


    I have this code in SQL that works fine.



    update Electronics_01 set categories = right(categories;len(categories)-2) where left(categories;2)="1,"
  9. Replies
    1
    Views
    510

    [ubuntu] Re: All USB devices unresponsive

    *bump* any help? If i disconnect my webcam usb, then my wifi and my usb dongle work. But I want all 3 to work.
  10. Replies
    3
    Views
    386

    [ubuntu] Re: Wireless connection not working

    Google the laptop model and see what is the default wifi driver that the laptop uses. The make and model. Then go to terminal and type


    lspci

    press enter and paste the output here, that...
  11. Replies
    1
    Views
    510

    [ubuntu] All USB devices unresponsive

    Hi,

    I have connected my wifi dongle, and my cellphone charger to the back ports of my desktop for a while now, everything is fine, and has been fine for months. Wifi works great, and my cellphone...
  12. Replies
    3
    Views
    572

    [ubuntu] Re: mount permissions in fstab

    Uh oh, i feel that the disk might have bad sectors, could that be the reason of unable to write to it? I still haven't scanned it though..
  13. Replies
    3
    Views
    572

    [ubuntu] mount permissions in fstab

    I have an ntfs partition mounted in fstab since ubuntu installation, I know that the mount options allowed me to write to the partition, but lately, I can't write to the partition.
    ...
  14. Replies
    8
    Views
    807

    [other] Re: gparted shrink win7 partition no boot

    I would do that... except I already went ahead and backuped my data and formatted it.. lol i was just getting to inconvinienced with the whole situation.
  15. Replies
    8
    Views
    807

    [other] Re: gparted shrink win7 partition no boot

    If you're talking about Startup Repair, it fails it says Startup repair can't fix the errors on the disk. In details it shows that OS = (blank) or unknown instead of windows 7 and the location field...
  16. Replies
    8
    Views
    807

    [other] Re: gparted shrink win7 partition no boot

    Repair install... haven't tried that. are you sure it's repair install or you're talking about the startup repair tool?
  17. Replies
    8
    Views
    807

    [other] Re: gparted shrink win7 partition no boot

    I followed all options here:

    http://support.microsoft.com/kb/927391

    but I get : The system cannot find the file specified

    or the boot configuration data store could not be opened.

    ...
  18. Replies
    8
    Views
    807

    [other] Re: gparted shrink win7 partition no boot

    I read from Gparted FQA that the preceeding size in bytes should be 0 when resizing a windows patition, but I think I left it at 1. I don't recall changing any values preceeding the partition.
  19. Replies
    8
    Views
    807

    [other] gparted shrink win7 partition no boot

    Hi, I tried to fix my win7 boot after shrinking the partition 20gb from the left (empty space was around 200gb in it). Now I am in windows 7 recovery..

    I did the following
    chkdsk c: /r returned...
  20. Thread: update errors

    by psycho5
    Replies
    3
    Views
    444

    [ubuntu] Re: update errors

    I am the admin, this is a personal home computer. I know the root password and everything.
  21. Thread: update errors

    by psycho5
    Replies
    3
    Views
    444

    [ubuntu] update errors

    I ping and select the best server but I always get these errors of 403 forbidden. I can't install much software... also get a lot of Ign results.



    oj@oj-desktop:~$ sudo apt-get update
    Ign...
  22. Replies
    7
    Views
    899

    [SOLVED] Re: bash find + xargs

    Thanks! I don't know why it tells me exec or execdir command not found but xargs -0 -I'{}' java options '{}' \; worked just fine. =)
  23. Replies
    7
    Views
    899

    [SOLVED] Re: bash find + xargs

    I want it so the find command can search the home folder and it's subsequent folders, and also I don't know why it's not passing the results to the java command...
  24. Replies
    7
    Views
    899

    [SOLVED] Re: bash find + xargs

    Here's what I get so far



    [root@vmmyabpafedora abeer]# cat ./InstallerScript.sh
    #!/bin/bash

    find $HOME -name '*.jar' -name nametag* -type f -print0 | xargs --null java -Xmx512m -Xincgc...
  25. Replies
    7
    Views
    899

    [SOLVED] bash find + xargs

    hi,

    I'm trying to run a script that will find a .jar file with a nametag and then pipe the output to execute that jar file...



    find $HOME -name '*.jar' -name nametag* -type f -print0 |...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4