Skip to content

Instantly share code, notes, and snippets.

View dq042000's full-sized avatar

MikeCi dq042000

View GitHub Profile
@berkorbay
berkorbay / github_desktop_ubuntu.md
Last active July 3, 2024 02:10
To install Github Desktop for Ubuntu

IMPORTANT

See the following links for further updates to Github Desktop for Ubuntu. These are official instructions. (also mentioned by fetwar on Nov 3, 2023)

For the sake of "maintaining the tradition" here is the updated version.

@abdallahokasha
abdallahokasha / Install_robo3t_Ubuntu.md
Last active September 24, 2023 14:54
Install Robo3t on Ubuntu18.04 and make a desktop icon for it

Install Robo3t On Ubuntu 18.04

Download the package form Robo3t or using wget
wget https://download.robomongo.org/1.2.1/linux/robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz
Extract here using

tar -xvzf robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz

@Barneybook
Barneybook / Telegram_it_group_list.md
Last active May 15, 2024 12:02
Telegram 資訊相關 群組清單
@ricardodantas
ricardodantas / dbf2mysql.class.php
Created December 4, 2012 04:05
dbf2mysql.class.php
<?php
/**
** Convert DBF files to MySQL file
** contact: http://gschimpf.com/
**
** USAGE:
** $filename = "dir/file.dbf";
** // Show the result sql
** dbf2mysql::mostrarSQL($filename);