This file contains 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
#!/bin/bash | |
# | |
# Copyright (c) 2015 Tara Nupsumass | |
# This script 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 2 of the License, or | |
# (at your option) any later version. | |
# | |
# This script is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
This file contains 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
diff -Nurp linuxmint.orig/common/additionalfiles.py linuxmint/common/additionalfiles.py | |
--- linuxmint.orig/common/additionalfiles.py 2014-05-04 08:25:51.000000000 -0400 | |
+++ linuxmint/common/additionalfiles.py 2015-05-15 09:55:17.489004384 -0400 | |
@@ -1,4 +1,4 @@ | |
-#!/usr/bin/python | |
+#!/usr/bin/python2 | |
import os, gettext | |
diff -Nurp linuxmint.orig/common/entrydialog.py linuxmint/common/entrydialog.py |
This file contains 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
diff -Nurp a/applet.js b/applet.js | |
--- a/applet.js 2015-05-21 23:09:45.419126109 -0400 | |
+++ b/applet.js 2015-05-21 23:09:08.868126289 -0400 | |
@@ -31,8 +31,8 @@ try { | |
const Gio = imports.gi.Gio; | |
const Gtk = imports.gi.Gtk; | |
const GLib = imports.gi.GLib; | |
- const NMClient = imports.gi.NMClient; | |
- const NetworkManager = imports.gi.NetworkManager; | |
+ // const NMClient = imports.gi.NMClient; |
This file contains 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
#!/bin/bash | |
# | |
# Copyright (c) 2015 Tara Nupsumass | |
# This script 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 2 of the License, or | |
# (at your option) any later version. | |
# | |
# This script is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
This file contains 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
#!/bin/bash | |
cd /usr/src/linux | |
patch -p1 < ../patches/01 | |
patch -p1 < ../patches/02 | |
patch -p1 < ../patches/03 | |
patch -p1 < ../patches/04 | |
patch -p1 < ../patches/05 | |
patch -p1 < ../patches/06 | |
cp ../configs/config-current debian/config/kernelarch-x86/config-arch-64 | |
time debuild -eDEB_BUILD_OPTIONS="parallel=4" -us -uc -b |
This file contains 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
#!/bin/bash | |
# | |
# Copyright (c) 2015 Tara Nupsumass | |
# This script 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 2 of the License, or | |
# (at your option) any later version. | |
# | |
# This script is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
This file contains 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
#!/bin/bash | |
# | |
# Copyright (c) 2015 Tara Nupsumass | |
# This script 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 2 of the License, or | |
# (at your option) any later version. | |
# | |
# This script is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
This file contains 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
#!/bin/bash | |
### notes/instructions ### | |
# gut net portion of multi-core-system-monitor cinnamon applet to fix high cpu usage due to dbus/polkit spam | |
# Instructions: disable the applet before doing this then re-enable it afterwards. | |
# I'll probably fork this someday to fix it but lazy right now. | |
# if something goes wrong or you want to revert it, just "mv applet.js.bak applet.js" | |
### commands start ### | |
cd ~/.local/share/cinnamon/applets/multicore-sys-monitor@ccadeptic23/ |
This file contains 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
## /etc/udev/rules.d/80-udisks2-ignore-zfs.rules | |
# Ignore ZFS vdev filesystem type "zfs_member" with partition ID "Solaris /usr & Apple ZFS" | |
ENV{ID_PART_ENTRY_SCHEME}=="gpt", ENV{ID_FS_TYPE}=="zfs_member", ENV{ID_PART_ENTRY_TYPE}=="6a898cc3-1dd2-11b2-99a6-080020736631", ENV{UDISKS_IGNORE}="1" |
This file contains 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
#!/usr/bin/env bash | |
# rebuild/reinstall all dkms modules. | |
# double check there's no others missing too afterwards. | |
#template(){ | |
#KVER=x.x.x-arch | |
#ZVER=x.x.x.x-x | |
#dkms status | sed s/,//g | awk '{print "--force -m",$1,"-v",$2}' | while read line; do ls /var/lib/initramfs-tools | xargs -n 1 dkms build --force $line -k; done | |
#dkms status | sed s/,//g | awk '{print "--force -m",$1,"-v",$2}' | while read line; do ls /var/lib/initramfs-tools | xargs -n 1 dkms install --force $line -k; done | |
#dkms build --force -m spl -v $ZVER -k $KVER |
OlderNewer