How to download files from Megaupload, Rapidshare and others from the Linux command line
A few days ago I needed to download some videos from megaupload, but had to leave the download running on a remote server, so I was thinking about some program that can run from the linux command line, something like wget. For this purpose download tool I found the Plowshare. such software is a download manager for web sites file sharing, including support, Megaupload, Rapidshare, 2Shared, 4Shared, zShare, Badongo, DepositFiles and Mediafire. How to install Plowshare First, download the software from the development repository. If you want to install on any version of Debian or Ubuntu, there are package in. Deb. Installing the dependencies need to install additional software packages that have Plowshare our operating system support, for which we type;: ~ $ sudo apt-get ... Read full article »
Filed under: Howto
Video Tutorial on how to install Ubuntu 10.10
In this video we present fast and easy way to perform the basic installation of Linux operating system Ubuntu 10.10 Maverick Meerkat. You can download the latest version of Ubuntu, here. ... Read the full article »
Filed under: Howto
GPG Key Error CENTOS
When trying to install software via yum on CentOS RPM displays me the following error, GPG key retrieval failed: [Errno 4] IOError: The error is that for some reason the proxy LAN where I was allowed not download the file or GPG corrupt downloads. First go to the site and descargarmos CentOS mirror the file containing the GPG key http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 We get to edit with vi the yum config file and change the links by a local web server% s / gpgkey = http: \ / \ / mirror.centos.org \ / centos \ / / gpgkey = http: \ / \ / 10.10.10.20 \ / / g re-update yum and we should not have any problems ... Read the full article »
Filed under: Howto
Remote Installation CentOS 5.1 NetInstall
Some time ago, I had to install many servers with the distro CentrO 5.1. To make the installation more quickly and somehow automate it to not have to be changing the CD all the time, you can download the packages from the system remotely; Download Center before we start the installation process of downloading the ISO of CentOS based on the architecture our hardware (i386 or x86_64bits) http://mirror.centos.org/centos/5/isos/ Remote Installation Steps After booting the installation CD or DVD we're going to the configuration of TCP / IP where either select automatic IP via DHCP or manually. Then in the HTTP installation method; Configure TCP / IP Select Installation Method Website Download Set Name Server: CentOS mirror.centos.org Directory: centos/5.4/os/i386 Then enter the information from the Web server where unloaded automatically the ... Read the full article »
Filed under: Howto
Video: How to install Ubuntu 10.04 Lucid Lynx
The video below shows us step by step installation of the new version of Ubuntu code named Lucid Lynx. Now change the color brown for purple. The human interface is now composed of purple and black (reminds me of halloween) but retains the same sounds. Changes and improvements in the new edition all the buttons on the left have changed. Includes support from the desktop for social networks threw Gimp New video editing application very similar to Movie Maker improved hardware support including video accelerator cards support extended to 2014 Ubuntu LTS One, Cloud Storage, music store Apple style Store Native support for devices like ipod design icon is updated Wubi Ubuntu installer for Windows, supports Windows XP, Vista, Windows 7, etc.. Steps to ... Read the full article »
It helps to prioritize the list of improvements for eBox 1.4
From the list of eBox mail sent this: Dear members of the community, as the date for the release of eBox 1.4 is about (January 2010), we have to start thinking about where to concentrate our efforts for the next version. Here is a list of some of the most popular complementary improvements. Although we would like to implement everything as soon as possible, our resources are limited and we must focus our efforts. That's why we are asking you to choose the one and only one improvement that absolutely would like to see in the next version of eBox. Next month we will run another survey to prioritize the implementation of new modules and functionalities. Any other comments and suggestions are very welcome! Thank you for ... Read the full article »
Network Monitor Linux Debian and Ubuntu with Ntop
Introduction Today we will talk about a bridge network monitoring on Debian (etch) and Ubuntu (Hardy - Intrepid). The bridge will be placed seamlessly into a local network segment to monitor and analyze network traffic. For several years in the list of guug the talk about network monitoring software called ntop. Today we are going to use to obtain reliable statistics on the use of resources and network performance. Network Monitor uses If you are the administrator or network engineer your company, is impresindible have a tool that can: Analyze problems connecting to the services of your local LAN <=> switch <=> Network Monitor < PATCH CABLE = => Database Server ... Read the full article »
Filed under: Howto , Internetworking , Linux
Disabling X server at startup
When using Linux as a server is not necessary to run the window system, which saves us a lot of resources and RAM memory of our system. In Debian, Ubuntu, Redhat or Fedora can remove it from startup with just edit / etc / inittab to change the default runlevel: # Default runlevel. The runlevels Used by RHS are: # 0 - halt (Do not set initdefault to this) # 1 - Single user mode # 2 - Multiuser, Without NFS (The Same as 3, if you Do not have networking) # 3 - Full multiuser mode # 4 - unused # 5 - X11 # 6 - reboot (Do not set initdefault to this) # id: 5: initdefault: Where change id: 5: initdefault: to id: 3: initdefault: And with that our system already ... Read the full article »
Filed under: Graphic Desktop , Howto
How to install the domain name server djbdns on Linux Debian / Ubuntu
In this article we will see how to install and configure djbdns via the package manager apt to be used on Debian or Ubuntu. djbdns is a secure DNS toolkit, which consists of several parts: dnscache, a DNS cache that can be used in / etc / resolv.conf instead of the name server of the ISP and trying to solve the wrong answers DNS; axfrdns, a service that runs on the primary DNS server and to which the slaves connect for zone transfers, and tinydns, the DNS server, a replacement and secure alternative to BIND. Dnscache service listens on local IP address 127.0.0.1, the external IP tinydns IP 192.168.0.100. Installing djbdns djbdns package is not available in Debian repositories, ... Read the full article »

Recent Comments