سایتی برای توسعه دهندگان و devops ها که مستندات آموزشی خوبی داره از جمله :
fish
ansible
nginx
apache
git
و ...
پیشنهاد میکنم سری بهش بزنین
https://devdocs.io/
#devops #dev #devcode @unixmens
fish
ansible
nginx
apache
git
و ...
پیشنهاد میکنم سری بهش بزنین
https://devdocs.io/
#devops #dev #devcode @unixmens
devdocs.io
DevDocs API Documentation
Fast, offline, and free documentation browser for developers. Search 100+ docs in one web app: HTML, CSS, JavaScript, PHP, Ruby, Python, Go, C, C++…
استخدام کارشناس
شرکت امن افزار گستر شریف در نظر دارد از بین فارغ التحصیلان رشته مهندسی تعدادی از واجدین شرایط زیر را استخدام نماید:
1- کارشناس پشتیبانی
• تسلط بر مفاهیم برنامهنویسی
• تسلط کامل بر سیستم عامل لینوکس
-حد اقل (lpic1 )
• آشنایی با مفاهیم اولیه شبکه
- حد اقل network +
• دارای 2 سال تجربه كاري مرتبط
- حد اقل ۲ سال
• حداکثر و حداقل سن (۲۳-۳۰)
داوطلبان محترم میتوانند رزومه خود را به نشانی الکترونیکی [email protected] ارسال نمایند.
#jobs #linux @unixmens
شرکت امن افزار گستر شریف در نظر دارد از بین فارغ التحصیلان رشته مهندسی تعدادی از واجدین شرایط زیر را استخدام نماید:
1- کارشناس پشتیبانی
• تسلط بر مفاهیم برنامهنویسی
• تسلط کامل بر سیستم عامل لینوکس
-حد اقل (lpic1 )
• آشنایی با مفاهیم اولیه شبکه
- حد اقل network +
• دارای 2 سال تجربه كاري مرتبط
- حد اقل ۲ سال
• حداکثر و حداقل سن (۲۳-۳۰)
داوطلبان محترم میتوانند رزومه خود را به نشانی الکترونیکی [email protected] ارسال نمایند.
#jobs #linux @unixmens
دستور set :
دستور set یک تابع پیشفرض در شل های csh ksh و bash میباشد که برای تعریف و تعیین مقادیر محیطی سیستم بکار میرود. در این نکته برخی از سوئیچ های دستور set را با هم میبینیم. ما سوئیج های این دستور را در محیط bash انجام دهیم.
سوئیچ b- :
این سوئیچ به این منظور استفاده میشود که وقتی یک job به انجام رسید به ما پیغام داده شود. برای مثال اگر ما دستور & sleep 15 را اجرا کنیم و به دنبال آن دستور set -b را نیز اجرا کنیم هنگامی که 15 ثانیه گذشت پیغامی مثل زیر به ما نمایش داده میشود :
[1]+ Done sleep 15
که منتظر است تا ما کلید اینتر را بزنیم تا یک sub shell برایمان اجرا شود.
نکته : حرف b در این دستور معادل background است.
سوئیچ e- :
این دستور را هنگامی که اجرا کنیم پس از آن (تا وقتی که یک bash جدید باز نکردیم) هر موقع که یک دستور را به اشتباه وارد کردیم و اجرا نشد shell بسته میشود. در این دستور حرف e را میتوانید به کلمه exit نیز تعبیر کنید.
سوئیچ n- :
کاربرد این سوئیچ این است که کاربردی ندارد !! دستور set -n وقتی که اجرا شد دستورات ما را میخواند ولی اجرا نمیکند. این دستور ممکن است برای چک کردن یک ارور در سینتکس اسکریپت نوشته شده مورد استفاده قرار بگیرد. n را در این دستور میتوانید معادل nothing نیز تعبیر کنید.
سوئیچ t- :
هنگامی که دستور set -t را در شل اجرا کنیم بلافاصله شل را میبندد. حرف t در این دستور به معنای terminate نیز میباشد که در واقع session ما را terminate یا خاتمه میدهد.
سوئیچ C- :
دستور set -C از overwrite شدن یک فایل رو دیگری با استفاده از دستورات redirect کردن جلوگیری میکند. حرف C را در این دستور میتوانید معادل کلمه Cancel و یا Contain نیز تعبیر کنید.
#linux #command #set #bash @unixmens
دستور set یک تابع پیشفرض در شل های csh ksh و bash میباشد که برای تعریف و تعیین مقادیر محیطی سیستم بکار میرود. در این نکته برخی از سوئیچ های دستور set را با هم میبینیم. ما سوئیج های این دستور را در محیط bash انجام دهیم.
سوئیچ b- :
این سوئیچ به این منظور استفاده میشود که وقتی یک job به انجام رسید به ما پیغام داده شود. برای مثال اگر ما دستور & sleep 15 را اجرا کنیم و به دنبال آن دستور set -b را نیز اجرا کنیم هنگامی که 15 ثانیه گذشت پیغامی مثل زیر به ما نمایش داده میشود :
[1]+ Done sleep 15
که منتظر است تا ما کلید اینتر را بزنیم تا یک sub shell برایمان اجرا شود.
نکته : حرف b در این دستور معادل background است.
سوئیچ e- :
این دستور را هنگامی که اجرا کنیم پس از آن (تا وقتی که یک bash جدید باز نکردیم) هر موقع که یک دستور را به اشتباه وارد کردیم و اجرا نشد shell بسته میشود. در این دستور حرف e را میتوانید به کلمه exit نیز تعبیر کنید.
سوئیچ n- :
کاربرد این سوئیچ این است که کاربردی ندارد !! دستور set -n وقتی که اجرا شد دستورات ما را میخواند ولی اجرا نمیکند. این دستور ممکن است برای چک کردن یک ارور در سینتکس اسکریپت نوشته شده مورد استفاده قرار بگیرد. n را در این دستور میتوانید معادل nothing نیز تعبیر کنید.
سوئیچ t- :
هنگامی که دستور set -t را در شل اجرا کنیم بلافاصله شل را میبندد. حرف t در این دستور به معنای terminate نیز میباشد که در واقع session ما را terminate یا خاتمه میدهد.
سوئیچ C- :
دستور set -C از overwrite شدن یک فایل رو دیگری با استفاده از دستورات redirect کردن جلوگیری میکند. حرف C را در این دستور میتوانید معادل کلمه Cancel و یا Contain نیز تعبیر کنید.
#linux #command #set #bash @unixmens
مقاله SHELL چیست ؟؟ و shell scripting
https://unixmen.ir/shell-scripting-2/
#linux #shell #shell_scripting @unixmens
https://unixmen.ir/shell-scripting-2/
#linux #shell #shell_scripting @unixmens
مرجع اپن سورس ، گنو/لینوکس
shell scripting - مرجع اپن سورس ، گنو/لینوکس
SHELL چیست ؟؟ SHELL واسط میان ما و سیستم عامل است. SHELL دستورات را از کاربر گرفته و به زبان سطح پایین قابل فهم برای سیستم عامل ترجمه میکند. SHELL ها میتوانند بصورت رابط خط دستور CLI و یا بصورت رابط گرافیکی GUI باشند. مثلا در ویندوز Command Prompt یا CMD…
✨✨ آسترو لینوکس (Astro Linux) ✨✨
💫نسخه منحصر به فرد لینوکسی برای ستاره شناسان . . .
آسترو لینوکس، یک نسخه ویژه و محبوب لینوکسی برای ستاره شناسان است.
این نسخه اکثر نرم افزارهای نجوم را جهت انجام تحقیقات حرفه ای، رصد ستاره ها و سیاره ها و سایر موارد در بر دارد.
طراحی های خاص نجومی از لحظه بوت شدن سیستم تا نمای ظاهری آیکن ها، عکس های پس زمینه دسکتاپ و تم های مرتبط با ستاره شناسی از ویژگی های جالب آسترو لینوکس است.
حتی عکس پس زمینه پیش فرض هم تلسکوپ فضایی هابل است !!!
🔑این نسخه از لینوکس را حتما به دوستان ستاره شناس خود معرفی کنید.
#linux #distro @unixmens
💫نسخه منحصر به فرد لینوکسی برای ستاره شناسان . . .
آسترو لینوکس، یک نسخه ویژه و محبوب لینوکسی برای ستاره شناسان است.
این نسخه اکثر نرم افزارهای نجوم را جهت انجام تحقیقات حرفه ای، رصد ستاره ها و سیاره ها و سایر موارد در بر دارد.
طراحی های خاص نجومی از لحظه بوت شدن سیستم تا نمای ظاهری آیکن ها، عکس های پس زمینه دسکتاپ و تم های مرتبط با ستاره شناسی از ویژگی های جالب آسترو لینوکس است.
حتی عکس پس زمینه پیش فرض هم تلسکوپ فضایی هابل است !!!
🔑این نسخه از لینوکس را حتما به دوستان ستاره شناس خود معرفی کنید.
#linux #distro @unixmens
🎯 فرصت شغلی:
شرکت افرانت جهت تکمیل کادر دیتاسنتر خود از افراد واجد شرایط دعوت به عمل می آورد:
🔺عنوان: مدیر سیستم های لینوکسی
(Linux System Administrator)
🔺تخصص: کارشناس کامپیوتر، برق و الکترونیک دارای ۲ سابقه کار در زمینه سرویس های هاست و ایمیل
مسلط به سرویسهای تحت لینوکس Mail، DNS Web
سابقه فعالیت در دیتاسنتر و سرویسها مربوطه به آن
🔺شرایط: خانم / آقا علاقمند به فعالیت در محیط دیتاسنتر
🔺مدارک: دارای مدرک LPIC 1 یا بالاتر
علاقه مندان رزومه شغلی خود را به آدرس [email protected] ارسال نمایند.
✨ نکته: درج کلمه Linux در عنوان ایمیل ارسالی الزامی است. ✨
#jobs #linux @uniixmens
شرکت افرانت جهت تکمیل کادر دیتاسنتر خود از افراد واجد شرایط دعوت به عمل می آورد:
🔺عنوان: مدیر سیستم های لینوکسی
(Linux System Administrator)
🔺تخصص: کارشناس کامپیوتر، برق و الکترونیک دارای ۲ سابقه کار در زمینه سرویس های هاست و ایمیل
مسلط به سرویسهای تحت لینوکس Mail، DNS Web
سابقه فعالیت در دیتاسنتر و سرویسها مربوطه به آن
🔺شرایط: خانم / آقا علاقمند به فعالیت در محیط دیتاسنتر
🔺مدارک: دارای مدرک LPIC 1 یا بالاتر
علاقه مندان رزومه شغلی خود را به آدرس [email protected] ارسال نمایند.
✨ نکته: درج کلمه Linux در عنوان ایمیل ارسالی الزامی است. ✨
#jobs #linux @uniixmens
📌 یک شاهکار برای علاقه مندان به مبحث امنیت در لینوکس:
✨ OpenSCAP ✨
این نرم افزار از پروتکل SCAP یا Security Content Automation Protocol استفاده می کند که برای ممیزی امنیت سیستم بکار می رود. این پروژه ابزارهایی را فراهم می کند تا شما بتوانید بصورت آزاد، هر پلتفرمی را به منظور اهداف امنیتی به سرعت اسکن نموده تا اکثر مشکلات امنیتی سیستم تان در لایه های مختلف سیستم عامل شناسایی شود. قابل ذکر است که چک لیست های امنیتی جامعی بصورت پیش فرض موجود است و شما می توانید با برخی از زبان های برنامه نویسی چک لیست هایی را ایجاد نمایید.
کافیست این نرم افزار را نصب و اجرا نمایید. معمولا خروجی تولید شده بصورت xml فایل بوده و توسط ماشین و انسان قابل خواندن است. برای خوانایی بیشتر شما می توانید xml فایل گزارش تولید شده را با همین نرم افزار به html تبدیل نمایید و تحت وب، گزارش را به آسانی بررسی نمایید.
حجم بررسی های انجام شده، جزییات بررسی و فرمت گزارش شما را سورپرایز خواهد کرد.
🎓 قابل ذکر است که این پروژه یکی از سرفصل های دوره ی (LPIC-303 (Linux Security است
شایان ذکر است توسعه دهنده این برنامه کمپانی redhat می باشد
#security #openscap #redhat @unixmens
✨ OpenSCAP ✨
این نرم افزار از پروتکل SCAP یا Security Content Automation Protocol استفاده می کند که برای ممیزی امنیت سیستم بکار می رود. این پروژه ابزارهایی را فراهم می کند تا شما بتوانید بصورت آزاد، هر پلتفرمی را به منظور اهداف امنیتی به سرعت اسکن نموده تا اکثر مشکلات امنیتی سیستم تان در لایه های مختلف سیستم عامل شناسایی شود. قابل ذکر است که چک لیست های امنیتی جامعی بصورت پیش فرض موجود است و شما می توانید با برخی از زبان های برنامه نویسی چک لیست هایی را ایجاد نمایید.
کافیست این نرم افزار را نصب و اجرا نمایید. معمولا خروجی تولید شده بصورت xml فایل بوده و توسط ماشین و انسان قابل خواندن است. برای خوانایی بیشتر شما می توانید xml فایل گزارش تولید شده را با همین نرم افزار به html تبدیل نمایید و تحت وب، گزارش را به آسانی بررسی نمایید.
حجم بررسی های انجام شده، جزییات بررسی و فرمت گزارش شما را سورپرایز خواهد کرد.
🎓 قابل ذکر است که این پروژه یکی از سرفصل های دوره ی (LPIC-303 (Linux Security است
شایان ذکر است توسعه دهنده این برنامه کمپانی redhat می باشد
#security #openscap #redhat @unixmens
Forwarded from Academy and Foundation unixmens | Your skills, Your future
کانالی در حوزه اپن سورس ، گنو/لینوکس ، امنیت و ... دوست داشتین عضو بشین یا به دیگران معرفی کنید
@unixmens
@unixmens
Job Title
Linux #Engineer; 2nd Shift
State
Florida
Description
Connection has a fantastic opportunity through our technical staffing division in Jacksonville, FL. We are looking for a Linux Engineer. This is a permanent, full time position with benefits.
Connection will provide support, resolution and escalation, when appropriate, for issues encountered by both internal and external customers. Client will receive support Tickets through multiple channels including ServiceNow and various monitoring and alerting systems. Prioritization of workload will be provided by the Connection Manager in conjunction with Client's Tier III Platform Support group manager.
Job Duties:
Execute scripts
Complete instruction lists
Provide basic monitoring and troubleshooting of Servers
Follow instructions provided by Lead Engineers and/or Tier III
Managing and reporting platform inventory.
Responds to a variety of reported inputs including, phone, web, email, system generated messages and various monitoring tools.
Provides technical and procedural advice, assistance, support, and Incident/Request resolution to the full complement of CLIENT systems, hardware and software.
Applies troubleshooting techniques and technical knowledge to identify the Incident severity and the required resolution process.
Researches problems that do not have a documented solution and formulates a resolution.
Reviews daily Ticket queues to make sure all issues are researched, updated, resolved or escalated in a timely manner.
Reviews and updates knowledge articles to assist with the troubleshooting and resolution of technical problems.
Requirements
Job Requirements:
2-4 Years of experience providing engineer level support.
Linux Skills — Administration of Solaris, Suse 10,11,12, Redhat 5,6,7, scripting familiarity with cfengine, ansible, use of git, bitbucket, NFS, Oracle software, Suse Manager
General Skills — OSI network model, basic troubleshooting, understanding complex systems, VMware virtualization, vCenter, esxi, fiber channel storage configuration, NFS storage configuration, security vulnerability testing and remediation, SSH management, HP hardware experience, Cisco UCS hardware experience
Helpful Skills — cloud services (AWS, OpenStack, etc.), ServiceNow experience
Complies with CLIENT's SOPs and SLAs related to, but not limited to Ticket management, documentation, escalation, and resolution or fulfillment.
Demonstrates a commitment to CLIENT core values.
To learn more about Connection or to apply directly through our website, please visit https://recruiting.adp.com/srccar/public/RTI.home?d=External&c=1072441. Register to receive daily job updates!
Connection and all of its subsidiary companies are committed to equal opportunity and proud to be affirmative action employers. All qualified applicants will receive consideration for employment, without regard to race, sex (including pregnancy), color, religion, age, national origin, ancestry, physical or mental disability status, medical condition, sexual orientation, marital status, protected veteran status, and all other characteristics protected by applicable state and federal law.
#jobs #linux #oversea @unixmens
Linux #Engineer; 2nd Shift
State
Florida
Description
Connection has a fantastic opportunity through our technical staffing division in Jacksonville, FL. We are looking for a Linux Engineer. This is a permanent, full time position with benefits.
Connection will provide support, resolution and escalation, when appropriate, for issues encountered by both internal and external customers. Client will receive support Tickets through multiple channels including ServiceNow and various monitoring and alerting systems. Prioritization of workload will be provided by the Connection Manager in conjunction with Client's Tier III Platform Support group manager.
Job Duties:
Execute scripts
Complete instruction lists
Provide basic monitoring and troubleshooting of Servers
Follow instructions provided by Lead Engineers and/or Tier III
Managing and reporting platform inventory.
Responds to a variety of reported inputs including, phone, web, email, system generated messages and various monitoring tools.
Provides technical and procedural advice, assistance, support, and Incident/Request resolution to the full complement of CLIENT systems, hardware and software.
Applies troubleshooting techniques and technical knowledge to identify the Incident severity and the required resolution process.
Researches problems that do not have a documented solution and formulates a resolution.
Reviews daily Ticket queues to make sure all issues are researched, updated, resolved or escalated in a timely manner.
Reviews and updates knowledge articles to assist with the troubleshooting and resolution of technical problems.
Requirements
Job Requirements:
2-4 Years of experience providing engineer level support.
Linux Skills — Administration of Solaris, Suse 10,11,12, Redhat 5,6,7, scripting familiarity with cfengine, ansible, use of git, bitbucket, NFS, Oracle software, Suse Manager
General Skills — OSI network model, basic troubleshooting, understanding complex systems, VMware virtualization, vCenter, esxi, fiber channel storage configuration, NFS storage configuration, security vulnerability testing and remediation, SSH management, HP hardware experience, Cisco UCS hardware experience
Helpful Skills — cloud services (AWS, OpenStack, etc.), ServiceNow experience
Complies with CLIENT's SOPs and SLAs related to, but not limited to Ticket management, documentation, escalation, and resolution or fulfillment.
Demonstrates a commitment to CLIENT core values.
To learn more about Connection or to apply directly through our website, please visit https://recruiting.adp.com/srccar/public/RTI.home?d=External&c=1072441. Register to receive daily job updates!
Connection and all of its subsidiary companies are committed to equal opportunity and proud to be affirmative action employers. All qualified applicants will receive consideration for employment, without regard to race, sex (including pregnancy), color, religion, age, national origin, ancestry, physical or mental disability status, medical condition, sexual orientation, marital status, protected veteran status, and all other characteristics protected by applicable state and federal law.
#jobs #linux #oversea @unixmens
Sr. Linux Computer Systems Engineer/Systems Administrator
Req #: 110493
Location: Houston, TX US
Job Category: Information Technology
Security Clearance: NACI
Clearance Status: Must be Obtainable
Job Description
CACI is looking for a Linux Computer Systems Engineer/ Systems Administrator with substantial experience in Linux/UNIX computing infrastructure design and maintenance to support our efforts at the NASA / Johnson Space Center (JSC) in Houston, Texas. Duties and Responsibilities: Candidates should have a strong background in Linux/UNIX and familiarity with Windows system administration, strong interpersonal skills, a desire to work in a very team-oriented environment, , and most of all, must possess a great passion to contribute to our nation exploration of space. This work takes place in a highly stimulating and dynamic environment that is critical in the human space exploration initiative. The position requires a self-motivated individual wanting to work in a very team-oriented, friendly, but demanding organization. The ideal individual will also possess strong verbal and written communication skills, and team-based project experience. Required Qualifications: - Must be a U.S. Citizen. - B.S in Computer Science/Computer Engineering/Electrical Engineering or a related discipline is required. - Strong background in system administration in a Linux environment including ongoing maintenance (user support, account management, troubleshooting, etc.), design and setup of new networks, computing environments, and storage solutions. - Networking experience including switching, routing, and firewalls. - Must have systems management knowledge for the Linux and Windows operating systems. - Security management of network and operating systems (Linux and Windows). - Must have at least 5 years of experience in a customer oriented, fast paced environment supporting Computer Systems Engineering. - Must have demonstrated proficiency in hardware and software diagnostic methodology in the above environments. - Must have demonstrated proficiency in scripting languages such as Bourne shell, c shell, Perl, sed, awk. - Must be a highly responsible, team-oriented individual with strong communication skills and work ethic. - Desired M.S. in Computer Science, Computer Engineering, or a related discipline is desired with an emphasis in computer systems and system administration. - Experience in any of the following is a strong plus: Red Hat, CentOS, Scientific Linux, Mac OSX. - Experience in any of the following is a plus: BIND DNS, DHCP, NFS, LDAP, 389 Directory Server, Active Directory, KVM Virtualization, Bacula, Tivoli Storage Manager, MySQL, Apache, git, subversion, C/C++, Python, configuration management tools such as Puppet and CFEngine, systems engineering, and data archival. - Experience in the NASA/JSC environment or other highly technical environment is a plus. The ability to obtain and maintain a NASA background investigation is required. Company Description: CACI employs a diverse range of talent to create an environment that fuels innovation and fosters continuous improvement and success. Join CACI, where you will have the opportunity to make an immediate impact by providing information solutions and services in support of national security missions and government transformation for Intelligence, Defense, and Federal Civilian clients. A member of the Fortune 1000 Largest Companies and the Russell 2000 Index, CACI provides dynamic careers for approximately 15,000 employees working in over 120 offices worldwide. CACI is an Equal Opportunity Employer - Females/Minorities/Protected Veterans/Individuals with Disabilities.
Job Location
US-Houston-TX-HOUSTON
#jobs #linux #oversea @unixmens
Req #: 110493
Location: Houston, TX US
Job Category: Information Technology
Security Clearance: NACI
Clearance Status: Must be Obtainable
Job Description
CACI is looking for a Linux Computer Systems Engineer/ Systems Administrator with substantial experience in Linux/UNIX computing infrastructure design and maintenance to support our efforts at the NASA / Johnson Space Center (JSC) in Houston, Texas. Duties and Responsibilities: Candidates should have a strong background in Linux/UNIX and familiarity with Windows system administration, strong interpersonal skills, a desire to work in a very team-oriented environment, , and most of all, must possess a great passion to contribute to our nation exploration of space. This work takes place in a highly stimulating and dynamic environment that is critical in the human space exploration initiative. The position requires a self-motivated individual wanting to work in a very team-oriented, friendly, but demanding organization. The ideal individual will also possess strong verbal and written communication skills, and team-based project experience. Required Qualifications: - Must be a U.S. Citizen. - B.S in Computer Science/Computer Engineering/Electrical Engineering or a related discipline is required. - Strong background in system administration in a Linux environment including ongoing maintenance (user support, account management, troubleshooting, etc.), design and setup of new networks, computing environments, and storage solutions. - Networking experience including switching, routing, and firewalls. - Must have systems management knowledge for the Linux and Windows operating systems. - Security management of network and operating systems (Linux and Windows). - Must have at least 5 years of experience in a customer oriented, fast paced environment supporting Computer Systems Engineering. - Must have demonstrated proficiency in hardware and software diagnostic methodology in the above environments. - Must have demonstrated proficiency in scripting languages such as Bourne shell, c shell, Perl, sed, awk. - Must be a highly responsible, team-oriented individual with strong communication skills and work ethic. - Desired M.S. in Computer Science, Computer Engineering, or a related discipline is desired with an emphasis in computer systems and system administration. - Experience in any of the following is a strong plus: Red Hat, CentOS, Scientific Linux, Mac OSX. - Experience in any of the following is a plus: BIND DNS, DHCP, NFS, LDAP, 389 Directory Server, Active Directory, KVM Virtualization, Bacula, Tivoli Storage Manager, MySQL, Apache, git, subversion, C/C++, Python, configuration management tools such as Puppet and CFEngine, systems engineering, and data archival. - Experience in the NASA/JSC environment or other highly technical environment is a plus. The ability to obtain and maintain a NASA background investigation is required. Company Description: CACI employs a diverse range of talent to create an environment that fuels innovation and fosters continuous improvement and success. Join CACI, where you will have the opportunity to make an immediate impact by providing information solutions and services in support of national security missions and government transformation for Intelligence, Defense, and Federal Civilian clients. A member of the Fortune 1000 Largest Companies and the Russell 2000 Index, CACI provides dynamic careers for approximately 15,000 employees working in over 120 offices worldwide. CACI is an Equal Opportunity Employer - Females/Minorities/Protected Veterans/Individuals with Disabilities.
Job Location
US-Houston-TX-HOUSTON
#jobs #linux #oversea @unixmens
Senior Linux Systems Administrator
Country: Turkey
Category: IT
Asseco SEE Turkey is looking for a Senior Linux System Administrator who will oversee operations and administration of company servers including Linux servers, VMware virtualization environments, load balancers, NetApp storage servers and related infrastructures.
Main accountabilities:
To operate, and maintain production, test and development servers, virtualization environments and associated storage systems
Design and implement monitoring systems and procedures for 7/24 uptime requirements of extremely critical systems
Ensure security levels across all servers through configuration and regular patch management of both the operating system and application.
Analyze and optimize performance of systems, eliminate bottlenecks, plan for capacity upgrades
Perform data integrity checks and harden security of systems along with audits and procedures
Desired Skills and Experience
Education: Bachelor degree in Computer Science, Engineering.
Language: English - Upper Intermediate level allowing communication, understanding technical statements and documents associated with duties
Required Skills, Knowledge and Experience:
5 years of experience in:
Linux System Administration experience with RedHat, CentOS.
Bash Scripting / Programming ability to write automation scripts from scratch as well as read/update/modify existing scripts
NetApp storage platforms
VMware virtualization environments
Managing web application software, server scripting modules, and related infrastructure components (e.g., Apache, http, tomcat, SSL)
Planning and designing for changes under change management procedures, foreseeing risks and mitigating them
Competencies:
Strong drive to achieve the best results in line with internal or external standards of excellenc
Good planning and organizing abilities
Ability and willingness to work as a part of team
Openness to continuous acquisition of new skills and competencies, as well as to improve existing
https://see.asseco.com/about/career/career-opportunities/senior-linux-systems-administrator-24/
#jobs #linux #oversea #turkey @unixmens
Country: Turkey
Category: IT
Asseco SEE Turkey is looking for a Senior Linux System Administrator who will oversee operations and administration of company servers including Linux servers, VMware virtualization environments, load balancers, NetApp storage servers and related infrastructures.
Main accountabilities:
To operate, and maintain production, test and development servers, virtualization environments and associated storage systems
Design and implement monitoring systems and procedures for 7/24 uptime requirements of extremely critical systems
Ensure security levels across all servers through configuration and regular patch management of both the operating system and application.
Analyze and optimize performance of systems, eliminate bottlenecks, plan for capacity upgrades
Perform data integrity checks and harden security of systems along with audits and procedures
Desired Skills and Experience
Education: Bachelor degree in Computer Science, Engineering.
Language: English - Upper Intermediate level allowing communication, understanding technical statements and documents associated with duties
Required Skills, Knowledge and Experience:
5 years of experience in:
Linux System Administration experience with RedHat, CentOS.
Bash Scripting / Programming ability to write automation scripts from scratch as well as read/update/modify existing scripts
NetApp storage platforms
VMware virtualization environments
Managing web application software, server scripting modules, and related infrastructure components (e.g., Apache, http, tomcat, SSL)
Planning and designing for changes under change management procedures, foreseeing risks and mitigating them
Competencies:
Strong drive to achieve the best results in line with internal or external standards of excellenc
Good planning and organizing abilities
Ability and willingness to work as a part of team
Openness to continuous acquisition of new skills and competencies, as well as to improve existing
https://see.asseco.com/about/career/career-opportunities/senior-linux-systems-administrator-24/
#jobs #linux #oversea #turkey @unixmens
JOB DESCRIPTION
IT Specialists who apply their technical skills to support the operation and maintenance of vendor products, services, and solutions. Individuals who are part of support typically have responsibility for sizing, troubleshooting, and critical customer situations. Renders advice and counsel to clients regarding database administration. understands database administration and can make recommend actions that may be considered to resolve the client's problems or issues within this area. Has direct client experience with database administration.
Database tuning and performance monitoring.
QUALIFICATIONS
Planning and managing resources to provide correct levels of support.
EXPERIENCE
Worked as an Oracle and MS-SQL Database Administrator.
TECHNICAL SKILLS
Planning and implementing of databases backup and restore activities.
Required Technical and Professional Expertise
.
Preferred Tech and Prof Experience
.
EO Statement
IBM is committed to creating a diverse environment and is proud to be an equal opportunity employer. All qualified applicants will receive consideration for employment without regard to race, color, religion, gender, gender identity or expression, sexual orientation, national origin, genetics, disability, age, or veteran status. IBM is also committed to compliance with all fair employment practices regarding citizenship and immigration status.
https://www.applytracking.com/track.aspx/tjW4?codes=1-INDEED#
#jobs #linux #turkey #IBM #oversea #oracle @unixmens
IT Specialists who apply their technical skills to support the operation and maintenance of vendor products, services, and solutions. Individuals who are part of support typically have responsibility for sizing, troubleshooting, and critical customer situations. Renders advice and counsel to clients regarding database administration. understands database administration and can make recommend actions that may be considered to resolve the client's problems or issues within this area. Has direct client experience with database administration.
Database tuning and performance monitoring.
QUALIFICATIONS
Planning and managing resources to provide correct levels of support.
EXPERIENCE
Worked as an Oracle and MS-SQL Database Administrator.
TECHNICAL SKILLS
Planning and implementing of databases backup and restore activities.
Required Technical and Professional Expertise
.
Preferred Tech and Prof Experience
.
EO Statement
IBM is committed to creating a diverse environment and is proud to be an equal opportunity employer. All qualified applicants will receive consideration for employment without regard to race, color, religion, gender, gender identity or expression, sexual orientation, national origin, genetics, disability, age, or veteran status. IBM is also committed to compliance with all fair employment practices regarding citizenship and immigration status.
https://www.applytracking.com/track.aspx/tjW4?codes=1-INDEED#
#jobs #linux #turkey #IBM #oversea #oracle @unixmens
تعغیرات جدید در ورژن جدید آپاچی (2.4)
https://httpd.apache.org/docs/2.4/en/new_features_2_4.html
#webserver #apache @unixmens
https://httpd.apache.org/docs/2.4/en/new_features_2_4.html
#webserver #apache @unixmens