Skip to content

Instantly share code, notes, and snippets.

View flufy3d's full-sized avatar
🎯
Focusing

flufy3d flufy3d

🎯
Focusing
View GitHub Profile
@imami
imami / anydesk-enable-remote-access.md
Last active May 8, 2024 00:52
AnyDesk - How Enable Remote Access from ubuntu/debian terminal

###AnyDesk - How Enable Remote Access from ubuntu/debian terminal.

Note:

Here are the commands might be usefull in this purpose:

  • anydesk --get-status : To get current status of anydesk, which might be offlien,online or nothing.
  • anydesk --get-id : To get the ID that your system can be accessed by.
  • anydesk --service : To start anydesk service if not already running (for Linux).
  • anydesk --restart-service : To restart anydesk service
  • anydesk --stop-service : To stop anydesk service
@flufy3d
flufy3d / bipsa.py
Created October 2, 2012 13:51
blender import psa
bl_info = {
"name": "Import Unreal Skeleton Anim (.psa)",
"author": "Darknet",
"version": (2, 0),
"blender": (2, 6, 2),
"location": "File > Import > Skeleton Anim (.psa)",
"description": "Import Skeleleton Anim",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
"Scripts/Import-Export/Unreal_psk_psa",
@flufy3d
flufy3d / bip.py
Created September 26, 2012 10:13
blender import psk
# ##### BEGIN GPL LICENSE BLOCK #####
#
# 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 2
# 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
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the