Skip to content

Instantly share code, notes, and snippets.

View Malsasa's full-sized avatar

Ade Malsasa Akbar Malsasa

View GitHub Profile
$ sudo apt-get install git && git clone https://github.com/surajmandalcell/elementary-x.git ~/.themes/elementary-x && mkdir ~/.icons && git clone https://github.com/keeferrourke/la-capitaine-icon-theme.git && gsettings set org.gnome.desktop.interface gtk-theme 'elementary-x' && gsettings set org.gnome.desktop.interface icon-theme 'la-capitaine-icon-theme' && gsettings org.pantheon.desktop.gala.appearance button-layout 'close,minimize,maximize'
@Malsasa
Malsasa / ubuntu-support-status
Created October 11, 2018 13:43
Output of ubuntu-support-status --show-supported --list from Xubuntu 18.04
Support status summary of 'master':
You have 1360 packages (84.8%) supported until April 2023 (Canonical - 5y)
You have 240 packages (15.0%) supported until April 2021 (Community - 3y)
You have 2 packages (0.1%) supported until April 2021 (Canonical - 3y)
You have 0 packages (0.0%) that can not/no-longer be downloaded
You have 2 packages (0.1%) that are unsupported
Supported until April 2023 (Canonical - 5y):
#include <iostream>
int main()
{
cout << "End\n";
return 0;
}
@Malsasa
Malsasa / gnu
Last active July 11, 2016 05:53
#include <iostream>
int main()
{
cout << "Hoi\n" << endl;
return 0;
}
dsds
sas
asa
sas
a
{
for(i=1; i<=NF; i++){
if($i ~ /^[[:digit:]]+/)
print $i
}
}