This page has been translated from English

Articles Comments

Guatewireless.org » Suse

Brazil and Munich: Two major fiascos?

What happened to state intentions to open source approach? The electoral program of Brazilian President Lula da Silva stunned the world by mentioning the free software as one of the main priorities of its national educational project. A few years later, his party infighting and pressure from lobbies computer, have put the kibosh on the project. Microsoft created a special reduced version of its operating system XP, which allowed him to take a major cut in public contracts in several Brazilian states. The case of Munich has been the most resounding of recent times in Europe. The session of this city announced in 2003 its intention of migrating 14,000 desktops, situated in the municipal offices, from Windows NT to Suse, a software distribution ... Read the full article »

Filed under: Articles , Community , Debian , Distros , Linex , Linux , Microsoft , Suse

SSH: secure access with iptables

Prevent dictionary attacks on ssh There are several worms that attack the SSH server vulnerabilities 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. Using iptables firewall commands as follows: All connections from address 192.168.1.200 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 the full article »

Filed

How to find basic information from Linux hardware

When we work 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 are the processor and the amount of RAM in the machine which counts. Both can be easily identified to give a look at the virtual file system / 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 free memory now. Now to see ... Read the 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 34980109 bytes) in / home / guatewireless / site / wp-content / plugins / google-bot-bling / google-bot-bling.php on line 114