This page has been translated from English

Articles Comments

Guatewireless.org » Mandriva

The French Ministry of Agriculture chooses Mandriva Corporate Server

This migration comes with a full range of personalized services (400 machines) from Windows NT Server to Mandriva Corporate Server 4.0, Within two years. Mandriva was selected to provide these services which will continue for a period of 18 months and involved more than 200 people from the ministry. Via | Mandriva.com ... Read full article »

Filed under: Linux , Mandriva , News

SSH: secure access with iptables

To prevent dictionary attacks on ssh Several vulnerabilities worms attacking SSH server using dictionaries. This should not be a problem if we have a good password policy, otherwise, there are other ways to secure our SSH service. The most obvious way to prevent access to the host, allowing connections from a small group of IP addresses using a firewall. If you currently are running a firewall you can add the following: Accept incoming SSH connections from trusted addresses. Discard all other connections. Firewall using iptables commands as follows: All connections from the address 192.168.1.200 to port 22 (SSH) deathbian: ~ # iptables-A INPUT-p tcp-m state - state NEW - source 192.168.1.200 - dport 22-j ACCEPT Deny SSH connections to other deathbian: ~ # iptables-A INPUT-p tcp ... Read full article »

Filed

How to find basic information from Linux hardware

When working with many machines, or have any generic server, it is very likely to know its specifications. There are several tools to identify our hardware on Linux, either locally or remotely. Hardware aspects of the more likely we are interested in the processor and RAM amount by which the machine account. Both can be easily identified to take a look at virtual filesystem / proc. For the amount of memory that has a system, type: mdkdiablo: ~ # cat / proc / meminfo MemTotal: 1036516 kB MemFree: 7924 kB ... Here the first line tells us that the system is around 1GB of memory installed, the second line we displays the amount of memory currently free. Now, to see the ... Read full article »

Filed under: Articles , Debian , Gentoo , Hardware , Howto , Linux , Mandriva , Redhat , Suse , Ubuntu


Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 43040274 bytes) in / home / guatewireless / site / wp-content / plugins / google-bot-bling / google-bot-bling.php on line 114