Skip to content

Instantly share code, notes, and snippets.

View lohenyumnam's full-sized avatar
👨‍💻
Working...

Lohen lohenyumnam

👨‍💻
Working...
View GitHub Profile
@lohenyumnam
lohenyumnam / Setup Ubuntu Development Using ubuntu-make .md
Last active February 11, 2018 08:16
Setup Ubuntu Development Using ubuntu-make

Setup Ubuntu Development Using ubuntu-make

Install repo for ubuntu make

sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt update
sudo apt install ubuntu-make

Create a Toggle Hidden Files Menu Item

  • Launch Automator
  • Select Service as the type of template to use for your new Automator task, and click the Choose button
  • In the Library pane, make sure Actions is selected, then underneath the Library item, click Utilities. This will filter the available workflow types to just those relating to utilities.
  • In the filtered list of actions, click Run Shell Script and drag it to the workflow pane.
  • At the top of the workflow pane are two drop-down menu items. Set the 'Service receives selected' to 'files or folders.' Set the 'in' to 'Finder.'
  • Copy the entire shell script command (all six lines), and use it to replace any text that may already be present in the Run Shell Script box.

Disable Ubuntu Guest Session feature.

Disabling the feature If you prefer to not allow guest access to your computer, you can disable the Guest Session feature. To do so, press Ctrl+Alt+T to open a terminal window, and then run this command:

sudo sh -c 'printf "[Seat:*]\nallow-guest=false\n" >/etc/lightdm/lightdm.conf.d/50-no-guest.conf'

The command creates a small configuration file. To re-enable Guest Session, simply remove that file:

@lohenyumnam
lohenyumnam / _verify-repair-permissions-disk.md
Created December 8, 2017 13:14 — forked from bzerangue/_verify-repair-permissions-disk.md
Mac OS X Utilities via Terminal: (Verify and Repair: Disk Permissions AND Disk / Software Update / TimeMachine)

Verify and Repair Disk Permissions via Terminal (Mac OS X)

Verify Permissions

diskutil verifyPermissions /

Repair Permissions

diskutil repairPermissions /