-
PRE-INSTALL
First make sure that ubuntu (and drivers) are fully installed. If it crashes at start-up, try disableing dedicated GPUs and installing those drivers afterwards
-
BASICS
Install i3-wm using
sudo apt-get install i3
Also install i3llock, i3status, nitrogen (bacground wallpaper), Also:sudo apt-get install lxappearance gtk-chtheme qt4-qtconfig
to de-uglify gnome
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- ExportSQLite: SQLite export plugin for MySQL Workbench | |
-- Copyright (C) 2009 Thomas Henlich | |
-- | |
-- This program is free software: you can redistribute it and/or modify | |
-- it under the terms of the GNU General Public License as published by | |
-- the Free Software Foundation, either version 3 of the License, or | |
-- (at your option) any later version. | |
-- | |
-- This program is distributed in the hope that it will be useful, | |
-- but WITHOUT ANY WARRANTY; without even the implied warranty of |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Write a description of class ArugmentChecks here. | |
* | |
* @author (your name) | |
* @version (a version number or a date) | |
*/ | |
public class ArgumentChecks | |
{ | |
private int amount; |
NewerOlder