RSS RSS
Welcome to |Digital World|!

Enjoy a cup of lemon tea in the morning with someone special in our life.
Take a deep breath and concentrate our mind, let's life plays in the rhythm of nature.


|Digital World| is moving so fast. Can't you? -- Bandung, March 9th 2010

  • Links

  • Categories

  • Meta

  • Archives

  • SHOW/HIDE NAVIGATION
    Jan
    9

    When I install ubuntu in my PC, my Wifi didn’t worked properly. After doing some googling and consult to my friends, finally I found the solutions.

    We should install bw43-fwcutter application through this script:

    sudo apt-get install b43-fwcutter
    My Wifi works normally now.
    
    Best Regards,
    
    Nugroho Priambodo
    
    http://priambodo.org
    
    mail@priambodo.org
    
    Dec
    28

    Have your computer hang because of acgenral.dll as detailed below?

    szAppName : svchost.exe     szAppVer : 5.1.2600.5512
    szModName : acgenral.dll     szModVer : 5.1.2600.5512     offset : 000116e2

    Hm, that’s a big problem. I experienced that situation while I connect to the LAN office using wifi and remote directly to my PC. When I connect to LAN ofice through LAN cable, everything is OK.

    Please use this software: http://www.mediafire.com/?v9ly4dspyu327vq

    Please disable port 135 and 445. Restart your computer and test it!

    Best Regards,

    Nugroho Priambodo

    http://priambodo.org

    mail@priambodo.org

    Nov
    23

    Once upon a time, when I try to use modem on my office’s computer (which is connected by Local Area Network cable), I’m unable to connect to the internet through modem devices. After some investigation, Maybe the routing algorithm didn’t set properly.

    I’m an ubuntu user, so I start with “route” command to print the routing process (connected to LAN only).

    root@silver-knight:/home/denbagus# route
    Kernel IP routing table
    Destination Gateway     Genmask       Flags Metric Ref Use Iface
    172.16.35.0 *           255.255.255.0 U     1      0     0 eth0
    link-local  *           255.255.0.0   U     1000   0     0 eth0
    default     172.16.35.1 0.0.0.0       UG    0      0     0 eth0

    As you can see on the highlighted line (6th), it’s the route to connect to the internet.

    When I connect the dongle without LAN, Routing table displayed as below

    root@silver-knight:/home/denbagus# route
    Kernel IP routing table
    Destination     Gateway    Genmask          Flags  Metric  Iface
    172.19.128.168  *          255.255.255.255  U      1       ppp0
    default         *          0.0.0.0          U      0       ppp0

    Please see the highlighted line, as you can see, it use ppp0 device. So I connect both LAN and dongle, after that I modify the route table with command below

    root@silver-knight:/# route
    Kernel IP routing table
    Destination    Gateway     Genmask         Flags Metric Ref Ifce
    172.19.128.168 *           255.255.255.255 UH    0      0   ppp0
    172.16.35.0    *           255.255.255.0   U     1      0   eth0
    link-local     *           255.255.0.0     U     1000   0   eth0
    default        172.16.35.1 0.0.0.0         UG    0      0   eth0
    root@silver-knight:/# route del default
    root@silver-knight:/# route add -net default netmask 0.0.0.0 dev ppp0
    root@silver-knight:/# route
    Kernel IP routing table
    Destination    Gateway Genmask         Flags Metric Ref Use Ifce
    172.19.128.168 *       255.255.255.255 UH    0      0    0  ppp0
    172.16.35.0    *       255.255.255.0   U     1      0    0  eth0
    link-local     *       255.255.0.0     U     1000   0    0  eth0
    default        *       0.0.0.0         U     0      0    0  ppp0

    Tada…. That’s the configuration.

    I Have some additional information. When I connect through wlan, route process displayed below

    Destination    Gateway     Genmask         Flags Metric Ref Iface
    172.16.64.0    *           255.255.252.0   U     2      0   wlan0
    link-local     *           255.255.0.0     U     1000   0   wlan0
    default        172.16.64.1 0.0.0.0         UG    0      0   wlan0

    FYI, my PC client IP is 172.16.35.97. I need to remote this PC. So I add and delete route process with following command:

    route add -net 172.16.35.0 gw 172.16.64.1 netmask 255.255.255.0 dev wlan0
    route delete default
    

    After that, I connect the modem. Route process changed as displayed below:

    root@silver-knight:/home/denbagus# route
    Kernel IP routing table
    Destination    Gateway     Genmask         Flags Metric Ref Iface
    172.19.129.96  *           255.255.255.255 UH    0      0   ppp0
    172.16.35.0    172.16.64.1 255.255.255.0   UG    0      0   wlan0
    172.16.64.0    *           255.255.252.0   U     2      0   wlan0
    link-local     *           255.255.0.0     U     1000   0   wlan0
    default        *           0.0.0.0         U     0      0   ppp0
    

    Thanks God it’s working

    Best Regards,

    Nugroho Priambodo

    http://priambodo.org

    mail@priambodo.org

    Nov
    13

    Have you faced the incompartible issue during install Partition Magic 8.0 on both Vista and 7?

    Maybe I got the answer for you. Partition Magic 8.0 seems doesn’t support Both Microsoft Windows Vista and 7 anymore. When you use Vista or 7 as your Operating System, make sure you install partition program called “Paragon Partition Magic“.

    Here it goes the link,

    Paragon Partition Magic 8.5 : http://www.mediafire.com/?ikvi8qf3sw75e1v

    Partition Magic 8.0 : http://www.mediafire.com/?pnqwqjodtwpee8e

    Best Regards,

    Nugroho Priambodo

    http://priambodo.org

    mail@priambodo.org

    Jul
    27

    1. Please Open Regedit

    2. Go to “My Computer\HKEY_CLASSES_ROOT\http\shell\open\command”

    3. Change “(default)” value to “C:\Program Files\Internet Explorer\iexplore.exe” -nohome

    4. Go to “My Computer\HKEY_CLASSES_ROOT\https\shell\open\command”

    5. Change “(default)” value to “C:\Program Files\Internet Explorer\iexplore.exe” -nohome

    By the way, you can also use this script directly

    http://www.mediafire.com/?oxnlkllp4stvzws

    Hope the link help you.


    Best Regards,

    Nugroho Priambodo

    http://priambodo.org

    mail@priambodo.org

    « Previous Entries
    • Donation

    • Support us at facebook.com



      Latest Video

      Visit Our Sponsors

      Advert Advert Advert Advert Advert Advert Advert Advert Advert Advert Advert
    widgets

    Tracker

    Locations of visitors to this page