A computer or Laptop should be configured with right IP address and DNS server for internet to work properly. There are many configurations involved when we set a new wired or wireless network. Starting with I.P address, Subnet Mask, Default Gateway and DNS server.
Continue reading
Transfer and Download Files via WAP to your Cell Phone
When a new cell phone is purchased, it is a common practice to get latest ringtone, apply themes and wallpapers. You will find whole lot of websites that offer ringtones, themes and wallpapers for free download.
Continue reading
SSH Linux Server from Firefox Browser with FireSSH Addon
Secure Shell or SSH is network protocol that allows exchange of data through secure channel between two networked devices, usually Linux or Unix Systems.
SSH to any device is done through Client Software like Putty or Secure CRT. Continue reading
How to Change Default SSH Port 22 in Ubuntu or Debian?
Hackers always scan for servers running with default SSH port and try to connect using brute-force dictionary attack. Hackers make list of common used words and use them as password. These attacks are random and automated. If your password is weak and dictionary word, hacker might be lucky. By changing the default Port 22 you can prevent your system from being targeted.
One more scenario is sometimes work place, school or college default port will be blocked. To get ride of these issues it is better to change the default Port 22 to some random port number that is not currently in use.
Example: Port 80 will be used by Web server and Port 25 is used by Mail server. So make sure that port number which you assigned is not used by any other application in your server.
To change the port edit /etc/ssh/sshd_config with vi or nano.
sudo vi /etc/ssh/sshd_config
or
sudo nano /etc/ssh/sshd_config
Port 22 – Change to default port 22 to some random number that is not currently in use.
After changing the port, save the changes and restart sshd service:
sudo /etc/init.d/ssh restart
You should now be able to SSH into your server using the new port number. If you have iptables or firewall configured in your server make sure to update the new port number.
Browse Websites within Thunderbird Email Client with ThunderBrowse Addon
Thunderbird is an Open Source Desktop Email Client developed by Mozilla Foundation. It is well known for its Themes and Addons developed by huge community of Open Source Developers.
When users are tired of using Microsoft Outlook and are in search of Alternative Desktop Email Client, they choose Thunderbird. Apart from receiving and sending mails users can do whole lot of work like create Folders, Filters, Apply Themes and use Thunderbird Addons to make work easier.