I’m recently looking for tabbed Putty connection instances, as it is becoming cumbersome for me to work with a lot of putty screens on my desktop moving from one connection instance to the next. Fortunately I found one and It is called Putty Connection Manager. The market for ssh clients seems to be split from Putty (Free) and Secure CRT (Which is not Free), but for me as long as it does the job well and I can work with it then why go for a commercial version. There are pros and cons of course but for the mean time Putty CM will suffice for my work style.
* Tabs and dockable windows for PuTTY instances.
* Fully compatible with PuTTY configuration (using registry).
* Easily customizable to optimize workspace (fullscreen, minimze to tray, add/remove toolbar, etc…).
* Automatic login feature regardless to protocol restrictions (user keyboard simulation).
* Post-login commands (execute any shell command when logged).
* Connection Manager : Manage a large number of connections with specific configuration (auto-login, specific PuTTY Session, post-command, etc…).
* Quick connect toolbar to quickly launch a PuTTY connection.
I recently forgot my Administrator password on one of my workstation and I need some of my important files in there. Good thing there’s a way to reset it. If you have your password reset disk then it will be handy and you will be online in no time. Or just buy a software to reset you administrator password better yet, just try this trick and it might still work. This password reset procedure will try to leverage the security hole found on Windows XP without moving your hardisk from one computer to another. This security hole unfortunately is still un-patched even if you are running the latest service pack 3. Get your Windows installer ready and your serial number before trying this procedure.
1. Place your Windows CD in your cdrom drive. Then press on any key to boot from your installer.
2. Setup will begin inspecting your computer until you are prompted to press enter to setup windows.
3. Accept the licensing agreement.
4. Select the option to repair your Windows installation by pressing R.
5. Let the repair run it will check your disk and copy the installation files.
Our latest development work for CabOperator Company Limited United Kingdom is out (http://www.caboperator.co.uk). Our booking system solution created for Cabsites an online marketing solution for private hire industry conceptualized by CabOperator is launched finally after 4 months of development work. The system which is developed using CakePHP framework provides an automated transaction logging, vehicle and driver management, automated user transaction notification and back office alert and one click driver and vehicle assignment. A user of the system will benefit for its ease of use, it tracks the users frequently visited places for convenience and automatically pulled it down from the list of destinations if a user opt to do so these records can be easily removed by deleting it in their profile. It also provides them of transaction logging and automatic dispatch email at the start of transaction and up to the confirmation of their bookings request.
For the back office users it provides them of automatic alert notification that a transaction has been requested by a user and an action is required for them to process the users request by assigning the type of vehicle requested and the driver assigned to fetch the user. A copy of the vehicle assignments is sent to the user including the type vehicle requested, the color of the vehicle, the plate number and the name of the driver assigned which makes all transaction fully automated.
Chaw is an application developed on CakePHP to handle some simple tasks needed for hosting code, providing information, and getting contributions from the world. It’s the repository for CakePHP rapid development framework and also home for everything useful for CakePHP developers like the debug_kit for CakePHP.
Here’s what I did to connect successfully to TheChaw repository, I use the GIT Extensions which can be found here: GIT EXTENSIONS I also use putty from the putty project download the complete package.
Create an SSH Key using Puttygen I use SSH-2 RSA 1024, save your private and public key to any directory. Make sure to enter a key phrase if you want to change it and also to secure it.
Copy your OpenSSH key (its the key that says: Public key for pasting into OpenSSH authorized key files) from your puttygen screen logged in to your account at the chaw repository http://thechaw.com and paste your SSH key in the field for the GIT in your account.
Most of the time a developer will need to test his programs against the production setup, to closely monitor the performance of the developed programs or if it will perform as expected when put into production. The best thing to do it is to enable Apache to mimic the production server setup so that the only thing a developer need to do is to transfer the files to the production server.
This is easily accomplished in Apache server using the virtual host configuration, wherein we can setup a server instance which exactly matched our production server. We just need to enable all the modules that we need and proceed in configuring the virtual host file.
Why do we need to enable virtual host?, you would say but apparently virtual host is needed if:
* you´re on multiple domains
* you need to test your projects with same configuration with the server
* test your projects without touching your public server
* you´re just organizing your projects into groups
* or setup a local copy of your blog or website
What do we need?, we need a server or a local computer running Apache either in Windows or Linux. Since most of us are developing using Windows we might as well use Windows using Apache Xampp for this setup.
1. In Apache we usually edit the httpd.conf to configure the virtual host file, but in Xampp it is a separate file being called inside the apache httpd.conf. You will find your httpd.conf in your drive where you installed Xampp in my case it’s in my D: drive under the xampp folder navigate through D:\xampp\apache\conf you will find there your httpd.conf.
2. Inside our D:\xampp\apache\conf directory we will see a folder named extra. These folder holds additional configuration for our apache server. Before the functions can be configurable inside the httpd.conf but now it is just being called inside the httpd.conf when we start the server. Configuration in this manner is much simple since we will immediately know in which part of the configuration, we have committed an error if our server suddenly doesn’t start. It is always a good idea to create a backup of the original file for reference or to restore it to original state if we commit an error.
Netbeans IDE 6.5 now officially supports FTP, if you are a fan of this development tool which has a lot of features for a free software there’s a lot of reason to thank the developers of this indispensable tool. I’ve been using netbeans since version 5.5, and now since the PHP support was released I’ve been using it a lot for most of my development works, and I’m glad they put ftp function in the
Here’s what you need to do to set up the FTP client:
On your project folder click properties > Choosing the Run Configuration Type
On the Run Configurations panel, choose Remote Web Site (FTP) from the Run As dropdown list. The hidden area for setting up the configuration displays.
Specifying the FTP Connection Settings
To create an FTP connection:
1. Click Manage next to the FTP Connection dropdown list. The Manage Remote Connections dialog box displays.
2. Click Add. The Create New Connection dialog box opens.
3. In the Connection Name field, enter the name of the new connection. In this example the connection name is x10hosting. Click OK. The Manage Remote Connections dialog box displays with the name of the new connection in the Connection Name display field.
4. From the Type dropdown list, choose FTP.
5. In the Host Name field, enter the FTP Server name as it is written in the FTP account creation confirmation message. In this example, the FTP server is website.com
Using sendmail is very useful in web development, to easily check if your mail scripts are working. Using it on desktop desktop environment will give you added benefit of sending e-mail from your own computer. However configuring sendmail in Windows environment will still require you to use your ISP’s mail server for purposes of relaying [...]
Now you can access our website directly by just click of a button. By installing our toolbar you can search our site directly or search on google. It will also enable additional features right in your browser like accessing our site rss feed. Play with games in our gadgets, access your e-mail, having a weather [...]
There are times that you need to analyze your data from your MySQL database, you can either connect from your database admin and export your data as CSV or you can do it directly by connecting Microsoft Excel to your MySQL database to query or fetch your data. To do this you need the to install and configure the ODBC (Open Database Connectivity) connector database driver. You can get it from here: MySQL-Connector-ODBC-5.1.5-win32.msi
Once you completed your download install the ODBC connector, once installed go to Control Panel > Administrative Tools > Data Sources (ODBC) >Add > Select MySQL ODBC 3.51 driver. and click finish.
After clicking finish configure your database connection by supplying the parameters being asked for:
* Port forwarding settings can be saved to and loaded from a profile. One can maintain multiple complex tunneling configurations without having to manually enter parameters before each session.
* Tunnelier minimizes its presence by displaying only a system tray icon when running in the background. If an error is encountered while the program is minimized, the icon reflects that.
* Command-line parameters are supported. Using command-line automation, a port forwarding session can be started from a link in the Startup menu without requiring any user interaction whatsoever.
Download Our Community Browser Toolbar