Langsung ke konten utama

Firejail Sanbox for Linux

 Firejail is a sanbox to secure your linux

You can download Firejail from here :
https://sourceforge.net/projects/firejail/

You can download the GUI for Firejail from here :
https://sourceforge.net/projects/firejail/files/firetools/

Firejail is a SUID program that reduces the risk of security breaches by restricting the running environment of untrusted applications using Linux namespaces and seccomp-bpf. It allows a process and all its descendants to have their own private view of the globally shared kernel resources, such as the network stack, process table, mount table.


Komentar

Postingan populer dari blog ini

how to install zekr on ubuntu Linux

how to install zekr on ubuntu Follow this step to install zekr on your Linux (ubuntu based) sudo add-apt-repository ppa:zekr/ppa sudo apt-get update download defoma and ttf-me-quran from this website : https://launchpad.net/ubuntu/precise/+package/defoma https://osdn.net/projects/sfnet_zekr/downloads/Ubuntu%20Extras/Quran%20translation%20and%20font%201.1.2%20beta1/ttf-me-quran_1.003-5_all.deb/ sudo apt-get install zekr if you found this error : org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)]     at org.eclipse.swt.SWT.error(Unknown Source)     at org.eclipse.swt.browser.Mozilla.initMozilla(Unknown Source)     at org.eclipse.swt.browser.Mozilla.create(Unknown Source)     at org.eclipse.swt.browser.Browser. (Unknown Source)     at net.sf.zekr.ui.QuranForm.makeFrame(QuranForm.java:628)     at net.sf.zekr.ui.QuranForm.init(QuranForm.java:340)     at net.sf.zekr.ui.QuranForm. (QuranForm.java:319)     at net.sf.zekr.ZekrMain.sta

Server Security Tips to Secure Your Server

Server Security Tips Here are 79 server security tips to help improve your web server security. I start with passwords.   You would be surprised at the number of cases we handle that boil down to bad passwords. Web application security can also be improved with some simple steps, and it is time everyone stop using insecure communication protocols. Password Security ·   Use passwords with at least 8 characters. ·   Use complex passwords that include numbers, symbols, and punctuation. ·   Use a variety of passwords for different accounts or roles. ·   Test passwords in a secure password tool. ·   Do not use dictionary words as passwords, e.g. myblackdog ·   Do not repeat sequences of characters, e.g. 3333, abcdabcd. ·   Do not use personal information in passwords, e.g. your birthdate. ·   Do not store passwords on laptops, smartphones or tablets that can be lost. ·   Use a password manager to securely keep track of your passwords (See our post on LastPass). ·