Pages

Showing posts with label in. Show all posts
Showing posts with label in. Show all posts

Saturday, July 29, 2017

Diablo II Getting The Scrollwheel To Work In The Game FIX

Diablo II Getting The Scrollwheel To Work In The Game FIX


I was having a lot of fun playing in the 2014 Ladder Season in Diablo2, but ran across a problem where the scroll wheel of the mouse wasnt working in the game. For the skills/spells in D2, I prefer to assign the right side (right mouse button) skills to Function Keys, and then use the scrollwheel to quickly change/choose the skill I want to use at the time. At first, this didnt work in the game at all (it was like it wasnt detecting my mouses wheel), but I quickly figured out this easy fix to get it working in the game. Here is a short tutorial for it, with screenshots for each step:

Simply right-click the Shortcut for DiabloII on the desktop/background and choose Properties. 
(Click to see Full Size)

Then, just place checkmarks in the Checkboxes for (1) "Run this program in compatibility mode" under the Compatibility Mode category, and (2) "Run this program as an administrator" under the Privilege Level area, and click OK (there is no need to adjust what compatibility mode to use (what Service Pack version, etc.)).
(Click to see Full Size)

Then, in the game, hit Escape and choose to go into the Options Menu.
(Click to see Full Size)

In the Options area, go into the Configure Controls section.
(Click to see Full Size)

You should now find you can scroll this list up and down, if the game has properly detected your mouse/wheel. Go down to the "Select Previous/Next Skill" functions and you can now assign Mouse Wheel Up and Mouse Wheel Down to whichever direction you prefer to select your skills (click on one of the Key/Button categories in line with Select Previous/Next Skill, and then use the mouse wheel, spinning it up or down).
(Click to see Full Size)

Thats it! Now you can use your mouses scrollwheel to quickly choose the skill you want your character to use. 

[Although I was utilizing Windows7 at the time here, 
I have recently tested it in Windows 8.1 and it worked there as well] 

I hope that gets it working for you - and See You In The Game!


Read more »

Friday, July 28, 2017

Destiny 2 PC Version Available for Pre Order in Germany

Destiny 2 PC Version Available for Pre Order in Germany


This week, talk surrounding Destiny 2 started hotting up after a poster for Destiny 2 leaked online, suggesting that major announcements for the game would be coming soon. Apparently, however, German GameStop customers may not need to wait until Bungie has made any further reveals for the title, as it appears as though the game is currently available to pre-order in German GameStop stores � and on PC no less. This stems from a post made by Twitter user and Twitch mod SenSnowy, who shared an image online of his pre-order receipt.


The receipt itself, which can be seen on Twitter, is apparently from the Hannover branch of GameStop, and shows the pre-order for the Destiny 2 Limited Edition PC version, which comes in at �110 (or $119). According SenSnowy, the pre-order receipt also indicates a release date of September 17, although employees at the GameStop apparently stated that this is just a placeholder date. In a follow-up post, SenSnowy also showed the bottom of the receipt, which confirmed the pre-order availability of Destiny 2 alongside other upcoming games such as FIFA 18, Tekken 7, and Red Dead Redemption 2.

Understandably, this reveal should perhaps be taken with a grain of salt, as it is not an official statement from any parties � be it GameStop, Bungie, or Activision. However, the post code and telephone number on the receipt do match up to the Hannover branch of GameStop, and the branch information added on the receipt would make it a little tougher to fake. The original receipt image can be seen below.

To make things more interesting, GameStop Germany has not just limited potential Destiny 2 PC pre-orders to in-store customers. At one point, pre-orders for Destiny 2 were also available from GameStop.de, and although these pages have now been removed, a quick look at a cached version certainly suggests that an announcement could be on the cards soon.

Rumors surrounding a potential PC release for Destiny 2 have been hotting up of late, with the fact that Destiny 2 will be a full reset suggesting that PC gamers could be able to get in on the action at the ground floor. It would certainly expand the player base of the game, and plenty of PC gamers could be interested in checking out the title on their preferred system.

However, those waiting on Bungie to make an announcement on the matter may be left holding out a little while longer. The developer teased the community with its weekly blog update, but it�s likely that a full Destiny 2 announcement will be coming soon. Just how soon, however, is another matter entirely.

Destiny 2 is currently in development, with view to a 2017 release on PS4, Xbox One, and potentially PC.
Read more »

Monday, July 24, 2017

Detect Dementia 20 Years In Advance!

Detect Dementia 20 Years In Advance!




If someone in your family has Alzheimer�s or dementia, you may even at a young age, already be worrying if this is going to happen to you. Whether you want to know the truth ahead of time is another decision all together, but it seems as though science will be offering you that option relatively soon.

The research team from the Banner Alzheimer�s Institute in Phoenix, Arizona, studied 44 people aged between 18 and 26, half of which carried a gene mutation which causes the disease. The team found these people had structural differences in parts of the brain and larger quantities of protein in their cerebrospinal fluid than people without the gene mutation, even before they showed signs of memory problems, or plaques in the brain associated with the disease. It appeared that changes in the brain and substances in the fluid surrounding the spinal column can be found in people who will develop inherited Azheimer�s disease decades before symptoms will develop. When caught this early on, drugs designed to halt the progression of the condition are likely to be more effective than once memory problems have taken hold, the researchers said.

[The findings], �They raise new questions about the earliest brain changes involved in the predisposition to Alzheimer�s and the extent to which they could be targeted by future prevention therapies,� said David Cameron, who also announced that a series of clinics will be established to use brain scans and memory tests to diagnose Alzheimer�s disease earlier. This could cause a significant decrease in the severity of people�s dementia, and increase the quality of life for an extended period of time. Not only that, but it gives time to prepare for the future, before you are unable to do so, if the disease reaches that point for you even with preventative measures. We can�t wait to hear more about these clinics and where we can utilize the preventative testing.
Read more »

Disable password expiration policy in Linux

Disable password expiration policy in Linux


If you dont want your users password expired after an amount of time, you can run this command:

# chage -I -1 -m 0 -M 99999 -E -1 username

It will set:

  • Minimum Password Age to 0
  • Maximum Password Age to 99999
  • Password Inactive to -1
  • Account Expiration Date to -1
Read more »

Sunday, July 23, 2017

Disable Partial All Cron in WHM Cpanel Server Except Root

Disable Partial All Cron in WHM Cpanel Server Except Root




Cronjobs is somewhat a massive activity and could affect the overall server performance. And so, as administrator, we need to disable some users cronjobs to relieve the server load. There is a tricky but simple way to disable partial cronjob in WHM/Cpanel based server. Here are the very simple steps :

1. Create a directory /var/spool/cron.disabled
# mkdir /var/spool/cron.disabled
2. Move the cronjobs you want to be disabled
# mv /var/spool/cron/username /var/spool/cron.disabled
3. Restart http/apache server to take effect
# /etc/init.d/httpd restart
Read more »

Diffusione di GNU Linux cosa è cambiato in 5 anni

Diffusione di GNU Linux cosa è cambiato in 5 anni



Nel lontano 2011 scrissi un articolo dal titolo Diffusione di GNU/Linux: di chi � la colpa? dove analizzavo le cause della mancata diffusione dei sistemi operativi GNU/Linux in ambito desktop.
Sono passati ormai cinque anni da quel post e le cose non sono ahim� cambiate e i principali problemi continuano a restare.

Ma andiamo a rianalizzare i problemi che segnalavo nel vecchio articolo.

Lhardware & driver

Il riconoscimento dellhardware � ancora nel limbo. Se avete un prodotto recente non sar� pienamente supportato, se avete uno troppo vecchio potreste trovarvi nella stessa situazione. 
Continuano poi i problemi con i driver video che spesso non sono allaltezza della controparte Windows e ci si trova a doversi accontentare delle prestazioni non al top. Questo si vede maggiormente nei giochi ma ci sono anche problemi di compatibilit� per quanto riguarda la gestione dei windows manager dei principali desktop environment: alzi la mano chi non ha mai avuto problemi di tearing video, sia nella riproduzione di filmati che nel muovere semplicemente una finestra di una qualche applicazioni. I fix per questi problemi ci sono, io ne ho catalogati alcuni per le schede nVidia, ma c� sempre da dover smanettare. Ci sono poi casi pi� sfigati come il mio, che mi ritrovo con una scheda video nvidia che ha problemi con GNOME e derivati, problemi che a meno di workaround drastici, mi impediscono di usare i suddetti desktop.

Cambier� mai tutto questo? Difficile dirlo perch� dipende sempre dalla volont� dei produttori e dal futuro dei successori di Xorg: si, successori, perch� abbiamo sia Mir (portato avanti da Canonical) che Wayland (portato avanti dal resto del mondo). Chi la spunter�? Chi vincer� larmatura doro? Chi ci liberer� dai problemi con le schede video?
Chi vivr�... vivr�...


Le killer application

Dal 2011 ad oggi sono arrivati i software professionali? Ni. Dico ni perch� lunica cosa che si � mossa � lato CAD 2D che, grazie allarrivo di DraftSight (disponibile anche in versione gratuita con alcune limitazioni tipo limpossibilit� di lavorare direttamente con i PDF importati) e BricsCAD (a pagamento ma con costi umanamente sostenibili). 
Il resto dei software ancora latita e, in caso di stringente necessit� nelluso di un software specifico, ci si deve accontentare di usare Wine e sperare di non avere problemi nellemulazione (e lo sappiamo che shit happens).
Lato killer application possiamo includere i giochi ma Steam, a quanto pare, non riesce ancora a decollare su piattaforma Linux, vuoi per la mancanza di titoli tripla A che per i soliti problemi di prestazioni dei driver video. 

I grandi utenti e la Pubblica Amministrazione

Qui ci sono alti e bassi. Da un lato abbiamo importanti progetti di migrazione sia a livello globale che italiano con LibreItalia sta portando avanti il progetto di migrazione del Ministero della Difesa o la dichiarazione di intenti del Comune di Roma, dallaltro stiamo assistendo ad alcune inversioni di tendenza come quella della Regione Emilia Romagna che � passata ai servizi cloud di Microsoft oppure i passi indietro da alcuni paventati (ma � da verificare) che si stanno avendo nel Comune di Monaco di Baviera (fra i pionieri delle migrazioni nelle pubbliche amministrazioni) alle decisioni di stati come il Brasile che stanno abbandonando la strada intrapresa nelle amministrazioni precedenti. Speriamo soltanto che il piano di migrazione a LibreOffice della Difesa Italiana prosegua senza intoppi dopo la recente decisione di migrare il parco computer della Difesa a Windows 10. Per avere una panoramica di quello che si sta facendo vi invito a cercare sul blog il tag Pubblica Amministrazione.

La piccola utenza

Qui, da quanto vedo in lungo e in largo, si � avuta una flessione nelladozione di Linux nella piccola utenza. Il motivo principale? Windows 10. Tocca ammetterlo, a parte i problemi legati agli aggiornamenti forzosi e alle accuse legate alla lesa maest� della privacy degli utenti quelli di Microsoft hanno fatto un buon lavoro con Windows 10 e su alcune macchine datate (ho sperimentato in prima persona su diversi PC) Windows 10 gira meglio dei desktop environment pi� famosi.
Resta poi lassenza in commercio di computer equipaggiati con sistemi Linux e quindi la piccola utenza si trova, anche nel nuovo, ad abbracciare il sistema operativo di casa Microsoft.


La logica del castello e la frammentazione

Nel vecchio articolo avevo coniato la teoria della logica del castello. In cosa consiste? Be, nella continua presa di posizione da parte di alcuni utenti e programmatori che portano avanti la loro visione a discapito del bene comune, del realizzare qualcosa che va bene per tutti. 
E indovinate un po? C� ancora questo atteggiamento. Assistiamo ancora alle solite discussioni su quale sia il desktop migliore, su quale sia il file manager migliore e abbiamo moltiplicato le soluzioni ai problemi. Prendete Xorg dove abbiamo visto la nascita di Mir e Wayland. Stessa considerazione la possiamo fare per quanto riguarda la gestione pacchetti: da un lato abbiamo Canonical con il suo Snap, dallaltro abbiamo il resto del mondo con FlatPak. Come potete ben capire siamo sempre alle solite, anzich� portare avanti un progetto con contributi di tutti preferiamo farne due. E chi ci perde in tutto questo? Tutti, sia noi utenti, che chi scrive software e vuole fare il porting del proprio software per Linux.

I Big del mondo GNU/Linux

Negli anni trascorsi Red Hat, Canonical, e Novell si sono buttati su mercati per loro pi� redditizi come il Cloud e OpenStack. Il desktop? Non pervenuto.
Solo qualche portatile Dell con Ubuntu (lXPS 13 Developer Edition) che per� ha prezzi alti in linea con la categoria degli ultrabook e mercato di nicchia.
Canonical sta anche provando a entrare nel mercato della telefonia mobile con il suo Ubuntu Phone OS ma senza riuscire ad avere risultati, anche perch� il mercato mobile � ormai dominato da iOS e Android e non c� spazio per altri, specie se non si hanno le killer application che la gente vuole sul proprio smartphone senza sentirsi emarginato dal resto del mondo.

E tu che gi� usi GNU/Linux?

Noi continuiamo, anche se meno numerosi di prima, a portare avanti i principi del software libero e di quello open source ma non possiamo fare poi molto, forse lunica cosa che possiamo fare � quella di smettere di usare termini come "alternativa a" quando parliamo di software libero e open source ma definiamoli per quel che sono ovvero semplicemente software. Poi lasciamo allutente la decisione in merito, se sono o meno software validi e utili al loro scopo. 
Read more »

Tuesday, July 18, 2017

Disable popup warnings in Windows XP

Disable popup warnings in Windows XP


Windows XP may be one of the more stable and developed operating systems (Vista is like a beta right now). But there are many irritating aspects in Windows XP.

Windows has a really stupid popup system, which pops up for every unnecessary thing imaginable. For example, there is a popup to warn that disk space is low on the system drive (usually C:). Also, there is a popup for alerting you that a new program installed. As if you didnt know that youve installed a program!

There is an easy registry hack to get rid of all these popups. Do not be appalled by a registry edit - this is really simple.

Open up the registry editor - go to Run, type regedit and click OK. Backing up the registry before a hack is always a good idea, so click File > Export, choose a location and click save. Then, proceed to HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced

Right click on the right-hand pane, make New> DWORD Value and name it EnableBallonTips. Set the value to 0 to disable ballontips, and set it back to 1 to enable balloontips.

This hack disables most balloontips. In order to eliminate all popups, some more work is required. In each of the following locations, change the values to 0 to disable balloontips.

Location: HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced

1. Change the value of FolderContentsInfoTip to 0

Location: HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced

1. Change the value of ShowInfoTip to 0.

Location: HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorer ipsShow

1. Change the value of Show to 0

If anything goes wrong, restore the registry file that you had explored before and settings will be restored.
Read more »

Destiny Players Discover New Chest in Vault of Glass Raid

Destiny Players Discover New Chest in Vault of Glass Raid


With Destiny�s Age of Triumph having been recently introduced, most would-be Guardians are without a doubt revisiting all of the game�s refreshed raids and challenges for the action-RPG, but it�s safe to say that most players are now currently doing their best to tear through the Vault of Glass raid, which is now live. As it happens, one group of intrepid Guardians made a fresh discovery by coming across a new chest in the raid.

As seen in the Destiny fan and Twitch streamer nR_Cremation�s clip below, fellow Guardians can find the new chest relatively easily. Although it requires some exploration, the chest is tucked away in the area near the first chest in the Vault of Glass raid, and those who manage to come across it will be given a Legendary Engram along with some other loot.

With Destiny�s Vault of Glass raid having just recently been made available this morning in Age of Triumph, it�s impressive to see that nR_Cremation and his Fireteam have found a new chest in the raid. Although this is the first fresh item discovery in Age of Triumph�s version of the raid, it�s quite possible that there are more secrets to be uncovered as well.

For those who have already managed to successfully tackle the refreshed Crota�s End raid and its new boss challenge in Destiny�s Age of Triumph, the offerings in Vault of Glass should offer more intrepid players an even tougher nut to crack. Interestingly enough, Bungie has gone on record to say that the Vault of Glass raid and its Atheon challenge is the hardest it has ever created.

Nevertheless, beating the Atheon challenge in Destiny�s refreshed Vault of Glass raid in Age of Triumph isn�t impossible, as it just requires a bit of planning and strategy. Hopefully, Destiny�s fans will feel fully sated with Age of Triumph and all of its offerings before Bungie releases the official sequel, Destiny 2, later this year.

If you want to watch a comprehensive guide on how to find this new chest, then check out the video by houndish below:

Read more »

Saturday, July 15, 2017

Difference Between Interface And Abstract Class In JAVA

Difference Between Interface And Abstract Class In JAVA



Read more »

Monday, July 10, 2017

Displaying a Word or String in an 16x2 LCD with PIC16F877A and MPLAB X

Displaying a Word or String in an 16x2 LCD with PIC16F877A and MPLAB X


We have seen how to interface an LCD with PIC16F877A  . In this we are printing only a letter in the  LCD , now we are going to Display a string on the LCD  for this following steps are followed


First Create a MPLAB X project as in the steps for  Blinking a LED using MPLAB X , PIC16F877A

And check the  Interfacing LCD with PIC16F877A in MPLAB X  to know how to interface a LCD

Components
1.PIC16F877A micro controller
2. 2x16 LCD Display



we are using the following functions 



  • void delay(unsigned int msec) // Time delay function

  • void lcd_cmd(unsigned char item) // Function to send command to LCD

  • void lcd_data(unsigned char item) // Function to send data to LCD

  • void lcd_data_string(unsigned char *str) // Function to send data to string

  • void lcd(unsigned char str[10])




To display the string in  LCD , just call the below lines in main function


 lcd_cmd(0x01);
  lcd_cmd(0x86);
  lcd("STRING TO DISPLAY");


The functions are defined below 




void delay(unsigned int msec) // Time delay function
{
int i,j ;
for(i=0;i<msec;i++)
for(j=0;j<1275;j++);
}
void lcd_cmd(unsigned char item) // Function to send command to LCD
{
dataport = item;
rs= 0;
rw=0;
en=1;
delay(1);
en=0;
return;
}
void lcd_data(unsigned char item) // Function to send data to LCD
{
dataport = item;
rs= 1;
rw=0;
en=1;
delay(1);
en=0;
return;
}
void lcd_data_string(unsigned char *str) // Function to send data to string
{
int i=0;
while(str[i]!=)
{
lcd_data(str[i]);
i++;
//delay(10);
}
return;
}
void lcd(unsigned char str[10])
{
lcd_cmd(0x38);
lcd_cmd(0x0e);
lcd_data_string(str);
}
Read more »

Thursday, July 6, 2017

Diablo II Getting Ladder Only Runewords Working In Single Player Mode Without Any Addons Updated for Patch 1 14d

Diablo II Getting Ladder Only Runewords Working In Single Player Mode Without Any Addons Updated for Patch 1 14d



[This post is currently being uploaded as Text Only for now - I will add images and some screenshots to it Soon�]

[Update 2016-06: As of Patch 1.14, where the save game information is kept has changed. I have tested this process and all changes are noted within**, including relocation of Runes.txt placement. This process still works as of this Patch.]

[Update 2016-07-03: As of Patch 1.14d, the save game information has been reverted by Blizzard back to the older instructions. The section at the bottom, talking about creating the Subfolders and Runes.txt in the Windows User location is not needed in 1.14D - the steps talking about creating Subfolders and the Runes.txt are still required overall though, but work once again for the Game Installation location itself - tested this as of this Update ...date.] 


[Personal note at end �  certain Runewords are not working?]



I recently re-installed Diablo2, ready to once again enjoy days gone by of Monsters, Magic and Loot... I wrote an article last year, about getting the scroll-wheel to work for switching spells/skills (the Right Mouse Secondary Skill functions) in D2, in Windows. That post is located here:
http://gametipsandmore.blogspot.ca/2014/06/diablo-ii-getting-scrollwheel-to-work.html

After setting up the mouse-wheel once again, I started up a Single-Player game and made a character for it [a Necromancer, as I love Summoners]. I had collected some Runes for Runewords in the past, archiving them for SinglePlayer with The Hero Editor, a small utility that can save items found in Single Player Mode, by Exporting them to files on a local system/disk (as Diablo 2 Item [.d2i] files), which can then be Imported at a later time, into a future Character in Single Player Mode [only] through the same utility [which was "written mainly by Shokaku and ZonFire99" according to the ReadMe file for it].

Using the Hero Editor, I imported past runes and gems into my new character, using the Horadric Cube to create higher Runes I needed, for creating some Runewords. After trying to create an Enigma armor, I found that it was a Runeword that was not craftable in Single Player Mode (when trying to create it, the item simply fills up with the Runes used and utilizes the bonuses from the single Runes themselves, not creating the Special Item that the Runeword would normally create, in an online, BattleNet game).

Searching online for some clues as to what could be done, I found in a few forums, mention of Addons that could possibly be used to create Ladder-Only Runewords in Single Player games. For now, I went looking for ways to craft Runewords in D2 without Addons. What I found, were various instructions to create a Text file in a created Subdirectory of Diablo2, where the Single Player game would use it as a source for Runewords... great! The only issue was that there seemed to be some variance for how the Subfolders should be created/named, to make the Text file work (there were multiple versions of information on what the subfolders should be).

Experimenting on my own then, I found the path of folders that would need to be created within the Diablo2 directory, in order to get this Text file to work. Just to summarize again, what this will do is:

� Allow Diablo II to use Ladder-Only Runewords in Single Player games, by reading Runeword information from a Text file (with no outside Addons or Mods needed to do so)


To do this, here is the working folder structure to create in the Diablo II directory:

<D2 installation folder>/Data/Global/Excel/Runes.txt


The steps to create the above folder structure are:

  • in the Diablo II directory, create a New Folder called Data
  • in the newly-created Data folder, create a New Folder called Global
  • in the newly-created Global folder, create a New Folder called Excel
  • in the newly-created folder called Excel, place the Text file from my PasteBin here:
    http://pastebin.com/xGLWhmZ1(If you do not feel comfortable Downloading anything at all for this procedure, simply copy and paste the text from that website and paste it into a text file, one that you create in the Excel folder, within the Diablo II directory structure you just created via the above - be sure to name the text file Runes.txt)
  • lastly, add "-direct" and "-txt" to the Shortcut Properties for the "Diablo II.exe" file that starts up the game. The quotation marks arent added, only the commands, such that the Target line in the Shortcut should then look like this:
    "C:Program Files (x86)Diablo IIDiablo II.exe" -direct -txt
    (the above line assumes that it is installed into the C: drive of the system. If you installed Diablo2 into a different drive/partition, the first letter would be whatever your drive letter is of where D2 is installed - the main part to match is the end portions, the "-direct -txt" added to the end, which allows usage of the Text file used in this process)

Thats it!

What should occur in theory is, Diablo2 will use the Runeword information from that text file, allowing Runewords to now function within the Single Player game mode (even ones that are "Ladder Only")!

After "cubing-up" some new Runes that I did not have [using a Hero Editor to save/import the ones I had], I created an Enigma Runeword armor. Then, to specifically test the procedure above with a "Ladder-Only Runeword", I attempted to create an Insight for my Merc - and it worked! Hopefully, this will help you utilize Runewords in Single Player, too.


Note: Although I talked about a utility called Hero Editor within this post, it is not a required aspect of the steps above [ie. I use it for Item saving, not Runeword creation]. Also, although an "Excel" folder is created, neither Microsoft Office nor Excel or any other Spreadsheet-type of application need be present on the system - only a simple Text file and a few New Folders created are all that is needed.




** Update for Patch 1.14:

The file structure has changed, for where the game saves your character files, as of this Patch.

While I am not a developer for Blizzard, looking at the effects this Patch will have with Windows, I assume this was done to create a maintainable save game system for people upgrading from Windows 7/8/8.1 to Windows 10, as upgrading Windows [or reinstalling the game itself, if needed] will then not affect your save games in any way and they can then still be found by Diablo 2 (Single Player, etc) [by using this new directory setup implemented in 1.14].

As of Patch 1.14, your save game information is now located at:

C:/Users/<YOUR USER NAME>/Saved Games/Diablo II/

Your saved games, maps and characters are all now within that folder above [assuming C: as your Windows Installation Drive/Location, or where Windows and Saved Games can be found].

To continue using Runewords in Single Player with Patch 1.14, simply create new folders within (the Data folder may already be present), so that your file structure looks like this:

C:/Users/<YOUR USER NAME>/Saved Games/Diablo II/Data/Global/Excel/Runes.txt

Placing the Runes.txt folder within the Excel folder, as shown above, will then allow you to continue using Runewords in Single Player with the new file structure utilized in Patch 1.14 [personally tested as of 2016-06-06].


Tip: Dont forget to add "-direct" and "-txt" to the Shortcut Properties for the "Diablo II.exe", if needed, so that the end of the Shortcut Target line looks like this:
... Diablo IIDiablo II.exe" -direct -txt


Enjoy - and See You In The Game sometime on BattleNet!



[Personal Log, Regarding Addons, Mods and Utilities: Just a quick mention of my remark regarding without any addons above - I have used Addons, Mods and Utilities in the past, with games, and will likely do so in the future - however, mostly for security reasons, I normally do not and usually advise others against them at first. I realize that most of them are safe, hence my own usage of addons, mods and utilities at times; but because of the chance to encounter security risks, I usually advise against them initially, if people ask me for input. In the end though, most Addons, Mods and Utilities for most games are Safe and offer great functionality, the result of many hours of hard work that their creators have poured into them (if you use Addons or Mods or Utilities for games and you liked them, let their creators know, if you can)]


[Because this post is over a year old now, I have made a newer one (here at the blog, in June/July 2016) talking about this process again, with a bit more detailed instructions (a few screenshots showing the process) - along with my experiences of installing/playing D2 in Windows 10 - if its not on the front page anymore, that article can be located by going direct to the blog posting here.]


� [It seems that certain Runewords were not working for some people, according to various forum posts, using Add-Ons and other methods. For example, the Runeword EDGE, did not work for some. I have personally created INSIGHT and other Runewords, so this was puzzling. I investigated this potential limitation and found that it may be due to either limitations in the Add-On/Program being used, or the Runes.txt file itself containing Commas, which can occur if the file is opened in a Spreadsheet application (which may turn the file into a Comma-delimited format (using Commas to separate sections)) - be sure to utilize my methods above and the text direct from my Pastebin source (copying it into a Text file or downloading it as a Text file), or use the text I re-pasted into a Code area at my newer article on this, here, copying it in to a Text file and placing it into the Data/Global/Excel subfolder. As of 2016-07-06 I personally tested the Runeword EDGE and it worked using these methods. I hope it works for you as well!] 


Read more »

Disable touchpad in Ubuntu 11 04 Natty Narwhal

Disable touchpad in Ubuntu 11 04 Natty Narwhal




One of the most irritating things I have experienced in Ubuntu 11.04 was the inability to disable touchpad. Though my laptop has a hardware button to toggle touchpad, it never worked in Ubuntu.  When I was typing something, in most occasions an accidental touch of the touchpad caused the cursor to move somewhere else and part of the typed text ended up in nowhere.
But later I found this amazing little program called touchpad-indicator which can REALLY toggle touchpad status in Ubuntu. To install it use the following commands on terminal.

sudo add-apt-repository ppa:atareao/atareao
sudo apt-get update
sudo apt-get install touchpad-indicator

After the installation go to Applications -> Accessories -> Touchpad-Indicator and run the application (figure 1). It will create a launcher in the top panel. Click on it and select Preferences. Then set the desired options.


figure 1
Dont forget to assign a keyboard shortcut (figure 2) before you finish editing preferences. Otherwise once you disable the touchpad, you wont be able to enable it unless you have a mouse connected to the computer.
figure 2
 Hope this will be helpful !
Read more »

Dictzip dependency problem in LinuxMint13xfce

Dictzip dependency problem in LinuxMint13xfce


A handy Dictionary is added in Linuxmint13xfce by default. I have tried to install local dictionary files with some offline deb files. I collect them from another computer where dictzip is installed via Synaptic package manager. That was an LinuxMint13 Mate machine. I collect all deb files from "/var/cache/apt/archives" folder. I use the famous installation command: sudo dpkg -i *

But, suddenly something goes wrong. Dictionary file installation has crashed. I think it is a version issue. So, I would like to do the same process from beginning. I know, now I have to fix the broken package. I open Synaptic package manager. It shows a message, which says:
You have 2 broken packages on your system! Use the "Broken" filter to locate them.
Two broken package linuxmint13 xfce
Two broken package linuxmint13 xfce

The broken packages are shown below.
Dictzip wordnet-gui dependency problem in LinuxMint13xfce
Dictzip wordnet-gui dependency problem in LinuxMint13xfce
I tried to fix the problem taking the help of this post Software index is broken, but nothing solved. The messages shown in terminal look like the text below.
dpkg: dependency problems prevent configuration of dictzip:
 dictzip depends on libmaa2 (>= 1.2.0); however:
  Package libmaa2 is not installed.
dpkg: error processing dictzip (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                          dpkg: dependency problems prevent configuration of wordnet-gui:
 wordnet-gui depends on wordnet (= 1:3.0-22); however:
  Version of wordnet on system is 1:3.0-26.1.
dpkg: error processing wordnet-gui (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                          Errors were encountered while processing:
 dictzip
 wordnet-gui
W: Waited for dpkg --assert-multi-arch but it wasnt there - dpkgGo (10: No child processes)
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
dpkg: dependency problems prevent configuration of dictzip:
 dictzip depends on libmaa2 (>= 1.2.0); however:
  Package libmaa2 is not installed.
dpkg: error processing dictzip (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of wordnet-gui:
 wordnet-gui depends on wordnet (= 1:3.0-22); however:
  Version of wordnet on system is 1:3.0-26.1.
dpkg: error processing wordnet-gui (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 dictzip
 wordnet-gui
I am really sorry to say that I can not figure out the problem.
Read more »

Monday, July 3, 2017

Diplopundits Best Photos The Foreign Service in 2011

Diplopundits Best Photos The Foreign Service in 2011



Below are some of our favorite photos of 2011, in no particular order. The photos are available through Flickr, FB, and the occasional ambo blogs. 

How high can you jump, Mr. Ambassador?

US Ambassador to Azerbaijan, Matt Bryza jumping over a bonfire
during the celebration of Novruz Bayram
Photo from US Embassy Baku/Flickr
Pancake Special with Lochman Smile

U.S. Consulate General in Calgary memorialized the tragic events of September 11, 2001.
Consul General Lochman serves pancakes to first responders and CF personnel
Via US Consulate General Calgary/Flickr

A moment in time in Laos
Ambassador to Laos Karen Stewart during her visit to
Phalak, a village of mostly Hmong people who returned to Laos from Thailand
Photo from Than Thoot Karen!
Can you say run in Cambodian?
A U.S. Marine plays a game with children during a community service project at
the Help the Cambodian Children Goodwill Center.
Photo from US Embassy Cambodia/FB


Its a boat! Its a plane! Its Kristie Kenney!
U.S. Ambassador to Thailand Kristie Kenney during
the most recent Thailand floods
Photo via US Embassy Bangkok/FB

NOTE: This photo of Ambassador Kenney as she parachutes over the central
region of Lopburi with a military instructor after jumping from a Thai military helicopter
would have been our pick except that it is an AFP photo(photo now posted by US Embassy Bangkok/FB, so well add it here)
Is that really what you want?

U.S. Ambassador Dan Shapiro and his daughter Merav on a shopping tour for the four
species and decorations for their Sukka in Rabin Square, Tel Aviv.
Photo from US Embassy Tel Aviv/Flickr

Is this man going to give me the gift or what?
Consul General (CG) Karachi Bill Martin visits flood victims at a relief camp and a goods
distribution site in the hardest-hit area of Tando Allahyar on October 26, 2011.
Photo from US ConGen Karachi/Flickr

Force of nature

Taken during the US response to the Christchurch Earthquake
Photo from US Embassy NZ/Flickr

Getting ready for the big day

Ambassador and Mrs. Mark Brzezinski just prior to his
presentation of credentials to His Majesty King Carl XVI Gustaf
of Sweden on November 24, 2011
Photo from US Embassy Sweden/Flickr

Four monks and the cherry trees
Four Buddhist monks, who live in North Carolina, photograph each other
among the cherry trees in Washington, D.C. The men are originally from Thailand
Photo from US Embassy Tokyo/Flickr

Do they make them that young now?

Boy in uniform during Ambassador Gene Cretz
visit to Misurata, Libya
Photo via state.gov/Flickr
Just between us, are we ever leaving Afghanistan?
Grover (Kajkoal) welcomes U.S. Ambassador Ryan Crocker to the French Cultural Center
for the launch event of the Baghch-e-SimSim on Wednesday, November 30, 2011
Photo from US Embassy Kabul/Flickr


To Diplopundits friends and readers, may your holidays be merry and filled with joy in the company of loved ones and good friends. Our thoughts and good wishes also go to our men and women in uniform who are still in Afghanistan, and our Foreign Service personnel in
high stress/high threat/unaccompanied posts around the world.








Read more »

Sunday, July 2, 2017

Differences in default RMAN configuration settings between 12c and 11g

Differences in default RMAN configuration settings between 12c and 11g


I wanted to write a post on configuring the RMAN environment using the SHOW and CONFIGURE commands in Oracle Database 12c, but after few commands I decided to investigate about the differences on default RMAN settings between the versions 10g, 11g and 12c.

Here are part of my results: the second part will be written in the next post.

Comparing the output of the SHOW ALL command while connected to a container database...
[oracle@vsi08devpom ~]$ export ORACLE_SID=CDB001
[oracle@vsi08devpom admin]$ sqlplus system/oracle@CDB001

SQL*Plus: Release 12.1.0.1.0 Production on Thu Sep 26 09:10:50 2013

Copyright (c) 1982, 2013, Oracle. All rights reserved.

Last Successful login time: Tue Jul 16 2013 13:43:48 +02:00

Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options

SQL> show con_name

CON_NAME
------------------------------
CDB$ROOT

[oracle@vsi08devpom ~]$ rman target /

Recovery Manager: Release 12.1.0.1.0 - Production on Thu Sep 26 09:12:42 2013

Copyright (c) 1982, 2013, Oracle and/or its affiliates. All rights reserved.

connected to target database: CDB001 (DBID=4134963396)

RMAN> show all;

using target database control file instead of recovery catalog
RMAN configuration parameters for database with db_unique_name CDB001 are:
CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
CONFIGURE CONTROLFILE AUTOBACKUP ON; # default
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO %F; # default
CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE MAXSETSIZE TO UNLIMITED; # default
CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
CONFIGURE ENCRYPTION ALGORITHM AES128; # default
CONFIGURE COMPRESSION ALGORITHM BASIC AS OF RELEASE DEFAULT OPTIMIZE FOR LOAD TRUE ; # default
CONFIGURE RMAN OUTPUT TO KEEP FOR 7 DAYS; # default
CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
CONFIGURE SNAPSHOT CONTROLFILE NAME TO /opt/app/oracle/product/12.1.0/db_1/dbs/snapcf_CDB001.f; # default
... with that one executed on a 11g database...
[oracle@localhost orcl]$ rman target /

Recovery Manager: Release 11.2.0.2.0 - Production on Wed Sep 25 08:12:17 2013

Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.

connected to target database: ORCL (DBID=1229390655)

RMAN> show all;

using target database control file instead of recovery catalog
RMAN configuration parameters for database with db_unique_name ORCL are:
CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
CONFIGURE CONTROLFILE AUTOBACKUP OFF; # default
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO %F; # default
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE SBT_TAPE TO %F; # default
CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
CONFIGURE MAXSETSIZE TO UNLIMITED; # default
CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
CONFIGURE ENCRYPTION ALGORITHM AES128; # default
CONFIGURE COMPRESSION ALGORITHM BASIC AS OF RELEASE DEFAULT OPTIMIZE FOR LOAD TRUE ; # default
CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
CONFIGURE SNAPSHOT CONTROLFILE NAME TO /home/oracle/app/oracle/product/11.2.0/dbhome_2/dbs/snapcf_orcl.f; # default
... I can notice there are two main differences.
CONFIGURE CONTROLFILE AUTOBACKUP ON; # default
CONFIGURE RMAN OUTPUT TO KEEP FOR 7 DAYS; # default













On 12c the CONTROLFILE AUTOBACKUP is by default turned on, so at the end of every RMAN backup or after structural changes for databases in ARCHIVELOG mode (eventually creating a single controlfile autobackup encompassing the latest structural changes performed in a short period of time), RMAN automatically backs up the controlfile.
Since Oracle Database 10g release Oracle recommends you enable the control file autobackup feature, but in 10g and 11g the default option of the CONTROLFILE AUTOBACKUP feature is OFF.

Ive so tried to execute the SHOW ALL command on a 12c Non-Container database and here is the output:
[oracle@vsi08devpom ~]$ export ORACLE_SID=ORCL

[oracle@vsi08devpom admin]$ sqlplus system/oracle@orcl

SQL*Plus: Release 12.1.0.1.0 Production on Thu Sep 26 09:00:16 2013

Copyright (c) 1982, 2013, Oracle. All rights reserved.

Last Successful login time: Thu Aug 08 2013 12:16:46 +02:00

Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options

SQL@ORCL> show con_name

CON_NAME
------------------------------
Non Consolidated

[oracle@vsi08devpom ~]$ rman target /

Recovery Manager: Release 12.1.0.1.0 - Production on Thu Sep 26 09:02:14 2013

Copyright (c) 1982, 2013, Oracle and/or its affiliates. All rights reserved.

connected to target database: ORCL (DBID=1350603571)

RMAN> show all;

using target database control file instead of recovery catalog
RMAN configuration parameters for database with db_unique_name ORCL are:
CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
CONFIGURE CONTROLFILE AUTOBACKUP OFF; # default
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO %F; # default
CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE MAXSETSIZE TO UNLIMITED; # default
CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
CONFIGURE ENCRYPTION ALGORITHM AES128; # default
CONFIGURE COMPRESSION ALGORITHM BASIC AS OF RELEASE DEFAULT OPTIMIZE FOR LOAD TRUE ; # default
CONFIGURE RMAN OUTPUT TO KEEP FOR 7 DAYS; # default
CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
CONFIGURE SNAPSHOT CONTROLFILE NAME TO /opt/app/oracle/product/12.1.0/db_1/dbs/snapcf_ORCL.f; # default

I then took a look at the "Backup and Recovery Reference 12c Release 1 (12.1)" guide and it confirms that:
"By default, control file autobackups are turned on for CDBs and turned off for non-CDBs."

The second difference is the new RMAN OUTPUT TO KEEP FOR integer DAYS command.

From the same documentation guide "...When you configure output logging to integer days, any logging entry that is older than integer days is deleted from both the RC_RMAN_OUTPUT and V$RMAN_OUTPUT views."

According to what I have observed today I can conclude:
on page 88 of the "Backup and Recovery Users Guide 12c Release 1 (12.1) E17630-13", the example 5-1 SHOW ALL Command is the same of the "Backup and Recovery Users Guide 11g Release 2 (11.2) E10642-06" on page 82 and that output is related to a Oracle Database 11g version (the 10g doesnt print the first line "RMAN configuration parameters for database with db_unique_name PROD1 are:").

Im going to write a post on the related Oracle forum.

Thats all.
Read more »

Thursday, June 29, 2017

Devil May Cry 3 Dantes Awakening PC In Mediafire

Devil May Cry 3 Dantes Awakening PC In Mediafire




Download Link
1. http://www.mediafire.com/?tnn3egmnnko
2. http://www.mediafire.com/?zzjzxglznwz
3. http://www.mediafire.com/?zmodxydtrmj
4. http://www.mediafire.com/?t4f2myklyyt
5. http://www.mediafire.com/?zfj0m25mmqr
6. http://www.mediafire.com/?mxhnyenmoz0
7. http://www.mediafire.com/?0mznf5m2cky
8. http://www.mediafire.com/?vjytncz2zzm
9. http://www.mediafire.com/?n5dyjymjljj
10. http://www.mediafire.com/?nz32jeqyjyk
11. http://www.mediafire.com/?dgu0yninimm
12. http://www.mediafire.com/?mdqjozgtznh
13. http://www.mediafire.com/?wt3qjnxzjj2
14. http://www.mediafire.com/?qoie0onjyej
15. http://www.mediafire.com/?mlmdzzgqz5k
16. http://www.mediafire.com/?grdnjwjyego
17. http://www.mediafire.com/?jvnzkmd5zhm
18. http://www.mediafire.com/?2ymzykkbzgz
19. http://www.mediafire.com/?cnjuyzzmmnz
20. http://www.mediafire.com/?zzzmyknowzh
21. http://www.mediafire.com/?jazkinf2hmk
22. http://www.mediafire.com/?nigotugdmej
23. http://www.mediafire.com/?wrt2ymyz1hy
24. http://www.mediafire.com/?yyoyymzmnau
25. http://www.mediafire.com/?nzzlzmmjmdt
26. http://www.mediafire.com/?jwwejzudql4
27. http://www.mediafire.com/?3yoyzynh2ul
28. http://www.mediafire.com/?kzyomrzdt1m
29. http://www.mediafire.com/?jjz2wgyjjzd
30. http://www.mediafire.com/?i2njzom4rz1
31. http://www.mediafire.com/?cmgmbmzedim
32. http://www.mediafire.com/?zoj4nnndetm
33. http://www.mediafire.com/?nmdhmjokiw3
34. http://www.mediafire.com/?2jhyzmnnq5g
35. http://www.mediafire.com/?y1yzdqdntxm
36. http://www.mediafire.com/?ljznzxmmdjg
37. http://www.mediafire.com/?dynn0odz2yy
38. http://www.mediafire.com/?t4nlleij5c2
39. http://www.mediafire.com/?mzjczmmjjiw
40. http://www.mediafire.com/?jmmwime05mz
41. http://www.mediafire.com/?t1rjnatuihy

Mohon Maaf!! Disini Ada Peringatannya!! nnti klian CliCk I Agree Aja!!
Oke!
Note: Apabila Ada Passwordnya : www.netkingvn.com
Read more »

Wednesday, June 28, 2017

Difference between echo and print in PHP

Difference between echo and print in PHP



PHP echo and print both are PHP Statement.

Both are used to display the output in PHP.
Difference Between Echo And Print In PHP
echo
  • echo is a statement i.e used to display the output. it can be used with parentheses echo( ) or without parentheses echo.
  • echo is faster then print
  • Using echo can pass multiple string seperated as ( , )
  • echo doesn�t return any value
Eg i
 <?php
$name="Ravi";
echo $name;
//or
echo ($name);
?>

 Output: Ravi

In the above example
Create and initialize variable($name) hold a string value=�Ravi�. we want to print the name for this ($name) variable declare inside the echo with or without parentheses .
it will display the same output.
Eg ii (pass multiple argument)
 <?php
$name = "Ravi ";
$profile = "PHP Developer";
$age = 25;
echo $name , $profile , $age, " years old";
?>

 Output: Ravi PHP Developer25 years old

In the above example
$name , $profile and $age are three variable with value=(�ravi� , �php developer� and 25) respectively.
now we want to print all three variable values together. all variables names are define inside the echo statement separated by comm or dot(, or .)
it will show the output
Eg iii (check return type)
 <?php
$name = "Ravi ";
$ret = echo $name;
?>

 Output: Parse error: syntax error, unexpected T_ECHO

In the above example
In this program we check the return type of �echo�. declare a variable $name with value=�ravi�.
now we check the return type. when we run the program it show error,because echo has no return type.
print
  • print is also a statement i.e used to display the output. it can be used with parentheses print( ) or without parentheses print.
  • it is slower than echo
  • using print can doesn�t pass multiple argument
  • print always return 1
Eg i
 <?php
$name="Ravi";
print $name;
//or
print ($name);
?>

 Output: Ravi

In the above example
Declare a variable ($name) value=�ravi�. now we want to print the name. we simply define $name inside print statement with or without parentheses.
it will show the output: �ravi� .
Eg ii (pass multiple argument)
 <?php
$name = "Ravi ";
$profile = "PHP Developer";
$age = 25;
print $name , $profile , $age, " years old";
?>

 Output: Parse error: syntax error
In the above example
Declare three variable $name, $profile, $age and hold the value(�ravi�,�php developer�,25).
now check whether it will allow execute multiple argument. Pass three variable inside the print statement separated by comma. as we run this program it show some error.
it means multiple argument are not allow in print .
Eg iii (check return type)
 <?php
$name = "Ravi ";
$ret = print $name;
//To test it returns or not
echo $ret;
?>

 Output: Ravi 
In the above example
declare a variable $name hold value=�ravi�.now we check the return type of print .
So (print $name )is store in a variable($ret) .
it will show $name value with return type=1.
Read more »