background preloader

Linux

Facebook Twitter

Systemd/systemd - System and Session Manager. 0007407: Firewalld not loading permanent rules at boot - CentOS Bug Tracker. A duplicate bug was opened recently with more helpful information: 0007526: [^] To save time, here is the description which includes the suspect code: <quote> I originally posted this as a question to www.centos.org/forums: [^] [^] I've been trying to learn new centos 7 systemd and firewalld concepts over the past few days and came across this issue today when rebooting my server.

0007407: Firewalld not loading permanent rules at boot - CentOS Bug Tracker

I had previously setup firewalld to place eth0 and eth1 in the dmz and internal zones respectively w/ the following commands: sudo firewall-cmd --permanent --zone=public --remove-interface=eth1 sudo firewall-cmd --permanent --zone=internal --add-interface=eth1 on reboot I looked at the active zones and saw both devices were back in the public zone. after digging for a while I realized it was due to the following lines in the /etc/sysconfig/network-scripts/ifup-eth and ifup-post scripts: I added the ZONE setting to each device's config to fix my issue for now... but my question is, why is this done at all?

Guardtime - Experienced Linux/UNIX DevOps Engineer, UK/Europe, Competitive. About Guardtime We are team of US and Estonian scientists, network architects, software developers and security specialists who have decades of experience building cyber security solutions in our nations' military, supporting national objectives for mission and information assurance.

Guardtime - Experienced Linux/UNIX DevOps Engineer, UK/Europe, Competitive

In 2007 we invented Keyless Signature Infrastructure (KSI), a block-chain security technology designed for real-time detection and mitigation of cyber attack. About The Role You will work in an experienced team helping to plan, build, monitor and maintain our critical infrastructure. Our platforms are built on private clouds using Linux and UNIX and you'll help make sure those run in a smooth, reliable, secure way. Technical Requirements If you fill all or most of these requirements, lets talk. Application Process In the first instance please contact khushil.dep@guardtime.com with your C.V. and GitHub username. Welcome to The UNIX Grymoire! Your browser does not have Javascript enabled.

Welcome to The UNIX Grymoire!

I use Javascript for analytics, and to show ads which pay for the maintenance This page includes Bruce Barnett's tutorials on UNIX shell programming and various other arcane subjects of interest to wizards. You might want to check out my blog My twitter handle is @grymoire and I will gladly try to answer questions. Oss-security - Qualys Security Advisory CVE-2015-0235 - GHOST: glibc gethostbyname buffer overflow. Kapravel: probably the saddest graph ... Boycott systemd.

Linux Voice. Update 24th December: the campaign has finished!

Linux Voice

Thanks to everyone who contributed. Now follow us at www.linuxvoice.com Announcing Linux Voice We were the majority of the editorial team behind Linux Format magazine. Over many years, we helped make our title the market leader. We were the first to cover the Raspberry Pi from the newsstand. Last month we quit, and we quit because we wanted to do something different. Who we are Graham Morrison is the former Editor of Linux Format. Andrew Gregory is the former Deputy Editor and Operations Editor of Linux Format. Mike Saunders has written for Linux Format since the very first issue, and also worked as the New Media and Communities Editor. Ben Everard worked on Linux Format for two years, writing features, reviews and tutorials, and creating the software-packed DVD that came with the mag. What makes Linux Voice different? (Sample tutorial - click for bigger)

Joyent Cloud on USTREAM: Joyent is the high-performance cloud infrastructure company, offering the only solution specifically built to power real-time web. Ustream © Search Log in / Sign up With Facebook (faster) Log in or sign up with Facebook See what your friends like and watch, get awesome recommendations Instant login, no passwords or.

Joyent Cloud on USTREAM: Joyent is the high-performance cloud infrastructure company, offering the only solution specifically built to power real-time web

Quick JMeter Setup on Mac. What is the future of the Mobile Web?

Quick JMeter Setup on Mac

The future is already here. Desktops are becoming obsolete. Mobile web usage is growing exponentially. As more people become comfortable with smartphones, or other mobile devices, to browse the web, there's an increasing need for mobile-optimized websites and web applications. With the growing number of platforms (iOS, Android, Blackberry OS, webOS, Windows Phone, Symbian, Bada, and so on), it's difficult to develop native applications that target more than one mobile operating system. The following are the steps to create a simple Hello World iPhone web app. Step 1) Create the Dojo Mobile HTML page <! Step 2) Use dojo.require to add in the classes Add in the following line just after the "dojo.require("dojox.mobile");" in the script tag above dojo.require("dojox.mobile.ScrollableView");

RVM: Ruby Version Manager - RVM Ruby Version Manager - Documentation. Umask. In UNIX, each file and directory has sets of attributes which control who is permitted access (aka modes).

umask

When a file or directory is created the permissions to be set are specified. The mask restricts which permissions are allowed.