In Constructor super.onCreate(savedInstanceState); // Disable Screenshots<br /> getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE, WindowManager.LayoutParams.FLAG_SECURE);<br /> setContentView(R.layout.activity_main); ...
NGINX 1. Go to the nginx configuration file: nano /etc/nginx/nginx.conf 2. Uncomment this line: server_tokens off; 3. Restart nginx service nginx restart APACHE2 1. Go to your apache2 configuration File: nano /etc/apache2/apache2.conf (for Debian/Ubuntu) nano /etc/httpd/conf/httpd.conf (Centos) 2. Modify the line ServerTokens and ServerSignature as...
deb http://deb.debian.org/debian buster main deb-src http://deb.debian.org/debian buster main deb http://deb.debian.org/debian-security/ buster/updates main deb-src http://deb.debian.org/debian-security/ buster/updates main deb http://deb.debian.org/debian buster-updates main deb-src http://deb.debian.org/debian buster-updates main ...
Here you can find a map with all objects and minerals on the planet Trebin in Mass Effect 1 ...
Here is an example function to get the full html output code of an URL provided to the function into a string.<br /> You can get the data by using a string variable which gets the output: string variable = gethtmlcontent("https://thisisapage"); &...
Here is the Linux code to restart all jitsi services: /etc/init.d/jicofo restart<br /> /etc/init.d/jitsi-videobridge2 restart<br /> /etc/init.d/prosody restart ...
How to use git to clone a remote repository? Open the CommandLine Navigate to the Folder You want to get the repository cloned to Execute Git Command: "git clone https://yourgitlaburl.url/group/repository.git" Now the actual repository files should be in your Folder. A successfull output looks like this: Cloning into 'exam...
If SSL Connections fail with Security Protocol Error, this code in Main Function could do the trick! ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls<br /> &a...
Here is a sample command for cmd to set a Port Forwarding on a Windows Client Example:<br /> netsh interface portproxy add v4tov4 listenaddress=192.168.178.54 listenport=1254 connectaddress=192.168.178.55 connectport=80 ...
Objective is to clear the mine from transformed workers.<br /> Location: Aequitas / Fortis / Minos Wasteland<br /> Unfortunately we have no Images available related to this Mission. ...
Find a String inside Files<br /> grep -rnw '/path/to/somewhere/' -e 'pattern'<br /> <br /> Find File in Folder Structure<br /> find ./ -name card.php Display Linux System Informations<br /> uname Display Kernel Releases Informations<br /> uname -r Display Systems uptime and load av...
Here are the copies of the unknown book that i found. Page after page... ...
This notice appears in the readme of almost all Dolibarr Modules.<br role="presentation" />Note: If this screen tell you there is no custom directory, check your setup is correct:<br role="presentation" />- In your Dolibarr installation directory, edit the ``````htdocs/conf/conf.php`````` file and check that<br ro...
Slowloris is a Denial of Service attack tool that starts a lot of HTTP requests<br /> to take down its target. A weak server can be taken down with a single pc if you have<br /> enough CPU power and enough threads running. But thats not guaranteed.<br /> <br /> Has been tested and approved as working for small web servers wi...
<FrameLayout android:layout_width="match_parent" android:layout_height="match_parent" app:layout_constraintTop_toBottomOf="@+id/main_topbar"> <VideoView android:id="@+id/videoViewMain" android:layout_width="match_parent" android:layout_he...
Just a quick setup to render a pdf File. XML Fragment of Image view (somewhere in your layouts xml where you need it) <RelativeLayout<br /> android:id="@+id/relativeLayout"<br /> &a...
For an object in space in a perfect circular orbit around another object (should be rare) the equation to calculate velocity of the orbiting object is: Scientifical designations: v = Velocity in m/s<br /> G = Gravitational Constant<br /> r = Radius in Meters<br /> M = Mass of the Central Body in kg Animation of an object orbiting ...
If you encounter z-Index Problems on safari you can try to put that code into your z-indexed element: -webkit-transform: translate3d(0, 0, 0);<br /> transform: translate3d(0, 0, 0); ...
Illegal Mercenary Activity on this planet to take care of.<br /> Location: Joab / Enoch / Rosetta Nebula ...
Here you can find a map with all objects and minerals on the planet Xawin in Mass Effect 1 ...
This script is for a proxmox host to set up 2 bridges. 1 provides static ip 4 and 6 to vservers<br /> 1 provides NAT routed connection Start of /etc/network/interfaces # This file describes the network interfaces available on your system<br /> # and how to activate them. For more information, see interfaces(5). source /etc/ne...
A forkbomb is a denial of service bash command that blocks the server, duo to high cpu load.<br /> The script is creating a recursive function and is infinitly launching itself - so the system will be blocked.<br /> <br /> Usefull for testing vHosts which are sharing ressources if high load is affecting other hosts.<br /> (T...
$this->rights[$r][0] = 10001;<br role="presentation" />$this->rights[$r][1] = 'Label by default of permission';<br role="presentation" />$this->rights[$r][2] = 'r';<br role="presentation" />$this->rights[$r][3] = 1;<br role="presentation" /&...
Objective is to secure mainframe data from an ancient ship, which is in danger to fall from a cliff.<br /> Location: Zanethu / Ploitari / Hourglass Nebula ...
Objective is to repair the magnetic shield, which protects the planet from interstellar radiation.<br /> Location: Sinmara / Solveig / Caleston Rift ...
Here you can find a map with all objects and minerals on the planet Chohe in Mass Effect 1 ...
Here you can find a map with all objects and minerals on the planet Rayingri in Mass Effect 1 ...
Here you can find a map with all objects and minerals on the planet Antibaar in Mass Effect 1 ...
Here you can find a map with all objects and minerals on the planet Edolus in Mass Effect 1 ...
Here you can find a map with all objects and minerals on the planet Nonuel in Mass Effect 1 ...
Here you can find a map with all objects and minerals on the planet Tuntau in Mass Effect 1 ...
Here you can find a map with all objects and minerals on the planet Nodacrux in Mass Effect 1 ...
Here is an example how to replace for example the string "https://test.de/testthis/" with "https://newlink.de/testthis/". The code is: UPDATE tablenamehere<br /> SET columnname = REPLACE(columnname , 'test.de', 'newlink.de'); ...
// Main menu entries<br role="presentation" />$this->menu = array(); // List of menus to add<br role="presentation" />$r=0;<br role="presentation" />// Add here entries to declare new menus<br role="presentation" />// Example to declare the Top Menu entry:<br role="prese...
There is an easy way to avoid that your activity reloads if you change between portrait/landscape view.<br /> Define the class in the manifest file as follow: <br /> <activity android:name=".YourActivity&quo...
Here you can find a map with all objects and minerals on the planet Presrop in Mass Effect 1 ...
Write a File in Android to Internal Storage from String void writeFile(String data, Context context, String filename) throws IOException { OutputStreamWriter outStream = new OutputStreamWriter(context.openFileOutput(filename, Context.MODE_PRIVATE)); outStream.write(data); outStream.close(); } ...
Here you can find a map with all objects and minerals on the planet Mavigon in Mass Effect 1 ...
Code for an Animated Border on a Box, only with CSS and HTML used! <style><br /> .container{ padding-top: 20px;<br /> padding-bottom: 20px;}<br /> <br /> .b...
Here you can find a map with all objects and minerals on the planet Nepmos in Mass Effect 1 ...
Passing the parameter Intent intent= new Intent(mContext,Activity.class);<br /> intent.putExtra("test","value")); Get value Intent intent=getIntent();<br /> msg_textview.setText(intent.getStringExtra("test")); ...
This unix Command will make a file non-writable. Make non-Writable chattr +i file Make writable again chattr -i file See Status: lsattr file ...
Create a new file: nano /etc/apt/sources.list.d/jitsi-stable.list Input this content to the file to get access to the jitsi repository: deb https://download.jitsi.org stable/ Save the file and run this command to install jitsi: apt install jitsi-meet If the installation manager asks for a hostname, take the full domain name of your jitsi installati...
Here an example to load an custom application xml config file. // Load Configuration<br /> CurrentConfPath = "C:\\PATH\\TO\\EXE.CONFIG";<br /> ExeConfigurationFileMap configMap = new ExeConfigurationFileMap();<br /> configMap.ExeConfigFilename = CurrentConfPath;<br /> Configuration config = ConfigurationMan...
Here you can find a map with all objects and minerals on the planet Chasca in Mass Effect 1 ...
Here the code to get the current Directory! string path = Directory.GetCurrentDirectory(); <br /> See more detailed Info here:<br /> https://docs.microsoft.com/de-de/dotnet/api/system.io.directory.getcurrentdirectory?view=netcore-3.1 ...
Here you can find a map with all objects and minerals on the planet Amaranthine in Mass Effect 1 ...
Here you can find a map with all objects and minerals on the planet Klensal in Mass Effect 1 ...
Bank and Cash ->banque->lire, ->banque->modifier, ->banque->configurer, ->banque->consolidate, ->banque->export, ->banque->transfer, ->banque->cheque Barcode ->barcode->lire, ->barcode->creer, ->barcode->suppr...
Objective is to disable a Geth Weather device, which changes the planets atmossphere.<br /> Location: Canalus / Dirada / Pylos Nebula ...