Skip to content

Instantly share code, notes, and snippets.

View FoxNeo's full-sized avatar
👨‍💻
Focusing

Miguel Caceres FoxNeo

👨‍💻
Focusing
  • Germany
View GitHub Profile
@FoxNeo
FoxNeo / eclipse-one-dark-like.xml
Created July 30, 2018 09:44 — forked from agentgt/eclipse-one-dark-like.xml
One Dark Atom Theme for Eclipse for the Eclipse Color Theme plugin
<?xml version="1.0" encoding="utf-8"?>
<colorTheme id="9999" name="One Dark Like" modified="2015-09-01 19:55:49" author="Adam Gent" website="http://snaphop.com">
<searchResultIndication color="#E5C07B" />
<filteredSearchResultIndication color="#E5C07B" />
<occurrenceIndication color="#4B4E55" />
<writeOccurrenceIndication color="#4B4E55" />
<findScope color="#4B4E55" />
<deletionIndication color="#DF5F5F" />
<sourceHoverBackground color="#4B4E55" />
<singleLineComment color="#969896" italic="false" />
@FoxNeo
FoxNeo / README-Template.md
Created October 31, 2018 13:29 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Wallpapers

Install with git git clone https://gist.github.com/85942af486eb79118467.git ~/Pictures/wallpapers

@FoxNeo
FoxNeo / GitCommitEmoji.md
Created September 12, 2019 09:17 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji
@FoxNeo
FoxNeo / oracle-vbox-manjaro-error.md
Last active November 17, 2020 21:33
Fix VirtualBox Kernel Error on Manjaro

Run this commands:

sudo pacman -S virtualbox
uname -r
sudo pacman -S linux414-virtualbox-host-modules
sudo modprobe vboxdrv
@FoxNeo
FoxNeo / scp_sample.md
Created February 12, 2021 14:06
scp example upload and download
@FoxNeo
FoxNeo / install-firefox-developer.md
Last active February 22, 2021 10:44
Install Firefox Developer Edition on Linux

Install Firefox Developer Edition on Linux

Download the bin from the official page: https://www.mozilla.org/de/firefox/developer/

sudo cp -rf firefox-86.0b9.tar.bz2 /opt
sudo tar xjf firefox-86.0b9.tar.bz2
sudo chown -R $USER /opt/firefox
nano ~/.bashrc 
 -&gt; export PATH=/opt/firefox/firefox:$PATH

Linux

CTRL + Shift + i

Random MAC address Linux

If you are connected to a public Wifi and you want to change your MAC address to bypass 30 Minutes free sessions or for privacy, you can easily generate a random mac address every time.

Enable random MAC Address

sudo vi /etc/NetworkManager/conf.d/macchange.conf

Inside write the following lines:

#[device]
@FoxNeo
FoxNeo / Open-ports-linux.md
Last active March 21, 2021 10:59
Open ports

This command shows all your open ports:

sudo ss -tupln