Bookmarks for 16 apr 2013 through 19 apr 2013

These are my links for 16 apr 2013 through 19 apr 2013:

  • Sequel Pro – Sequel Pro is a fast, easy-to-use Mac database management application for working with MySQL databases.
  • Squidblacklist.org’s Blacklists For Squid Proxy. – Squidblacklist.org is the worlds leading publisher of blacklists tailored for squid proxy. The data that we use to generate the blacklists that we offer is compiled from various sources including some of the top security researchers and threat mitigation organizations. We incorporate all of the best publicly available data, as well as aggregate from our own research. Then, the data is combined, parsed for dupes & errors, formatted for squid, ultimately the lists are tested and reviewed in a production environment before being published.
  • RDO – RDO is a community of people using and deploying OpenStack on Red Hat and Red Hat-based platforms. We have documentation to help get started, forums where you can connect with other users, and community-supported packages of the most up-to-date OpenStack releases available for download.

Bookmarks for 18 mag 2012 through 20 mag 2012

These are my links for 18 mag 2012 through 20 mag 2012:

  • Linux system administrator and Oracle DBA guide: How to use rman backup to duplicate database and change db_name – Environment: OL 5.7 32bit, Oracle database 11.2, sid=orcl
    Objective: duplicate database on the same server then change db_name from orcl to devdb
    concept: duplicate line in /etc/oratab, make orcl and devdb instance, then make everything in password file, spfile/pfile, controlfile, redo log, data file from orcl to devdb, only leave db_name in pfile/spfile as orcl for rman restore from orcl database backup, then use nid to change db_name
  • Linux system administrator and Oracle DBA guide: How to add LUN disk online under CentOS 6.2 – Environment: CentOS 6.2 64bit with multipath connected to HP EVA storage, the LUN disk was LVM disk
    Objective: add a new LUN disk for server online and add into the existing LVM to make the partition size bigger
    scenario: LVM add new lun disk, increase the existing lvm lun disk, increase the existing partition disk such as /dev/sda1
  • Git Client – SmartGit – SmartGit is a graphical client for the Open Source version control systems Git, Mercurial and SVN. It runs on Windows, Mac OS X and Linux.
    SmartGit helps Git and Mercurial beginners to get started quickly and lets advanced users become more productive with its efficient user interface.

Bookmarks for 20 ott 2010 through 2 nov 2010

These are my links for 20 ott 2010 through 2 nov 2010:

  • Software :: SendEmail – Send email with this free command line email client – SendEmail is a lightweight, command line SMTP email client. If you have the need to send email from a command line, this free program is perfect: simple to use and feature rich. It was designed to be used in bash scripts, batch files, Perl programs and web sites, but is quite adaptable and will likely meet your requirements. SendEmail is written in Perl and is unique in that it requires NO MODULES. It has an intuitive and flexible set of command-line options, making it very easy to learn and use.<br />
    SendEmail is licensed under the GNU GPL, either version 2 of the License or (at your option) any later version.<br />
    [Supported Platforms: Linux, BSD, OS X, Windows 98, Windows NT, Windows 2000, & Windows XP]
  • 500 Internal Server Error – 500 Internal Server Error
  • openQRM | openQRM keeps your data center up and running – [...] openQRM is the next generation, open-source Data-center management platform. Its fully pluggable architecture focuses on automatic, rapid- and appliance-based deployment, monitoring, high-availability, cloud computing and especially on supporting and conforming multiple virtualization technologies. openQRM is a single-management console for the complete IT-infra structure and provides a well defined API which can be used to integrate third-party tools as additional plugins. [...]

Bookmarks for 7 ott 2010 through 20 ott 2010

These are my links for 7 ott 2010 through 20 ott 2010:

  • CSS + XHTML Table Generator | WebmasterCorey
  • Qink | Free Books – A lot of people keep asking about a good list of programming books. Hence, we are building this list to save your time and to spread the knowledge.<br />
    <br />
    Some of these books will definitely help us to evolve our coding skills and thought processes for developing better solutions. We will do our best to keep updating this list, hope you find this list useful, here we go[...]<br />
    <br />
    E' una raccolta di ebook gratuiti sulla programmazione.<br />
    [via http://www.masayume.it/drupal/content/la-libreria-dello-sviluppatore ]
  • SendSMTP – SendSMTP is a command-line SMTP mailer for Windows 95/98/ME/Windows NT4/2K/XP/2003/Vista/2008. It may be used in batch files or interactively.<br />
    <br />
    SendSMTP is designed to be as clear and easy-to-use as possible. Easily send properly-formatted email on-demand!
  • HOWTO: Install AIX – To my surprise many AIX administrators have never had the opportunity to actually install AIX from scratch. This article is for admins new to AIX and anyone else interested in what the steps are to install AIX. The screenshots are from install AIX 7.1 onto a partition using the ASCII interface.
  • Use socat as tcp forwarder on Windows and restrict a few hosts to connect to it – Objective: on the company LAN, only one Windows server is able to connect to smtp server, some other servers need to connect to smtp server as well<br />
    Environment: Windows 2000 server A with one NIC, another Windows 2000 server B will be connecting to A at port 25 to reach company smtp server smtp.domain.com.