As configured in my dotfiles.
start new:
tmux
start new with session name:
| curl 'https://api-citizens-prod-imei.gs-ef.com/ceirimeicheck/api/v1/imei/check' | |
| -H 'Host: api-citizens-prod-imei.gs-ef.com' | |
| -H 'Content-Type: application/json' | |
| -H 'Accept: */*' | |
| -H 'Connection: keep-alive' | |
| -H 'Accept-Language: en' | |
| -H 'Content-Length: 34' | |
| -H 'Accept-Encoding: gzip, deflate, br' | |
| -H 'User-Agent: CitizenApp_Ntra/1.0.0 CFNetwork/1568.300.101 Darwin/24.2.0' | |
| --data '{"imeiNumber":["351941237314725"]}' |
| # A basic script for uninstalling app packages in Windows 10/11, including those pre-installed with Windows | |
| # | |
| # Note: If you get an error about the script not being allowed to run, the below command will change the execution polciy temporarily for one session only: | |
| # Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process | |
| # | |
| # To execute the script, open a Powershell window to the directory with the script and run the following command using your scripts file name (and don't forget the .\ ) | |
| # .\WhateverScriptName.ps1 | |
| # ------------------------------------------------------------------------------------------- | |
| # Script by ThioJoe - https://github.com/ThioJoe | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <opml version="1.0"> | |
| <head> | |
| <title>Subscriptions - [email protected]</title> | |
| </head> | |
| <body> | |
| <outline text="PHP" title="PHP"> | |
| <outline htmlUrl="http://frederickvanbrabant.com" title="frederickvanbrabant.com" xmlUrl="http://frederickvanbrabant.com/feed.xml" type="rss" text="frederickvanbrabant.com"/> | |
| <outline htmlUrl="http://mattallan.org" title="mattallan.org" xmlUrl="http://mattallan.org/feed.xml" type="rss" text="mattallan.org"/> | |
| <outline title="asked.io" xmlUrl="https://asked.io/rss" type="rss" text="asked.io"/> |
| Bumblebee on Ubuntu 16.04 | |
| Remove the default Nvidia driver: | |
| sudo apt-get remove xserver-xorg-video-nouveau | |
| Install Bumblebee, primus, and nvidia drivers | |
| sudo add-apt-repository ppa:graphics-drivers/ppa |
| # 1.install gource using HomeBrew | |
| $ brew install gource | |
| # 2.install avconv | |
| git clone git://git.libav.org/libav.git | |
| cd libav | |
| # it will take 3-5 minutes to complie, be patient. | |
| ./configure --disable-yasm | |
| make && make install |
As configured in my dotfiles.
start new:
tmux
start new with session name: