2,087 reputation
1024
bio website ciupicri.github.io
location Bucharest, Romania
age 30
visits member for 3 years, 11 months
seen 3 hours ago
stats profile views 246

There are 10 types of people: those who understand binary, and those who don't.


May
14
awarded  Caucus
May
2
comment PHP mail(); not working, How to install mail server
Who said that installing a program is enough? You need to configure it, too. Does the command echo 'this is a test' | mail -s test root@localhost.localdomain work?
May
2
comment PHP mail(); not working, How to install mail server
So what you want is how to configure a mail server on Linux? This question is too broad for Server Fault.
Apr
26
revised tool to analyse/grep log files
Added link to Logstalgia software
Apr
24
revised Disable IP on bridge
libvirt -> linux because the question is more related to Linux than libvirt
Apr
7
comment Is my HDD falling?
You seem to have only 3 bad sectors. I had 36 reallocated sectors on a hard disk and it worked fine for about 9 months or more until I replaced it with something else. Though, this is only anecdotal, there are disks and disks. The safest thing to do is replace it.
Mar
28
revised How to do a COMPUTER (not user name) 802.1x (RADIUS) authentication with wpa_supplicant in Ubuntu 12.04?
improved formatting, removed some noise
Mar
24
comment Spam issue - outgoing mail server
So You'd Like to Send Some Email (Through Code)
Mar
7
comment Default CA Cert Bundle Location
What operating system are you using?
Mar
2
comment How to create an SHA-512 hashed password for shadow?
Unfortunately the whois package from Fedora 18 doesn't provide any mkpasswd.
Mar
2
comment How to create an SHA-512 hashed password for shadow?
What package provides it? There's a mkpasswd program (part of expect) under Fedora too, but it's useless for this purpose.
Feb
24
comment pvresize doesn't seem to resize after increasing the size of the underlying block device
Quoting from the man page: "pvresize won't currently work correctly on LVM1 volumes or PVs with extra metadata areas". Is this your case? Also have you tried running with an explicit size, e.g. pvresize --setphysicalvolumesize 15G /dev/vda2?
Feb
21
comment Linux usleep: command not found, Why?
Next time when a command is missing run yum provides '*bin/command' to see what package provides it and then install it.
Jan
29
comment Writing a bash script to empty out apache logs
Instead of running sh, truncate (part of coreutils) could be used, i.e. -exec truncate --size 0 {} \; or -exec truncate --size 0 {} \+
Jan
18
comment How to install git to red hat enterprise linux 5.3 x64?
@IshKumar: maybe your mirror is not up to date, so wait a couple of days and try again. Or report the issue as recommended here.
Jan
11
awarded  Good Answer
Jan
8
awarded  Nice Answer
Jan
7
comment High disk I/O activity in CentOS server
@Mike: does CentOS have a newer ext4 module?
Dec
13
comment Debian - www directory owned by root and not apache2?
What is your FTP user? Also, are you really using FTP or is it SFTP (SSH File Transfer Protocol)?
Dec
13
comment Debian - www directory owned by root and not apache2?
I was talking about the web server. The fact that you have a 25 character password doesn't matter if your PHP application (Wordpress) has a major security bug.