Skip to main content

Posts

Sorting IP Addresses & Drag down IP Addresses formula in Excel

Sometimes you may need to assign IP address to your colleagues, and the range of IP address may generate from 192.168.1.1 to 192.168.10.1 for instance. What can you do to generate them easily? Actually, the normal Auto Fill feature cannot work with this, or you can just create them manually by entering them in cells one by one? In this article we will show you how to write formula to make Auto Fill (drag down formula) feature work for IP address. Also  IP address  sorting is not possible with normal sort feature,  In this article we will show you how to write formula to make sort feature work for IP address. How to use formula more efficiently and save time when using Excel?

Security Updates for Flash Player V- 20.0.0.267

Adobe has released security updates to address multiple vulnerabilities in Flash Player. Exploitation of some of these vulnerabilities may allow a remote attacker to take control of an affected system. For securing your pc/laptop it must be updated to its latest version - 20.0.0.267 . In order to do this please follow the below instructions (Please note that in Chrome browser, the plugin is updated automatically): 1.       please enter the following link: Adobe Flash Playerdownload . 2.       Remove the V from the optional offers checkboxes 3.       Click on the "Install now" button 4.       Save the installation file. 5.       Open your download folder and locate the Adobe Flash Player installer file. Then double-click on the installer to complete the installation. 6.       Choose " Notify me to install updates "...

How to Disable SSL for Webmin

Webmin is a Web application that enables administrators to manage Linux servers. Webmin runs on a Web server at port 10000. Miniserv is the name of the Web server application that handles the Webmin Web application. By default, Miniserv uses SSL. However, you can disable SSL for Webmin Miniserv by editing the configuration file for the Web application. With SSL disabled, you can access the Webmin application over a standard HTTP connection. Step 1 Open a terminal window on the Linux server. You can also SSH into the server if you do not have physical access to the machine. Step 2 Type the following command at the command prompt and press the “Enter” key: nano /etc/webmin/miniserv.conf This command opens the Miniserv configuration file in the Nano text editor.

Using SSL with Webmin Fix SSL error

SSL Error On First Access of Webmin on New Install - (Error code: ssl_error_rx_record_too_long) If you try to log into a new install and you receive this error: An error occurred during a connection to xxx.xxx.xxx.xxx:10000. SSL received a record that exceeded the maximum permissible length. (Error code: ssl_error_rx_record_too_long) It is because SSL is not configured for Webmin and it must be enabled. Solution: Because your Webmin login and password are normally passed between your browser and the server in unencrypted form, an attacker with access to any of the networks between the browser and server can easily capture your Webmin login. To prevent this, Webmin can be configured to use SSL to encrypt all of its network traffic. If you have yum support on your linux distribution following will resolve SSL issue. yum install openssl openssl-devel perl perl-Net-SSLeay perl-Crypt-SSLeay Else follow below method.

Internet Connection Sharing has been disabled by the Network Administrator. (Solved)

Problem: Logged in to computer with domain account has administrator privileges, and wanted to share my computer’s wifi to my mobile phone. When open the network sharing dialog, the dialog says: Internet Connection Sharing has been disabled by the Network Administrator.

Setting up a SFTP Server on Windows

I recently had to create an SFTP server on our work development system, and after doing a fair bit of Googling on the topic found a good solution. The solution is a combination of research done at differnt sites. It is this solution that I am sharing in hopes that it will help someone else. This tutorial will help you turn your Windows based system into a SecureFTP server. Background Secure Shell (SSH) is a program that lets you log into another computer over a network, to execute commands in a remote machine, and to move files from one machine to another. It provides strong authentication and secure communications over insecure channels. When using ssh, the entire login session, including transmission of password, is encrypted and therefore is very secure. You may have noticed that many webhosts allow ssh access. This means that you can login to their webserver and execute many UNIX commands (the ones they allow you access to) on your account. Not only can you connect ...

How to Fix Error Unable to Qualify My own Domain name

ERROR: # Oct 6 14:11:06 nibappsun08 sendmail[9825]: [ID 702911 mail.alert] unable to qualify my own domain name (nibappsun08) -- using short name Solution: The error is being caused because 'sendmail' is not configured properly to function as a bonafide mail server. You will see this message every time you reboot the server and it will eventually time out.