$ mysql -u root -proot
mysql> show databases;
| # /!\ May change whether root or not | |
| netstat -pln [| grep PORT_NB] |
| # Setup a service in /etc/init.d | |
| https://www.debian-administration.org/article/28/Making_scripts_run_at_boot_time_with_Debian | |
| # Don't forget the LSB tags | |
| http://help.directadmin.com/item.php?id=379 | |
| # Example on a script called blah: | |
| $ update-rc.d blah defaults |
| https://www.linux.com/community/blogs/133-general-linux/850945-setup-mutt-with-gmail-on-centos-and-ubuntu |
| //C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg | |
| cl_autowepswitch "0" // we dont want to pick up & switch to a rifle up if we're in the middle of firing | |
| cl_disablefreezecam "1" | |
| cl_downloadfilter "nosounds" | |
| cl_disablehtmlmotd "1" // Disables The Servers Message of The Day. | |
| cl_forcepreload "1" // Preloads The Whole Map & Sounds. |
| { | |
| "color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme", | |
| "folder_exclude_patterns": | |
| [ | |
| "dist", | |
| "node_modules", | |
| ".git" | |
| ], | |
| "font_options": | |
| [ |
| (function () { | |
| 'use strict'; | |
| angular.module('solisPaiementApp.directives') | |
| .directive('myDatepicker', ['$timeout', function ($timeout) { | |
| return { | |
| restrict: 'A', | |
| require: ['^?form', 'ngModel'], | |
| scope: { |
| const gulp = require('gulp'); | |
| const babel = require('gulp-babel'); | |
| const debug = require('gulp-debug'); | |
| const cache = require('gulp-cached'); | |
| const plumber = require('gulp-plumber'); | |
| const notify = require("gulp-notify"); | |
| const electron = require('electron-connect').server.create(); | |
| const errorTemplate = '<%= error.message %>'; |
| html, | |
| body { | |
| padding: 0; | |
| margin: 0; | |
| } | |
| body { | |
| font-family: -apple-system, 'Helvetica Neue', Helvetica, sans-serif; | |
| -webkit-app-region: drag; | |
| } |
f.lux - Make the color of your computer's display adapt to the time of day
Bartender - Organize your menu bar apps
Clean My Mac - Cleaning software
Molotov - French live TV and VOD
CyberDuck - Libre FTP, SFTP, WebDAV, S3, Backblaze B2, Azure & OpenStack Swift browser