Last Modified Entries

Last modified entries!
^Top
<< Back
Mobile-Menu










Disable Screenshots/Capturing

Views: 714
Created: 2020-08-15 03:44:12
Modified: 2023-10-03 03:21:24

In Constructor super.onCreate(savedInstanceState); // Disable Screenshots<br /> getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE, WindowManager.LayoutParams.FLAG_SECURE);<br /> setContentView(R.layout.activity_main); ...

Hide Server Version in Apache & Nginx

Views: 666
Created: 2020-11-19 12:29:03
Modified: 2023-10-02 21:13:49

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...

Debian Source List Example

Views: 670
Created: 2020-11-11 09:19:59
Modified: 2023-10-02 21:02:25

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 ...

Map - Trebin

Views: 1714
Created: 2020-11-20 13:10:53
Modified: 2023-10-02 20:23:12

Here you can find a map with all objects and minerals on the planet Trebin in Mass Effect 1 ...

Get Remote HTML Code as String

Views: 748
Created: 2020-11-22 17:58:28
Modified: 2023-10-02 19:58:34

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(&quot;https://thisisapage&quot;); &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&...

Restart Jitsi Services

Views: 867
Created: 2020-11-19 12:30:28
Modified: 2023-10-02 19:19:14

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 ...

Git Clone with Command Line

Views: 656
Created: 2021-03-09 10:56:46
Modified: 2023-10-02 18:18:27

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: &quot;git clone https://yourgitlaburl.url/group/repository.git&quot; Now the actual repository files should be in your Folder. A successfull output looks like this: Cloning into &#39;exam...

Prepare Scripts for SSL Connections

Views: 653
Created: 2020-09-24 07:34:46
Modified: 2023-10-02 17:49:36

If SSL Connections fail with Security Protocol Error, this code in Main Function could do the trick! &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&a...

Set A Forward Route

Views: 577
Created: 2021-03-23 21:32:23
Modified: 2023-10-02 17:47:01

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 ...

Anomaly: Aequitas

Views: 578
Created: 2020-12-09 06:48:14
Modified: 2023-10-02 17:24:06

Objective is to clear the mine from transformed workers.<br /> Location: Aequitas / Fortis /&nbsp; Minos Wasteland<br /> Unfortunately we have no Images available related to this Mission. ...

Command Line Hints

Views: 719
Created: 2021-03-08 17:22:19
Modified: 2023-10-02 17:21:54

Find a String inside Files<br /> grep -rnw &#39;/path/to/somewhere/&#39; -e &#39;pattern&#39;<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...

Cipher Sheets

Views: 574
Created: 2021-11-06 00:17:44
Modified: 2023-10-02 15:29:34

Here are the copies of the unknown book that i found. Page after page... &nbsp; &nbsp; ...

There is no custom directory

Views: 45
Created: 2023-01-10 08:47:25
Modified: 2023-10-02 15:27:09

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...

DDOS Slowloris

Views: 648
Created: 2020-08-25 01:41:02
Modified: 2023-10-02 15:14:02

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...

Display a Video Centered (in XML)

Views: 727
Created: 2020-09-02 06:47:56
Modified: 2023-10-02 14:33:43

&lt;FrameLayout android:layout_width=&quot;match_parent&quot; android:layout_height=&quot;match_parent&quot; app:layout_constraintTop_toBottomOf=&quot;@+id/main_topbar&quot;&gt; &lt;VideoView android:id=&quot;@+id/videoViewMain&quot; android:layout_width=&quot;match_parent&quot; android:layout_he...

Display PDF in ImageView (Zoomable)

Views: 630
Created: 2020-09-03 01:36:01
Modified: 2023-10-02 14:30:30

Just a quick setup to render a pdf File. XML Fragment of Image view (somewhere in your layouts xml where you need it) &nbsp;&nbsp;&nbsp; &lt;RelativeLayout<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; android:id=&quot;@+id/relativeLayout&quot;<br /> &nbsp;&nbsp;&nbsp;&a...

Object in Perfect Circular Orbit

Views: 768
Created: 2020-11-19 13:30:48
Modified: 2023-10-02 14:23:24

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 ...

Safari Browser z-Index not Working

Views: 1043
Created: 2020-12-22 01:41:41
Modified: 2023-10-02 14:16:38

If you encounter z-Index Problems on safari you can try to put that code into your z-indexed element: &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; -webkit-transform: translate3d(0, 0, 0);<br /> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;transform: translate3d(0, 0, 0); ...

Anomaly: Joab

Views: 612
Created: 2020-12-09 06:25:10
Modified: 2023-10-02 14:06:12

Illegal Mercenary Activity on this planet to take care of.<br /> Location: Joab / Enoch /&nbsp; Rosetta Nebula ...

Map - Xawin

Views: 1778
Created: 2020-11-20 13:12:05
Modified: 2023-10-02 13:53:52

Here you can find a map with all objects and minerals on the planet Xawin in Mass Effect 1 ...

Proxmox Bridge and Nat Interfaces Example

Views: 699
Created: 2021-01-27 05:46:00
Modified: 2023-10-02 13:28:31

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 &nbsp; 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...

DDOS Forkbomb

Views: 650
Created: 2020-08-25 02:17:30
Modified: 2023-10-02 13:09:38

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...

Add Module Permission

Views: 45
Created: 2023-01-10 08:47:25
Modified: 2023-10-02 13:02:48

$this-&gt;rights[$r][0] = 10001;<br role="presentation" />$this-&gt;rights[$r][1] = 'Label by default of permission';<br role="presentation" />$this-&gt;rights[$r][2] = 'r';<br role="presentation" />$this-&gt;rights[$r][3] = 1;<br role="presentation" /&...

Anomaly: Zanethu

Views: 640
Created: 2020-12-09 06:35:34
Modified: 2023-10-02 12:48:03

Objective is to secure mainframe data from an ancient ship, which is in danger to fall from a cliff.<br /> Location: Zanethu&nbsp; / Ploitari / Hourglass Nebula ...

Anomaly: Sinmara

Views: 624
Created: 2020-12-09 06:41:18
Modified: 2023-10-02 12:40:12

Objective is to repair the magnetic shield, which protects the planet from interstellar radiation.<br /> Location: Sinmara / Solveig / Caleston Rift ...

Map - Chohe

Views: 2243
Created: 2020-11-20 12:59:35
Modified: 2023-10-02 12:22:17

Here you can find a map with all objects and minerals on the planet Chohe in Mass Effect 1 ...

Map - Rayingri

Views: 1653
Created: 2020-11-20 13:09:06
Modified: 2023-10-02 12:12:15

Here you can find a map with all objects and minerals on the planet Rayingri in Mass Effect 1 ...

Map - Antibaar

Views: 1959
Created: 2020-11-20 12:56:47
Modified: 2023-10-02 10:48:21

Here you can find a map with all objects and minerals on the planet Antibaar in Mass Effect 1 ...

Map - Edolus

Views: 2407
Created: 2020-11-20 13:00:12
Modified: 2023-10-02 09:55:20

Here you can find a map with all objects and minerals on the planet Edolus in Mass Effect 1 ...

Map - Nonuel

Views: 1123
Created: 2020-11-20 13:07:08
Modified: 2023-10-02 04:25:00

Here you can find a map with all objects and minerals on the planet Nonuel in Mass Effect 1 ...

Map - Tuntau

Views: 1987
Created: 2020-11-20 13:11:30
Modified: 2023-10-02 04:24:47

Here you can find a map with all objects and minerals on the planet Tuntau in Mass Effect 1 ...

Map - Nodacrux

Views: 1400
Created: 2020-11-20 13:06:22
Modified: 2023-10-02 02:53:13

Here you can find a map with all objects and minerals on the planet Nodacrux in Mass Effect 1 ...

How to replace String in Text with SQL

Views: 518
Created: 2021-11-30 17:22:34
Modified: 2023-10-02 01:36:33

Here is an example how to replace for example the string &quot;https://test.de/testthis/&quot; with &quot;https://newlink.de/testthis/&quot;. The code is: UPDATE tablenamehere<br /> SET columnname = REPLACE(columnname , &#39;test.de&#39;, &#39;newlink.de&#39;); ...

Add Module Menue

Views: 55
Created: 2023-01-10 08:47:25
Modified: 2023-10-02 00:02:24

// Main menu entries<br role="presentation" />$this-&gt;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...

Dont reload Activitiy while Rotating Device

Views: 649
Created: 2020-09-03 01:16:57
Modified: 2023-10-01 21:46:52

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 /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;activity android:name=&quot;.YourActivity&quo...

Map - Presrop

Views: 1570
Created: 2020-11-20 13:08:20
Modified: 2023-10-01 18:23:28

Here you can find a map with all objects and minerals on the planet Presrop in Mass Effect 1 ...

Write a File to Android Internal Storage from String

Views: 748
Created: 2020-08-25 04:40:23
Modified: 2023-10-01 10:44:00

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(); } ...

Map - Mavigon

Views: 2621
Created: 2020-11-20 13:03:34
Modified: 2023-10-01 05:18:01

Here you can find a map with all objects and minerals on the planet Mavigon in Mass Effect 1 ...

Animated Border Box with CSS

Views: 604
Created: 2021-08-02 01:38:52
Modified: 2023-10-01 01:58:30

Code for an Animated Border on a Box, only with CSS and HTML used! &lt;style&gt;<br /> &nbsp;&nbsp; &nbsp;.container{&nbsp; padding-top: 20px;<br /> &nbsp;&nbsp; &nbsp;&nbsp; padding-bottom: 20px;}<br /> &nbsp;&nbsp; &nbsp; &nbsp;<br /> &nbsp;&nbsp; &nbsp;.b...

Map - Nepmos

Views: 1186
Created: 2020-11-20 13:05:25
Modified: 2023-09-30 23:43:26

Here you can find a map with all objects and minerals on the planet Nepmos in Mass Effect 1 ...

Passing Argument to an Intent

Views: 753
Created: 2020-07-25 18:15:28
Modified: 2023-09-30 23:42:02

Passing the parameter Intent intent= new Intent(mContext,Activity.class);<br /> intent.putExtra(&quot;test&quot;,&quot;value&quot;)); Get value Intent intent=getIntent();<br /> msg_textview.setText(intent.getStringExtra(&quot;test&quot;)); ...

Linux make file Immune

Views: 718
Created: 2021-02-13 10:44:11
Modified: 2023-09-30 23:24:21

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 ...

Install Jitsi on Debian

Views: 678
Created: 2020-11-19 13:00:50
Modified: 2023-09-30 22:48:27

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...

Load an XML exe.config File (Custom Path)

Views: 616
Created: 2020-09-24 07:36:29
Modified: 2023-09-30 21:09:43

Here an example to load an custom application xml config file. // Load Configuration<br /> CurrentConfPath = &quot;C:\\PATH\\TO\\EXE.CONFIG&quot;;<br /> ExeConfigurationFileMap configMap = new ExeConfigurationFileMap();<br /> configMap.ExeConfigFilename = CurrentConfPath;<br /> Configuration config = ConfigurationMan...

Map - Chasca

Views: 887
Created: 2020-11-20 12:58:54
Modified: 2023-09-30 20:23:28

Here you can find a map with all objects and minerals on the planet Chasca in Mass Effect 1 ...

Get the current Directory

Views: 719
Created: 2020-08-25 19:25:09
Modified: 2023-09-30 19:02:39

&nbsp;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 &nbsp; &nbsp; ...

Map - Amaranthine

Views: 2113
Created: 2020-11-20 12:55:52
Modified: 2023-09-30 17:25:32

Here you can find a map with all objects and minerals on the planet Amaranthine in Mass Effect 1 ...

Map - Klensal

Views: 1191
Created: 2020-11-20 13:01:49
Modified: 2023-09-30 17:24:00

Here you can find a map with all objects and minerals on the planet Klensal in Mass Effect 1 ...

Default Rights Variables

Views: 47
Created: 2023-01-10 08:47:25
Modified: 2023-09-30 16:48:48

Bank and Cash -&gt;banque-&gt;lire, -&gt;banque-&gt;modifier, -&gt;banque-&gt;configurer, -&gt;banque-&gt;consolidate, -&gt;banque-&gt;export, -&gt;banque-&gt;transfer, -&gt;banque-&gt;cheque Barcode -&gt;barcode-&gt;lire, -&gt;barcode-&gt;creer, -&gt;barcode-&gt;suppr...

Anomaly: Canalus

Views: 703
Created: 2020-12-09 06:44:33
Modified: 2023-09-30 16:30:31

Objective is to disable a Geth Weather device, which changes the planets atmossphere.<br /> Location: Canalus / Dirada / Pylos Nebula ...


Warning: Array to string conversion in /home/bugfish/public_html/_site/btm/init.php on line 82
Switches: 0 | Arrivals: 0 | Visits: 0
This Website is using Session Cookies for Site Functionality.