Upload photo to your flickr through Juploadr
July 20, 2008
if you have flickr account, maybe you would like to upload your photo there. Well now there is this tools that allow you to upload it even easier. Its name is jUploadr
firstly you have to download the file here . And then open your terminal and extract it
[root@localhost jacobian]# tar zxvf jUploadr-1.1.2-linuxGTK-i386.tar.gz
and then you gonna have to change to jUploadr directory and change the file permission
[root@localhost jUploadr-1.1.2-linuxGTK-i386]# chmod 754 jUploadr
and then run it from your konsole
[root@localhost jUploadr-1.1.2-linuxGTK-i386]# ./jUploadr

to upload your photo just drag a picture and place it in jUploadr and click upload. Have fun then.
PS: jUploadr is an executable file, so it can only be run from konsole
A review of windows powershell
July 20, 2008
ok I have to admit that windows is beginning to interest me, microsoft just launched a new shell named powershell for all the command line geek out there. I am now beginning to like using it, because of it robustness and also it’s command line oriented. I can even use almost all the command in linux in powershell (i.e cp, ls, mv ,etc). For me powershell is almost the same as BASH in linux, so I can administered my windows system properly without having to go through GUI.
here are reason why powershell differ from bash
1. bash is a tiny little shell which ties together thousands of
applications designed to process text.
2.powershell is an object-oriented scripting language and command
console, which passes objects (not text) from one command to the next ….functionally, they can do many of the same things ….
On Windows, PowerShell is far superior because it gives you access to the
windows management instrumentation which is object-based, not text-based. In fact, as a general scripting language, PowerShell is far
superior, because it’s fully capable as a programming language, with
full access to the .Net framework … so in a sense, it’s like Bash + Perl
source : #powershell at freenode








