Skip to content

My tech notes

My tech notes

  • Home
  • About this blog
  • WordPress useful links
    • Home
    • Linux
    • Page 2
Linux

ssh to synology by other user

michael March 23, 2015

If you’d like to enable SSH for other users, SSH in as root, and edit the file /etc/passwd the default shell setting /sbin/nologin won’t be able to log in via…

Linux Mac

bulk resize images or crop

michael September 27, 2014

imagemagick must be installed extensions are of course case sensitive these not the same mogrify -resize 50% *.jpg mogrify -resize 50% *.JPG add -monitor to see progression for cropping convert…

Linux Mac

bulk add extension to Mac in commandline

michael September 13, 2014

cd to the dir, then for i in *; do mv “$i” “$i.mpg”; done for i in *; do mv “$i” “$i.jpg”; done for i in *; do mv “$i”…

html Linux

wget to download a website

michael August 3, 2014

Handy to scrap a website, with choice for levels of digging

Linux

How to specify nano or vim as editor for crontab file

michael August 3, 2014

export VISUAL=nano; crontab -e source and thx http://www.garron.me/en/bits/specify-editor-crontab-file.html

hardware Linux

Mount SD card in Ubuntu

michael August 3, 2014

http://superuser.com/questions/455597/how-to-mount-removable-media-in-media-label-automatically-when-inserted-with

Linux Mac

Ubuntu for mac users – command key

michael July 30, 2014

Mac users used to use the thumb for command key We press a thousand command - combinations a day. On windows and unix world, the control key combination is a…

Linux

How to enable Windows to remote access Ubuntu

michael July 11, 2014

https://community.hpcloud.com/article/using-windows-rdp-access-your-ubuntu-instance

Linux Mac

Recursive erase Mac hidden files

michael June 18, 2014

find . -name ._* -print0 | xargs -0 rm -f learn from http://stackoverflow.com/questions/8680793/recursive-erase-hidden-files

Linux

to clean up all pending atq jobs

michael June 8, 2014

to clean up all pending atq jobs for i in `atq | awk ’{print $1}’`;do atrm $i;done learn from http://unix.stackexchange.com/questions/53144/remove-all-at-jobs

Posts pagination

1 2 3

« Previous Page — Next Page »

Categories

  • applescript
  • Arduino
  • audio
  • css
  • electronics
  • frameworks
  • hardware
  • html
  • javascript
  • Linux
  • Mac
  • mysql
  • php
  • programming
  • python
  • RPi
  • software
  • Synology_nas
  • Uncategorized
  • video

My tech notes

Copyright © All rights reserved | Blogus by Themeansar.