Posts

Showing posts with the label FAQ

VPN All things you want to know about.

Image
What is VPN VPN stands for Virtual Private Network. It is a technology that allows you to create a secure and encrypted connection over the internet from your device to another network. The main purpose of a VPN is to protect your online privacy and security by encrypting your internet traffic and hiding your real IP address, making it harder for anyone to track your online activities or steal sensitive information. VPNs are commonly used by individuals to access restricted websites or to bypass censorship, by businesses to securely connect remote workers to their corporate network, or by travelers to protect their internet connection when using public Wi-Fi hotspots. In summary, a VPN acts as a secure and private tunnel between your device and the internet, allowing you to safely browse the web and access online services as if you were physically connected to another network. How to use VPN Using a VPN is simple and straightforward. Here are the general steps to set up and use a VPN: ...

Howto enable SSH public key authentication on Ubiquiti AirOS v5.5.8 (e.g. Airgrid, NanoStation2)

About SSH Keys SSH keys provide a more secure way of logging into a Ubiquiti AirOS device with SSH than using a password alone. While a password can eventually be cracked with a brute force attack, SSH keys are nearly impossible to decipher by brute force alone. Generating a key pair provides you with two long string of characters: a public and a private key. You can place the public key on any server, and then unlock it by connecting to it with a client that already has the private key. When the two match up, the system unlocks without the need for a password. You can increase security even more by protecting the private key with a passphrase. Step One—Create the RSA Key Pair The first step is to create the key pair on the Aircontrol Server machine (OR it be your computer): ssh-keygen -t rsa

How to add bookmarks in Outlook Email?

Image
In Microsoft Word, the Bookmark feature can help you find or skip to a specific place at ease without scrolling through large blocks of text. Is the Bookmark feature available in Outlook? Of course, Yes! This article will show you how to add bookmarks in Microsoft Outlook, as well as go to or link to a specific bookmark in an email message.

Outlook fails to start with error: 'Microsoft Outlook' exited without properly closing your Outlook data file

Image
Sometimes After shutting down Outlook forcefully and trying to restart it, the following error is displayed: 'Microsoft Outlook' exited without properly closing your Outlook data file. 'Microsoft Outlook' must be restarted. If this error message recurs, contact support for assistance. Outlook then exits Solution: Run  Process Explorer  and choose "Find Handle or DLL" from the Find menu. Search for '.ost'. This will display all open handles to your Outlook data file. Choose to close all handles to your .ost file Start Outlook again optionally - run C:\Program Files (x86)\Microsoft Office\Office14\SCANPST.EXE

Fix for Unable to comment on Youtube videos

Image
On November 6, Google changed its YouTube property to only allow comments from Google Plus accounts. So basically if you want to comment on YouTube videos you must have a Google Plus account; but even after having a valid Google plus account some users face issue that they can't comment on YouTube videos.

Broadband Error Codes

If you are customer of broadband and using Bridge mode (or dialer mode) connection, you must have experienced these or at least some of these errors at least once in your system and then you keep scratching your head that what the hell went wrong when you were doing every thing accordingly. Stop scratching your head, because I am providing the solutions for those errors.                   Though it is a very vast topic but I will touch all the frequent coming error codes. I will take the error codes not according to ascending/ descending order, but according to frequency of error occurrence.

Error 651: How to Fix it in Windows 7/8

Image
If you are a windows user then it is possible that you have Face Error 651 Anytime. There are many windows user who get affected by this error code 651 while working online. If you are one of those windows user, then keep reading this article and carefully read out the following Detailed solutions which I have gathered after researching various websites, articles, forums etc. When using Windows 7 built-in PPPoE wizard with a modem working in bridge mode, it fails and error code 651 appears. The similar problem happens on Windows Vista or previous versions as well. For example, Error code 678 on Windows XP is equivalent to error code 651 on Windows 7. Error code 651 usually occurs when user tries to connect it’s broadband in windows 7 operating system. It shows a message that Your modem (or other connecting devices) has reported an error and Usually the message will be “Connection failed with error 651” .Fix Error 651 In such cases user tries to resta...

how to get process id attached with particular port in solaris

When you need to know process id attached with particular port use below command. pfiles /proc/* 2>/dev/null | nawk ' /^[0-9]*:/ { pid=$0 } /port: 7085 $/ { printf("%s %s\n",pid,$0);}' pfiles /proc/* is retrieving all processes file descriptors details 2>/dev/null is dropping out errors due to transient processes died in the meantime each line starting with a number followed by a colon reports the process id and details, it is stored in the awk pid variable when a line ends with the string port: <portnumber> (here is 7085), the corresponding pid variable is displayed. Note: you need the required privilege(s) to get port information from processes you do not own (root has all privileges).

Configure a client computer time synchronization

Configure a client computer for automatic domain time synchronization Applies To: Windows 7, Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2, Windows Server 2008, Windows Server 2008 R2, Windows Vista Some computers that are joined to a domain are configured to synchronize from a manual time source. Use the following procedure to configure a client computer that is currently synchronizing with a manually specified computer, to automatically synchronize time with the domain hierarchy.

Windows Server 2012 Essentials

Q: What is Windows Server 2012 Essentials? A: The latest version of Windows Small Business Server, Windows Server 2012 Essentials is a flexible, affordable, and easy-to-use server solution designed and priced for small businesses with up to 25 users and 50 devices that helps them reduce costs and be more productive. Windows Server 2012 Essentials is an ideal first server, and it can also be used as the primary server in a multi-server environment for small businesses. Windows Server 2012 Essentials enables small businesses to protect, centralize, organize and access their applications and information from almost anywhere using virtually any device. Additionally, Essentials has the ability to grow as your business grows, providing an elastic solution that allows you to purchase and then perform an in-place conversion to Windows Server 2012 Standard if your business needs change over time. Customers can use Windows Server 2012 Essentials as a platform...

How To Install HP LaserJet 1010 Printer on Windows 7

Image
HP LaserJet 1010 printer is a monochrome laser printer that handles printouts at up to 12 pages per minute for A4 sizes papers. It also delivers its first page out for 8 seconds and has 600 x 600 dpi printing resolution. It has a 150 sheet paper tray capacity and has a priority feed slot. If you happen to own an HP LaserJet 1010 but your desktop happens to have a Windows 7 operating system, then you might find yourself having a hard time installing your HP LaserJet1010 printer on it. That’s why for today’s article, we’re going to teach you on how to install the HP LaserJet 1010 printer on your Windows 7 computer. How To Install HP LaserJet 1010 Printer on Windows 7 Step 1 – Open the the windows taskbar, hover and click the Control Panel. Step 2 – Go to Hardware and Sound then proceed to Devices and Printers. Step 3 – Click add a printer then a window will pop out of your screen. Select and clickadd a local printer. Step 4 – From the list next to the “Use an existing port” then sele...

How to install phpMyAdmin in centos 5.x

In this Section of tutorial you will learn How to install phpMyAdmin in centos 5.4? & How to rectify common installation errors. First try to search package for PhpMyadmin by executing command "yum search phpMyAdmin"  ; if there is no showing phpMyAdmin packet we must install epel package. • rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm • yum install phpmyadmin • after installation visit to : http://192.168.1.1/phpMyAdmin/ • Edit the “root” user with password “password” on php my admin, then Login with username root and password “password”. • Edit the phpmyadmin.conf ; on /etc/httpd/conf.d/phpMyAdmin.conf You will see a lines like below, Comment Line deny from all Alias /phpMyAdmin /usr/share/phpMyAdmin Alias /phpmyadmin /usr/share/phpMyAdmin Directory /usr/share/phpMyAdmin/ order deny,allow #deny from all allow from 127.0.0.1 allow from 192.168.2.0/24 allow from ::1 /Directory

Notepad Hang When You Open Large Files

Image
Assume you have a 600MB text file that you need to modify. If you have ever tried to start editing a huge file in Microsoft Windows Notepad, you know that it can be annoying to sit by while Notepad takes hours to start up your computer file. The truth is, Notepad is simply not designed to handle huge information. Attempting to start a huge computer file in Notepad can cause unbearably slow loading time, lagging, and might even force Notepad to close down. SYMPTOMS: You will find following symptoms when you attempt to open large file in Notepad. You may receive the following message when you open a file with Microsoft Notepad: File (filename) is too large for Notepad; use another editor to change the file -or- The following error message may be displayed while you are editing a file in Notepad: Insufficient memory to continue this operation -or- When you attempt to use Notepad to open a large text file, Notepad may seem to stop responding (hang). If you attempt ...

13 Easy Steps to Install IIS 7 and Setup a Static Website

Image
IIS 7 in Windows Server 2008 is a completely different entity than it has been in the past. Why to install IIS? The most common answer is because you need a web server that is easy to configure and work with. Finally  Microsoft have created a version of IIS that will compete against Apache for functionality and performance. IIS 7 is a giant step forward for the IIS platform with the following enhancements: Modular Design   – In the past it was an all or nothing install for IIS, but not so anymore. With the ability to only load the modules that you need for server operation you increase both performance and security New Management Interface   – IIS 7 has a completely new interface that allows you to quickly and easily change the settings you need to for each site. Also in this version is the ability to edit all the website settings in a text based configuration file Share tasks with site owners   – If you are hosting multiple sites you can delegate administrativ...

logmein Installation Error 10048

I was trying to install the latest version of logmein free on a Windows Server 2003 machine. Installation got  right to the end where it tries to start the logmein service and it failed to start the service.  Trying to start it manually fails too with the text below.  Windows could not start the logmein service on the local computer  Error 10048 : Only one usage of each socket address protocol/network address/port) is normally permitted. When I Google & searched for solution, I didn't find any proper solution. Even Logmein community portal  http://community.logmein.com  doesn't include any proper KB on this.

ADF.LY NOT WORKING?

Image
adf.ly has been blocked in india I will show you the trick to open adf.ly links just follow a simple procedure mentioned below to open adf.ly links 1.open adf.ly link 2.it will not load anything 3.edit the url by adding v2. before the link 4.now the link opens normally 5.wait for 5 secs and skip ad 6.thats it , enjoy ;)

Windows Server 2003 Best practices

This post contains pointers to Windows Server 2003 support recommendations and tips. Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2 Best practices Active Directory Best practices Best practices for Active Directory Domains and Trusts Best practices for Active Directory Schema Best practices for Active Directory Sites and Services Best practices for Active Directory Users and Computers Best practices for assigning permissions on Active Directory objects Auditing Security Events Best practices Best practices for Backup Certificate Services Best practices Certificate Templates Best practices Connection Point Services Best Practices Best practices for disaster recovery Best practices for Disk Defragmenter Best practices for Disk Management Best practices for Disk Quotas Best practices for Distributed File System (DFS) DHCP Best Practices DNS best practices Encrypting File Syste...

Basic steps to troubleshoot AD

What are the basic steps to troubleshoot Active Directory (AD)? 1. DCDIAG To deploy an additional domain controller:   dcdiag /test:dcpromo /DnsDomain:domain_name.com /ReplicaDC To deploy a child domain: dcdiag /test:dcpromo /DnsDomain:child_domain_name. forest.com /ChildDomain Test the FSMO dcdiag /s:<DomainControllerName> /test:fsmocheck Check DNS dcdiag /test:dns Check for missing and duplicate SPNs as well as other errors dcdiag /test:checksecurityerror Check the rid pool dcdiag /s:server /v /test:ridmanager 2. NSLOOKUP Test SRV records cmd >  nslookup set q=srv _ldap._tcp.dc._msdcs. yourdomain.com _ldap._tcp.gc._msdcs. yourdomain.com _ldap._tcp.pdc._msdcs. yourdomain.com Command to Troubleshoot DNS Issues   3. Repadmin Disable replication repadmin /options <dc-fqdn> +DISABLE_OUTBOUND_REPL Enable replication repadmin /options <dc-fqdn> -DISABLE_OUTBOUND_REPL 4. W32TM Time sync issue in DC w32t...

Windows7 DVD with Service Packs Hotfixes

Image
How to create a custom  Windows7 DVD with Service Packs Hotfixes included In this guide, you will learn how to create your customized Windows 7 setup, using the autounattend.xml setup answer file your created on Customize Windows 7 Deployment guide . Do you want to build a Windows 7 DVD which is pre-configured to your needs, saving valuable setup time? Do you want to include other programs, the latest setup hotfixes and service packs?   Whatever your needs are, read on to learn more from our website who will teach you step-by-step creation of your customized Windows 7 DVD! Step-by-Step creation of custom Windows 7 DVD Pre-Requisites Windows 7 Customized setup folder on your Hard Disk (e.g. C:\Windows7) (e.g. A copy of your original Windows 7 DVD on your Hard Disk) CD Image GUI (free) by CyBerian. (Download  here ); ISO Buster (free)  to extract your Windows 7 DVD Boot Image; Optionally, an  Autounattend.xml file  created in...

Customize Windows 7 Deployment Automated Installation Kit

Image
Customize and Deploy Windows 7 pre-configured and automatically (unattended installs) with the Windows Automated Installation Kit In this section, you will learn how to customise and deploy Windows 7 so you, the OEM (Original Equipment Manufacturer) or the IT Administrator can deploy Windows 7 that meets your organisation's needs. Want to build a Windows 7 Image which is pre-configured with the Windows components (such as the Windows Fax service) that you need? Do you want to include other browsers, brand applications, configure how setup will install on your workstations? Whatever your needs are, read on  www.atoz-networking.blogspot.com  to learn more from our blog which will teach you step-by-step customized deployment of Windows 7!