Welcome!
By unmanarc on 13 May 2009
| IP Address/Host: | 38.107.191.119 / |
| User Agent: | CCBot/1.0 (+http://www.commoncrawl.org/bot.html) |
| Protocol Requested: | HTTP/1.1 |
| Browser Language: | en-us,en;q=0.5 |
| Browser Encoding: | gzip |
| Browser Charset: | ISO-8859-1,utf-8;q=0.7,*;q=0.7 |
- 304 reads
SSH: A path from linux to linux using blackberry
By unmanarc on 18 July 2009
Suppose that you are away from your home or work, and some issue happens suddenly with your server, or you want to test something on your server right now. It is possible to manage your server from your blackberry using SSH.
Next. a guide to do it...
How to activate automatic updates on Fedora 9, Fedora 10 and Fedora 11
By unmanarc on 17 June 2009
Now Fedora comes with "PackageKit", a graphical tool for automated updates. However, the packagekit updates need the approval from the user and also a graphical interface.
Fedora 11 Review
By unmanarc on 12 June 2009
Fedora 11 was released on date June 9, 2009 afte a lot of importante delays caused by bugs in the installer. This new fedora is one of the best releases from fedora 1.
The main features are:
- 20 seconds boot
- EXT4 used by default
- Finger print reader capacity enabled on gdm and screen savers
- Fixes on QEMU and KVM integration
- Kernel 2.6.29 with 2.6.30 backport
- Realtime kernel feature, less battery consumption!
- AES-256 use with XTS-256 by default for whole hard drive cypher
- Yum presto (Delta RPMS)
- Per application independent volume control
- DNS Security
- Less memory consumption
- KDE 4.2 (Available from fedora 9 in updates)
- Firefox 3.5
Next... a review of these features...
Installing NVIDIA on Fedora 11
By unmanarc on 12 June 2009
This guide will enable you to configure your nvidia card on fedora 11 with 3d acceleration (64bit-version)
Speeding up or Securing up the Encrypted Root Filesystem on Fedora 10
By unmanarc on 30 May 2009
Fedora, and another common linux distributions does not allow to configure the cypher type on root filesystem.
In this article, we will provide sufficient information about the cypher process on fedora and one technique to speed up or secure up the cypher using XTS.
Corporate LDAP Servers Weakness Statistics
By unmanarc on 22 May 2009
Based in my securityfocus topic responce, and also in some information security audits that i've done, i think in the idea to statistical prove the attack risk level at some organization.
| Number of accounts | Having almost one weak key probability |
| 10 | 0.401 - 40.1% |
| 25 | 0.722 - 72.2% |
| 50 | 0.923 - 92.3% |
| 100 | 0.994 - 99.4% |
Configuring single click on KDE4 icons
By unmanarc on 16 October 2008
Maybe you are trying to move to KDE4 and you were get used to use single click to select and double click to open...
However, the original configuration of KDE4, uses the single click to open some file, that could be nasty to people who don't like it.
SPAN Port / Mirroring Monitoring
By unmanarc on 26 May 2008
Some network administrators dont know how to handle and correctly install network monitoring applications, IDS and other products who requires network traffic inspection, there is no knowledgment about how span port where designed and it limitations for full-duplex networks.
When the network are in full-duplex mode, the span port have a natural loss of packets that not vary across the hardware.
Is C an Object Oriented Language?
By unmanarc on 24 April 2004
C is a good and complex language, and enables you the well the memory managment, however, the original question is: can we transform C language into Object Oriented Language without modify the compiler? And the answer is: YES, we can.
We wont have all the C++ power doing this, cannot specify private/public/protected methods, hierarchy and other stuff available on C++, only will have the power to create some interface classes and fillit with functions in runtime.