An Easier Way to Generate A Public/Private SSH Key Via a GUI [Linux]

seahorse-mainPreviously, I showed you the way to generate a public/private SSH key so you can connect to your remote host securely. The method that we used is via the terminal, which can be rather unfriendly (and scary) to the Linux newbies. Here is an easier method of setting up your public/private SSH key, with a GUI.

I am not sure about any other distro (as I have not tried them all), but in Ubuntu, the default keyring manager (also known as seahorse) comes with the ability to create public/private SSH key and help you set it up in the server.
[Read more...]

How to Generate A Public/Private SSH Key [Linux]

ssh-iconIf you are using SSH frequently to connect to a remote host, one of the way to secure the connection is to use a public/private SSH key so no password is transmitted over the network and it can prevent against brute force attack.
[Read more...]

How to Multitask at the Linux Command Line with Screen

screencli-smallI’ll admit up front – it’s embarrassingly late for me to have discovered screen. Friends and coworkers have been suggesting it to me for years, but it wasn’t until recently that I had a concrete need for it. Now I wish I’d had it all along. In short, screen gives you the equivalent of the “workspaces” you find in Gnome, KDE, and other desktop environments, but for the command line. It may not sound like much, but like the graphical equivalent, you begin to see the power after a few uses. Today we’re going to cover some screen basics useful for your home desktop but especially useful if you use remote access tools like SSH.
[Read more...]

How to Remotely Control KTorrent

Ktorrent iconKTorrent is KDE’s BitTorrent client that has a uniquely useful plugin allowing users to connect and add torrents remotely using a web browser. In a previous post, we gave you a taste of what Ktorrent can do. Today, you will learn how to start Ktorrent remotely, add torrents from URLs or file uploads, and make small settings changes to currently downloading files.
[Read more...]

Locked Out While Upgrading Your Gmail Call Phone? Try This Fix

gmail-callphone-locked-mainFor those who are looking for a free/cheap ways to make international call, Google has recently released the Gmail Call Phone feature that you can use to make phone call to any numbers in the World in your Gmail. I believe that most of you will have already played with it, and some of you (who are not located in the United States) might have even locked your account accidentally.

For those who are not aware of the incident, if you are not located in United States, and you click the “Upgrade your account” in the Google Voice dashboard, you will get the error message ”Google Voice is not available in your country”.
[Read more...]

How to Make Incremental Backups With Rsync

Grsync icon - two arrowsBacking up your information is very important to you, or at least it should be. One of my college professors once told me, “It is not a question of if your hard drive will crash; it is when your hard drive will crash.”

Rsync is a tool that allows you to keep two distinct directories in sync, either locally (two locations on the same machine, including attached devices) or remotely (local computer to server or even server to backup server). It is free and open source software and runs on Linux and most other Unix-like operating systems, including FreeBSD and Mac OS X.

Furthermore, those who prefer not to get their fingers dirty on the command line can use Grsync, a graphical frontend for rsync, available in most Linux distribution repositories.
[Read more...]

How to Make Your iPhone Secure After the Jailbreak

iphone-hacked-introLet me start this article by telling you about a person who was successful in attacking the vulnerabilities of phones on T-mobile Netherlands last year. There was not really a grave malicious intent on the side of the hacker except that he just wanted the people–whose iPhones were hacked–to know how vulnerable their gadgets were and he wanted them to pay 5 Euros to gain security for their iPhones. The hacker took advantage of the known root password (i.e. alpine) to get into jailbroken iPhones.

There are so many advantages which come when you jailbreak your iPhone. Some of them include the use of Twidget which enables you to view your tweets on lock screen and the use of Winterboard to let you manage the themes in your iPhone. Additionally, jailbreaking your iPhone will give you total control over your iPhone file system. However, once your iPhone is jailbroken, it will become vulnerable and less secure; you will need to take extra measure to retain its security.
[Read more...]

How To Take Secure Remote Backups Using SSH

ssh-padlockA couple of weeks back Damien posted an excellent tutorial on securing your internet connection using SSH. In his post, he explains what SSH is as well as the SSH Tunneling method that he uses to secure the internet traffic.

Today, I’ll be taking you through another tutorial that involves using SSH to take backups of your remote servers.
[Read more...]

How to Secure Your Internet Connection via SSH

ssh-secure-lockWouldn’t it be great if all the Internet connection in the World are secure and encrypted and you don’t have to worry about hackers sniffing your data in the network? Apparently, that does not exist in the real world. Most of the time, when you are using a public network, you are exposing yourself to thousands of hackers who are waiting for you to hand over your confidential data to them.

Luckily, there are several ways to encrypt your Internet connection on a public network, and one of my favorite is SSH tunneling. This may sound too technical a term for most of the casual users, but I can assure you that it is very easy to implement it.
[Read more...]

How to Use ‘remote:/’ KIO and KNetAttach

add-network-folderIn my post two weeks ago, I introduced you to KDE’s KIO slaves and gave you a brief overview of the services they offer. One of the KIO protocols is remote:/, which relies on KNetAttach to create virtual network folders.  With it, you can create folders for the following services:

1. WebFolder (webdav)
2. FTP
3. Microsoft Windows network drive (using Samba)
4. Secure shell (ssh)

Each one has its slightly unique features and requirements, and in this post, you will learn about each one.

There are two ways to start KNetAttach. One, which we already discussed, is to go to remote:/ in Dolphin or Konqueror. Then, simply click on Add Network Folder. The other method is to press Alt-F2, type “knetattach” and press Enter.
[Read more...]