Showing posts with label use. Show all posts
Showing posts with label use. Show all posts
Monday, September 18, 2017
Two excuses IT professionals use
Two excuses IT professionals use
The following excuses are used frequently by IT professionals as a scape goat for not letting you do something they dont want you to do, or to lay blame on problems they dont know how to solve.
The second excuse will be used to explain why they wont let you have the program even before youve installed it. They will insist that every program you want is a security risk.
This is not to say that there are not legitimate reasons for the IT staff at your work to deny you from having no other programs installed except the ones they provide. A good security policy, in my opinion, is to set up an employees computer in a manner that is consistant with their work duties, and then lock it down very tight so the user does not have access to add or remove software, or make any system changes. However, these reasons should be properly articulated using facts and valid arguments, not scape-goats and non-truths.
- Your problems are caused by these other applications that I dont support.
- I cant allow you to do that, or have that software because it is a security threat.
The second excuse will be used to explain why they wont let you have the program even before youve installed it. They will insist that every program you want is a security risk.
This is not to say that there are not legitimate reasons for the IT staff at your work to deny you from having no other programs installed except the ones they provide. A good security policy, in my opinion, is to set up an employees computer in a manner that is consistant with their work duties, and then lock it down very tight so the user does not have access to add or remove software, or make any system changes. However, these reasons should be properly articulated using facts and valid arguments, not scape-goats and non-truths.
download file now
Labels:
excuses,
it,
professionals,
two,
use
Thursday, September 7, 2017
Unable To Use Product Key For Clean Install Fix it Error 0xC004F061
Unable To Use Product Key For Clean Install Fix it Error 0xC004F061
Microsoft follows the policy of one key for one Windows activation. This means only a single key can be used for one installation. Suppose you installed Windows on multiple hard drives of a same computer, you won�t be able to activate all copies, using the same key, because of this policy. Again, some keys can be used for upgrading your Windows only and not for new clean installations. If you, you may get an Invalid Product Key Error Code: 0xC004F061.
Invalid Product Key Error Code: 0xC004F061
Since you�ve bought new license, such error shouldn�t be faced. But unfortunately if you�re facing one, then we�ll tell you the way to fix it, here is how:
FIX : Error 0xC004F061
1. Press Windows Key + R combination, type put Regedt32.exe in Run dialog box and hit Enter to open the Registry Editor.
2. Navigate to the following location:
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Setup/OOBE
3. In the right pane of this location, you�ll see MediaBootInstall named DWORD, which is having Value data as 1. Double click on this DWORD to modify it:
4. In the above window, replace the Value data to 0 from 1. Click OK. Close the Registry Editor.
5. Now open administrative Command Prompt, type following command:
slmgr /rearm
6. After hitting above said command, hit the Enter key and you�ll receive following prompt:
7. In case you�re asked to enter product key, then do it and reactivate Windows. Click OK in above shown window and reboot the system. After reboot, your error should be fixed now.
Hope this helps!
http://droid-dna.blogspot.in/
download file now
Thursday, August 31, 2017
Ubuntu Use Centered Windows
Ubuntu Use Centered Windows
Ubuntu defaults to having your applications launch in different locations of your screen based on unused screen space, rather than to consistently appear in the center of your screen. I can see how this is useful for some, but it frustrates me. Here is how to change that.
Open Compiz.
Open up the "Place" plugin under "Window Management". 

Set Placement Mode to "Centered" 

download file now
Wednesday, August 30, 2017
Saturday, August 26, 2017
TSM I Betcha Didnt Use TradeSkillMaster for This!
TSM I Betcha Didnt Use TradeSkillMaster for This!
Hey folks!
Not everyone uses TradeSkillMaster, but if you are or even consider yourself a Goblin, an AHer, or....heh, heh, are a gold blogger that doesnt use TSM to sell your goods, you are waaaaaay behind the times. Download it from Curse, donate to Sapu and co. and set it up already!
Now to my point of this post. Since most of my readers are using TSM for something, whether its for your Gemmies, Chants, Gear Crafting, or Scribbling, I am probably guessing you had no idea what else to use it for.....Vendoring Flips (but I am also guessing that the cocky fuckers are gonna say "I have been doing that for a long time".....but I call bullshit on that one).
Do you buy and re-sell vendor goods? I am talking anything from Obsidium Hatchlings to Transmute: Primal Might. From Recipe: Redridge Goulash to Pattern: Comfortable Insoles. Whatever niche you hit, theres a quick way to post these...
Familiar with TSM? Easy to setup. The pics are from my Scribe....So bear with me a second:
Step 1: Go into your category (in this case, 4.2 glyphs in the pic below). Control click your "vendor goods" (in this case, my fermulahs) and go to the little Add button. *poof* They magically appear on the right side...Amazing, huh? No? Okay. Its still cool.

Step 2: POST!
*You can see its auto undercut to your settings in your group (or just make a new group, but I am showing you the easiest way, remember?)

Step 3: UHHHHH?!?!!?!
*Yes, my "fallback" when no glyphs are in the AH is 322g 55s. And yes, they do sell at that price....
Now if you do the quick and easy route, the vendor recipies/formulas, pets/etc, that you are selling will have an autofallback to your settings for the rest of the group.

I would recommend setting up a new group for your main "vendor" toon with all your route items. You might want to set up a specific group for the more "rare" formulas, one for pets, one for "generics" like good ol fishing poles, whatever your liking. However if you are just doing a few, and not a hundred, just follow the steps above for a quick cancel/repost, scans, ect. Did I mention I love TSM?!
If you are new to the vendor flipping market, there are a few addons you might like. I have used Recipe Profit for Gathermate for some time, but its broke since 4.3. A little searching showed "Recipe Radar", which claims to be updated for 4.3, so a test might be in order on that one. If you hate addons, here are a few posts dedicated to vendor runs that are on my favorites:
Kathros Thunder Bluff
Sinshrouds Outland Supply
Hope you learned something today kiddos. Now leave an apple at my desk when the bell rings. No homework for tomorrow, but you have a test next week.
Now that I am thinking about it, Sapu, I wonder how hard it might be to rock out a VendorMaster Addon? Its a stretch, but would be interesting nonetheless.
download file now
Monday, August 21, 2017
Ubuntu 12 04 Set Docker To Use the LXC Container Engine
Ubuntu 12 04 Set Docker To Use the LXC Container Engine
As of Docker 0.9, docker does not use LXC by default for the container engine. However, one may find it useful to do so, in order to attach to running containers with a new TTY.
Method 1 - Installation Script
Simply copy the following script into a file and execute it with
sudo bash my-script.sh
#!/bin/bash
# Ensure running bash not sh etc
if ! [ -n "$BASH_VERSION" ];then
echo "this is not bash, calling self with bash....";
SCRIPT=$(readlink -f "$0")
/bin/bash $SCRIPT
exit;
fi
# Ensure running as root user
USER=`whoami`
if [ "$USER" != "root" ]; then
echo "You need to run me with sudo!"
exit
fi
apt-get update && apt-get install lxc -y
echo DOCKER_OPTS="-e lxc" >> /etc/default/docker
service docker restart
Method 2 - Manual Steps
Ensure that you already have LXC installed by running the following command
sudo apt-get install lxc -y
Edit the /etc/default/docker file and adding "-e lxc" as shown below: 

Restart the docker service by running
sudo service docker restartor by rebooting the server
References
- Bindable - Make lxc-attach work again with docker 0.9
- Stack Overflow - Docker-enter-running-container-with-new-tty
download file now
Friday, August 18, 2017
Twitter Personal vs Business Use
Twitter Personal vs Business Use
@matthewcornell asked "do you use Twitter for personal updates (Im at the __) or quotes/information, or...?"
A few thoughts. Just yesterday my wife Liz and I were talking about this. I had set up Twirl on her computer so she would see my tweets
download file now
Thursday, August 10, 2017
Tutorial on How to use Garena Hostbot
Tutorial on How to use Garena Hostbot
Step 1
Download the lastest Garena HostBot by GarenaHack-er
Step 2
Install (the ports of your router must be open, if dont, use uncle GOOGLE)
Step 3
Go to your instalation folder and run configurator.exe
1.- Make sure your war3 path is correct. if not, click "change...", to change it
2.- Select a map from your warcraft IImapsdownload directory.
3.- Type in your garena username
4.- type in the game name
5.- Select other option if you like
6.- Click "Set"
Step 4
Login to garena and enter to a room
Step 5
Run garena hostbot (in win7... RIGHT CLICK --- RUN AS ADMINISTRATOR)
Step 6
1.- In the tabs OPTIONS
2.- make sure your garena path is correct.
3.- if not, click in the square of the right
Step 7
1.- press "run"
2.- press "hook Garena now" (2 times?) and the buttom will change to "Unhook garena now"
Step 8
Go and play.
download file now
Subscribe to:
Posts (Atom)