0
votes
1answer
23 views

How to edit the “File Management Preferences” via command line in Centos Desktop [closed]

is it possible to edit the File Management Preferences via vi or something ?
1
vote
5answers
79 views

Getting file size of each file on a very large file system

I have to move the 20TB file system with a couple of million of files to a ZFS file system. So I would like to get an idea of the file sizes in order to make a good block size selection. My current ...
-2
votes
2answers
156 views

Convert CentOS to Ubuntu? [closed]

Hi everyone. I recently purchased a VPS with CentOS 5.3! However, I want it to run on Ubuntu. How do I convert the system to Ubuntu?
0
votes
1answer
83 views

Mono HTTPListener not accessible remotely in opensuse and CentOS

I am testing the linux releases with vmware. I run a simple sample from here // This example requires the System and System.Net namespaces. public static void SimpleListenerExample(string[] ...
3
votes
1answer
273 views

What is needed to use gdb 7's support for debugging Python programs?

I'd like to use gdb 7's support for debugging Python "inferior processes". What do I need to be able to do that? For example: What flags does the inferior Python's configure script need to have ...
2
votes
2answers
35 views

Possible to get all outputs to stdout in a script?

I would like to log all error messages that the commands in a Bash script contains. The problem is that if I have to add E=$( ... 2>&1 ); echo $E >> $LOG to all commands, then the ...
7
votes
3answers
438 views

Methods to detect public IP address in bash

As part of an installation script, I want to make an "educated guess" about the machines public IP address. It should be as robust as possible, working on a variety of hosts and platforms. Here is an ...
0
votes
1answer
80 views

Are there any known bugs/issues with MCrypt Library in PHP

I am wondering are there any issues with the MCrypt library in PHP, because I am making an encryption/decryption test. In the same file I have a encryption and decryption, no functions no nothing. ...
5
votes
4answers
222 views

Bash Script is returning true for both but opposite string tests

Before I ran the script I have entered # export CPIC_MAX_CONV=500 The following is the test1.script file #!/bin/bash function cpic () { var="`export | grep -i "CPIC_MAX_CONV" | awk ...
2
votes
3answers
346 views

Use grep -lr output to add files to tar

In UBUNTU and CENTOS. I have some files I want to tar based on their contents. $ grep -rl "123.45" . returns a list of about 10 files in this kind of format: ...
0
votes
2answers
142 views

java jbutton text does not fit on different environments

I have a jbutton in a Jpanel which has FlowLayout with trailing alignment. This code actually works in ubuntu environment but when i run it in the centos enviornment, text does not fit on the button. ...
0
votes
1answer
78 views

nspr-devel for Debian Linux?

I was wondering if this is possible. I am able to install nspr into CentOS; yum install nspr-devel I saw this is really only meant for for CentOS/RHEL/Fedora so note ...
0
votes
1answer
73 views

Choice of OS with ejabberd

I am pretty new to ejabberd. So spare me if this is a noob question. We are developing a real time application using xmpp and decided to go with ejabberd server. We are in the process of setting up ...
1
vote
1answer
219 views

Does Perl have su or similar command? [duplicate]

Possible Duplicate: How to successfully run Perl script with setuid() when used as cgi-bin? I am running my Perl script as root, and would like to have these commands run as $USER mkdir ...
0
votes
1answer
97 views

Why these argument parsing errors?

I would like to write a script that requires -c and -f where each requires an option. When I run my script below I get some unexpected errors: $ ./user.sh -c ./user.sh: option requires an argument ...
0
votes
2answers
227 views

echo -e backslash escapes not being respected in sh

I have a shell script that I wish to run on different Linux servers. When I run the echo command with the -e option and escape characters in the string it doesn't execute as expected on the sh shell ...
10
votes
5answers
483 views

I am unable to run a C++ program in Debian(Ubuntu) that works in Redhat(Centos)

TLDR: Having trouble compiling a C++ program that worked in Centos Redhat in Ubuntu Debian. Is there anything I Should be aware of between these two that would make a C++ program compiled using the ...
1
vote
2answers
282 views

ldd different output. Same binary different distros

When running the ldd utility to find the shared libs for httpd, I found the following scenario that I just can't explain: On my Ubuntu box: ...
0
votes
2answers
368 views

setting classpath using setenv.sh for a project

I want to write an sh file that will set classpath in Linux. I tried using: export ClASSPATH=$CLASSPATH:$ABC_HOME However, when I run the .sh file it doesn't set the classpath.
1
vote
2answers
282 views

Large MYSQL database migration from centos to ubuntu server [closed]

I need to migrate large MYSQL databases from one CentOS server to another Ubuntu server. MYSQL version on CentOs is 5.2.25 and MYSQL version on Ubuntu is 5.2.24. I performed following steps to ...
0
votes
2answers
339 views

How to find the value of kernel.shmmax from C code

I want to get the value of kernel.shmmax in C code (which I query on centos5.0, centos6.0 and ubuntu10.04 using the shell command "$ sysctl -q kernel.shmmax"). I used the following code to find it: ...
0
votes
2answers
2k views

How to install “make” in ubuntu? [closed]

I'm trying to install "yum" or "apt-get" into my system "ubuntu centOS". I did download the binary files for these two programs from the internet using the command wget. but after decompressing the ...
1
vote
2answers
328 views

Convert a spec file to debian

We are migrating our servers from CentOS to ubuntu. For a self written application we created a spec file to create RPM's for easy installation on CentOS. Now we want to convert it to the debian ...
1
vote
3answers
1k views

Which os is better for a webserver, ubuntu or debian or something else? [closed]

I want to set up a webserver and i was wondering which os i should choose. People tell me i should choose between centOS, ubuntu or debian. Basically the server os has to be able to do the ...
14
votes
2answers
16k views

iptables remove specific rules

I am hosting a special HTTP and HTTPS services on port 8006 and 8007. I use IPTABLES to 'active' the server; i.e. to route the incoming HTTP and HTTPS ports: iptables -A INPUT -i eth0 -p tcp --dport ...
1
vote
3answers
136 views

pthread_exit() with address of local variable sometimes works?

I used to get a trouble with pthread_exit(). I know there is no way to use pthread_exit() in a way like pthread_exit(&some_local_variable); We always need to use pthread_exit() like: ...
1
vote
2answers
4k views

php.ini configuration items under centos

Configuration File Path : /etc/php.ini Additional .ini files under /etc/php.d : curl.ini, fileinfo.ini,gd.ini,json.ini, mysql.ini, mysqli.ini, pdo.ini, pdo_mysql.ini, pdo_sqlite.ini, ...
2
votes
2answers
1k views

How would you let screen or byobu kill all detached sessions?

I don't want them any more. I tried screen --help and didn't find some command suite for this task. Is there some way to solve this problem?
-1
votes
2answers
899 views

Freebsd vs Mint( ubuntu derivatives)

Since ubuntu has changed their interface so quickly, i am going to dive into either Mint or FreeBsd or event centos I am developing php and ruby on rails run on linux, want to improve my bash script ...
1
vote
1answer
97 views

how to handle server scalability

I purchased a server running under centos6 and calculate its dimensions and scalability for a webproject that will handle a lot of users in a future. However, when server will reach its maximum ...
0
votes
1answer
343 views

Can I use juju for continuous deployment on centos?

I want to verify that juju is not only for Ubuntu. I want to build a continuous deployment which would be as good as juju for centos. I have Java server apps. If anyone has any other suggestions ...
0
votes
2answers
295 views

Node.js older than 0.4.12 don't work correctly on AWS EC2. Why?

I can't install node.js v0.6.1 on AWS EC2 (Ubuntu or CentOs - never mind). After installation I type node, and processor loads to 100%. But v0.4.12 works fine. May be only I have this problem? ...
2
votes
2answers
118 views

displaying original args after localizing $0

When run with arguments a b c d e f g, this script: system("ps ww$$"); { local $0 = "foo"; system("ps ww$$"); } system("ps ww$$"); prints something like: PID TTY STAT TIME COMMAND ...
2
votes
1answer
2k views

CentOS equivalent of dpkg -s [closed]

I'm adapting a prepare script for CentOS that was previously written for Ubuntu. In the Ubuntu script, the command dpkg -s {some program} is called frequently. For example, one such command is dpkg ...
0
votes
1answer
134 views

SVN check sum error on commit

before i used ubuntu 11.04 and everything go well with svn. Two weeks ago, I switched to CentOS 6 and the problems appears. this is svn infos : $ svn --version svn, version 1.6.15 (r1038135) ...
1
vote
1answer
132 views

PHP: Rename a file without an ext

I have tried to use rename("/home/folder1/FILE","/home/folder1/NEW") However it does not work, FILE is a file without an ext so how do I make php recognize that? And yes I have chmodded it.
0
votes
1answer
392 views

Centos: Installing Wine Problems [closed]

Okay so far I have tried to install via yum, however every time I use... yum install wine It says the package isn't found, I have used yum update but that does not work either. More over I ...
0
votes
1answer
225 views

dlopen works second time on bad shared library on ubuntu 11.04; does the right thing on centos 5.5

I have bad shared library (undefined symbol). When I call dlopen() on it the first time, I get a NULL result with correct error message from dlerror(). If I ignore the error message and call ...
2
votes
1answer
278 views

bdist_rpm from Ubuntu to CentOs

We develop on Ubuntu/Macs and deploy RPMs to CentOS (this is the settings, can't be changed much). The problem is that when installing from the rpm, the packages go to ...
0
votes
1answer
77 views

IE8 acted weird on Ubuntu LTS server

I recently faced an IE8 bug where the margin collapse b/w two horizontal elements. I solved it by replacing the margin with padding. But the weird thing was that it was only specific to a "Ubuntu ...
0
votes
1answer
141 views

Is there any embeded soundless hardware to put Linux on it and use Wirefire, Coax network interface?

I was thinking and searched also but looks i cant find specific answer, that bugging me arround. Question: Is there any hardware (company or etc etc), which is Embeded PC to allow Linux kernel to ...
0
votes
2answers
955 views

Gstreamer “filesrc” plugin missing to interact with VLC in Fedora/Centos/Ubuntu? Before it was available

This are installed in my box Fedora 12. And Rpmfusion repository. But still it does not allow me to use filesrc plugin. How can i get that? Note: In my other old Fedora box GST running with filesrc, ...
1
vote
2answers
477 views

compile against libc++ statically

I wrote some custom c++ code and it works fine in ubuntu, but when I upload it to my server (which uses centos 5) its fails and says library is out of date. I googled all around and centos cannot use ...
13
votes
7answers
7k views

Why does vi behave differently in Ubuntu than in CentOS?

I've been getting more and more comfortable using vi on a daily basis, but one thing that bothers me is that when I use it on Ubuntu it behaves differently than when I use it on CentOS (and probably ...
-1
votes
3answers
517 views

Any ideas why this NFS setup won't work?

I set up an NFS server on my CentOS box with this for the /etc/exports file: /var/www 192.168.0.0/24(rw,sync,no_root_squash) Then on my Ubuntu machine, I ran: # cd ~/ root@bill-murray:~# mount -v ...