On your linux server install OpenSSH if not already present. #debian apt-get install openssh-server #redhat yum install openssh-server Using Filezilla on a client enter the relavent details using the SSH protocol SFTP and user credentials setup on the server. Filezilla will ask you if you want to trust the connection and will display the rsa […]
Latest Posts
Linux Proxy Server Setup For Internet Access
To allow global internet access through a proxy server you can add the code below to the file /etc/bash.bashrc. export http_proxy=http://10.0.4.1:3128 To have immediate effect without need for a reboot type: source /etc/bash.bashrc For temporary http proxy just type export http_proxy=”http://10.0.0.0.:3128″ Tested with Debian distros
Cat 5 Patch Cable Wiring
568-A Wiring Diagram 568-B Wiring Diagram
Real Temp – CPU temperature monitor
Real Temp is a small non-install utility for monitoring CPU temperatures. Only works with Intel processors. WEBSITE
Preloaders – GIF and APNG generator
Preloaders.net has a large range of preloaders and gifs in various categories. Features: Save to gif or apng Transparency Background and foreground colours Animation speed Output size options WEBSITE
Ajaxload Gif Generator
Ajaxload is a quick and simple gif generator. Features: Long list of styles No size options Background and foreground colours Transparency WEBSITE
Audacity
Audacity is a free, open source software package for recording and editing sounds. Supported operating systems:Mac OS X, Microsoft Windows, GNU/Linux, and more. Features: Record live audio. Convert tapes and records into digital recordings or CDs. Audio formats: Ogg Vorbis, MP3, WAV or AIFF sound files. Cut, copy, splice or mix sounds together. Change the […]