Skip to main content

Posts

Showing posts from August 4, 2013

Install LEMP Server On Fedora 19:-

Install LEMP Server On Fedora 19:- -----------------------------------   Install LEMP Server On Fedora 19 LEMP is a combination of the operating system and open-source software stack. The acronym LEMP is derived from first letters of Linux, Nginx HTTP Server, MySQL database, and PHP, Perl or Python. We already have shown you how to install LAMP on many platforms. Install Nginx Nginx (pronounced engine-x) is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server written by Igor Sysoev . First login as root user to perform installation: $ su To install Nginx enter the following command in your terminal: # yum install nginx -y Enable Nginx service to start automatically on every reboot: # systemctl enable nginx.service Start Nginx service using the command: # systemctl start nginx.service Test nginx Open up your web browser and navigate to http://ip-address/ or http://localhost/ . You will see a screen

How To Easily Manage SSH/Telnet Connections With PAC Manager:-

How To Easily Manage SSH/Telnet Connections With PAC Manager:- ----------------------------------------------------------------------------------- PAC, Perl Auto Connector, is a Perl/GTK replacement for SecureCRT/PuTTY etc. (Linux SSH/Telnet). It provides a GUI to configure connections, users, passwords, EXPECT regular expressions, macros etc. Features: 1. Unique Linux application to implement SecureCRT’s functionality 2. Remote and local macros 3. Remotely send commands with EXPECT regexp 4. Cluster connections!! Connections on same cluster share keystrokes 5. Scripting support 6. Serial/tty connection via cu/tip/remote-tty connections 7. Pre/post connections local executions 8. TABS OR WINDOWS for connections 9. Proxy support 10. KeePass integration 11. Wake On LAN capabilities 12. Possibility to split terminals in the same TAB 13. Quick access to configured connections via tray menu icon 14. Best Linux GUI for SSH, Telnet, SFTP, rdesktop, VNC, cu, remote-tty, FTP, etc 15. DEB,