Sunday 15 January 2012

Unattended computer security

On Tuesday, January 17th, 2012, a new setting to protect unattended computers will be applied to computers running Microsoft Windows. This setting will lock the computer after being continually idle for more than 20 minutes. We still recommend that you lock your computer immediately if it will be left unattended. This can be accomplished by pressing the “Windows logo” key and the “L” key.

This change is in response to the Desktop and Portable Computer Standard. Section 5.2.3.2 of this standard states “Staff, faculty and lab computers must be configured to auto-lock and password protect after a maximum of 20 minutes of inactivity. “ All UTPA-owned computers must comply with this standard. Employees with Apple Mac or Linux computers must manually configure their systems to meet the standard.

Below are the answers to some common questions you may have regarding this change.

1) What does this mean for me?

If your computer is continually idle for more than 20 minutes it will lock itself in order to protect access to University data. At this point you will need to login once again to access the system.

2) Will I lose my work?

No, everything will be the same way as it was before the computer was locked.

Sunday 8 January 2012

BootStrap Your Way to a Better Facebook Presence with DevOps ๐Ÿš€

Introduction


In the fast-paced world of social media, having a sleek and responsive design is key to engaging your audience. 


Bootstrap, the world’s most popular front-end framework, can help you achieve just that on platforms like Facebook. Combine that with the efficiency of DevOps practices, and you’re set for success! ๐ŸŒŸ


Why Bootstrap for Facebook?

Bootstrap offers a grid system, pre-built components, and JavaScript plugins that are perfect for creating a responsive Facebook app or page. It’s mobile-first, which means your Facebook presence will look great on any device. ๐Ÿ“ฑ๐Ÿ’ป


Getting Started with Bootstrap and Facebook

  1. Set Up Your Development Environment: Before diving into Bootstrap, ensure you have a solid DevOps pipeline in place. This includes version control (like Git), continuous integration, and deployment tools. ๐Ÿ› ️
  2. Integrate Bootstrap: Download Bootstrap from getbootstrap.com and include it in your project. Use the grid system to create a responsive layout for your Facebook app. ๐Ÿ“
  3. Customize Your Design: Utilize Bootstrap’s variables and mixins to tailor the design to match your brand’s Facebook identity. ๐ŸŽจ
  4. Add Interactivity: Use Bootstrap’s JavaScript plugins to add modals, dropdowns, or carousels to make your Facebook content more interactive. ๐Ÿ–ฑ️


DevOps Best Practices for Your Facebook Project

  • Automate Testing: Implement automated tests to ensure your Bootstrap design works across all browsers and devices. ๐Ÿงช
  • Continuous Deployment: Set up a CD pipeline to automatically deploy updates to your Facebook app, ensuring your users always have the latest features. ๐Ÿ”„
  • Monitor Performance: Keep an eye on your app’s performance and use DevOps tools to quickly address any issues. ๐Ÿ“Š


Conclusion

By leveraging Bootstrap and DevOps, you can create a robust and responsive Facebook presence that captivates your audience. Remember, the key is in the details – so test thoroughly, deploy confidently, and watch your Facebook engagement soar! ๐Ÿš€


Feel free to customize this guide further to fit your specific needs and style. Happy coding and social media strategising! ๐Ÿ˜„๐Ÿ‘ฉ‍๐Ÿ’ป๐Ÿ‘จ‍๐Ÿ’ป

..

Fill free to visit the project here !!


How do I force "git pull" to overwrite local files?

 There might be situations where you want to discard your local changes and synchronise your working directory with the latest version from ...