Showing posts with label quick. Show all posts
Showing posts with label quick. Show all posts

Saturday, August 19, 2017

Tuskarr quick ALT TAB guide

Tuskarr quick ALT TAB guide


Skill build:
1.Snowball/Ice Shards
2.Ice Shards/Snowball
3.Snowball/Ice Shards/Frozen Sigil
4.Ice Shards/Snowball
5.Snowball/Ice Shards
6.Walrus Punch
7.Snowball
8.Ice Shards
9.Ice Shards
10.Frozen Sigil
11.Walrus Punch
12.Frozen Sigil
13.Frozen Sigil
14.Frozen Sigil
15.Stats
16.Walrus Punch
17.Stats
18.Stats
19.Stats
20.Stats
21.Stats
22.Stats
23.Stats
24.Stats
25.Stats

Play style:
If you are ganking under lvl 6 you will need a mate to help you out. Best choice is stunner which can also make a damage into short period of time. For example Centaur Warchief. First off all you would want him to get close to you and then use snowball. Booth of you will roll into a snowball and stun the enemy. Your mate (for example Centaur) will stun the enemy and use his nuke (double edge). Enemy should already be on really low hp and if he starts to run you would use Ice Shards dealing dmg with it and attack him couple more times. Enemy should be dead by now. If enemy starts to run you would use Frozen Sigil.

If ganking 6+ lvl you would simply do the same thing only you would activate Walrus Punch BEFORE snowball and do the same thing. On and after lvl 6 you could start ganking by your own but mate is still recommended.

And when choosing a mate, you would simply look for someone who can stun/slow and deal some damage.

Item build.

Urn of shadows.
You would need mana regend and quick health in early game. Also if enemy runs with low hp you can use it and finish him off.

or
Power threads or Boots or travel.
You wont need arcane boots cuz of urn of shadows.
I dont think i need to explain anything else...


Mask of Madness.
After hitting snowball you would want to make a lots of damage to target and have some lifesteal after all.


Blade mail.
Well you are also a tank and people are going to attack you, as you have more HP then them they will prolly kill them self. That happens when you are playing vs some agility (Clinkz, Mortred...)


Heart of Tarrasque
You will need HP and quick regen back after combat.


Armlet of Mordiggian.
Armlet could be useful on that stun when you activate mask of madness.


Bloodstone.
You can replace Urn of Shadows later with it.

download file now

Read more »

Wednesday, August 9, 2017

Ubuntu 11 04 quick list for unity launcher

Ubuntu 11 04 quick list for unity launcher



Ubuntu has certainly changed the traditional and conventional ways that once dominated the operating systems with boring desktop environment, apart from its sleek desktop design it also has a lot more core features which makes it ideal for all kinds of users. Its new release 11.04 has made things very easy and handy for users to navigate and run application, this version has been introduced with a blazing fast unity launcher which is very sleek and intelligently designed.

Here are a few quicklist launch scripts that will help you use unity with even more ease.

Home Icon in Unity






1. Open Terminal (Shortcut: Ctrl + Alt + T) and copy-paste the following commands. this will copy the short-cut into your home-folder/.local/share/applications
cp /usr/share/applications/nautilus-home.desktop ~/.local/share/applications 


    2. Opens up the file in gedit

gedit ~/.local/share/applications/nautilus-home.desktop


3. Now replace the content of the file with the following text.
[Desktop Entry]

Name=Home Folder
Comment=Open your personal folder
TryExec=nautilus
Exec=nautilus --no-desktop
Icon=user-home
Terminal=false
StartupNotify=true
Type=Application
Categories=GNOME;GTK;Core;
OnlyShowIn=GNOME;Unity;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=nautilus
X-GNOME-Bugzilla-Component=general
X-Ubuntu-Gettext-Domain=nautilus

X-Ayatana-Desktop-Shortcuts=Videos;Documents;Music;Pictures;Downloads
[Videos Shortcut Group]
Name=Videos
Exec=nautilus Videos
TargetEnvironment=Unity


[Documents Shortcut Group]
Name=Documents
Exec=nautilus Documents
TargetEnvironment=Unity

[Music Shortcut Group]
Name=Music
Exec=nautilus Music
TargetEnvironment=Unity

[Pictures Shortcut Group]
Name=Pictures
Exec=nautilus Pictures
TargetEnvironment=Unity

[Downloads Shortcut Group]
Name=Downloads
Exec=nautilus Downloads
TargetEnvironment=Unity

 For this to take effect, you will have to login freshly.





Ubuntu Software Center Quicklist



  1. Same as before open Terminal and copy-paste the following commands.
cp /usr/share/applications/ubuntu-software-center.desktop ~/.local/share/applications/


 2.Open and edit the file using Gedit.

gedit ~/.local/share/applications/ubuntu-software-center.desktop 
 


3. Now copy-paste the following lines towards the bottom of the file (after the line X-Ubuntu-Gettext-Domain=software-center )
X-Ayatana-Desktop-Shortcuts=SoftwareProperties;SoftwareSources;

[SoftwareProperties Shortcut Group]
Name=Update Manager
Exec=update-manager -c %u
TargetEnvironment=Unity

[SoftwareSources Shortcut Group]
Name=Add/Edit PPAs
Exec=gksu software-properties-gtk
TargetEnvironment=Unity

   For this to take effect, you will have to login freshly.






Banshee Quicklist




 1. Same as before open Terminal and copy-paste the following commands.
cp /usr/share/applications/banshee.desktop ~/.local/share/applications 


2. Open and edit the file using Gedit.

gedit ~/.local/share/applications/banshee.desktop



  3. Copy-paste the following lines towards the bottom of the file.
X-Ayatana-Desktop-Shortcuts=Play;Pause;Stop;Previous;Next;Preferences

[Play Shortcut Group]
Name=Play
Exec=banshee --play
TargetEnvironment=Unity

[Pause Shortcut Group]
Name=Pause
Exec=banshee --pause
TargetEnvironment=Unity

[Stop Shortcut Group]
Name=Stop
Exec=banshee --stop
TargetEnvironment=Unity

[Previous Shortcut Group]
Name=Previous
Exec=banshee --previous
TargetEnvironment=Unity

[Next Shortcut Group]
Name=Next
Exec=banshee --next
TargetEnvironment=Unity

[Preferences Shortcut Group]
Name=Preferences
Exec=banshee --show-preferences
TargetEnviroment=Unity
For this to take effect, you will have to login freshly.





Chromium Browser Quicklist





1. Copy the below code to terminal.
cp /usr/share/applications/chromium-browser.desktop ~/.local/share/applications 


 2. Open and edit the file using Gedit.

gedit ~/.local/share/applications/chromium-browser.desktop
 
3. Copy-paste the following lines towards the bottom of the file.
X-Ayatana-Desktop-Shortcuts=NewWindow;Incognito;

[NewWindow Shortcut Group]
Name=New Window
Exec=chromium-browser
TargetEnvironment=Unity

[Incognito Shortcut Group]
Name=New incognito window
Exec=chromium-browser --incognito
TargetEnvironment=Unity
For this to take effect, you will have to login freshly.





Quicklist for Terminal

 


1. Copy the below code to terminal.
cp /usr/share/applications/gnome-terminal.desktop ~/.local/share/applications 
 

2. Open and edit the file using Gedit.

gedit ~/.local/share/applications/gnome-terminal.desktop
 


3. Find(Ctrl + f) the following line from the file.
OnlyShowIn=GNOME;


4.Replace it with the following line.
OnlyShowIn=GNOME;Unity;
 

5.Now, simply copy-paste the following lines towards the bottom of the file.
X-Ayatana-Desktop-Shortcuts=NewWindow;NewTab;Top;Root;

[NewWindow Shortcut Group]
Name=New Window
Exec=gnome-terminal --window
TargetEnvironment=Unity

[NewTab Shortcut Group]
Name=New Tab
Exec=gnome-terminal --tab
TargetEnvironment=Unity

[Root Shortcut Group]
Name=Root Terminal
Exec=gksudo gnome-terminal
TargetEnvironment=Unity

[Top Shortcut Group]
Name=Top
Exec=gnome-terminal --command top
TargetEnvironment=Unity
 
6.  Close all Terminal windows, right-click on Terminal launcher icon and untick Keep In Launcher option

7. Finally, browse to the home/user/.local/share/applications/ from Nautilus file browser and simply drag and drop the new Terminal launcher(file name: gnome-terminal.desktop) onto the Unity Launcher. Done.




 
LibreOffice Launcher Quicklist




1. copy paste the below code on to your terminal. 
cp /usr/share/applications/libreoffice-startcenter.desktop ~/.local/share/applications


2. Open and edit the file using Gedit.
gedit ~/.local/share/applications/libreoffice-startcenter.desktop
 


 3. Copy-paste the following lines towards the bottom of the file.
##Start of shortcut menu
##List of shortcuts
X-Ayatana-Desktop-Shortcuts=Writer;Impress;Calc;Math;Draw

##Define Shortcuts
[Writer Shortcut Group]
Name=Writer
Exec=libreoffice -writer %U
TargetEnvironment=Unity

[Impress Shortcut Group]
Name=Impress
Exec=libreoffice -impress %U
TargetEnvironment=Unity

[Calc Shortcut Group]
Name=Calc
Exec=libreoffice -calc %U
TargetEnvironment=Unity

[Math Shortcut Group]
Name=Math
Exec=libreoffice -math %U
TargetEnvironment=Unity

[Draw Shortcut Group]
Name=Draw
Exec=libreoffice -draw %U
TargetEnvironment=Unity
##End of shortcut menu

4. Finally navigate to home/user/.local/share/applications from Nautilus and drag and drop the LibreOffice desktop file(libreoffice-startcenter.desktop) into the launcher.





Note: If you are unable to find some of the launcher shortcuts we created open nautilus and go to home-folder/user/.local/shared/applications and drag and drop the shortcut to your dock (.local folder is a hidden folder, to view it you will have to enable show hidden files under nautilus.)








download file now

Read more »