search for: aluoor

Displaying 16 results from an estimated 16 matches for "aluoor".

2010 Dec 13
22
OT: programming language for morons (newbie friendly language in Open Source world)
Hi folks I have more than 12 years experience with UNIX system administration, but I am too stupid for programming. My only programming experience is shell scripting. I tried to learn Java, but don't understand it because it is too complicated for my limited brainpower. What programming language should I learn? A friend said that C-Sharp (Mono) is very simple. Is this true? cheers Sven
2010 Oct 21
2
send HTML formatted mail (for M$ Outlook) with mailx
...ii">" >> /tmp/coi.html echo "</head>" >> /tmp/coi.html echo "<body>" >> /tmp/coi.html generate_output_xen echo "</body>" >> /tmp/coi.html (cat /tmp/coi.html) | mailx -s "Test HTML output in outlook" sven.aluoor at ubs.com the procedure generate_output_xen have the output <p> <table border='1' width='90%' align='center' summary='Script output'> <tr> <td align="right"> 3w4535345 </td> <td> Banc335 </td> <td> SYS5 &...
2010 Oct 15
1
grep pattern x, but not pattern y on the same line
Hi folks I have the command "find . | xargs grep 'mailx'", to search all files with "mailx" in contents. I wish to add a second condition that NOT contains string sven.aluoor at ubs.com on the same line. Every file which contains "mailx", but not the string sven.aluoor at ubs.com in the same line. cheers Sven
2009 Dec 01
3
best practises for avoiding to write passwords in shell scripts (example sqlplus from Oracle)
Hi folks I have here a CentOS box where i need to setup cronjob (with session to remote Oracle instance). On the remote DB i have no access, expect limited user. How to avoid putting passwords in shell scripts? The solution doesn't need to be perfect, only better than plain text passwords in scripts. Mostly remote host only support password authentication (no certificates and so on).
2009 Nov 10
2
Open Source (or Closed Source) multi-user password manager
Hello We use an Open Source Windows software[0] with about 1200 passwords. The encrypted file is stored on a CIFS-share. When concurrent write occurs, the users overwrite other users passwords. Now we are searching for a mutli-user password manager. Open Source would be good, but Closed Source is also accepted. support for Windows is a requirement and it shouldn't be a web application. So
2011 Apr 13
3
SQL*Plus output as PDF [Linux]
Hi folks I generate with SQL*Plus a CSV file. How to convert this to PDF? Or more generally: how to get SQL*Plus output to PDF on Linux? cheers Sven
2011 Sep 20
1
sudo wildcards problem: for every argument a *-wildcard? Better solution?
Hi folks I allow the user tommy to run this command as root sudoCommand: /app/appname/connectors/*/*/current/bin/* With "sudo -l" he sees the sudoers, but is unable to execute. $ sudo /app/appname/connectors/zur/namename/current/bin/othername agentsvc --i --u root --sn 1m7command Sorry, user tommy is not allowed to execute
2009 Jan 20
1
default stty profile settings in CentOS
Hi folks [Please CC me, I am not on the list] I am here at a customer who have this in profile (.cshrc): stty erase "^H" kill "^?" intr "^C" Backspace clears the hole command line. How is the CentOS default? kind regards Sven
2008 Nov 03
3
[rsync -avz] total size/disk usage difference between source and destination
Hi folks We migrated storage from local disk to SAN with: # rsync -avz /mnt/lvol00045/* /lvol00045 Why there is a difference in size? How to explain this? Do we have inconsistency? What we did wrong? [...] /dev/mapper/vg01-lvol00045_old 10321208 3930336 6286016 39% /mnt/lvol00045 [...] /dev/mapper/vg01-lvol00045 10321208 3163852 6633068 33%
2010 Jan 21
1
[PKI concepts] Why Jboss need (signed cert and) root-cert in PEM format?
Hi folks [ Please add me CC. Thanks ] We have here a Jboss app and web server. We signed the SSL-certificate that end-user don't have ugly error messages. I don't understand why we need to import the Root-Cert in PEM format? $ keytool -import -trustcacerts -file rootcert.pem -keystore myserver.keystore -alias root The Root-Cert is in web browser, why there is a must to import in
2008 Sep 22
1
ProLiant Support Pack PSP 8.11: hpplduinstaller takes 100% CPU and hangs / hpplduioss defunct
Hi folks, We use CentOS 5.2 (with latest errata) 64bit on DL380 G5 and trying to install psp-8.11.rhel5.x86_64.en.tar.gz. After installing dependencies (like kernel-devel, rpm-devel, etc): # ./install811.sh Saving user-defined agent thresholds... [ Done ] Checking system for required packages... [ Done ] ./hpplduioss: error while loading shared
2009 Jan 06
1
OT: Win XP, English as language, but German in Office suite
Hi all Please CC me, I am not on the list. Sorry for the Off-topic. In regional settings I setup English as language[0]. I prefer having the OS in English. Now my Office 2003 is also English, but I wish German. Is there any Windows related mailing list? Not usenet! thanks kind regards Sven [0] http://bayimg.com/image/damnhaabm.jpg
2008 Jul 26
1
yum search prints 13 times the same package results
Hi all Why "yum search" prints 13 times the same results? I enabled according CentOS wiki the RPMforge repository. # yum search youtube-dl Loading "fastestmirror" plugin Loading "priorities" plugin Loading mirror speeds from cached hostfile * rpmforge: ftp-stud.fht-esslingen.de * base: mirror.widexs.nl * updates: archive.cs.uu.nl * addons: mirror.widexs.nl
2008 Sep 09
1
debug kernel panic on CentOS 4.6/BladeCenter HS21
Hi folks Today we had a kernel panic. On the RSA-Console[0] we could only see that the process splunkd was causing the panic. We found nothing else in logs. Howto debug this panic? Howto avoid in future? regards Sven [0] http://bayimg.com/image/makbaaabh.jpg
2008 Sep 17
2
CentOS on Eee PC 1000H
Hi folks Anybody running CentOS on Eee PC 1000H? In CentOS wiki[0] there is a draft about Eee PC 900 from Fabian Arrotin. Does the same howto work for Eee PC 1000H? So far he writes: > Waiting for an official way to host the necessary rpms ... Where to download WiFi and NIC driver? regards Sven [0] http://wiki.centos.org/HowTos/Laptops/Asus/Eeepc
2008 Dec 05
2
Centos 5.2 on Vmware Server: Disk space not preallocated -> no disk found by installer
Hi folks I am trying to install CentOS 5.2 in Vmware Server environment. In my VM disk space is not preallocated for the virtual disk (dynamically). The installer doesn't find the disk. When preallocating 6 GB there is no problem. See screenshot[0] Any ideas? kind regards Sven [0] http://bayimg.com/image/lamidaabe.jpg