Blogs
dW Blogs
with Tags:
linux
X
X
- Sort by:
- Date ▼
- Title
- Likes/Votes
- Comments
- Visits
LINUX PHP MYSQL DATABASE.
dataa.php <?php $con = mysql_connect("localhost","root",""); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("my_db", $con); mysql_query("INSERT INTO Persons (FirstName, LastName,...
from Blog: GEORGEAEMEGE
|
|
Relatório de performance do adaptador ConnectX EN 10GbE
Por Rafael Folco No Linux Technology Center, um time focado em performance de I/O em Power publicou um relatório de performance (em inglês) com recomendações e características básicas do adaptador ConnectX EN 10GbE para servidores Power rodando Linux. O...
from Blog: PowerLinux Community Brasil
|
|
When to use Expect scripting and when to avoid it
If you are not familiar with "expect", it is a script/programming language that is designed to automate interactive processes. For example, suppose you need to install a piece of software on many UNIX/Linux servers. The installation program runs...
|
|
A simple example on backup/Restore process from a Vob on a Unix/Linux Environment
Let work today on a simple example on backup/Restore process from a Vob on a Unix/Linux Environment . ### Here you have #### I - Backup II - Restoring process III - Conclusion ######################### I - Backup 1) Preparing to backup Be sure your vob is...
from Blog: ClearCase on our Days!
|
|
Red Hat - Useful Commands - Don't leave home without them!
Below is a list of commands that I consider useful, but don't use
everyday, similar to a blog that I do for AIX but this is for Red Hat. So due to their lack of use, I tend to forget what the syntax
and such is. I'm going to keep updating this as I...
from Blog: POWER me up
|
|
Oracle certified Communications BRM 7.5.0.0.0 with the database tier for Oracle DB 11g R2 on Linux on System z Community Blog
Oracle Communications Billing and Revenue Management
(BRM) provides a fully convergent charging and billing system to manage the
entire revenue management lifecycle. Oracle BRM is part of the Oracle
Communications portfolio of products.
Oracle BRM...
from Blog: Alliance Blog
|
|
New PowerLinux installation quick start guides and videos Community Blog
By: Kersten Richter. In the PowerLinux world where the installation choices are seemingly endless, a clear path for installing Linux on a PowerLinux server can be somewhat difficult to find. In late January, Steve Champagne and I (Kersten Richter) traveled...
from Blog: The PowerLinux Community
|
|
Red Hat Network Set-up
Here are a few notes I have taken when configuring networking on newly installed IBM POWER systems with Redhat, most of my job involves me setting up AIX systems rather then Linux based servers. This means I tend to forget some of the details on how to set-up...
from Blog: POWER me up
|
|
LINUX C STRCMP.
strcmp.c #include<string.h> int main() { char *a = "aBcDeF"; char *b = "AbCdEf"; char *c = "aacdef"; char *d = "aBcDeF"; printf( "strcmp(a,b) : %d\n", strcmp( a, b ) ); printf( "strcmp(a,c) :...
from Blog: GEORGEWAKEBNSH.
|
|
IBM Advance Toolchain for PowerLinux 6.0-3 released Community Blog
By: Tulio Magno Quites Machado Filho. The
IBM Advance Toolchain for PowerLinux is a set of open source
development tools and runtime libraries that allow users to take leading
edge advantage of IBM's latest POWER hardware features on Linux. A new...
from Blog: The PowerLinux Community
|
|
IBM Advance Toolchain for PowerLinux 6.0-3 disponível
By: Tulio Magno Quites Machado Filho O IBM Advance Toolchain for PowerLinux é um conjunto de ferramentas de
desenvolvimento e bibliotecas de código aberto que permitem ao usuário
tirar o máximo proveito dos processadores POWER em Linux. Uma nova...
from Blog: PowerLinux Community Brasil
|
|
DicasLPI 104.7 – Encontrar arquivos de sistema e conhecer sua localização Community Blog
Encontrar arquivos de sistema já é um assunto bem corriqueiro nos nossos artigos. Porém, hoje iremos abordar uma outra forma de localizar arquivos em seu sistema Linux apresentando mais uma ferramenta. FHS O FHS (do inglês Filesystem Hierarchy Standard, ou...
from Blog: iMasters
|
|
IBM Advance Toolchain for PowerLinux 5.0-9 released Community Blog
By: Tulio Magno Quites Machado Filho. The
IBM Advance Toolchain for PowerLinux is a set of open source
development tools and runtime libraries that allow users to take leading
edge advantage of IBM's latest POWER hardware features on Linux. A new...
from Blog: The PowerLinux Community
|
|
IBM Advance Toolchain for PowerLinux 5.0-9 disponível
Por: Tulio Magno Quites Machado Filho O IBM Advance Toolchain for PowerLinux é um conjunto de ferramentas de
desenvolvimento e bibliotecas de código aberto que permitem ao usuário
tirar o máximo proveito dos processadores POWER em Linux. Uma nova...
from Blog: PowerLinux Community Brasil
|
|
OMEGAMON XE on z/VM and Linux to manage SSI and LGR Community Blog
If you saw the announcement for z/VM 6.3, you may have missed that it was also announced that OMEGAMON XE on z/VM and Linux will be providing support for both SSI and LGR. With OMEGAMON XE you will be able to monitor your entire SSI, as well as view, monitor...
from Blog: System z Management
|