Showing posts with label basic. Show all posts
Showing posts with label basic. Show all posts

Tuesday, October 18, 2016

NFS Most Wanted Basic Modding Tutorial Part 4 video

NFS Most Wanted Basic Modding Tutorial Part 4 video



Meneruskan tutorial sebelmunya NFS Most Wanted Basic Modding Tutorial Part 3 (advanced) kali ini dengan format video dari YouTube
yang ane buat sendiri (maaf kalo kurang jelas).langsung saja simak videonya.... (di download aja gan biar gak kelamaan nunggu buffering)

Maaf kalau bahasanya kucampur dengan bahasa inggris,kata"nya ada yang kurang. yaa... memang saya kurang pandai soal mengolah kosa kata" (kaya vicky prasetyo aja,ngawurr..)
Bila ada pertanyaan langsung saja PM saya di facebook. (ora usah isin)

Go to link download

Read more »

Sunday, October 2, 2016

NFS Most Wanted Basic Modding Tutorial Part 3 advanced

NFS Most Wanted Basic Modding Tutorial Part 3 advanced




Meneruskan tutorial sebelumya NFS Most Wanted Basic Modding Tutorial Part 2

The following are the VerbalType hashes for ATTRIBUTES files; for example to have the police call your Elise a Viper type the following in the ATTRIBUTES file;

patch int32 bin:0x2fbc0 0x00000008

Sports Car*   
0x10000000
0x90000000

N/A       
0x50000000
0x00000000
0x80000000
0x00200000
0x00400000
0x00600000
0x00800000
0x00010000
0x00003000
0x00000007

Supra       
0x20000000
0x30000000
0x70000000

Cadillac                 
0x40000000
0x60000000

Lamborghini   
0x01000000
0x03000000
0x05000000
0x09000000

Opel*       
0x04000000
0x06000000

Chrysler*                 
0x07000000
0x02000000

Sedan*       
0x08000000

Volkswagen   
0x00100000
0x00300000
0x00500000
0x00700000

Pagani*       
0x00900000

Renault       
0x00020000
0x00030000
0x00070000

Lexus       
0x00040000
0x00050000
0x00060000

Mini*       
0x00080000
0x00090000

Subaru       
0x00001000
0x00005000

Camaro       
0x00002000
0x00006000

GTO       
0x00004000
0x00007000

Nissan*       
0x00008000
0x00009000

Audi       
0x00000100
0x00000300
0x00000500
0x00000900

Mitsubishi   
0x00000200
0x00000600
0x00000700

Mustang       
0x00000400

Lotus       
0x00000800

Aston Martin   
0x00000010
0x00000030
0x00000070

Corvette                 
0x00000020

BMW       
0x00000040
0x00000050
0x00000060

Mercedes                 
0x00000080
0x00000090

McLaren       
0x00000001
0x00000009

Porsche       
0x00000003
0x00000006
0x00000002

Ford GT       
0x00000004
0x00000005

Viper       
0x00000008

The VerbalType (or copspeech) hashes in VLTEdit were not accurate so I spent about three hours plugging these in, checking them, and saving them.
They are correct to my knowledge. The names with the stars next to them interest me because they dont match any default cars in the game.

Beberapa part yang bisa di pakai untuk membuat mobil polisi:
    KIT00_DAMAGE0_BODY_B=KIT00_DAMAGE0_BODY_A
    KIT00_DAMAGE0_BODY_C=KIT00_DAMAGE0_BODY_A
    KIT00_DAMAGE0_BODY_D=KIT00_DAMAGE0_BODY_A
    KIT00_DAMAGE0_BODY_E=KIT00_DAMAGE0_BODY_A

    KIT00_DAMAGE1_BODY_B=KIT00_DAMAGE1_BODY_A
    KIT00_DAMAGE1_BODY_C=KIT00_DAMAGE1_BODY_A
    KIT00_DAMAGE1_BODY_D=KIT00_DAMAGE1_BODY_A
    KIT00_DAMAGE1_BODY_E=KIT00_DAMAGE1_BODY_A

    KIT00_DAMAGE0_RIGHT_DOOR_B=KIT00_DAMAGE0_RIGHT_DOOR_A
    KIT00_DAMAGE0_RIGHT_DOOR_C=KIT00_DAMAGE0_RIGHT_DOOR_A
    KIT00_DAMAGE0_RIGHT_DOOR_D=KIT00_DAMAGE0_RIGHT_DOOR_A
    KIT00_DAMAGE0_RIGHT_DOOR_E=KIT00_DAMAGE0_RIGHT_DOOR_A

    KIT00_DAMAGE1_RIGHT_DOOR_B=KIT00_DAMAGE1_RIGHT_DOOR_A
    KIT00_DAMAGE1_RIGHT_DOOR_C=KIT00_DAMAGE1_RIGHT_DOOR_A
    KIT00_DAMAGE1_RIGHT_DOOR_D=KIT00_DAMAGE1_RIGHT_DOOR_A
    KIT00_DAMAGE1_RIGHT_DOOR_E=KIT00_DAMAGE1_RIGHT_DOOR_A

    KIT00_DAMAGE0_LEFT_DOOR_B=KIT00_DAMAGE0_LEFT_DOOR_A
    KIT00_DAMAGE0_LEFT_DOOR_C=KIT00_DAMAGE0_LEFT_DOOR_A
    KIT00_DAMAGE0_LEFT_DOOR_D=KIT00_DAMAGE0_LEFT_DOOR_A
    KIT00_DAMAGE0_LEFT_DOOR_E=KIT00_DAMAGE0_LEFT_DOOR_A

    KIT00_DAMAGE1_LEFT_DOOR_B=KIT00_DAMAGE1_LEFT_DOOR_A
    KIT00_DAMAGE1_LEFT_DOOR_C=KIT00_DAMAGE1_LEFT_DOOR_A
    KIT00_DAMAGE1_LEFT_DOOR_D=KIT00_DAMAGE1_LEFT_DOOR_A
    KIT00_DAMAGE1_LEFT_DOOR_E=KIT00_DAMAGE1_LEFT_DOOR_A

    KIT00_DAMAGE0_HOOD_B=KIT00_DAMAGE0_HOOD_A
    KIT00_DAMAGE0_HOOD_C=KIT00_DAMAGE0_HOOD_A
    KIT00_DAMAGE0_HOOD_D=KIT00_DAMAGE0_HOOD_A
    KIT00_DAMAGE0_HOOD_E=KIT00_DAMAGE0_HOOD_A

    KIT00_DAMAGE1_HOOD_B=KIT00_DAMAGE1_HOOD_A
    KIT00_DAMAGE1_HOOD_C=KIT00_DAMAGE1_HOOD_A
    KIT00_DAMAGE1_HOOD_D=KIT00_DAMAGE1_HOOD_A
    KIT00_DAMAGE1_HOOD_E=KIT00_DAMAGE1_HOOD_A

    KIT00_DAMAGE0_COP_LIGHTS_B=KIT00_DAMAGE0_COP_LIGHTS_A
    KIT00_DAMAGE0_COP_LIGHTS_C=KIT00_DAMAGE0_COP_LIGHTS_A
    KIT00_DAMAGE0_COP_LIGHTS_D=KIT00_DAMAGE0_COP_LIGHTS_A
    KIT00_DAMAGE0_COP_LIGHTS_E=KIT00_DAMAGE0_COP_LIGHTS_A

    KIT00_DAMAGE1_COP_LIGHTS_B=KIT00_DAMAGE1_COP_LIGHTS_A
    KIT00_DAMAGE1_COP_LIGHTS_C=KIT00_DAMAGE1_COP_LIGHTS_A
    KIT00_DAMAGE1_COP_LIGHTS_D=KIT00_DAMAGE1_COP_LIGHTS_A
    KIT00_DAMAGE1_COP_LIGHTS_E=KIT00_DAMAGE1_COP_LIGHTS_A

    KIT00_DAMAGE0_FRONT_WINDOW_B=KIT00_DAMAGE0_FRONT_WINDOW_A
    KIT00_DAMAGE0_FRONT_WINDOW_C=KIT00_DAMAGE0_FRONT_WINDOW_A
    KIT00_DAMAGE0_FRONT_WINDOW_D=KIT00_DAMAGE0_FRONT_WINDOW_A
    KIT00_DAMAGE0_FRONT_WINDOW_E=KIT00_DAMAGE0_FRONT_WINDOW_A

    KIT00_DAMAGE1_FRONT_WINDOW_B=KIT00_DAMAGE1_FRONT_WINDOW_A
    KIT00_DAMAGE1_FRONT_WINDOW_C=KIT00_DAMAGE1_FRONT_WINDOW_A
    KIT00_DAMAGE1_FRONT_WINDOW_D=KIT00_DAMAGE1_FRONT_WINDOW_A
    KIT00_DAMAGE1_FRONT_WINDOW_E=KIT00_DAMAGE1_FRONT_WINDOW_A

    KIT00_DAMAGE0_FRONT_BUMPER_B=KIT00_DAMAGE0_FRONT_BUMPER_A
    KIT00_DAMAGE0_FRONT_BUMPER_C=KIT00_DAMAGE0_FRONT_BUMPER_A
    KIT00_DAMAGE0_FRONT_BUMPER_D=KIT00_DAMAGE0_FRONT_BUMPER_A
    KIT00_DAMAGE0_FRONT_BUMPER_E=KIT00_DAMAGE0_FRONT_BUMPER_A

    KIT00_DAMAGE1_FRONT_BUMPER_B=KIT00_DAMAGE1_FRONT_BUMPER_A
    KIT00_DAMAGE1_FRONT_BUMPER_C=KIT00_DAMAGE1_FRONT_BUMPER_A
    KIT00_DAMAGE1_FRONT_BUMPER_D=KIT00_DAMAGE1_FRONT_BUMPER_A
    KIT00_DAMAGE1_FRONT_BUMPER_E=KIT00_DAMAGE1_FRONT_BUMPER_A

    KIT00_DAMAGE0_RIGHT_REAR_DOOR_B=KIT00_DAMAGE0_RIGHT_REAR_DOOR_A
    KIT00_DAMAGE0_RIGHT_REAR_DOOR_C=KIT00_DAMAGE0_RIGHT_REAR_DOOR_A
    KIT00_DAMAGE0_RIGHT_REAR_DOOR_D=KIT00_DAMAGE0_RIGHT_REAR_DOOR_A
    KIT00_DAMAGE0_RIGHT_REAR_DOOR_E=KIT00_DAMAGE0_RIGHT_REAR_DOOR_A

    KIT00_DAMAGE1_RIGHT_REAR_DOOR_B=KIT00_DAMAGE1_RIGHT_REAR_DOOR_A
    KIT00_DAMAGE1_RIGHT_REAR_DOOR_C=KIT00_DAMAGE1_RIGHT_REAR_DOOR_A
    KIT00_DAMAGE1_RIGHT_REAR_DOOR_D=KIT00_DAMAGE1_RIGHT_REAR_DOOR_A
    KIT00_DAMAGE1_RIGHT_REAR_DOOR_E=KIT00_DAMAGE1_RIGHT_REAR_DOOR_A

    KIT00_DAMAGE0_LEFT_REAR_DOOR_B=KIT00_DAMAGE0_LEFT_REAR_DOOR_A
    KIT00_DAMAGE0_LEFT_REAR_DOOR_C=KIT00_DAMAGE0_LEFT_REAR_DOOR_A
    KIT00_DAMAGE0_LEFT_REAR_DOOR_D=KIT00_DAMAGE0_LEFT_REAR_DOOR_A
    KIT00_DAMAGE0_LEFT_REAR_DOOR_E=KIT00_DAMAGE0_LEFT_REAR_DOOR_A

    KIT00_DAMAGE1_LEFT_REAR_DOOR_B=KIT00_DAMAGE1_LEFT_REAR_DOOR_A
    KIT00_DAMAGE1_LEFT_REAR_DOOR_C=KIT00_DAMAGE1_LEFT_REAR_DOOR_A
    KIT00_DAMAGE1_LEFT_REAR_DOOR_D=KIT00_DAMAGE1_LEFT_REAR_DOOR_A
    KIT00_DAMAGE1_LEFT_REAR_DOOR_E=KIT00_DAMAGE1_LEFT_REAR_DOOR_A

    KIT00_DAMAGE0_SPOILER_B=KIT00_DAMAGE0_SPOILER_A
    KIT00_DAMAGE0_SPOILER_C=KIT00_DAMAGE0_SPOILER_A
    KIT00_DAMAGE0_SPOILER_D=KIT00_DAMAGE0_SPOILER_A
    KIT00_DAMAGE0_SPOILER_E=KIT00_DAMAGE0_SPOILER_A

    KIT00_DAMAGE1_SPOILER_B=KIT00_DAMAGE1_SPOILER_A
    KIT00_DAMAGE1_SPOILER_C=KIT00_DAMAGE1_SPOILER_A
    KIT00_DAMAGE1_SPOILER_D=KIT00_DAMAGE1_SPOILER_A
    KIT00_DAMAGE1_SPOILER_E=KIT00_DAMAGE1_SPOILER_A

    KIT00_DAMAGE0_TRUNK_B=KIT00_DAMAGE0_TRUNK_A
    KIT00_DAMAGE0_TRUNK_C=KIT00_DAMAGE0_TRUNK_A
    KIT00_DAMAGE0_TRUNK_D=KIT00_DAMAGE0_TRUNK_A
    KIT00_DAMAGE0_TRUNK_E=KIT00_DAMAGE0_TRUNK_A

    KIT00_DAMAGE1_TRUNK_B=KIT00_DAMAGE1_TRUNK_A
    KIT00_DAMAGE1_TRUNK_C=KIT00_DAMAGE1_TRUNK_A
    KIT00_DAMAGE1_TRUNK_D=KIT00_DAMAGE1_TRUNK_A
    KIT00_DAMAGE1_TRUNK_E=KIT00_DAMAGE1_TRUNK_A

masukkan dalam xlink.txt dan zmodeler

Daftar Nama Mount Point:
masukkan nama mountpoint di zmodeler

#LEFT_HEADLIGHT
#LEFT_HEADLIGHT[X]
#RIGHT_HEADLIGHT
#RIGHT_HEADLIGHT[X]
#CENTRE_BRAKELIGHT
#CENTRE_BRAKELIGHT[X]
#LEFT_BRAKELIGHT
#LEFT_BRAKELIGHT[X]
#RIGHT_BRAKELIGHT
#RIGHT_BRAKELIGHT[X]
#SPOILER
#SPOILER2
#ROOF_SCOOP
#LEFT_EXHAUST
#LEFT_EXHAUST[X]
#RIGHT_EXHAUST
#RIGHT_EXHAUST[X]

Maaf kalau bahasanya kucampur dengan bahasa inggris,kata"nya ada yang kurang. yaa... memang saya kurang pandai soal mengolah kosa kata" (kaya vicky prasetyo aja,ngawurr..)
Bila ada pertanyaan langsung saja PM saya di facebook. (ora usah isin)
Lanjutkan Ke Part 4

Go to link download

Read more »

Thursday, September 29, 2016

HP ProBook 4320s Notebook PC Windows 7 Home Basic 32 bit

HP ProBook 4320s Notebook PC Windows 7 Home Basic 32 bit


BIOS
Description Current version Size (MB) Estimated download time Previous version
HP Notebook System BIOS Update (ROM Family 68AHH) F.0C System Software Manager Icon
16 Sep 2010
5.1 56K: 12m
512K: 1m
F.0B System Software Manager Icon
26 Aug 2010
HP Notebook System BIOS Update (ROM Family 68AHH) F.04 System Software Manager Icon
25 Mar 2010
5 56K: 12m
512K: 1m
F.01 System Software Manager Icon
12 Jan 2010

» Go to top

Diagnostic
Description Current version Size (MB) Estimated download time Previous version
HP System Diagnostics UEFI 3.1.1.0 System Software Manager Icon
7 Sep 2010
1.4 56K: 3m
512K: <1m
3.0.2.0 System Software Manager Icon
28 May 2010

» Go to top

Driver - Audio
Description Current version Size (MB) Estimated download time Previous version
IDT High-Definition (HD) Audio Driver 5.10.6275.0; 6.10.6275.0 System Software Manager Icon
28 Apr 2010
28.1 56K: 1h
512K: 7m
IDT High-Definition Audio Driver 5.10.6261.0; 6.10.6261.0 System Software Manager Icon
8 Feb 2010
27.8 56K: 1h
512K: 7m

» Go to top

Driver - Chipset
Description Current version Size (MB) Estimated download time Previous version
Intel Chipset Installation Utility 9.1.1.1020 System Software Manager Icon
8 Dec 2009
2.3 56K: 5m
512K: <1m
Intel Management Engine Components Driver 6.0.2.1194 System Software Manager Icon
8 Dec 2009
4.8 56K: 11m
512K: 1m

» Go to top

Driver - Graphics
Description Current version Size (MB) Estimated download time Previous version
Intel Video Driver and Control Panel 8.15.10.2189 System Software Manager Icon
30 Nov 2010
38 56K: 1h
512K: 10m
ATI Video Driver and Control Panel 8.743.2.2 System Software Manager Icon
31 Aug 2010
128.7 56K: 5h
512K: 34m
8.743.2-100618A1-101844C System Software Manager Icon
15 Jul 2010
Intel Video Driver and Control Panel 8.15.10.2086 System Software Manager Icon
31 May 2010
39.5 56K: 1h
512K: 10m
8.15.10.2008 System Software Manager Icon
8 Feb 2010
ATI Video Driver and Control Panel 8.673.2-091208A-093325C System Software Manager Icon
8 Feb 2010
116.9 56K: 4h
512K: 31m

» Go to top

Driver - Keyboard, Mouse and Input Devices
Description Current version Size (MB) Estimated download time Previous version
Synaptics TouchPad Driver 15.0.24 System Software Manager Icon
27 Aug 2010
35.1 56K: 1h
512K: 9m
15.0.17.2 System Software Manager Icon
24 May 2010
HP Hotkey Support 3.5.15.1 System Software Manager Icon
3 Mar 2010
15.1 56K: 36m
512K: 4m
3.5.13.1 System Software Manager Icon
8 Feb 2010
ArcSoft Webcam Sharing Manager 1.0.0.26 System Software Manager Icon
8 Feb 2010
16.8 56K: 40m
512K: 4m
HP Universal Camera Driver 2.00 System Software Manager Icon
8 Feb 2010
18.2 56K: 44m
512K: 4m

» Go to top

Driver - Modem
Description Current version Size (MB) Estimated download time Previous version
LSI High-Definition Audio (HDA) Modem Driver for Microsoft Windows 2.2.98.0 System Software Manager Icon
22 Jan 2010
5.9 56K: 14m
512K: 1m

» Go to top

Driver - Network
Description Current version Size (MB) Estimated download time Previous version
Ralink 802.11 b/g/n WiFi Adapter 3.1.13.0 System Software Manager Icon
26 Nov 2010
10.9 56K: 26m
512K: 2m
1.00 System Software Manager Icon
12 Jul 2010
Ralink/Motorola Bluetooth Adapter Driver 3.0.42.280 System Software Manager Icon
26 Nov 2010
68.2 56K: 2h
512K: 18m
1.00 System Software Manager Icon
23 Jul 2010
Intel PRO/Wireless Drivers for Microsoft Windows 7 13.4 System Software Manager Icon
19 Nov 2010
15 56K: 36m
512K: 3m
Atheros Wireless LAN Driver 1.10 System Software Manager Icon
15 Oct 2010
79.2 56K: 3h
512K: 21m
Qualcomm Mobile Broadband Drivers - Gobi2000 1.1.180.0 System Software Manager Icon
24 Sep 2010
37.4 56K: 1h
512K: 9m
1.1.130.0 System Software Manager Icon
30 Apr 2010
Go to link download

Read more »

Basic Backtrack For Newbie Dummies

Basic Backtrack For Newbie Dummies


Once the installation of BackTrack is done, the default username and password required to log in are root / toor.NOTE: You will not be able to see the password as you type it.After you are logged in you can start the GUI Environment by issuing the startx command.In rare occasions (such as after a VMware tools install, or when using unsupported Video cards), X will refuse to start. If that happens you have several options you can try in order to fix the issue:Reconfiguring the X server package, you can reset (and often fix) Xorg configurations with the following command: root@bt:~# dpkg-reconfigure xserver-xorgIf you are using Backtrack 5 on x64 with KDE you should try the following: root@bt:~# rm /root/.kde/cache-*NOTE: Sometimes you may need to also remove the cache folders in /var/tmp by issuing the following command: root@bt:~# rm -rf /var/tmp/kdecache-*If you haven’t noticed yet BackTrack does not boot with networking by default in order to increase its stealth.We will first set up the networking manually. In the following example we will assume the following addresses and their purpose: IP Address - 192.168.1.112/24 Default Gateway - 192.168.1.1 DNS server - 192.168.1.1In order to set these up we will run the following commands:root@bt:~# ifconfig eth0 192.168.1.112/24root@bt:~# route add default gw 192.168.1.1root@bt:~# echo nameserver 192.168.1.1 > /etc/resolv.confThese settings however will only last until you reboot, so if we want to save them between reboots we need to edit the /etc/network/interfaces file like this:# This file describes the network interfaces available on your system# and how to activate them. For more information, see interfaces(5). # The loopback network interface auto loiface lo inet loopback# The primary network interfaceauto eth0iface eth0 inet static address 192.168.1.112 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1Edit the file as appropriate, then have the network come up automatically at boot time:root@bt:~# update-rc.d networking defaultsroot@bt:~# /etc/init.d/networking restartIn order to get an IP from a DHCP server we can issue the dhclient  command as follows:root@bt:~# dhclient eth0Internet Systems Consortium DHCP Client V3.1.1Copyright 2004-2008 Internet Systems Consortium.All rights reserved.For info, please visit http://www.isc.org/sw/dhcp/Listening on LPF/eth0/00:0c:29:81:74:21Sending on LPF/eth0/00:0c:29:81:74:21Sending on Socket/fallbackDHCPREQUEST of 192.168.1.112 on eth0 to 255.255.255.255 port 67DHCPACK of 192.168.1.112 from 192.168.1.1bound to 192.168.1.112 -- renewal in 37595 seconds.root@bt:~#There is a script to start networking in the /etc/init.d directory which attempts to start every interface listen in /etc/network/interfaces (you can remove the ones you don’t need). To start it issue the following command:root@bt:~# /etc/init.d/networking startAnother way to set up your networking is using the WICD Network Manager, you can find it in the menu:Menu > Internet > Wicd Network ManagerNOTE: Notice that when starting WICD you will get an error: Wicd error.png
In order to get rid of this error you have to reboot Backtrack, than BEFORE starting WICD open up a terminal and type in the following:root@bt:~# dpkg-reconfigure wicdroot@bt:~# update-rc.d wicd defaultsNow after a reboot the error should not occur anymore.As you know Backtrack comes with a default username and password (root/toor) it is IMPORTANT that we change that root password especially when running services such as SSH. We can change the password by issuing the passwd command:root@bt:~# passwd Enter new UNIX password: {enter your new password here } Retype new UNIX password: {enter your new password again} passwd: password updated successfully root@bt:~#BackTrack has various services such as Apache, SSH, MySQL, VNC, etc. They are all disabled by default. To start a service such as SSH, you can use the service init scripts. For example, to start the SSH service:root@bt:~# sshd-generate # Specific to the SSH service - needed to generate SSH keysroot@bt:~# /etc/init.d/ssh startStarting OpenBSD Secure Shell server: sshd.root@bt:~# /etc/init.d/ssh stop Stopping OpenBSD Secure Shell server: sshd.root@bt:~# When using a ssh server for the first time on Backtrack you will need to generate keys:root@bt:~# sshd-generateTo enable a service at boot time, you can use the update-rc.d command, for example, having SSH start at boot time:root@bt:~# update-rc.d -f ssh defaults Adding system startup for /etc/init.d/ssh ... /etc/rc0.d/K20ssh -> ../init.d/ssh /etc/rc1.d/K20ssh -> ../init.d/ssh /etc/rc6.d/K20ssh -> ../init.d/ssh /etc/rc2.d/S20ssh -> ../init.d/ssh /etc/rc3.d/S20ssh -> ../init.d/ssh /etc/rc4.d/S20ssh -> ../init.d/ssh /etc/rc5.d/S20ssh -> ../init.d/sshroot@bt:~#apt-get install  Downloads and all of its dependencies, and installs or upgrades them.apt-get remove [--purge]  Removes and any packages that depend on it. --purge specifies that packages should be purged.apt-get update Updates packages listings from the repo, should be run at least once a week.apt-get upgrade Upgrades all currently installed packages with those updates available from the repo. should be run once a week.apt-get dist-upgrade [-u] Similar to apt-get upgrade, except that dist-upgrade will install or remove packages to satisfy dependencies.apt-cache search  Searches packages and descriptions for .apt-cache show  Shows the full description of .apt-cache showpkg  Shows a lot more detail about , and its relationships to other packages.man apt Will give you more info on these commands as well as many that are in less common usage.dpkg -i  Installs a package file; one that you downloaded manually, for example.dpkg -c  Lists the contents of a .deb file.dpkg -I  Extracts package information from a .deb file.dpkg -r  Removes an installed package named dpkg -P  Purges an installed package named . The difference between remove and purge is that while remove only deletes data and executables, purge also deletes all configuration files in addition.dpkg -L  Gives a listing of all the files installed by . See also dpkg -c for checking the contents of a .deb file.dpkg -s  Shows information on the installed package . See also apt-cache show for viewing package information in the Debian archive and dpkg -I for viewing package information extracted from a .deb file.dpkg-reconfigure  Reconfigures an installed packageman dpkg Will give you more info on these commands as well as many that are in less common usage.Most commands will have what is called a man page (manual page) which can be viewed by typing:root@bt:~# man

Go to link download

Read more »

Sunday, September 25, 2016

Acer Aspire V5 571 windows 7 home basic drivers

Acer Aspire V5 571 windows 7 home basic drivers




AHCI
DescriptionVendorVersionSizeDateDownload
SATA AHCI DriverIntel11.0.0.103235.5 MB05/07/2012Download AHCI_Intel_11.0.0.1032_W7x86x64.zip
 
AMT
DescriptionVendorVersionSizeDateDownload
Intel iAMT DriverIntel8.0.0.126247.8 MB05/07/2012Download AMT_Intel_8.0.0.1262_W7x86x64.zip
 
Audio
DescriptionVendorVersionSizeDateDownload
Audio DriverRealtek6.0.1.6577183.9 MB05/07/2012Download Audio_Realtek_6.0.1.6577_W7x86x64.zip
 
Bluetooth
DescriptionVendorVersionSizeDateDownload
Bluetooth DriverBroadcom6.5.1.2501234.2 MB05/07/2012Download Bluetooth_Broadcom_6.5.1.2501_W7x86x64.zip
Bluetooth DriverAtheros7.4.0000.0126114.2 MB05/07/2012Download Bluetooth_Atheros_7.4.0000.0126_W7x86x64.zip
 
CardReader
DescriptionVendorVersionSizeDateDownload
Card Reader DriverRealtek6.1.7601.2701510.8 MB05/07/2012Download CardReader_Realtek_6.1.7601.27015_W7x86x64.zip
 
Chipset
DescriptionVendorVersionSizeDateDownload
Chipset DriverIntel9.3.0.10205.5 MB05/07/2012Download Chipset_Intel_9.3.0.1020_W7x86x64.zip
 
Lan
DescriptionVendorVersionSizeDateDownload
LAN DriverRealtek7.054.0309.20125.7 MB05/07/2012Download LAN_Realtek_7.054.0309.2012_W7x86x64.zip
 
TouchPad
DescriptionVendorVersionSizeDateDownload
Touchpad DriverELANTECH10.6.9.8175.0 MB05/07/2012Download TouchPad_Elantech_10.6.9.8_W7x86x64.zip
 
USB 3.0
DescriptionVendorVersionSizeDateDownload
USB 3.0 DriverIntel1.0.4.2205.2 MB05/07/2012Download USB3.0_Intel_1.0.4.220_W7x86x64.zip
 
VGA
DescriptionVendorVersionSizeDateDownload
VGA DriverIntel8.15.10.2712151.7 MB05/07/2012Download VGA_Intel_8.15.10.2712_W7x64.zip
VGA DriverIntel8.15.10.2712112.9 MB05/07/2012Download VGA_Intel_8.15.10.2712_W7x86.zip
VGA DriverNVIDIA8.17.12.9616188.4 MB05/07/2012Download VGA_NVIDIA_8.17.12.9616_W7x64.zip
VGA Driver (PHYSX)NVIDIA9.11.111130.4 MB05/07/2012Download VGA_NVIDIA(PHYSX)_9.11.1111_W7x86x64.zip
 
Wireless LAN
DescriptionVendorVersionSizeDateDownload
Wireless LAN DriverBroadcom5.100.196.1878.1 MB05/07/2012Download Wireless LAN_Broadcom_5.100.196.18_W7x86x64.zip
Wireless LAN DriverAtheros10.0.0.4245.4 MB05/07/2012Download Wireless LAN_Atheros_10.0.0.42_W7x86x64.zip
 

Go to link download

Read more »